linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add ahci_st.c to ARCH/STI architecture
@ 2014-11-19  8:44 Peter Griffin
  2014-11-19 10:45 ` Lee Jones
  2014-11-26 13:48 ` Maxime Coquelin
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Griffin @ 2014-11-19  8:44 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, maxime.coquelin, patrice.chotard,
	srinivas.kandagatla
  Cc: peter.griffin, lee.jones

This patch adds the ahci_st.c driver found on STMicroelectronics
stih41x consumer electronics SoC's into the STI arch section
of the maintainers file.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index a20df9b..2b0a53e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1430,6 +1430,7 @@ F:	drivers/tty/serial/st-asc.c
 F:	drivers/usb/dwc3/dwc3-st.c
 F:	drivers/usb/host/ehci-st.c
 F:	drivers/usb/host/ohci-st.c
+F:	drivers/ata/ahci_st.c
 
 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
 M:	Lennert Buytenhek <kernel@wantstofly.org>
-- 
1.9.1


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

* Re: [PATCH] MAINTAINERS: Add ahci_st.c to ARCH/STI architecture
  2014-11-19  8:44 [PATCH] MAINTAINERS: Add ahci_st.c to ARCH/STI architecture Peter Griffin
@ 2014-11-19 10:45 ` Lee Jones
  2014-11-26 13:48 ` Maxime Coquelin
  1 sibling, 0 replies; 5+ messages in thread
From: Lee Jones @ 2014-11-19 10:45 UTC (permalink / raw)
  To: Peter Griffin
  Cc: linux-arm-kernel, linux-kernel, maxime.coquelin, patrice.chotard,
	srinivas.kandagatla

On Wed, 19 Nov 2014, Peter Griffin wrote:

> This patch adds the ahci_st.c driver found on STMicroelectronics
> stih41x consumer electronics SoC's into the STI arch section
> of the maintainers file.
> 
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Lee Jones <lee.jones@linaro.org>

> diff --git a/MAINTAINERS b/MAINTAINERS
> index a20df9b..2b0a53e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1430,6 +1430,7 @@ F:	drivers/tty/serial/st-asc.c
>  F:	drivers/usb/dwc3/dwc3-st.c
>  F:	drivers/usb/host/ehci-st.c
>  F:	drivers/usb/host/ohci-st.c
> +F:	drivers/ata/ahci_st.c
>  
>  ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
>  M:	Lennert Buytenhek <kernel@wantstofly.org>

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH] MAINTAINERS: Add ahci_st.c to ARCH/STI architecture
  2014-11-19  8:44 [PATCH] MAINTAINERS: Add ahci_st.c to ARCH/STI architecture Peter Griffin
  2014-11-19 10:45 ` Lee Jones
@ 2014-11-26 13:48 ` Maxime Coquelin
  2014-11-27  8:44   ` Lee Jones
  2014-11-28 11:31   ` Arnd Bergmann
  1 sibling, 2 replies; 5+ messages in thread
From: Maxime Coquelin @ 2014-11-26 13:48 UTC (permalink / raw)
  To: Peter Griffin, linux-arm-kernel, linux-kernel, patrice.chotard,
	srinivas.kandagatla, arnd Bergmann, olof Johansson
  Cc: lee.jones

Hi Peter,

On 11/19/2014 09:44 AM, Peter Griffin wrote:
> This patch adds the ahci_st.c driver found on STMicroelectronics
> stih41x consumer electronics SoC's into the STI arch section
> of the maintainers file.
>
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Maxime Coquelin <maxime.coquelin@st.com>

Arnd, Olof, could you pick this one directly?
I only have this single patch remaining for v3.19, so didn't planned to 
send another pull-request.

Thanks,
Maxime


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

* Re: [PATCH] MAINTAINERS: Add ahci_st.c to ARCH/STI architecture
  2014-11-26 13:48 ` Maxime Coquelin
@ 2014-11-27  8:44   ` Lee Jones
  2014-11-28 11:31   ` Arnd Bergmann
  1 sibling, 0 replies; 5+ messages in thread
From: Lee Jones @ 2014-11-27  8:44 UTC (permalink / raw)
  To: Maxime Coquelin
  Cc: Peter Griffin, linux-arm-kernel, linux-kernel, patrice.chotard,
	srinivas.kandagatla, arnd Bergmann, olof Johansson

On Wed, 26 Nov 2014, Maxime Coquelin wrote:

> Hi Peter,
> 
> On 11/19/2014 09:44 AM, Peter Griffin wrote:
> >This patch adds the ahci_st.c driver found on STMicroelectronics
> >stih41x consumer electronics SoC's into the STI arch section
> >of the maintainers file.
> >
> >Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
> 
> Arnd, Olof, could you pick this one directly?
> I only have this single patch remaining for v3.19, so didn't planned
> to send another pull-request.

Better to send to (or at least Cc) arm@kernel.org.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH] MAINTAINERS: Add ahci_st.c to ARCH/STI architecture
  2014-11-26 13:48 ` Maxime Coquelin
  2014-11-27  8:44   ` Lee Jones
@ 2014-11-28 11:31   ` Arnd Bergmann
  1 sibling, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2014-11-28 11:31 UTC (permalink / raw)
  To: Maxime Coquelin
  Cc: Peter Griffin, linux-arm-kernel, linux-kernel, patrice.chotard,
	srinivas.kandagatla, olof Johansson, lee.jones

On Wednesday 26 November 2014, Maxime Coquelin wrote:
> On 11/19/2014 09:44 AM, Peter Griffin wrote:
> > This patch adds the ahci_st.c driver found on STMicroelectronics
> > stih41x consumer electronics SoC's into the STI arch section
> > of the maintainers file.
> >
> > Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
> 
> Arnd, Olof, could you pick this one directly?
> I only have this single patch remaining for v3.19, so didn't planned to 
> send another pull-request.
> 

Applied to next/fixes-non-critical now with the two Acks, thanks!

	Arnd

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

end of thread, other threads:[~2014-11-28 11:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-19  8:44 [PATCH] MAINTAINERS: Add ahci_st.c to ARCH/STI architecture Peter Griffin
2014-11-19 10:45 ` Lee Jones
2014-11-26 13:48 ` Maxime Coquelin
2014-11-27  8:44   ` Lee Jones
2014-11-28 11:31   ` Arnd Bergmann

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).