[media] atmel-isc: add the Image Sensor Controller code
authorSongjun Wu <songjun.wu@microchip.com>
Wed, 17 Aug 2016 06:05:27 +0000 (03:05 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 22 Aug 2016 15:59:58 +0000 (12:59 -0300)
commit106267444f12fde77f5aee92ca862a7138a88508
tree80d4eee192a278b1555f7c57a350fcde7d90d89d
parent8d4b231af9d162859aa4b8aeaa09170230ea1b11
[media] atmel-isc: add the Image Sensor Controller code

Add driver for the Image Sensor Controller. It manages
incoming data from a parallel based CMOS/CCD sensor.
It has an internal image processor, also integrates a
triple channel direct memory access controller master
interface.

Signed-off-by: Songjun Wu <songjun.wu@microchip.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/Kconfig
drivers/media/platform/Makefile
drivers/media/platform/atmel/Kconfig [new file with mode: 0644]
drivers/media/platform/atmel/Makefile [new file with mode: 0644]
drivers/media/platform/atmel/atmel-isc-regs.h [new file with mode: 0644]
drivers/media/platform/atmel/atmel-isc.c [new file with mode: 0644]