Message ID | 1516547656-3879-3-git-send-email-akinobu.mita@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 01/21/2018 04:14 PM, Akinobu Mita wrote: > This adds an entry to the MAINTAINERS file for ov9650 driver. The > following persons are added in this entry. > > * Sakari as a person who looks after media sensor driver patches > * Sylwester as a module author > * Myself as a person who has the hardware and can test the patches > > Cc: Sylwester Nawrocki <s.nawrocki@samsung.com> > Cc: Jacopo Mondi <jacopo@jmondi.org> > Cc: H. Nikolaus Schaller <hns@goldelico.com> > Cc: Hugues Fruchet <hugues.fruchet@st.com> > Cc: Sakari Ailus <sakari.ailus@linux.intel.com> > Cc: Mauro Carvalho Chehab <mchehab@s-opensource.com> > Cc: Rob Herring <robh@kernel.org> > Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Feel free to add my: Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com> > --- > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e358141..8924e39 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -10052,6 +10052,15 @@ S: Maintained > F: drivers/media/i2c/ov7670.c > F: Documentation/devicetree/bindings/media/i2c/ov7670.txt > > +OMNIVISION OV9650 SENSOR DRIVER > +M: Sakari Ailus <sakari.ailus@linux.intel.com> > +R: Akinobu Mita <akinobu.mita@gmail.com> > +R: Sylwester Nawrocki <s.nawrocki@samsung.com> > +L: linux-media@vger.kernel.org > +T: git git://linuxtv.org/media_tree.git > +S: Maintained > +F: drivers/media/i2c/ov9650.c Regards, Sylwester
diff --git a/MAINTAINERS b/MAINTAINERS index e358141..8924e39 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10052,6 +10052,15 @@ S: Maintained F: drivers/media/i2c/ov7670.c F: Documentation/devicetree/bindings/media/i2c/ov7670.txt +OMNIVISION OV9650 SENSOR DRIVER +M: Sakari Ailus <sakari.ailus@linux.intel.com> +R: Akinobu Mita <akinobu.mita@gmail.com> +R: Sylwester Nawrocki <s.nawrocki@samsung.com> +L: linux-media@vger.kernel.org +T: git git://linuxtv.org/media_tree.git +S: Maintained +F: drivers/media/i2c/ov9650.c + ONENAND FLASH DRIVER M: Kyungmin Park <kyungmin.park@samsung.com> L: linux-mtd@lists.infradead.org
This adds an entry to the MAINTAINERS file for ov9650 driver. The following persons are added in this entry. * Sakari as a person who looks after media sensor driver patches * Sylwester as a module author * Myself as a person who has the hardware and can test the patches Cc: Sylwester Nawrocki <s.nawrocki@samsung.com> Cc: Jacopo Mondi <jacopo@jmondi.org> Cc: H. Nikolaus Schaller <hns@goldelico.com> Cc: Hugues Fruchet <hugues.fruchet@st.com> Cc: Sakari Ailus <sakari.ailus@linux.intel.com> Cc: Mauro Carvalho Chehab <mchehab@s-opensource.com> Cc: Rob Herring <robh@kernel.org> Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+)