Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1377619

[PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC

From Songjun Wu <songjun.wu@atmel.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC
Date 2016-04-13 10:00 +0200
Message-ID <rnnSp-69I-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC Songjun Wu <songjun.wu@atmel.com> - 2016-04-13 10:00 +0200
  [PATCH 2/2] [media] atmel-isc: DT binding for Image Sensor Controller driver Songjun Wu <songjun.wu@atmel.com> - 2016-04-13 10:00 +0200
    Re: [PATCH 2/2] [media] atmel-isc: DT binding for Image Sensor  Controller driver Rob Herring <robh@kernel.org> - 2016-04-14 17:30 +0200
    Re: [PATCH 2/2] [media] atmel-isc: DT binding for Image Sensor  Controller driver Ludovic Desroches <ludovic.desroches@atmel.com> - 2016-04-15 11:30 +0200
  Re: [PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC Laurent Pinchart <laurent.pinchart@ideasonboard.com> - 2016-04-14 16:20 +0200

csiph-web