summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap3isp
Commit message (Expand)AuthorAgeFilesLines
...
* [media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab2016-01-117-7/+7
* [media] omap3/omap4/davinci: get rid of MEDIA_ENT_T_V4L2_SUBDEV abuseMauro Carvalho Chehab2016-01-115-21/+46
* [media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab2016-01-112-12/+9Star
* [media] omap3isp: create links after all subdevs have been boundJavier Martinez Canillas2016-01-111-8/+15
* [media] omap3isp: separate links creation from entities initJavier Martinez Canillas2016-01-1111-104/+185
* [media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas2016-01-112-3/+3
* [media] media: rename the function that create pad linksMauro Carvalho Chehab2016-01-116-16/+16
* [media] omap3isp: get entity ID using media_entity_id()Javier Martinez Canillas2016-01-113-6/+11
* [media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab2016-01-117-7/+7
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-1/+1
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-1/+0Star
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+1
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-012-12/+15
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-011-1/+1
* [media] use v4l2_get_timestamp where possibleArnd Bergmann2015-10-012-4/+3Star
* [media] v4l: omap3isp: Drop platform data supportLaurent Pinchart2015-08-165-126/+157
* [media] v4l: omap3isp: Fix sub-device power management codeSakari Ailus2015-07-061-2/+2
* [media] v4l: omap3isp: Fix async notifier registration orderSakari Ailus2015-07-061-10/+13
* [media] omap3isp: remove unused varMauro Carvalho Chehab2015-06-241-4/+0Star
* [media] media: omap3isp: remove unused clkdevRussell King2015-04-102-25/+0Star
* [media] omap3isp: Deprecate platform data supportSakari Ailus2015-04-021-0/+2
* [media] omap3isp: Add support for the Device TreeSakari Ailus2015-04-023-12/+224
* [media] omap3isp: Replace many MMIO regions by twoSakari Ailus2015-04-022-57/+60
* [media] omap3isp: Move the syscon register out of the ISP register mapsSakari Ailus2015-04-023-17/+42
* [media] omap3isp: Replace mmio_base_phys array with the histogram block baseSakari Ailus2015-04-023-6/+6
* [media] omap3isp: Calculate vpclk_div for CSI-2Sakari Ailus2015-04-021-1/+7
* [media] omap3isp: Rename regulators to better suit the Device TreeSakari Ailus2015-04-021-2/+2
* [media] omap3isp: Refactor device configuration structs for Device TreeSakari Ailus2015-04-026-84/+81Star
* [media] omap3isp: Platform data could be NULLSakari Ailus2015-04-022-9/+7Star
* [media] omap3isp: DT support for clocksLaurent Pinchart2015-04-021-0/+25
* [media] omap3isp: Separate external link creation from platform data parsingSakari Ailus2015-04-021-71/+72
* [media] omap3isp: Avoid a BUG_ON() in media_entity_create_link()Sakari Ailus2015-04-021-0/+13
* [media] omap3isp: Fix error handling in probeSakari Ailus2015-04-021-1/+1
* [media] media: omap3isp: hist: Move histogram DMA to DMA engineLaurent Pinchart2015-04-025-57/+80
* [media] media: omap3isp: video: Use v4l2_get_timestamp()Laurent Pinchart2015-04-021-4/+1Star
* [media] media: omap3isp: video: drop setting of vb2 buffer state to VB2_BUF_S...Lad, Prabhakar2015-04-021-1/+0Star
* [media] media: omap3isp: video: Don't call vb2 mmap with queue lock heldLaurent Pinchart2015-04-021-7/+1Star
* [media] v4l2-subdev: add support for the new enum_frame_size 'which' fieldHans Verkuil2015-03-235-10/+10
* [media] v4l2-subdev: support new 'which' field in enum_mbus_codeHans Verkuil2015-03-234-5/+5
* [media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil2015-03-235-157/+157
* Merge tag 'v3.19-rc6' into patchworkMauro Carvalho Chehab2015-01-271-2/+5
|\
| * Merge tag 'media/v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2015-01-241-2/+5
| |\
| | * [media] omap3isp: Correctly set QUERYCAP capabilitiesSakari Ailus2015-01-221-2/+5
* | | [media] omap3isp: Fix division by 0Laurent Pinchart2014-12-231-0/+3
|/ /
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\ \ | |/ |/|
| * media: platform: omap3isp: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | [media] platform: Make use of media_bus_format enumBoris BREZILLON2014-11-147-181/+175Star
|/
* [media] omap3isp: use true/false for boolean varsMauro Carvalho Chehab2014-09-031-1/+1
* [media] omap3isp: resizer: Protect against races when updating cropLaurent Pinchart2014-08-212-12/+34
* [media] omap3isp: resizer: Remove slow debugging message from interrupt handlerLaurent Pinchart2014-08-211-8/+9