New Atmel ISC driver. Regards, Hans The following changes since commit b6aa39228966e0d3f0bc3306be1892f87792903a: Merge tag 'v4.8-rc1' into patchwork (2016-08-08 07:30:25 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git atmel-isc for you to fetch changes up to 25e7f8102f1c6a7ea4461124ea65709ba8423773: MAINTAINERS: atmel-isc: add entry for Atmel ISC (2016-08-19 15:52:42 +0200) ---------------------------------------------------------------- Songjun Wu (3): atmel-isc: add the Image Sensor Controller code atmel-isc: DT binding for Image Sensor Controller driver MAINTAINERS: atmel-isc: add entry for Atmel ISC Documentation/devicetree/bindings/media/atmel-isc.txt | 65 ++ MAINTAINERS | 8 + drivers/media/platform/Kconfig | 1 + drivers/media/platform/Makefile | 2 + drivers/media/platform/atmel/Kconfig | 9 + drivers/media/platform/atmel/Makefile | 1 + drivers/media/platform/atmel/atmel-isc-regs.h | 165 +++++ drivers/media/platform/atmel/atmel-isc.c | 1514 +++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 1765 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/atmel-isc.txt create mode 100644 drivers/media/platform/atmel/Kconfig create mode 100644 drivers/media/platform/atmel/Makefile create mode 100644 drivers/media/platform/atmel/atmel-isc-regs.h create mode 100644 drivers/media/platform/atmel/atmel-isc.c -- 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