Re: [PATCH 5/7] media: sunxi: sun6i-csi: Add support of MIPI CSI-2 for A83T

2020-08-28 Thread Kévin L'hôpital
Hello, Le Thu, 27 Aug 2020 17:41:19 +0200, Maxime Ripard a écrit : > On Wed, Aug 26, 2020 at 11:17:28AM +0200, Kévin L'hôpital wrote: > > > > + mdelay(10); > > > > > > Why do you need an mdelay here? > > > > yes a msleep could be more correct here. > > My question was more about

Re: [PATCH 5/7] media: sunxi: sun6i-csi: Add support of MIPI CSI-2 for A83T

2020-08-27 Thread Maxime Ripard
On Wed, Aug 26, 2020 at 11:17:28AM +0200, Kévin L'hôpital wrote: > > > + mdelay(10); > > > > Why do you need an mdelay here? > > yes a msleep could be more correct here. My question was more about whether/why you need one in the first place, not necessarily how you would implement that delay.

Re: [PATCH 5/7] media: sunxi: sun6i-csi: Add support of MIPI CSI-2 for A83T

2020-08-26 Thread Kévin L'hôpital
Hello, Le Tue, 25 Aug 2020 16:37:04 +0200, Maxime Ripard a écrit : > Hi, > > On Fri, Aug 21, 2020 at 04:59:33PM +0200, Kévin L'hôpital wrote: > > This patch add the support only for the Allwinner A83T MIPI CSI2 > > > > Currently, the driver is not supported the other Allwinner V3's > > MIPI

Re: [PATCH 5/7] media: sunxi: sun6i-csi: Add support of MIPI CSI-2 for A83T

2020-08-25 Thread Maxime Ripard
Hi, On Fri, Aug 21, 2020 at 04:59:33PM +0200, Kévin L'hôpital wrote: > This patch add the support only for the Allwinner A83T MIPI CSI2 > > Currently, the driver is not supported the other Allwinner V3's MIPI CSI2 > > It has been tested with the ov8865 image sensor. > > Signed-off-by: Kévin

[PATCH 5/7] media: sunxi: sun6i-csi: Add support of MIPI CSI-2 for A83T

2020-08-21 Thread Kévin L'hôpital
This patch add the support only for the Allwinner A83T MIPI CSI2 Currently, the driver is not supported the other Allwinner V3's MIPI CSI2 It has been tested with the ov8865 image sensor. Signed-off-by: Kévin L'hôpital --- .../media/platform/sunxi/sun6i-csi/Makefile | 2 +-