Re: [PATCH v2 0/4] Support of MIPI CSI-2 for A83T

2020-08-31 Thread Maxime Ripard
Hi Paul, On Fri, Aug 28, 2020 at 04:12:03PM +0200, Paul Kocialkowski wrote: > Hi everyone, > > On Fri 28 Aug 20, 15:17, Kévin L'hôpital wrote: > > This series adds the support for the MIPI CSI-2 controller for the A83T SoC. > > The CSI controller is the same as the V3s SoC that's why I put the A8

Re: [PATCH v2 0/4] Support of MIPI CSI-2 for A83T

2020-08-28 Thread Paul Kocialkowski
Hi everyone, On Fri 28 Aug 20, 15:17, Kévin L'hôpital wrote: > This series adds the support for the MIPI CSI-2 controller for the A83T SoC. > The CSI controller is the same as the V3s SoC that's why I put the A83T > MIPI CSI-2 driver in sun6i-csi. > My work is based on the Allwinner BSP for A83T a

[PATCH v2 0/4] Support of MIPI CSI-2 for A83T

2020-08-28 Thread Kévin L'hôpital
This series adds the support for the MIPI CSI-2 controller for the A83T SoC. The CSI controller is the same as the V3s SoC that's why I put the A83T MIPI CSI-2 driver in sun6i-csi. My work is based on the Allwinner BSP for A83T and also on MIPI CSI-2 specification for the A83T given by Allwinner.