Message ID | 20190812050817.23279-1-o.rempel@pengutronix.de (mailing list archive) |
---|---|
State | Mainlined |
Commit | 8fc3ae3b109d17157102f0abf9c8fb1e16bf810a |
Headers | show |
Series | [v1] MAINTAINERS: i2c-imx: take over maintainership | expand |
On Mon, Aug 12, 2019 at 07:08:17AM +0200, Oleksij Rempel wrote: > I would like to maintain the i2c-imx driver. Since I work with > different i.MX variants and have access to the hardware, I can spend > some time on the reviewing of this driver. > > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e81e60bd7c26..ddc1cf5cb0b9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6441,6 +6441,14 @@ S: Maintained > F: drivers/perf/fsl_imx8_ddr_perf.c > F: Documentation/devicetree/bindings/perf/fsl-imx-ddr.txt > > +FREESCALE IMX I2C DRIVER > +M: Oleksij Rempel <o.rempel@pengutronix.de> > +R: Pengutronix Kernel Team <kernel@pengutronix.de> > +L: linux-i2c@vger.kernel.org > +S: Maintained > +F: drivers/i2c/busses/i2c-imx.c > +F: Documentation/devicetree/bindings/i2c/i2c-imx.txt > + Even without this patch the generic "ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" entry matches the i2c-imx driver. Maybe it is worth to point that out in the commit log? Other than that arch/arm/mach-imx/devices/platform-imx-i2c.c might be related, but not sure this is still used at all. Great you pick that up. Best regards Uwe
On Mon, Aug 12, 2019 at 07:08:17AM +0200, Oleksij Rempel wrote: > I would like to maintain the i2c-imx driver. Since I work with > different i.MX variants and have access to the hardware, I can spend > some time on the reviewing of this driver. > > Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Applied to for-current, thanks a lot!
> Even without this patch the generic "ARM/FREESCALE IMX / MXC ARM > ARCHITECTURE" entry matches the i2c-imx driver. It matches, but it didn't work well, I am afraid. Quite some IMX patches in patchwork waiting for attention: http://patchwork.ozlabs.org/project/linux-i2c/list/?series=&submitter=&state=&q=imx&archive=&delegate=
On Wed, Aug 14, 2019 at 12:02:25PM +0200, Wolfram Sang wrote: > > > Even without this patch the generic "ARM/FREESCALE IMX / MXC ARM > > ARCHITECTURE" entry matches the i2c-imx driver. > > It matches, but it didn't work well, I am afraid. I didn't intend to imply it worked well. Just thought it was sensible to point out that even with the newly added entry in MAINTAINERS the old entry still matches. Best regards Uwe
diff --git a/MAINTAINERS b/MAINTAINERS index e81e60bd7c26..ddc1cf5cb0b9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6441,6 +6441,14 @@ S: Maintained F: drivers/perf/fsl_imx8_ddr_perf.c F: Documentation/devicetree/bindings/perf/fsl-imx-ddr.txt +FREESCALE IMX I2C DRIVER +M: Oleksij Rempel <o.rempel@pengutronix.de> +R: Pengutronix Kernel Team <kernel@pengutronix.de> +L: linux-i2c@vger.kernel.org +S: Maintained +F: drivers/i2c/busses/i2c-imx.c +F: Documentation/devicetree/bindings/i2c/i2c-imx.txt + FREESCALE IMX LPI2C DRIVER M: Dong Aisheng <aisheng.dong@nxp.com> L: linux-i2c@vger.kernel.org
I would like to maintain the i2c-imx driver. Since I work with different i.MX variants and have access to the hardware, I can spend some time on the reviewing of this driver. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)