Message ID | 20220415152811.636419-46-paul.kocialkowski@bootlin.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Allwinner A31/A83T MIPI CSI-2 and A31 ISP / CSI Rework | expand |
Dne petek, 15. april 2022 ob 17:28:11 CEST je Paul Kocialkowski napisal(a): > Given the substantial rework of the driver that I carried out and the > knowledge acquired about the hardware along the way, make myself a > maintainer of the sun6i-csi driver. > > Also rename and move the entry while at it since the driver is not > specific to the V3s. > > Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Acked-by; Jernej Skrabec <jernej.skrabec@gmail.com> Best regards, Jernej > --- > MAINTAINERS | 17 +++++++++-------- > 1 file changed, 9 insertions(+), 8 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 0c7a3c792837..43f456982ecc 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -761,6 +761,15 @@ T: git git://linuxtv.org/media_tree.git > F: Documentation/devicetree/bindings/media/allwinner,sun4i-a10- csi.yaml > F: drivers/media/platform/sunxi/sun4i-csi/ > > +ALLWINNER A31 CSI DRIVER > +M: Yong Deng <yong.deng@magewell.com> > +M: Paul Kocialkowski <paul.kocialkowski@bootlin.com> > +L: linux-media@vger.kernel.org > +S: Maintained > +T: git git://linuxtv.org/media_tree.git > +F: Documentation/devicetree/bindings/media/allwinner,sun6i-a31- csi.yaml > +F: drivers/media/platform/sunxi/sun6i-csi/ > + > ALLWINNER A31 MIPI CSI-2 BRIDGE DRIVER > M: Paul Kocialkowski <paul.kocialkowski@bootlin.com> > L: linux-media@vger.kernel.org > @@ -5232,14 +5241,6 @@ M: Jaya Kumar <jayakumar.alsa@gmail.com> > S: Maintained > F: sound/pci/cs5535audio/ > > -CSI DRIVERS FOR ALLWINNER V3s > -M: Yong Deng <yong.deng@magewell.com> > -L: linux-media@vger.kernel.org > -S: Maintained > -T: git git://linuxtv.org/media_tree.git > -F: Documentation/devicetree/bindings/media/allwinner,sun6i-a31- csi.yaml > -F: drivers/media/platform/sunxi/sun6i-csi/ > - > CW1200 WLAN driver > M: Solomon Peachy <pizza@shaftnet.org> > S: Maintained
diff --git a/MAINTAINERS b/MAINTAINERS index 0c7a3c792837..43f456982ecc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -761,6 +761,15 @@ T: git git://linuxtv.org/media_tree.git F: Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml F: drivers/media/platform/sunxi/sun4i-csi/ +ALLWINNER A31 CSI DRIVER +M: Yong Deng <yong.deng@magewell.com> +M: Paul Kocialkowski <paul.kocialkowski@bootlin.com> +L: linux-media@vger.kernel.org +S: Maintained +T: git git://linuxtv.org/media_tree.git +F: Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml +F: drivers/media/platform/sunxi/sun6i-csi/ + ALLWINNER A31 MIPI CSI-2 BRIDGE DRIVER M: Paul Kocialkowski <paul.kocialkowski@bootlin.com> L: linux-media@vger.kernel.org @@ -5232,14 +5241,6 @@ M: Jaya Kumar <jayakumar.alsa@gmail.com> S: Maintained F: sound/pci/cs5535audio/ -CSI DRIVERS FOR ALLWINNER V3s -M: Yong Deng <yong.deng@magewell.com> -L: linux-media@vger.kernel.org -S: Maintained -T: git git://linuxtv.org/media_tree.git -F: Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml -F: drivers/media/platform/sunxi/sun6i-csi/ - CW1200 WLAN driver M: Solomon Peachy <pizza@shaftnet.org> S: Maintained
Given the substantial rework of the driver that I carried out and the knowledge acquired about the hardware along the way, make myself a maintainer of the sun6i-csi driver. Also rename and move the entry while at it since the driver is not specific to the V3s. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> --- MAINTAINERS | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-)