All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: mmc: Add Adrian Hunter as the maintainer for SDHCI
@ 2016-02-11 14:14 ` Ulf Hansson
  0 siblings, 0 replies; 4+ messages in thread
From: Ulf Hansson @ 2016-02-11 14:14 UTC (permalink / raw)
  To: linux-mmc, Ulf Hansson, Adrian Hunter, Russell King
  Cc: Jaehoon Chung, linux-arm-kernel, linux-kernel

>From discussions on linux-mmc I have been encouraging someone to pick
up the maintainer role for SDHCI. I am very pleased that Adrian Hunter
volunteered and accepted the challenge!

The SDHCI code is currently in quite poor quality, but we have agreed on
a way forward to try to reach a point where the SDHCI core becomes more of
a set of library functions. Each SDHCI driver variant can then decide
which functions to use and allows it to implement variant specific code,
without needing to also change SDHCI core code.

In the end we aim to get better optimized and maintainable code.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
---
 MAINTAINERS | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 30aca4a..5511069 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9706,10 +9706,11 @@ S:	Maintained
 F:	drivers/mmc/host/sdricoh_cs.c
 
 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
+M:	Adrian Hunter <adrian.hunter@intel.com>
 L:	linux-mmc@vger.kernel.org
-S:	Orphan
-F:	drivers/mmc/host/sdhci.*
-F:	drivers/mmc/host/sdhci-pltfm.[ch]
+S:	Maintained
+F:	drivers/mmc/host/sdhci*
+F:	include/linux/mmc/sdhci*
 
 SECURE COMPUTING
 M:	Kees Cook <keescook@chromium.org>
-- 
1.9.1

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

* [PATCH] MAINTAINERS: mmc: Add Adrian Hunter as the maintainer for SDHCI
@ 2016-02-11 14:14 ` Ulf Hansson
  0 siblings, 0 replies; 4+ messages in thread
From: Ulf Hansson @ 2016-02-11 14:14 UTC (permalink / raw)
  To: linux-arm-kernel

>From discussions on linux-mmc I have been encouraging someone to pick
up the maintainer role for SDHCI. I am very pleased that Adrian Hunter
volunteered and accepted the challenge!

The SDHCI code is currently in quite poor quality, but we have agreed on
a way forward to try to reach a point where the SDHCI core becomes more of
a set of library functions. Each SDHCI driver variant can then decide
which functions to use and allows it to implement variant specific code,
without needing to also change SDHCI core code.

In the end we aim to get better optimized and maintainable code.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
---
 MAINTAINERS | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 30aca4a..5511069 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9706,10 +9706,11 @@ S:	Maintained
 F:	drivers/mmc/host/sdricoh_cs.c
 
 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
+M:	Adrian Hunter <adrian.hunter@intel.com>
 L:	linux-mmc at vger.kernel.org
-S:	Orphan
-F:	drivers/mmc/host/sdhci.*
-F:	drivers/mmc/host/sdhci-pltfm.[ch]
+S:	Maintained
+F:	drivers/mmc/host/sdhci*
+F:	include/linux/mmc/sdhci*
 
 SECURE COMPUTING
 M:	Kees Cook <keescook@chromium.org>
-- 
1.9.1

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

* Re: [PATCH] MAINTAINERS: mmc: Add Adrian Hunter as the maintainer for SDHCI
  2016-02-11 14:14 ` Ulf Hansson
@ 2016-02-12  9:18   ` Adrian Hunter
  -1 siblings, 0 replies; 4+ messages in thread
From: Adrian Hunter @ 2016-02-12  9:18 UTC (permalink / raw)
  To: Ulf Hansson, linux-mmc, Russell King
  Cc: Jaehoon Chung, linux-arm-kernel, linux-kernel

On 11/02/16 16:14, Ulf Hansson wrote:
>>From discussions on linux-mmc I have been encouraging someone to pick
> up the maintainer role for SDHCI. I am very pleased that Adrian Hunter
> volunteered and accepted the challenge!
> 
> The SDHCI code is currently in quite poor quality, but we have agreed on
> a way forward to try to reach a point where the SDHCI core becomes more of
> a set of library functions. Each SDHCI driver variant can then decide
> which functions to use and allows it to implement variant specific code,
> without needing to also change SDHCI core code.
> 
> In the end we aim to get better optimized and maintainable code.
> 
> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
> ---
>  MAINTAINERS | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 30aca4a..5511069 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9706,10 +9706,11 @@ S:	Maintained
>  F:	drivers/mmc/host/sdricoh_cs.c
>  
>  SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
> +M:	Adrian Hunter <adrian.hunter@intel.com>
>  L:	linux-mmc@vger.kernel.org
> -S:	Orphan
> -F:	drivers/mmc/host/sdhci.*
> -F:	drivers/mmc/host/sdhci-pltfm.[ch]
> +S:	Maintained

+T: git git://git.infradead.org/users/ahunter/linux-sdhci.git

> +F:	drivers/mmc/host/sdhci*
> +F:	include/linux/mmc/sdhci*
>  
>  SECURE COMPUTING
>  M:	Kees Cook <keescook@chromium.org>
> 

Sorry, I hadn't got round to doing this myself.

Acked-by: Adrian Hunter <adrian.hunter@intel.com>

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

* [PATCH] MAINTAINERS: mmc: Add Adrian Hunter as the maintainer for SDHCI
@ 2016-02-12  9:18   ` Adrian Hunter
  0 siblings, 0 replies; 4+ messages in thread
From: Adrian Hunter @ 2016-02-12  9:18 UTC (permalink / raw)
  To: linux-arm-kernel

On 11/02/16 16:14, Ulf Hansson wrote:
>>From discussions on linux-mmc I have been encouraging someone to pick
> up the maintainer role for SDHCI. I am very pleased that Adrian Hunter
> volunteered and accepted the challenge!
> 
> The SDHCI code is currently in quite poor quality, but we have agreed on
> a way forward to try to reach a point where the SDHCI core becomes more of
> a set of library functions. Each SDHCI driver variant can then decide
> which functions to use and allows it to implement variant specific code,
> without needing to also change SDHCI core code.
> 
> In the end we aim to get better optimized and maintainable code.
> 
> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
> ---
>  MAINTAINERS | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 30aca4a..5511069 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9706,10 +9706,11 @@ S:	Maintained
>  F:	drivers/mmc/host/sdricoh_cs.c
>  
>  SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
> +M:	Adrian Hunter <adrian.hunter@intel.com>
>  L:	linux-mmc at vger.kernel.org
> -S:	Orphan
> -F:	drivers/mmc/host/sdhci.*
> -F:	drivers/mmc/host/sdhci-pltfm.[ch]
> +S:	Maintained

+T: git git://git.infradead.org/users/ahunter/linux-sdhci.git

> +F:	drivers/mmc/host/sdhci*
> +F:	include/linux/mmc/sdhci*
>  
>  SECURE COMPUTING
>  M:	Kees Cook <keescook@chromium.org>
> 

Sorry, I hadn't got round to doing this myself.

Acked-by: Adrian Hunter <adrian.hunter@intel.com>

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

end of thread, other threads:[~2016-02-12  9:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-11 14:14 [PATCH] MAINTAINERS: mmc: Add Adrian Hunter as the maintainer for SDHCI Ulf Hansson
2016-02-11 14:14 ` Ulf Hansson
2016-02-12  9:18 ` Adrian Hunter
2016-02-12  9:18   ` Adrian Hunter

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.