Message ID | 20190730184256.30338-15-helen.koike@collabora.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Rockchip ISP1 Driver | expand |
Hi Helen, Thank you for the patch. On Tue, Jul 30, 2019 at 03:42:56PM -0300, Helen Koike wrote: > Add MAINTAINERS entry for the rockchip isp1 driver. > > Signed-off-by: Helen Koike <helen.koike@collabora.com> > --- > > Changes in v8: None > Changes in v7: None > > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 6426db5198f0..7f38abcb4114 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13743,6 +13743,14 @@ F: drivers/hid/hid-roccat* > F: include/linux/hid-roccat* > F: Documentation/ABI/*/sysfs-driver-hid-roccat* > > +ROCKCHIP ISP V1 DRIVER > +M: Helen Koike <helen.koike@collabora.com> > +L: linux-media@vger.kernel.org > +S: Maintained > +F: drivers/media/platform/rockchip/isp1/ > +F: Documentation/devicetree/bindings/media/rockchip-isp1.txt > +F: Documentation/devicetree/bindings/media/rockchip-mipi-dphy.txt This is missing the include/ files and the custom format documentation. Apart from that, I'm happy to see that you will maintain this driver :-) > + > ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER > M: Jacob chen <jacob2.chen@rock-chips.com> > L: linux-media@vger.kernel.org
diff --git a/MAINTAINERS b/MAINTAINERS index 6426db5198f0..7f38abcb4114 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13743,6 +13743,14 @@ F: drivers/hid/hid-roccat* F: include/linux/hid-roccat* F: Documentation/ABI/*/sysfs-driver-hid-roccat* +ROCKCHIP ISP V1 DRIVER +M: Helen Koike <helen.koike@collabora.com> +L: linux-media@vger.kernel.org +S: Maintained +F: drivers/media/platform/rockchip/isp1/ +F: Documentation/devicetree/bindings/media/rockchip-isp1.txt +F: Documentation/devicetree/bindings/media/rockchip-mipi-dphy.txt + ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER M: Jacob chen <jacob2.chen@rock-chips.com> L: linux-media@vger.kernel.org
Add MAINTAINERS entry for the rockchip isp1 driver. Signed-off-by: Helen Koike <helen.koike@collabora.com> --- Changes in v8: None Changes in v7: None MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)