Message ID | 1428657168-12495-6-git-send-email-gabriel.fernandez@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Apr 10, 2015 at 11:12:48AM +0200, Gabriel FERNANDEZ wrote: > This patch adds the pci-st.c pci driver found on STMicroelectronics > SoC's into the STI arch section of the maintainers file. > > Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org> I'd like an ack from the current maintainers: ARM/STI ARCHITECTURE M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com> M: Maxime Coquelin <maxime.coquelin@st.com> M: Patrice Chotard <patrice.chotard@st.com> that they're OK with taking on this additional file. > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index efbcb50..4639d2d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1468,6 +1468,7 @@ F: drivers/clocksource/arm_global_timer.c > F: drivers/i2c/busses/i2c-st.c > F: drivers/media/rc/st_rc.c > F: drivers/mmc/host/sdhci-st.c > +F: drivers/pci/host/pci-st.c > F: drivers/phy/phy-stih407-usb.c > F: drivers/phy/phy-stih41x-usb.c > F: drivers/pinctrl/pinctrl-st.c > -- > 1.9.1 >
Hello Bjorn, On 05/05/2015 11:42 PM, Bjorn Helgaas wrote: > On Fri, Apr 10, 2015 at 11:12:48AM +0200, Gabriel FERNANDEZ wrote: >> This patch adds the pci-st.c pci driver found on STMicroelectronics >> SoC's into the STI arch section of the maintainers file. >> >> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org> > I'd like an ack from the current maintainers: > > ARM/STI ARCHITECTURE > M: Srinivas Kandagatla <srinivas.kandagatla@gmail.com> > M: Maxime Coquelin <maxime.coquelin@st.com> > M: Patrice Chotard <patrice.chotard@st.com> > > that they're OK with taking on this additional file. Yes, you can add my: Acked-by: Maxime Coquelin <maxime.coquelin@st.com> Thanks, Maxime
diff --git a/MAINTAINERS b/MAINTAINERS index efbcb50..4639d2d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1468,6 +1468,7 @@ F: drivers/clocksource/arm_global_timer.c F: drivers/i2c/busses/i2c-st.c F: drivers/media/rc/st_rc.c F: drivers/mmc/host/sdhci-st.c +F: drivers/pci/host/pci-st.c F: drivers/phy/phy-stih407-usb.c F: drivers/phy/phy-stih41x-usb.c F: drivers/pinctrl/pinctrl-st.c
This patch adds the pci-st.c pci driver found on STMicroelectronics SoC's into the STI arch section of the maintainers file. Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)