Adding Benoit's new TI CAL driver. Regards, Hans The following changes since commit 99e44da7928d4abb3028258ac3cd23a48495cd61: [media] media: change email address (2016-01-25 12:01:08 -0200) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git cal for you to fetch changes up to 795dc7e38f25d7f76a596dc39e031cac490b873a: media: ti-vpe: Add CAL v4l2 camera capture driver (2016-01-25 15:54:20 +0100) ---------------------------------------------------------------- Benoit Parrot (3): media: ti-vpe: Document CAL driver MAINTAINERS: Add ti-vpe maintainer entry media: ti-vpe: Add CAL v4l2 camera capture driver Documentation/devicetree/bindings/media/ti-cal.txt | 72 +++ MAINTAINERS | 8 + drivers/media/platform/Kconfig | 12 + drivers/media/platform/Makefile | 2 + drivers/media/platform/ti-vpe/Makefile | 4 + drivers/media/platform/ti-vpe/cal.c | 1970 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/media/platform/ti-vpe/cal_regs.h | 479 ++++++++++++++ 7 files changed, 2547 insertions(+) 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