linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC
@ 2016-04-13  7:44 Songjun Wu
  2016-04-13  7:44 ` [PATCH 1/2] [media] atmel-isc: add the Image Sensor Controller code Songjun Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Songjun Wu @ 2016-04-13  7:44 UTC (permalink / raw)
  To: g.liakhovetski, nicolas.ferre
  Cc: linux-arm-kernel, Songjun Wu, Fabien Dessenne, Ian Campbell,
	devicetree, Mauro Carvalho Chehab, Gerd Hoffmann, Benoit Parrot,
	Kumar Gala, linux-kernel, Mikhail Ulyanov, Sudip Mukherjee,
	Rob Herring, Pawel Moll, Peter Griffin, Hans Verkuil,
	Richard Röjfors, Laurent Pinchart, Mark Rutland,
	linux-media

The Image Sensor Controller driver includes two parts.
1) Driver code to implement the ISC function.
2) Device tree binding documentation, it describes how
   to add the ISC in device tree.


Songjun Wu (2):
  [media] atmel-isc: add the Image Sensor Controller code
  [media] atmel-isc: DT binding for Image Sensor Controller driver

 .../devicetree/bindings/media/atmel-isc.txt        |   84 ++
 drivers/media/platform/Kconfig                     |    1 +
 drivers/media/platform/Makefile                    |    2 +
 drivers/media/platform/atmel/Kconfig               |    9 +
 drivers/media/platform/atmel/Makefile              |    3 +
 drivers/media/platform/atmel/atmel-isc-regs.h      |  280 ++++
 drivers/media/platform/atmel/atmel-isc.c           | 1537 ++++++++++++++++++++
 7 files changed, 1916 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

-- 
2.7.4

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2016-04-20  2:50 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-13  7:44 [PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC Songjun Wu
2016-04-13  7:44 ` [PATCH 1/2] [media] atmel-isc: add the Image Sensor Controller code Songjun Wu
2016-04-13 11:29   ` kbuild test robot
2016-04-13 13:31   ` kbuild test robot
2016-04-13 16:01   ` kbuild test robot
2016-04-14  5:44     ` Wu, Songjun
2016-04-14 14:14       ` Laurent Pinchart
2016-04-19  2:28         ` Wu, Songjun
2016-04-14 16:21   ` Laurent Pinchart
2016-04-19  7:46     ` Wu, Songjun
2016-04-19  9:23       ` Nicolas Ferre
2016-04-19 10:02     ` Wu, Songjun
2016-04-18  7:24   ` Hans Verkuil
2016-04-19  8:29     ` Wu, Songjun
2016-04-13  7:44 ` [PATCH 2/2] [media] atmel-isc: DT binding for Image Sensor Controller driver Songjun Wu
2016-04-14 15:29   ` Rob Herring
2016-04-20  2:50     ` Wu, Songjun
2016-04-15  9:22   ` Ludovic Desroches
2016-04-14 14:17 ` [PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).