Please note that this patch series assumes that my previous pull request was merged first: https://patchwork.linuxtv.org/patch/31872/ This is for the v4l2-pci-skeleton patch. The other three are independent of the previous pull request. Regards, Hans The following changes since commit 54adb10d0947478b3364640a131fff1f1ab190fa: v4l2-dv-timings: add new arg to v4l2_match_dv_timings (2015-11-13 14:15:55 +0100) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v4.5b for you to fetch changes up to 2cb88733214e31c04d1a87a1ef51cc6f26a44e09: media: v4l: ti-vpe: Document CAL driver (2015-11-16 09:50:13 +0100) ---------------------------------------------------------------- Benoit Parrot (2): media: v4l: ti-vpe: Add CAL v4l2 camera capture driver media: v4l: ti-vpe: Document CAL driver Hans Verkuil (1): v4l2-pci-skeleton.c: forgot to update v4l2_match_dv_timings call Julia Lawall (1): i2c: constify v4l2_ctrl_ops structures Documentation/devicetree/bindings/media/ti-cal.txt | 70 +++ Documentation/video4linux/v4l2-pci-skeleton.c | 2 +- drivers/media/i2c/mt9m032.c | 2 +- drivers/media/i2c/mt9p031.c | 2 +- drivers/media/i2c/mt9t001.c | 2 +- drivers/media/i2c/mt9v011.c | 2 +- drivers/media/i2c/mt9v032.c | 2 +- drivers/media/i2c/ov2659.c | 2 +- drivers/media/platform/Kconfig | 12 + drivers/media/platform/Makefile | 2 + drivers/media/platform/ti-vpe/Makefile | 4 + drivers/media/platform/ti-vpe/cal.c | 2164 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/media/platform/ti-vpe/cal_regs.h | 779 +++++++++++++++++++++++++++++++++ 13 files changed, 3038 insertions(+), 7 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/ti-cal.txt create mode 100644 drivers/media/platform/ti-vpe/cal.c create mode 100644 drivers/media/platform/ti-vpe/cal_regs.h -- 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