From mboxrd@z Thu Jan 1 00:00:00 1970 From: yong.deng@magewell.com (Yong) Date: Fri, 4 May 2018 09:19:40 +0800 Subject: [PATCH v9 0/2] Initial Allwinner V3s CSI Support In-Reply-To: <20180503171410.q52ak27u47gycy6o@flea> References: <1520301070-48769-1-git-send-email-yong.deng@magewell.com> <20180503171410.q52ak27u47gycy6o@flea> Message-ID: <20180504091940.88dbbe8eed8da931ab4bfbea@magewell.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Maxime, On Thu, 3 May 2018 19:14:10 +0200 Maxime Ripard wrote: > Hi Yong, > > On Tue, Mar 06, 2018 at 09:51:10AM +0800, Yong Deng wrote: > > This patchset add initial support for Allwinner V3s CSI. > > > > Allwinner V3s SoC features two CSI module. CSI0 is used for MIPI CSI-2 > > interface and CSI1 is used for parallel interface. This is not > > documented in datasheet but by test and guess. > > > > This patchset implement a v4l2 framework driver and add a binding > > documentation for it. > > > > Currently, the driver only support the parallel interface. And has been > > tested with a BT1120 signal which generating from FPGA. The following > > fetures are not support with this patchset: > > - ISP > > - MIPI-CSI2 > > - Master clock for camera sensor > > - Power regulator for the front end IC > > Do you plan on sending another version some time soon? It would be > awesome to have this in 4.18. I was waiting for Sakari Ailus's feedback. But ... I will send a new version soon. But not all suggestion from Sakari Ailus would be accepted. > > Thanks! > Maxime > > -- > Maxime Ripard, Bootlin (formerly Free Electrons) > Embedded Linux and Kernel engineering > https://bootlin.com Thanks, Yong