linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] MAINTAINERS: remove me as maintainer for I2C host drivers
@ 2018-04-10 19:49 Wolfram Sang
  2018-04-10 19:49 ` [PATCH v2 2/2] MAINTAINERS: add maintainer for Renesas I2C related drivers Wolfram Sang
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Wolfram Sang @ 2018-04-10 19:49 UTC (permalink / raw)
  To: linux-i2c
  Cc: linux-kernel, linux-renesas-soc, Peter Rosin, Joe Perches, Wolfram Sang

The number of I2C host controller drivers keeps increasing, and although
I had some success acquiring specific driver maintainers, my bandwidth
is by far not enough to act as a fallback for the rest of the drivers.
To reflect this status-quo in MAINTAINERS, add a seperate entry for I2C
host drivers, let the I2C list (= community) be the contact point, and
mark this section as "Odd fixes".

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---

Changes since v1:
* explicitly state which files from include/linux I keep maintaining
* rename the new section to HOST DRIVERS instead of just DRIVERS
* explicitly state which subdirs belong to the HOST DRIVERS section

 MAINTAINERS | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 342895717506..1fe9149fa062 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6580,15 +6580,25 @@ W:	https://i2c.wiki.kernel.org/
 Q:	https://patchwork.ozlabs.org/project/linux-i2c/list/
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
 S:	Maintained
-F:	Documentation/devicetree/bindings/i2c/
+F:	Documentation/devicetree/bindings/i2c/i2c.txt
 F:	Documentation/i2c/
-F:	drivers/i2c/
-F:	drivers/i2c/*/
+F:	drivers/i2c/*
 F:	include/linux/i2c.h
-F:	include/linux/i2c-*.h
+F:	include/linux/i2c-dev.h
+F:	include/linux/i2c-smbus.h
 F:	include/uapi/linux/i2c.h
 F:	include/uapi/linux/i2c-*.h
 
+I2C SUBSYSTEM HOST DRIVERS
+L:	linux-i2c@vger.kernel.org
+W:	https://i2c.wiki.kernel.org/
+Q:	https://patchwork.ozlabs.org/project/linux-i2c/list/
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
+S:	Odd Fixes
+F:	Documentation/devicetree/bindings/i2c/
+F:	drivers/i2c/algos/
+F:	drivers/i2c/busses/
+
 I2C-TAOS-EVM DRIVER
 M:	Jean Delvare <jdelvare@suse.com>
 L:	linux-i2c@vger.kernel.org
-- 
2.11.0

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

* [PATCH v2 2/2] MAINTAINERS: add maintainer for Renesas I2C related drivers
  2018-04-10 19:49 [PATCH v2 1/2] MAINTAINERS: remove me as maintainer for I2C host drivers Wolfram Sang
@ 2018-04-10 19:49 ` Wolfram Sang
  2018-04-11  7:09   ` Geert Uytterhoeven
                     ` (2 more replies)
  2018-04-11  8:27 ` [PATCH v2 1/2] MAINTAINERS: remove me as maintainer for I2C host drivers Simon Horman
  2018-04-11 21:13 ` Wolfram Sang
  2 siblings, 3 replies; 8+ messages in thread
From: Wolfram Sang @ 2018-04-10 19:49 UTC (permalink / raw)
  To: linux-i2c
  Cc: linux-kernel, linux-renesas-soc, Peter Rosin, Joe Perches, Wolfram Sang

From: Wolfram Sang <wsa+renesas@sang-engineering.com>

Intentionally missing i2c-riic here, Chris Brandt will add himself for
that one later.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---

Changes since v1:
* add EMEV2 and PINCTRL DEMUX drivers

 MAINTAINERS | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1fe9149fa062..e53d40028e03 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5906,6 +5906,11 @@ S:	Supported
 F:	drivers/phy/
 F:	include/linux/phy/
 
+GENERIC PINCTRL I2C DEMULTIPLEXER DRIVER
+M:	Wolfram Sang <wsa+renesas@sang-engineering.com>
+S:	Supported
+F:	drivers/i2c/muxes/i2c-demux-pinctrl.c
+
 GENERIC PM DOMAINS
 M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
 M:	Kevin Hilman <khilman@kernel.org>
@@ -11884,6 +11889,11 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git c
 S:	Supported
 F:	drivers/clk/renesas/
 
+RENESAS EMEV2 I2C DRIVER
+M:	Wolfram Sang <wsa+renesas@sang-engineering.com>
+S:	Supported
+F:	drivers/i2c/busses/i2c-emev2.c
+
 RENESAS ETHERNET DRIVERS
 R:	Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
 L:	netdev@vger.kernel.org
@@ -11899,6 +11909,12 @@ L:	linux-iio@vger.kernel.org
 S:	Supported
 F:	drivers/iio/adc/rcar_gyro_adc.c
 
+RENESAS R-CAR I2C DRIVERS
+M:	Wolfram Sang <wsa+renesas@sang-engineering.com>
+S:	Supported
+F:	drivers/i2c/busses/i2c-rcar.c
+F:	drivers/i2c/busses/i2c-sh_mobile.c
+
 RENESAS USB PHY DRIVER
 M:	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
 L:	linux-renesas-soc@vger.kernel.org
-- 
2.11.0

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

* Re: [PATCH v2 2/2] MAINTAINERS: add maintainer for Renesas I2C related drivers
  2018-04-10 19:49 ` [PATCH v2 2/2] MAINTAINERS: add maintainer for Renesas I2C related drivers Wolfram Sang
@ 2018-04-11  7:09   ` Geert Uytterhoeven
  2018-04-11  7:18     ` Wolfram Sang
  2018-04-11  8:27   ` Simon Horman
  2018-04-11 21:13   ` Wolfram Sang
  2 siblings, 1 reply; 8+ messages in thread
From: Geert Uytterhoeven @ 2018-04-11  7:09 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linux I2C, Linux Kernel Mailing List, Linux-Renesas, Peter Rosin,
	Joe Perches, Wolfram Sang

Hi Wolfram,

On Tue, Apr 10, 2018 at 9:49 PM, Wolfram Sang <wsa@the-dreams.de> wrote:
> From: Wolfram Sang <wsa+renesas@sang-engineering.com>
>
> Intentionally missing i2c-riic here, Chris Brandt will add himself for
> that one later.

I guess that's why you're not adding a catch-all "RENESAS I2C DRIVERS"
section?

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH v2 2/2] MAINTAINERS: add maintainer for Renesas I2C related drivers
  2018-04-11  7:09   ` Geert Uytterhoeven
@ 2018-04-11  7:18     ` Wolfram Sang
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfram Sang @ 2018-04-11  7:18 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Linux I2C, Linux Kernel Mailing List, Linux-Renesas, Peter Rosin,
	Joe Perches, Wolfram Sang

[-- Attachment #1: Type: text/plain, Size: 92 bytes --]


> I guess that's why you're not adding a catch-all "RENESAS I2C DRIVERS"
> section?

Yes.


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

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

* Re: [PATCH v2 1/2] MAINTAINERS: remove me as maintainer for I2C host drivers
  2018-04-10 19:49 [PATCH v2 1/2] MAINTAINERS: remove me as maintainer for I2C host drivers Wolfram Sang
  2018-04-10 19:49 ` [PATCH v2 2/2] MAINTAINERS: add maintainer for Renesas I2C related drivers Wolfram Sang
@ 2018-04-11  8:27 ` Simon Horman
  2018-04-11 21:13 ` Wolfram Sang
  2 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-04-11  8:27 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c, linux-kernel, linux-renesas-soc, Peter Rosin, Joe Perches

On Tue, Apr 10, 2018 at 09:49:13PM +0200, Wolfram Sang wrote:
> The number of I2C host controller drivers keeps increasing, and although
> I had some success acquiring specific driver maintainers, my bandwidth
> is by far not enough to act as a fallback for the rest of the drivers.
> To reflect this status-quo in MAINTAINERS, add a seperate entry for I2C
> host drivers, let the I2C list (= community) be the contact point, and
> mark this section as "Odd fixes".
> 
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH v2 2/2] MAINTAINERS: add maintainer for Renesas I2C related drivers
  2018-04-10 19:49 ` [PATCH v2 2/2] MAINTAINERS: add maintainer for Renesas I2C related drivers Wolfram Sang
  2018-04-11  7:09   ` Geert Uytterhoeven
@ 2018-04-11  8:27   ` Simon Horman
  2018-04-11 21:13   ` Wolfram Sang
  2 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-04-11  8:27 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c, linux-kernel, linux-renesas-soc, Peter Rosin,
	Joe Perches, Wolfram Sang

On Tue, Apr 10, 2018 at 09:49:14PM +0200, Wolfram Sang wrote:
> From: Wolfram Sang <wsa+renesas@sang-engineering.com>
> 
> Intentionally missing i2c-riic here, Chris Brandt will add himself for
> that one later.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH v2 1/2] MAINTAINERS: remove me as maintainer for I2C host drivers
  2018-04-10 19:49 [PATCH v2 1/2] MAINTAINERS: remove me as maintainer for I2C host drivers Wolfram Sang
  2018-04-10 19:49 ` [PATCH v2 2/2] MAINTAINERS: add maintainer for Renesas I2C related drivers Wolfram Sang
  2018-04-11  8:27 ` [PATCH v2 1/2] MAINTAINERS: remove me as maintainer for I2C host drivers Simon Horman
@ 2018-04-11 21:13 ` Wolfram Sang
  2 siblings, 0 replies; 8+ messages in thread
From: Wolfram Sang @ 2018-04-11 21:13 UTC (permalink / raw)
  To: linux-i2c; +Cc: linux-kernel, linux-renesas-soc, Peter Rosin, Joe Perches

[-- Attachment #1: Type: text/plain, Size: 565 bytes --]

On Tue, Apr 10, 2018 at 09:49:13PM +0200, Wolfram Sang wrote:
> The number of I2C host controller drivers keeps increasing, and although
> I had some success acquiring specific driver maintainers, my bandwidth
> is by far not enough to act as a fallback for the rest of the drivers.
> To reflect this status-quo in MAINTAINERS, add a seperate entry for I2C
> host drivers, let the I2C list (= community) be the contact point, and
> mark this section as "Odd fixes".
> 
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

Applied to for-current, thanks!


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

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

* Re: [PATCH v2 2/2] MAINTAINERS: add maintainer for Renesas I2C related drivers
  2018-04-10 19:49 ` [PATCH v2 2/2] MAINTAINERS: add maintainer for Renesas I2C related drivers Wolfram Sang
  2018-04-11  7:09   ` Geert Uytterhoeven
  2018-04-11  8:27   ` Simon Horman
@ 2018-04-11 21:13   ` Wolfram Sang
  2 siblings, 0 replies; 8+ messages in thread
From: Wolfram Sang @ 2018-04-11 21:13 UTC (permalink / raw)
  To: linux-i2c
  Cc: linux-kernel, linux-renesas-soc, Peter Rosin, Joe Perches, Wolfram Sang

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

On Tue, Apr 10, 2018 at 09:49:14PM +0200, Wolfram Sang wrote:
> From: Wolfram Sang <wsa+renesas@sang-engineering.com>
> 
> Intentionally missing i2c-riic here, Chris Brandt will add himself for
> that one later.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Applied to for-current, thanks!


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

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

end of thread, other threads:[~2018-04-11 21:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-10 19:49 [PATCH v2 1/2] MAINTAINERS: remove me as maintainer for I2C host drivers Wolfram Sang
2018-04-10 19:49 ` [PATCH v2 2/2] MAINTAINERS: add maintainer for Renesas I2C related drivers Wolfram Sang
2018-04-11  7:09   ` Geert Uytterhoeven
2018-04-11  7:18     ` Wolfram Sang
2018-04-11  8:27   ` Simon Horman
2018-04-11 21:13   ` Wolfram Sang
2018-04-11  8:27 ` [PATCH v2 1/2] MAINTAINERS: remove me as maintainer for I2C host drivers Simon Horman
2018-04-11 21:13 ` 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).