All of lore.kernel.org
 help / color / mirror / Atom feed
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC
Date: Thu, 14 Apr 2016 17:17:37 +0300	[thread overview]
Message-ID: <3857132.BKDS7IHZFq@avalon> (raw)
In-Reply-To: <1460533460-32336-1-git-send-email-songjun.wu@atmel.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Songjun Wu <songjun.wu@atmel.com>
Cc: "Mark Rutland" <mark.rutland@arm.com>,
	devicetree@vger.kernel.org,
	"Peter Griffin" <peter.griffin@linaro.org>,
	"Pawel Moll" <pawel.moll@arm.com>,
	"Ian Campbell" <ijc+devicetree@hellion.org.uk>,
	"Mauro Carvalho Chehab" <mchehab@osg.samsung.com>,
	nicolas.ferre@atmel.com, linux-kernel@vger.kernel.org,
	"Fabien Dessenne" <fabien.dessenne@st.com>,
	"Sudip Mukherjee" <sudipm.mukherjee@gmail.com>,
	"Benoit Parrot" <bparrot@ti.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	"Hans Verkuil" <hverkuil@xs4all.nl>,
	"Kumar Gala" <galak@codeaurora.org>,
	"Mikhail Ulyanov" <mikhail.ulyanov@cogentembedded.com>,
	"Richard Röjfors" <richard@puffinpack.se>,
	g.liakhovetski@gmx.de, linux-arm-kernel@lists.infradead.org,
	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	[thread overview]
Message-ID: <3857132.BKDS7IHZFq@avalon> (raw)
In-Reply-To: <1460533460-32336-1-git-send-email-songjun.wu@atmel.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Songjun Wu <songjun.wu@atmel.com>
Cc: g.liakhovetski@gmx.de, nicolas.ferre@atmel.com,
	linux-arm-kernel@lists.infradead.org,
	"Fabien Dessenne" <fabien.dessenne@st.com>,
	"Ian Campbell" <ijc+devicetree@hellion.org.uk>,
	devicetree@vger.kernel.org,
	"Mauro Carvalho Chehab" <mchehab@osg.samsung.com>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	"Benoit Parrot" <bparrot@ti.com>,
	"Kumar Gala" <galak@codeaurora.org>,
	linux-kernel@vger.kernel.org,
	"Mikhail Ulyanov" <mikhail.ulyanov@cogentembedded.com>,
	"Sudip Mukherjee" <sudipm.mukherjee@gmail.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Pawel Moll" <pawel.moll@arm.com>,
	"Peter Griffin" <peter.griffin@linaro.org>,
	"Hans Verkuil" <hverkuil@xs4all.nl>,
	"Richard Röjfors" <richard@puffinpack.se>,
	"Mark Rutland" <mark.rutland@arm.com>,
	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	[thread overview]
Message-ID: <3857132.BKDS7IHZFq@avalon> (raw)
In-Reply-To: <1460533460-32336-1-git-send-email-songjun.wu@atmel.com>

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


  parent reply	other threads:[~2016-04-14 14:17 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-13  7:44 [PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC Songjun Wu
2016-04-13  7:44 ` Songjun Wu
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
2016-04-13  7:44   ` Songjun Wu
2016-04-13 11:29   ` kbuild test robot
2016-04-13 11:29     ` kbuild test robot
2016-04-13 13:31   ` kbuild test robot
2016-04-13 13:31     ` kbuild test robot
2016-04-13 16:01   ` kbuild test robot
2016-04-13 16:01     ` kbuild test robot
2016-04-14  5:44     ` Wu, Songjun
2016-04-14  5:44       ` Wu, Songjun
2016-04-14 14:14       ` Laurent Pinchart
2016-04-14 14:14         ` Laurent Pinchart
2016-04-19  2:28         ` Wu, Songjun
2016-04-19  2:28           ` Wu, Songjun
2016-04-14 16:21   ` Laurent Pinchart
2016-04-14 16:21     ` Laurent Pinchart
2016-04-19  7:46     ` Wu, Songjun
2016-04-19  7:46       ` Wu, Songjun
2016-04-19  9:23       ` Nicolas Ferre
2016-04-19  9:23         ` Nicolas Ferre
2016-04-19 10:02     ` Wu, Songjun
2016-04-19 10:02       ` Wu, Songjun
2016-04-18  7:24   ` Hans Verkuil
2016-04-18  7:24     ` Hans Verkuil
2016-04-19  8:29     ` Wu, Songjun
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-13  7:44   ` Songjun Wu
2016-04-13  7:44   ` Songjun Wu
2016-04-14 15:29   ` Rob Herring
2016-04-14 15:29     ` Rob Herring
2016-04-20  2:50     ` Wu, Songjun
2016-04-20  2:50       ` Wu, Songjun
2016-04-20  2:50       ` Wu, Songjun
2016-04-15  9:22   ` Ludovic Desroches
2016-04-15  9:22     ` Ludovic Desroches
2016-04-15  9:22     ` Ludovic Desroches
2016-04-14 14:17 ` Laurent Pinchart [this message]
2016-04-14 14:17   ` [PATCH 0/2] [media] atmel-isc: add driver for Atmel ISC Laurent Pinchart
2016-04-14 14:17   ` Laurent Pinchart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3857132.BKDS7IHZFq@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.