index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
soc_camera
/
mx2_camera.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-03
[media] soc_camera/mx2_camera.c: move to staging in preparation, for removal
Hans Verkuil
1
-1636
/
+0
2015-12-18
[media] media: videobuf2: Move timestamp to vb2_buffer
Junghak Sung
1
-1
/
+1
2015-12-18
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
1
-6
/
+0
2015-11-19
[media] move media platform data to linux/platform_data/media
Mauro Carvalho Chehab
1
-1
/
+1
2015-11-17
[media] include/media: move driver interface headers to a separate dir
Mauro Carvalho Chehab
1
-1
/
+1
2015-10-20
[media] media: videobuf2: Change queue_setup argument
Junghak Sung
1
-1
/
+2
2015-10-01
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
1
-8
/
+11
2015-10-01
[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2
Junghak Sung
1
-1
/
+1
2015-05-01
[media] v4l2: replace s_mbus_fmt by set_fmt in bridge drivers
Hans Verkuil
1
-16
/
+19
2015-05-01
[media] v4l2: replace try_mbus_fmt by set_fmt in bridge drivers
Hans Verkuil
1
-17
/
+21
2015-05-01
[media] v4l2: replace video op g_mbus_fmt by pad op get_fmt
Hans Verkuil
1
-5
/
+8
2015-05-01
[media] v4l2: replace enum_mbus_fmt by enum_mbus_code
Hans Verkuil
1
-12
/
+15
2015-01-21
[media] soc-camera: fix device capabilities in multiple camera host drivers
Guennadi Liakhovetski
1
-1
/
+2
2014-11-14
[media] platform: Make use of media_bus_format enum
Boris BREZILLON
1
-14
/
+12
2014-09-26
[media] mx2-camera: potential negative underflow bug
Dan Carpenter
1
-1
/
+1
2014-08-26
[media] mx2_camera: get rid of a warning
Mauro Carvalho Chehab
1
-2
/
+1
2014-04-23
[media] vb2: stop_streaming should return void
Hans Verkuil
1
-3
/
+1
2014-03-05
[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flags
Sakari Ailus
1
-1
/
+1
2014-01-07
[media] vb2: return ENOBUFS in start_streaming in case of too few buffers
Hans Verkuil
1
-1
/
+1
2013-06-21
[media] mx2-camera: move interface activation and deactivation to clock callbacks
Guennadi Liakhovetski
1
-10
/
+18
2013-06-21
[media] soc-camera: move common code to soc_camera.c
Guennadi Liakhovetski
1
-11
/
+2
2013-04-04
[media] soc_camera/mx2_camera: Fix warnings related to spacing
Sachin Kamat
1
-2
/
+2
2013-04-04
[media] mx2_camera: use module_platform_driver_probe()
Fabio Porcedda
1
-2
/
+1
2013-03-05
[media] vb2: Add support for non monotonic timestamps
Kamil Debski
1
-0
/
+1
2013-02-24
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
1
-417
/
+112
2013-02-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
1
-1
/
+1
2013-02-06
[media] media: Convert to devm_ioremap_resource()
Thierry Reding
1
-6
/
+6
2013-01-29
Merge branch 'master' into for-next
Jiri Kosina
1
-42
/
+113
2013-01-25
media: Convert to devm_ioremap_resource()
Thierry Reding
1
-6
/
+6
2013-01-24
Merge branch 'v4l_for_linus' into staging/for_v3.9
Mauro Carvalho Chehab
1
-4
/
+4
2013-01-05
[media] mx2_camera: Convert it to platform driver
Fabio Estevam
1
-13
/
+2
2013-01-05
[media] mx2_camera: Remove buffer states
Javier Martin
1
-11
/
+0
2013-01-05
[media] mx2_camera: Remove 'buf_cleanup' callback
Javier Martin
1
-34
/
+0
2013-01-05
[media] mx2_camera: Remove i.mx25 support
Javier Martin
1
-364
/
+112
2013-01-05
[media] soc-camera: remove struct soc_camera_device::video_lock
Guennadi Liakhovetski
1
-1
/
+0
2013-01-03
Drivers: media: remove __dev* attributes.
Greg Kroah-Hartman
1
-4
/
+4
2013-01-03
treewide: Replace incomming with incoming in all comments and strings
Jorrit Schippers
1
-1
/
+1
2012-12-27
Merge tag 'v3.8-rc1' into staging/for_v3.9
Mauro Carvalho Chehab
1
-34
/
+100
2012-12-21
[media] v4l: Convert drivers to use monotonic timestamps
Sakari Ailus
1
-2
/
+2
2012-12-20
[media] media: mx2_camera: Add image size HW limits
Javier Martin
1
-2
/
+6
2012-12-12
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-10
/
+29
2012-12-12
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-24
/
+71
2012-12-04
[media] mx2_camera: use GFP_ATOMIC under spin lock
Cyril Roelandt
1
-1
/
+1
2012-11-22
[media] mx2_camera: fix missing unlock on error in mx2_start_streaming()
Wei Yongjun
1
-2
/
+6
2012-11-22
[media] media: mx2_camera: fix const cropping related warnings
Guennadi Liakhovetski
1
-2
/
+3
2012-11-16
mx2_camera: Fix regression caused by clock conversion
Fabio Estevam
1
-10
/
+29
2012-10-15
media: mx2_camera: remove cpu_is_xxx by using platform_device_id
Shawn Guo
1
-24
/
+71
2012-10-06
[media] drivers/media/platform/soc_camera/mx2_camera.c: fix error return code
Peter Senna Tschudin
1
-0
/
+1
2012-10-06
[media] media: mx2_camera: Don't modify non volatile parameters in try_fmt
Javier Martin
1
-3
/
+3
2012-10-05
Merge branch 'samsung_platform_data' into staging/for_v3.7
Mauro Carvalho Chehab
1
-1
/
+1
[next]