* [PATCH] MAINTAINERS: add maintainers for Synopsis Designware I2C drivers
@ 2015-10-15 13:58 Wolfram Sang
2015-10-15 14:04 ` Mika Westerberg
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Wolfram Sang @ 2015-10-15 13:58 UTC (permalink / raw)
To: linux-i2c; +Cc: Wolfram Sang, Andy Shevchenko, Mika Westerberg, Jarkko Nikula
Those guys already have been helpful in the past and are actively
working on this driver, unlike me.
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
---
As suggested by Jarkko here:
http://article.gmane.org/gmane.linux.drivers.i2c/24834
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 5f467845ef725f..58d6b02d2dea78 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9101,6 +9101,15 @@ S: Supported
F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
+SYNOPSYS DESIGNWARE I2C DRIVER
+M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
+M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
+M: Mika Westerberg <mika.westerberg@linux.intel.com>
+L: linux-i2c@vger.kernel.org
+S: Maintained
+F: drivers/i2c/busses/i2c-designware-*
+F: include/linux/platform_data/i2c-designware.h
+
SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
M: Seungwon Jeon <tgih.jun@samsung.com>
M: Jaehoon Chung <jh80.chung@samsung.com>
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] MAINTAINERS: add maintainers for Synopsis Designware I2C drivers
2015-10-15 13:58 [PATCH] MAINTAINERS: add maintainers for Synopsis Designware I2C drivers Wolfram Sang
@ 2015-10-15 14:04 ` Mika Westerberg
2015-10-15 15:11 ` Andy Shevchenko
2015-10-17 17:56 ` Wolfram Sang
2 siblings, 0 replies; 4+ messages in thread
From: Mika Westerberg @ 2015-10-15 14:04 UTC (permalink / raw)
To: Wolfram Sang; +Cc: linux-i2c, Andy Shevchenko, Jarkko Nikula
On Thu, Oct 15, 2015 at 03:58:53PM +0200, Wolfram Sang wrote:
> Those guys already have been helpful in the past and are actively
> working on this driver, unlike me.
>
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: add maintainers for Synopsis Designware I2C drivers
2015-10-15 13:58 [PATCH] MAINTAINERS: add maintainers for Synopsis Designware I2C drivers Wolfram Sang
2015-10-15 14:04 ` Mika Westerberg
@ 2015-10-15 15:11 ` Andy Shevchenko
2015-10-17 17:56 ` Wolfram Sang
2 siblings, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2015-10-15 15:11 UTC (permalink / raw)
To: Wolfram Sang, linux-i2c; +Cc: Mika Westerberg, Jarkko Nikula
On Thu, 2015-10-15 at 15:58 +0200, Wolfram Sang wrote:
> Those guys already have been helpful in the past and are actively
> working on this driver, unlike me.
>
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
> ---
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>
> As suggested by Jarkko here:
> http://article.gmane.org/gmane.linux.drivers.i2c/24834
>
> MAINTAINERS | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5f467845ef725f..58d6b02d2dea78 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9101,6 +9101,15 @@ S: Supported
> F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
> F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
>
> +SYNOPSYS DESIGNWARE I2C DRIVER
> +M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> +M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
> +M: Mika Westerberg <mika.westerberg@linux.intel.com>
> +L: linux-i2c@vger.kernel.org
> +S: Maintained
> +F: drivers/i2c/busses/i2c-designware-*
> +F: include/linux/platform_data/i2c-designware.h
> +
> SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
> M: Seungwon Jeon <tgih.jun@samsung.com>
> M: Jaehoon Chung <jh80.chung@samsung.com>
--
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Intel Finland Oy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: add maintainers for Synopsis Designware I2C drivers
2015-10-15 13:58 [PATCH] MAINTAINERS: add maintainers for Synopsis Designware I2C drivers Wolfram Sang
2015-10-15 14:04 ` Mika Westerberg
2015-10-15 15:11 ` Andy Shevchenko
@ 2015-10-17 17:56 ` Wolfram Sang
2 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2015-10-17 17:56 UTC (permalink / raw)
To: linux-i2c; +Cc: Andy Shevchenko, Mika Westerberg, Jarkko Nikula
[-- Attachment #1: Type: text/plain, Size: 437 bytes --]
On Thu, Oct 15, 2015 at 03:58:53PM +0200, Wolfram Sang wrote:
> Those guys already have been helpful in the past and are actively
> working on this driver, unlike me.
>
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
Applied to for-current, thanks!
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-10-17 17:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-15 13:58 [PATCH] MAINTAINERS: add maintainers for Synopsis Designware I2C drivers Wolfram Sang
2015-10-15 14:04 ` Mika Westerberg
2015-10-15 15:11 ` Andy Shevchenko
2015-10-17 17:56 ` 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).