linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] MAINTAINERS: i2c-imx: take over maintainership
@ 2019-08-12  5:08 Oleksij Rempel
  2019-08-12  6:48 ` Uwe Kleine-König
  2019-08-14  9:54 ` Wolfram Sang
  0 siblings, 2 replies; 5+ messages in thread
From: Oleksij Rempel @ 2019-08-12  5:08 UTC (permalink / raw)
  To: Wolfram Sang, Shawn Guo, Sascha Hauer
  Cc: Aisheng Dong, Andrey Smirnov, Russell King - ARM Linux admin,
	Oleksij Rempel, linux-i2c, Pengutronix Kernel Team,
	Fabio Estevam, Chris Healy, linux-arm-kernel, NXP Linux Team

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
+
 FREESCALE IMX LPI2C DRIVER
 M:	Dong Aisheng <aisheng.dong@nxp.com>
 L:	linux-i2c@vger.kernel.org
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v1] MAINTAINERS: i2c-imx: take over maintainership
  2019-08-12  5:08 [PATCH v1] MAINTAINERS: i2c-imx: take over maintainership Oleksij Rempel
@ 2019-08-12  6:48 ` Uwe Kleine-König
  2019-08-14 10:02   ` Wolfram Sang
  2019-08-14  9:54 ` Wolfram Sang
  1 sibling, 1 reply; 5+ messages in thread
From: Uwe Kleine-König @ 2019-08-12  6:48 UTC (permalink / raw)
  To: Oleksij Rempel
  Cc: Aisheng Dong, Wolfram Sang, Andrey Smirnov, Sascha Hauer,
	Russell King - ARM Linux admin, linux-i2c,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	Shawn Guo, Chris Healy, linux-arm-kernel

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

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v1] MAINTAINERS: i2c-imx: take over maintainership
  2019-08-12  5:08 [PATCH v1] MAINTAINERS: i2c-imx: take over maintainership Oleksij Rempel
  2019-08-12  6:48 ` Uwe Kleine-König
@ 2019-08-14  9:54 ` Wolfram Sang
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2019-08-14  9:54 UTC (permalink / raw)
  To: Oleksij Rempel
  Cc: Aisheng Dong, Andrey Smirnov, Sascha Hauer,
	Russell King - ARM Linux admin, linux-i2c,
	Pengutronix Kernel Team, Fabio Estevam, Chris Healy, Shawn Guo,
	linux-arm-kernel, NXP Linux Team


[-- Attachment #1.1: Type: text/plain, Size: 355 bytes --]

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!


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v1] MAINTAINERS: i2c-imx: take over maintainership
  2019-08-12  6:48 ` Uwe Kleine-König
@ 2019-08-14 10:02   ` Wolfram Sang
  2019-08-14 11:33     ` Uwe Kleine-König
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2019-08-14 10:02 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Aisheng Dong, Andrey Smirnov, Sascha Hauer,
	Russell King - ARM Linux admin, Oleksij Rempel, linux-i2c,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	Shawn Guo, Chris Healy, linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 333 bytes --]


> 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=


[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v1] MAINTAINERS: i2c-imx: take over maintainership
  2019-08-14 10:02   ` Wolfram Sang
@ 2019-08-14 11:33     ` Uwe Kleine-König
  0 siblings, 0 replies; 5+ messages in thread
From: Uwe Kleine-König @ 2019-08-14 11:33 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Aisheng Dong, linux-arm-kernel, Andrey Smirnov, Sascha Hauer,
	Russell King - ARM Linux admin, Oleksij Rempel, linux-i2c,
	Pengutronix Kernel Team, Fabio Estevam, Shawn Guo, Chris Healy,
	NXP Linux Team

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

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-08-14 11:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-12  5:08 [PATCH v1] MAINTAINERS: i2c-imx: take over maintainership Oleksij Rempel
2019-08-12  6:48 ` Uwe Kleine-König
2019-08-14 10:02   ` Wolfram Sang
2019-08-14 11:33     ` Uwe Kleine-König
2019-08-14  9:54 ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).