All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add Broadcom GPIO maintainer
@ 2014-02-12 23:42 Markus Mayer
  2014-02-14 23:17   ` Christian Daudt
  2014-02-24 13:50 ` Linus Walleij
  0 siblings, 2 replies; 4+ messages in thread
From: Markus Mayer @ 2014-02-12 23:42 UTC (permalink / raw)
  To: Christian Daudt, Linus Walleij; +Cc: Linux GPIO List, Linux Kernel Mailing List

List myself as maintainer for Broadcom's Kona GPIO driver.

Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
---

Does that look like a reasonable way to make this change? I added the
entry alphabetically in the BROADCOM section.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index b2cf5cf..896cf2b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1909,6 +1909,13 @@ L:	linux-scsi@vger.kernel.org
 S:	Supported
 F:	drivers/scsi/bnx2i/
 
+BROADCOM KONA GPIO DRIVER
+M:	Markus Mayer <markus.mayer@linaro.org>
+L:	bcm-kernel-feedback-list@broadcom.com
+S:	Supported
+F:	drivers/gpio/gpio-bcm-kona.c
+F:	Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
+
 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
 M:	Rafał Miłecki <zajec5@gmail.com>
 L:	linux-wireless@vger.kernel.org
-- 
1.7.9.5

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

* Re: [PATCH] MAINTAINERS: Add Broadcom GPIO maintainer
  2014-02-12 23:42 [PATCH] MAINTAINERS: Add Broadcom GPIO maintainer Markus Mayer
@ 2014-02-14 23:17   ` Christian Daudt
  2014-02-24 13:50 ` Linus Walleij
  1 sibling, 0 replies; 4+ messages in thread
From: Christian Daudt @ 2014-02-14 23:17 UTC (permalink / raw)
  To: Markus Mayer; +Cc: Linus Walleij, Linux GPIO List, Linux Kernel Mailing List

On Wed, Feb 12, 2014 at 3:42 PM, Markus Mayer <markus.mayer@linaro.org> wrote:
> List myself as maintainer for Broadcom's Kona GPIO driver.
>
> Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
> ---
>
> Does that look like a reasonable way to make this change? I added the
> entry alphabetically in the BROADCOM section.
>
>  MAINTAINERS |    7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b2cf5cf..896cf2b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1909,6 +1909,13 @@ L:       linux-scsi@vger.kernel.org
>  S:     Supported
>  F:     drivers/scsi/bnx2i/
>
> +BROADCOM KONA GPIO DRIVER
> +M:     Markus Mayer <markus.mayer@linaro.org>
> +L:     bcm-kernel-feedback-list@broadcom.com
> +S:     Supported
> +F:     drivers/gpio/gpio-bcm-kona.c
> +F:     Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
> +
>  BROADCOM SPECIFIC AMBA DRIVER (BCMA)
>  M:     Rafał Miłecki <zajec5@gmail.com>
>  L:     linux-wireless@vger.kernel.org
> --
> 1.7.9.5
>
Acked-by: Christian Daudt <bcm@fixthebug.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] MAINTAINERS: Add Broadcom GPIO maintainer
@ 2014-02-14 23:17   ` Christian Daudt
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Daudt @ 2014-02-14 23:17 UTC (permalink / raw)
  To: Markus Mayer; +Cc: Linus Walleij, Linux GPIO List, Linux Kernel Mailing List

On Wed, Feb 12, 2014 at 3:42 PM, Markus Mayer <markus.mayer@linaro.org> wrote:
> List myself as maintainer for Broadcom's Kona GPIO driver.
>
> Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
> ---
>
> Does that look like a reasonable way to make this change? I added the
> entry alphabetically in the BROADCOM section.
>
>  MAINTAINERS |    7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b2cf5cf..896cf2b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1909,6 +1909,13 @@ L:       linux-scsi@vger.kernel.org
>  S:     Supported
>  F:     drivers/scsi/bnx2i/
>
> +BROADCOM KONA GPIO DRIVER
> +M:     Markus Mayer <markus.mayer@linaro.org>
> +L:     bcm-kernel-feedback-list@broadcom.com
> +S:     Supported
> +F:     drivers/gpio/gpio-bcm-kona.c
> +F:     Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
> +
>  BROADCOM SPECIFIC AMBA DRIVER (BCMA)
>  M:     Rafał Miłecki <zajec5@gmail.com>
>  L:     linux-wireless@vger.kernel.org
> --
> 1.7.9.5
>
Acked-by: Christian Daudt <bcm@fixthebug.org>

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

* Re: [PATCH] MAINTAINERS: Add Broadcom GPIO maintainer
  2014-02-12 23:42 [PATCH] MAINTAINERS: Add Broadcom GPIO maintainer Markus Mayer
  2014-02-14 23:17   ` Christian Daudt
@ 2014-02-24 13:50 ` Linus Walleij
  1 sibling, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2014-02-24 13:50 UTC (permalink / raw)
  To: Markus Mayer; +Cc: Christian Daudt, Linux GPIO List, Linux Kernel Mailing List

On Thu, Feb 13, 2014 at 12:42 AM, Markus Mayer <markus.mayer@linaro.org> wrote:

> List myself as maintainer for Broadcom's Kona GPIO driver.
>
> Signed-off-by: Markus Mayer <markus.mayer@linaro.org>

Excellent, patch applied with Christian's ACK.

Yours,
Linus Walleij

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

end of thread, other threads:[~2014-02-24 13:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-12 23:42 [PATCH] MAINTAINERS: Add Broadcom GPIO maintainer Markus Mayer
2014-02-14 23:17 ` Christian Daudt
2014-02-14 23:17   ` Christian Daudt
2014-02-24 13:50 ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.