From mboxrd@z Thu Jan 1 00:00:00 1970 From: laurent.pinchart@ideasonboard.com (Laurent Pinchart) Date: Thu, 14 Apr 2016 17:17:37 +0300 Subject: [PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC In-Reply-To: <1460533460-32336-1-git-send-email-songjun.wu@atmel.com> References: <1460533460-32336-1-git-send-email-songjun.wu@atmel.com> Message-ID: <3857132.BKDS7IHZFq@avalon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello Songjun, On Wednesday 13 Apr 2016 15:44:18 Songjun Wu wrote: > 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 I can't see the second patch in the linux-media mailing list archives, could you please resend it ? > .../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 -- Regards, Laurent Pinchart From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Subject: Re: [PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC Date: Thu, 14 Apr 2016 17:17:37 +0300 Message-ID: <3857132.BKDS7IHZFq@avalon> References: <1460533460-32336-1-git-send-email-songjun.wu@atmel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1460533460-32336-1-git-send-email-songjun.wu@atmel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Songjun Wu Cc: Mark Rutland , devicetree@vger.kernel.org, Peter Griffin , Pawel Moll , Ian Campbell , Mauro Carvalho Chehab , nicolas.ferre@atmel.com, linux-kernel@vger.kernel.org, Fabien Dessenne , Sudip Mukherjee , Benoit Parrot , Rob Herring , Gerd Hoffmann , Hans Verkuil , Kumar Gala , Mikhail Ulyanov , Richard =?ISO-8859-1?Q?R=F6jfors?= , g.liakhovetski@gmx.de, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org List-Id: devicetree@vger.kernel.org Hello Songjun, On Wednesday 13 Apr 2016 15:44:18 Songjun Wu wrote: > 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 I can't see the second patch in the linux-media mailing list archives, could you please resend it ? > .../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 -- Regards, Laurent Pinchart From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from galahad.ideasonboard.com ([185.26.127.97]:56914 "EHLO galahad.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756157AbcDNORb (ORCPT ); Thu, 14 Apr 2016 10:17:31 -0400 From: Laurent Pinchart To: Songjun Wu Cc: g.liakhovetski@gmx.de, nicolas.ferre@atmel.com, linux-arm-kernel@lists.infradead.org, Fabien Dessenne , Ian Campbell , devicetree@vger.kernel.org, Mauro Carvalho Chehab , Gerd Hoffmann , Benoit Parrot , Kumar Gala , linux-kernel@vger.kernel.org, Mikhail Ulyanov , Sudip Mukherjee , Rob Herring , Pawel Moll , Peter Griffin , Hans Verkuil , Richard =?ISO-8859-1?Q?R=F6jfors?= , Mark Rutland , linux-media@vger.kernel.org Subject: Re: [PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC Date: Thu, 14 Apr 2016 17:17:37 +0300 Message-ID: <3857132.BKDS7IHZFq@avalon> In-Reply-To: <1460533460-32336-1-git-send-email-songjun.wu@atmel.com> References: <1460533460-32336-1-git-send-email-songjun.wu@atmel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-media-owner@vger.kernel.org List-ID: Hello Songjun, On Wednesday 13 Apr 2016 15:44:18 Songjun Wu wrote: > 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 I can't see the second patch in the linux-media mailing list archives, could you please resend it ? > .../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 -- Regards, Laurent Pinchart