2014-11-19 08:45:01

by Peter Griffin

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add ahci_st.c to ARCH/STI architecture

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 <[email protected]>
---
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 <[email protected]>
--
1.9.1


2014-11-19 10:45:26

by Lee Jones

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add ahci_st.c to ARCH/STI architecture

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 <[email protected]>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)

Acked-by: Lee Jones <[email protected]>

> 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 <[email protected]>

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

2014-11-26 13:48:56

by Maxime Coquelin

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add ahci_st.c to ARCH/STI architecture

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 <[email protected]>
Acked-by: Maxime Coquelin <[email protected]>

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

2014-11-27 08:44:55

by Lee Jones

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add ahci_st.c to ARCH/STI architecture

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 <[email protected]>
> Acked-by: Maxime Coquelin <[email protected]>
>
> 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) [email protected].

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

2014-11-28 11:31:47

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add ahci_st.c to ARCH/STI architecture

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 <[email protected]>
> Acked-by: Maxime Coquelin <[email protected]>
>
> 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