Message ID | 20181218141240.3056-4-m.felsch@pengutronix.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | media: add Toshiba TC358746 Bridge support | expand |
Hi Marco, On Tue, Dec 18, 2018 at 03:12:40PM +0100, Marco Felsch wrote: > Add me as partial maintainer, others are welcome too. > > Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 546f8d936589..f97dedbe545c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -15230,6 +15230,13 @@ S: Maintained > F: drivers/media/i2c/tc358743* > F: include/media/i2c/tc358743.h > > +TOSHIBA TC358746 DRIVER > +M: Marco Felsch <kernel@pengutronix.de> > +L: linux-media@vger.kernel.org > +S: Odd Fixes > +F: drivers/media/i2c/tc358746* > +F: Documentation/devicetree/bindings/media/i2c/toshiba,tc358746.txt > + > TOSHIBA WMI HOTKEYS DRIVER > M: Azael Avalos <coproscefalo@gmail.com> > L: platform-driver-x86@vger.kernel.org This should go together with the DT bindings, in the same patch. I'd expect a new driver to be listed as "Maintained". "Odd Fixes" suggests no-one is particularly looking after it, and it's not nice if a new driver starts off like that. :-I
Hi Sakari, On 19-02-18 13:46, Sakari Ailus wrote: > Hi Marco, > > On Tue, Dec 18, 2018 at 03:12:40PM +0100, Marco Felsch wrote: > > Add me as partial maintainer, others are welcome too. > > > > Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> > > --- > > MAINTAINERS | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 546f8d936589..f97dedbe545c 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -15230,6 +15230,13 @@ S: Maintained > > F: drivers/media/i2c/tc358743* > > F: include/media/i2c/tc358743.h > > > > +TOSHIBA TC358746 DRIVER > > +M: Marco Felsch <kernel@pengutronix.de> > > +L: linux-media@vger.kernel.org > > +S: Odd Fixes > > +F: drivers/media/i2c/tc358746* > > +F: Documentation/devicetree/bindings/media/i2c/toshiba,tc358746.txt > > + > > TOSHIBA WMI HOTKEYS DRIVER > > M: Azael Avalos <coproscefalo@gmail.com> > > L: platform-driver-x86@vger.kernel.org > > This should go together with the DT bindings, in the same patch. > > I'd expect a new driver to be listed as "Maintained". "Odd Fixes" suggests > no-one is particularly looking after it, and it's not nice if a new driver > starts off like that. :-I Okay, I will squash it in the v2 and set the status to "Maintained". Regards, Marco > -- > Kind regards, > > Sakari Ailus > sakari.ailus@linux.intel.com >
On Mon, Mar 04, 2019 at 06:31:51PM +0100, Marco Felsch wrote: > Hi Sakari, > > On 19-02-18 13:46, Sakari Ailus wrote: > > Hi Marco, > > > > On Tue, Dec 18, 2018 at 03:12:40PM +0100, Marco Felsch wrote: > > > Add me as partial maintainer, others are welcome too. > > > > > > Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> > > > --- > > > MAINTAINERS | 7 +++++++ > > > 1 file changed, 7 insertions(+) > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index 546f8d936589..f97dedbe545c 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -15230,6 +15230,13 @@ S: Maintained > > > F: drivers/media/i2c/tc358743* > > > F: include/media/i2c/tc358743.h > > > > > > +TOSHIBA TC358746 DRIVER > > > +M: Marco Felsch <kernel@pengutronix.de> > > > +L: linux-media@vger.kernel.org > > > +S: Odd Fixes > > > +F: drivers/media/i2c/tc358746* > > > +F: Documentation/devicetree/bindings/media/i2c/toshiba,tc358746.txt > > > + > > > TOSHIBA WMI HOTKEYS DRIVER > > > M: Azael Avalos <coproscefalo@gmail.com> > > > L: platform-driver-x86@vger.kernel.org > > > > This should go together with the DT bindings, in the same patch. > > > > I'd expect a new driver to be listed as "Maintained". "Odd Fixes" suggests > > no-one is particularly looking after it, and it's not nice if a new driver > > starts off like that. :-I > > Okay, I will squash it in the v2 and set the status to "Maintained". Thanks!
diff --git a/MAINTAINERS b/MAINTAINERS index 546f8d936589..f97dedbe545c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15230,6 +15230,13 @@ S: Maintained F: drivers/media/i2c/tc358743* F: include/media/i2c/tc358743.h +TOSHIBA TC358746 DRIVER +M: Marco Felsch <kernel@pengutronix.de> +L: linux-media@vger.kernel.org +S: Odd Fixes +F: drivers/media/i2c/tc358746* +F: Documentation/devicetree/bindings/media/i2c/toshiba,tc358746.txt + TOSHIBA WMI HOTKEYS DRIVER M: Azael Avalos <coproscefalo@gmail.com> L: platform-driver-x86@vger.kernel.org
Add me as partial maintainer, others are welcome too. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)