The patch number 11024 was added via Guennadi Liakhovetski
<[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
Linux Media Mailing List <[email protected]>
------
From: Guennadi Liakhovetski <[email protected]>
soc-camera: separate S_FMT and S_CROP operations
As host and camera drivers become more complex, differences between S_FMT and
S_CROP functionality grow, this patch separates them.
Signed-off-by: Guennadi Liakhovetski <[email protected]>
---
drivers/media/video/mt9m001.c | 19 +++-
drivers/media/video/mt9m111.c | 56 +++++++---
drivers/media/video/mt9t031.c | 84 ++++++++++------
drivers/media/video/mt9v022.c | 62 +++++++----
drivers/media/video/mx3_camera.c | 157 +++++++++++++++++-----------
drivers/media/video/ov772x.c | 31 +++++-
drivers/media/video/pxa_camera.c | 67 +++++++++---
drivers/media/video/sh_mobile_ceu_camera.c | 17 ++-
drivers/media/video/soc_camera.c | 20 ++--
drivers/media/video/soc_camera_platform.c | 9 ++-
drivers/media/video/tw9910.c | 45 +++++---
include/media/soc_camera.h | 6 +-
12 files changed, 381 insertions(+), 192 deletions(-)
---
linux/drivers/media/video/mt9m001.c | 19 +
linux/drivers/media/video/mt9m111.c | 68 +++--
linux/drivers/media/video/mt9t031.c | 90 ++++---
linux/drivers/media/video/mt9v022.c | 64 +++--
linux/drivers/media/video/mx3_camera.c | 177 +++++++++------
linux/drivers/media/video/ov772x.c | 33 ++
linux/drivers/media/video/pxa_camera.c | 69 ++++-
linux/drivers/media/video/sh_mobile_ceu_camera.c | 17 +
linux/drivers/media/video/soc_camera.c | 20 -
linux/drivers/media/video/soc_camera_platform.c | 9
linux/drivers/media/video/tw9910.c | 45 ++-
linux/include/media/soc_camera.h | 6
12 files changed, 403 insertions(+), 214 deletions(-)
<diff discarded since it is too big>
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/d91194f23dc445dded3ff912c1e52de11bef8796
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits