summaryrefslogtreecommitdiff
path: root/drivers/media/platform/soc_camera
AgeCommit message (Expand)AuthorFilesLines
2014-10-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+2
2014-10-15V4L2: mx3_camer: use dmaengine_pause() APIVinod Koul1-4/+2
2014-09-26[media] soc_camera: Support VIDIOC_EXPBUF ioctlKazunori Kobayashi1-0/+17
2014-09-26[media] mx2-camera: potential negative underflow bugDan Carpenter1-1/+1
2014-09-26[media] rcar_vin: fix error message in rcar_vin_get_formats()Sergei Shtylyov1-1/+1
2014-09-09[media] disable COMPILE_TEST for omap1_cameraMauro Carvalho Chehab1-1/+1
2014-09-03[media] soc_camera: remove uneeded semicolonsMauro Carvalho Chehab2-2/+2
2014-09-03[media] soc_camera: use kmemdup()Mauro Carvalho Chehab1-3/+1
2014-08-26[media] be sure that HAS_DMA is enabled for vb2-dma-contigMauro Carvalho Chehab1-0/+6
2014-08-26[media] enable COMPILE_TEST for media driversMauro Carvalho Chehab1-3/+7
2014-08-26[media] atmel-isi: get rid of a warningMauro Carvalho Chehab1-2/+1
2014-08-26[media] mx2_camera: get rid of a warningMauro Carvalho Chehab1-2/+1
2014-08-26[media] atmel-isi: Fix a truncate warningMauro Carvalho Chehab1-1/+1
2014-08-26[media] atmel-isi: tag dma_addr_t as suchMauro Carvalho Chehab1-4/+4
2014-07-30[media] media: atmel-isi: add primary DT supportJosh Wu1-2/+63
2014-07-30[media] media: atmel-isi: convert the pdata from pointer to structureJosh Wu1-11/+11
2014-07-30[media] media: atmel-isi: add v4l2 async probe supportJosh Wu1-0/+5
2014-07-30[media] rcar_vin: add devicetree supportBen Dooks1-7/+65
2014-07-30[media] media: pxa_camera device-tree supportRobert Jarzmik1-2/+79
2014-07-30[media] soc_camera: add support for dt binding soc_camera driversBen Dooks1-1/+128
2014-06-17[media] V4L2: soc_camera: Add run-time dependencies to sh_mobile driversJean Delvare1-0/+2
2014-06-17[media] media: mx2_camera: Change Kconfig dependencyAlexander Shiyan1-1/+1
2014-06-17[media] media: mx1_camera: Remove driverAlexander Shiyan3-880/+0
2014-06-17[media] V4L2: soc_camera: add run-time dependencies to R-Car VIN driverJean Delvare1-0/+1
2014-06-17[media] rcar_vin: copy flags from pdataBen Dooks1-6/+6
2014-06-17[media] V4L: soc-camera: explicitly free allocated managed memory on errorGuennadi Liakhovetski1-4/+8
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart1-2/+2
2014-05-13[media] soc_camera: disable STD ioctls if no tvnorms are setHans Verkuil1-0/+8
2014-04-23[media] vb2: stop_streaming should return voidHans Verkuil5-15/+7
2014-03-11[media] media: soc_camera: rcar_vin: Add support for 10-bit YUV camerasPhil Edworthy1-0/+9
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus5-5/+5
2014-01-07[media] media: soc_camera: rcar_vin: Add preliminary R-Car M2 supportValentine Barshak1-3/+4
2014-01-07[media] videodev2: Set vb2_rect's width and height as unsignedRicardo Ribalda1-2/+2
2014-01-07[media] vb2: return ENOBUFS in start_streaming in case of too few buffersHans Verkuil1-1/+1
2013-12-18[media] v4l: atmel-isi: Should clear bits before set the hardware registerJosh Wu1-0/+3
2013-12-18[media] v4l: atmel-isi: Fix color component orderingLaurent Pinchart1-4/+4
2013-12-18[media] v4l: atmel-isi: Make the MCK clock optionalLaurent Pinchart1-15/+21
2013-12-18[media] v4l: atmel-isi: Reset the ISI when starting the streamLaurent Pinchart1-10/+10
2013-12-18[media] v4l: atmel-isi: Defer clock (un)preparation to enable/disable timeLaurent Pinchart1-27/+8
2013-12-18[media] v4l: atmel-isi: Use devm_* managed allocatorsLaurent Pinchart1-37/+19
2013-12-18[media] v4l: atmel-isi: remove SOF wait in start_streaming()Josh Wu1-46/+1
2013-11-29[media] media_tree: Fix spelling errorsJonathan McCrohan1-1/+1
2013-11-18Merge branch 'topic/kbuild-fixes-for-next' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+1
2013-11-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-20/+33
2013-11-08[media] platform drivers: Fix build on frv archMauro Carvalho Chehab1-0/+1
2013-10-31[media] sh_mobile_ceu_camera: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-31[media] media: rcar_vin: Add preliminary r8a7790 supportValentine Barshak1-1/+4
2013-10-31[media] V4L2: soc-camera: work around unbalanced calls to .s_power()Guennadi Liakhovetski1-6/+16
2013-10-31[media] soc-camera: switch to using the new struct v4l2_subdev_platform_dataGuennadi Liakhovetski1-12/+12
2013-09-24[media] mx3-camera: locking cleanup in mx3_videobuf_queue()Dan Carpenter1-3/+2