Message ID | 20181108091931.3342-4-vigneshr@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | i2c-omap: Enable i2c-omap driver for AM654 SoCs | expand |
On Thu, Nov 08, 2018 at 02:49:31PM +0530, Vignesh R wrote: > Add separate entry for i2c-omap and add my name as reviewer for this > driver. Thanks for stepping up, yet out of curiosity: why not maintainer?
On 08/11/18 2:53 PM, Wolfram Sang wrote: > On Thu, Nov 08, 2018 at 02:49:31PM +0530, Vignesh R wrote: >> Add separate entry for i2c-omap and add my name as reviewer for this >> driver. > > Thanks for stepping up, yet out of curiosity: why not maintainer? > I wasn't sure whether the convention is to add Reviewer or Maintainer entry for individual driver. I would be glad to change entry to maintainer.
* Vignesh R <vigneshr@ti.com> [181108 12:28]: > > > On 08/11/18 2:53 PM, Wolfram Sang wrote: > > On Thu, Nov 08, 2018 at 02:49:31PM +0530, Vignesh R wrote: > >> Add separate entry for i2c-omap and add my name as reviewer for this > >> driver. > > > > Thanks for stepping up, yet out of curiosity: why not maintainer? > > > > I wasn't sure whether the convention is to add Reviewer or Maintainer > entry for individual driver. I would be glad to change entry to maintainer. Great, yes please do! Regards, Tony
On Thu, Nov 08, 2018 at 07:02:31AM -0800, Tony Lindgren wrote: > * Vignesh R <vigneshr@ti.com> [181108 12:28]: > > > > > > On 08/11/18 2:53 PM, Wolfram Sang wrote: > > > On Thu, Nov 08, 2018 at 02:49:31PM +0530, Vignesh R wrote: > > >> Add separate entry for i2c-omap and add my name as reviewer for this > > >> driver. > > > > > > Thanks for stepping up, yet out of curiosity: why not maintainer? > > > > > > > I wasn't sure whether the convention is to add Reviewer or Maintainer > > entry for individual driver. I would be glad to change entry to maintainer. > > Great, yes please do! Cool, thanks all! Tony, I took the liberty to interpret this message as an Acked-by so I could apply V3 of this series right away.
> Cool, thanks all! Tony, I took the liberty to interpret this message as > an Acked-by so I could apply V3 of this series right away. Doh, v4 I meant. Sorry for the noise.
* Wolfram Sang <wsa@the-dreams.de> [181109 15:56]: > > Cool, thanks all! Tony, I took the liberty to interpret this message as > > an Acked-by so I could apply V3 of this series right away. > > Doh, v4 I meant. Sorry for the noise. OK Thanks, Tony
diff --git a/MAINTAINERS b/MAINTAINERS index 8d4c874a5d6e..6519eea4813e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10821,6 +10821,14 @@ L: linux-omap@vger.kernel.org S: Maintained F: arch/arm/mach-omap2/omap_hwmod.* +OMAP I2C DRIVER +R: Vignesh R <vigneshr@ti.com> +L: linux-omap@vger.kernel.org +L: linux-i2c@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/i2c/i2c-omap.txt +F: drivers/i2c/busses/i2c-omap.c + OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS) M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> L: linux-media@vger.kernel.org
Add separate entry for i2c-omap and add my name as reviewer for this driver. Signed-off-by: Vignesh R <vigneshr@ti.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)