summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/exynos4-is
Commit message (Expand)AuthorAgeFilesLines
...
* | [media] exynos4-is: Check v4l2_of_parse_endpoint() return valueJavier Martinez Canillas2016-02-012-4/+14
|/
* [media] call media_device_init() before registering the V4L2 deviceMauro Carvalho Chehab2016-01-111-2/+2
* [media] v4l: exynos4-is: Use the new media graph walk interfaceSakari Ailus2016-01-112-11/+21
* [media] media-device: split media initialization and registrationJavier Martinez Canillas2016-01-111-8/+7Star
* [media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab2016-01-116-8/+8
* [media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab2016-01-115-17/+11Star
* [media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas2016-01-114-12/+12
* [media] media: rename the function that create pad linksMauro Carvalho Chehab2016-01-111-8/+8
* [media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab2016-01-116-8/+8
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-184-4/+4
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-184-51/+44Star
* [media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab2015-11-1711-11/+11
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-204-4/+7
* [media] mipi-csis: make sparse happyMauro Carvalho Chehab2015-10-021-1/+2
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-017-35/+40
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-0110-10/+10
* [media] use v4l2_get_timestamp where possibleArnd Bergmann2015-10-011-6/+1Star
* [media] exynos4-is: use monotonic timestamps as advertizedArnd Bergmann2015-10-011-7/+1Star
* treewide: fix typos in comment blocksMasahiro Yamada2015-08-071-1/+1
* [media] exynos4_is: exynos4-fimc requires i2cArnd Bergmann2015-05-131-0/+1
* [media] media: platform: exynos4-is: Constify platform_device_idKrzysztof Kozlowski2015-05-121-1/+1
* [media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil2015-03-234-49/+50
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-156-6/+0Star
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-046-6/+0Star
| |\
| | * media: platform: exynos4-is: drop owner assignment from platform_driversWolfram Sang2014-10-206-6/+0Star
* | | Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-119-58/+56Star
|\ \ \
| * | | [media] platform: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-251-4/+2Star
| * | | [media] exynos4-is: fix error handling of irq_of_parse_and_mapDmitry Torokhov2014-11-251-2/+2
| * | | [media] platform: Make use of media_bus_format enumBoris BREZILLON2014-11-148-52/+52
| |/ /
* / / media / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-054-6/+6
|/ /
* | [media] s5p-fimc: Only build suspend/resume for PMThierry Reding2014-10-241-0/+2
* | [media] Remove references to non-existent PLAT_S5P symbolSylwester Nawrocki2014-10-241-1/+1
|/
* [media] exynos4-is: fix some warnings when compiling on arm64Mauro Carvalho Chehab2014-09-262-8/+8
* [media] marvel-ccic: just return 0 instead of using a varMauro Carvalho Chehab2014-09-031-2/+1Star
* [media] be sure that HAS_DMA is enabled for vb2-dma-contigMauro Carvalho Chehab2014-08-261-0/+3
* [media] allow COMPILE_TEST for SAMSUNG_EXYNOS4_ISMauro Carvalho Chehab2014-08-262-1/+2
* [media] exynos4-is/media-dev: get rid of a warning for a dead codeMauro Carvalho Chehab2014-08-261-1/+3
* [media] mipi-csis: get rid of a warningMauro Carvalho Chehab2014-08-261-1/+1
* [media] fimc-is-param: get rid of warningsMauro Carvalho Chehab2014-08-263-6/+4Star
* [media] exynos4-is: Remove support for non-dt platformsSylwester Nawrocki2014-05-2312-347/+50Star
* [media] exynos4-is: Free FIMC-IS CPU memory only when allocatedSylwester Nawrocki2014-05-231-0/+3
* [media] exynos4-is: Fix compilation for !CONFIG_COMMON_CLKSylwester Nawrocki2014-05-232-1/+5
* [media] s5p-fimc: Reuse calculated sizesNicolas Dufresne2014-05-141-1/+1
* [media] s5p-fimc: Changed RGB32 to BGR32Nicolas Dufresne2014-05-141-2/+2
* [media] s5p-fimc: Iterate for each memory planeNicolas Dufresne2014-05-142-3/+3
* [media] vb2: stop_streaming should return voidHans Verkuil2014-04-234-11/+9Star
* [media] s5p-fimc: Fix YUV422P depthNicolas Dufresne2014-04-151-1/+1
* Merge branch 'topic/exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-0516-485/+1148
|\
| * [media] exynos4-is: Add the FIMC-IS ISP capture DMA driverSylwester Nawrocki2014-03-1413-9/+817
| * [media] exynos4-is: Add support for asynchronous subdevices registrationSylwester Nawrocki2014-03-142-104/+147