summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/soc_camera/mx2_camera.c
Commit message (Expand)AuthorAgeFilesLines
* [media] soc_camera/mx2_camera.c: move to staging in preparation, for removalHans Verkuil2016-03-031-1636/+0
* [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-6/+0
* [media] move media platform data to linux/platform_data/mediaMauro Carvalho Chehab2015-11-191-1/+1
* [media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab2015-11-171-1/+1
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+2
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-8/+11
* [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-011-1/+1
* [media] v4l2: replace s_mbus_fmt by set_fmt in bridge driversHans Verkuil2015-05-011-16/+19
* [media] v4l2: replace try_mbus_fmt by set_fmt in bridge driversHans Verkuil2015-05-011-17/+21
* [media] v4l2: replace video op g_mbus_fmt by pad op get_fmtHans Verkuil2015-05-011-5/+8
* [media] v4l2: replace enum_mbus_fmt by enum_mbus_codeHans Verkuil2015-05-011-12/+15
* [media] soc-camera: fix device capabilities in multiple camera host driversGuennadi Liakhovetski2015-01-211-1/+2
* [media] platform: Make use of media_bus_format enumBoris BREZILLON2014-11-141-14/+12
* [media] mx2-camera: potential negative underflow bugDan Carpenter2014-09-261-1/+1
* [media] mx2_camera: get rid of a warningMauro Carvalho Chehab2014-08-261-2/+1
* [media] vb2: stop_streaming should return voidHans Verkuil2014-04-231-3/+1
* [media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus2014-03-051-1/+1
* [media] vb2: return ENOBUFS in start_streaming in case of too few buffersHans Verkuil2014-01-071-1/+1
* [media] mx2-camera: move interface activation and deactivation to clock callb...Guennadi Liakhovetski2013-06-211-10/+18
* [media] soc-camera: move common code to soc_camera.cGuennadi Liakhovetski2013-06-211-11/+2
* [media] soc_camera/mx2_camera: Fix warnings related to spacingSachin Kamat2013-04-041-2/+2
* [media] mx2_camera: use module_platform_driver_probe()Fabio Porcedda2013-04-041-2/+1
* [media] vb2: Add support for non monotonic timestampsKamil Debski2013-03-051-0/+1
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-241-417/+112
|\
| * [media] media: Convert to devm_ioremap_resource()Thierry Reding2013-02-061-6/+6
| * Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab2013-01-241-4/+4
| |\
| * | [media] mx2_camera: Convert it to platform driverFabio Estevam2013-01-051-13/+2
| * | [media] mx2_camera: Remove buffer statesJavier Martin2013-01-051-11/+0
| * | [media] mx2_camera: Remove 'buf_cleanup' callbackJavier Martin2013-01-051-34/+0
| * | [media] mx2_camera: Remove i.mx25 supportJavier Martin2013-01-051-364/+112
| * | [media] soc-camera: remove struct soc_camera_device::video_lockGuennadi Liakhovetski2013-01-051-1/+0
| * | Merge tag 'v3.8-rc1' into staging/for_v3.9Mauro Carvalho Chehab2012-12-271-34/+100
| |\ \
| * | | [media] v4l: Convert drivers to use monotonic timestampsSakari Ailus2012-12-211-2/+2
| * | | [media] media: mx2_camera: Add image size HW limitsJavier Martin2012-12-201-2/+6
| * | | [media] mx2_camera: use GFP_ATOMIC under spin lockCyril Roelandt2012-12-041-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-211-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'master' into for-nextJiri Kosina2013-01-291-42/+113
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers2013-01-031-1/+1
* | | | | media: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-6/+6
| |/ / / |/| | |
* | | | Drivers: media: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+4
| |_|/ |/| |
* | | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-10/+29
|\ \ \
| * | | mx2_camera: Fix regression caused by clock conversionFabio Estevam2012-11-161-10/+29
* | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-24/+71
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | media: mx2_camera: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-151-24/+71
| |/
* | [media] mx2_camera: fix missing unlock on error in mx2_start_streaming()Wei Yongjun2012-11-221-2/+6
* | [media] media: mx2_camera: fix const cropping related warningsGuennadi Liakhovetski2012-11-221-2/+3
|/
* [media] drivers/media/platform/soc_camera/mx2_camera.c: fix error return codePeter Senna Tschudin2012-10-061-0/+1
* [media] media: mx2_camera: Don't modify non volatile parameters in try_fmtJavier Martin2012-10-061-3/+3
* Merge branch 'samsung_platform_data' into staging/for_v3.7Mauro Carvalho Chehab2012-10-051-1/+1
OpenPOWER on IntegriCloud