This patch series removes the soc-camera dependency of pxa_camera.
Another step closer to being able to drop soc-camera as a framework.
Regards,
Hans
The following changes since commit e62c30e76829d46bf11d170fd81b735f13a014ac:
[media] smiapp: Remove set_xclk() callback from hwconfig (2016-09-05
15:53:20 -0300)
are available in the git repository at:
git://linuxtv.org/hverkuil/media_tree.git pxa
for you to fetch changes up to 3c8f129464dcd351a34e27daafc01e2baf259729:
pxa_camera: allow building it if COMPILE_TEST is set (2016-09-06
12:37:45 +0200)
----------------------------------------------------------------
Hans Verkuil (1):
pxa_camera: allow building it if COMPILE_TEST is set
Robert Jarzmik (14):
media: mt9m111: make a standalone v4l2 subdevice
media: mt9m111: use only the SRGB colorspace
media: mt9m111: move mt9m111 out of soc_camera
media: platform: pxa_camera: convert to vb2
media: platform: pxa_camera: trivial move of functions
media: platform: pxa_camera: introduce sensor_call
media: platform: pxa_camera: make printk consistent
media: platform: pxa_camera: add buffer sequencing
media: platform: pxa_camera: remove set_selection
media: platform: pxa_camera: make a standalone v4l2 device
media: platform: pxa_camera: add debug register access
media: platform: pxa_camera: change stop_streaming semantics
media: platform: pxa_camera: move pxa_camera out of soc_camera
media: platform: pxa_camera: fix style
drivers/media/i2c/Kconfig | 7 +
drivers/media/i2c/Makefile | 1 +
drivers/media/i2c/{soc_camera => }/mt9m111.c | 59 ++--
drivers/media/i2c/soc_camera/Kconfig | 7 +-
drivers/media/i2c/soc_camera/Makefile | 1 -
drivers/media/platform/Kconfig | 9 +
drivers/media/platform/Makefile | 1 +
drivers/media/platform/{soc_camera => }/pxa_camera.c | 1449
++++++++++++++++++++++++++++++++++++++++++++++---------------------------------
drivers/media/platform/soc_camera/Kconfig | 8 -
drivers/media/platform/soc_camera/Makefile | 1 -
include/linux/platform_data/media/camera-pxa.h | 2 +
11 files changed, 881 insertions(+), 664 deletions(-)
rename drivers/media/i2c/{soc_camera => }/mt9m111.c (94%)
rename drivers/media/platform/{soc_camera => }/pxa_camera.c (61%)
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html