Message ID | 1404541530-27856-4-git-send-email-peter.griffin@linaro.org |
---|---|
State | New |
Headers | show |
On Sat, 05 Jul 2014, Peter Griffin wrote: > 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 702ca10..269ad3b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1325,6 +1325,7 @@ F: drivers/pinctrl/pinctrl-st.c > F: drivers/media/rc/st_rc.c > F: drivers/i2c/busses/i2c-st.c > F: drivers/tty/serial/st-asc.c > +F: drivers/usb/dwc3/dwc3-st.c > > ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT > M: Lennert Buytenhek <kernel@wantstofly.org>
Hi Peter, On 07/05/2014 08:25 AM, Peter Griffin wrote: > Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Acked-by: Maxime Coquelin <maxime.coquelin@st.com> Thanks, Maxime > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 702ca10..269ad3b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1325,6 +1325,7 @@ F: drivers/pinctrl/pinctrl-st.c > F: drivers/media/rc/st_rc.c > F: drivers/i2c/busses/i2c-st.c > F: drivers/tty/serial/st-asc.c > +F: drivers/usb/dwc3/dwc3-st.c > > ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT > M: Lennert Buytenhek <kernel@wantstofly.org> > -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, 08 Jul 2014, Maxime Coquelin wrote: > On 07/05/2014 08:25 AM, Peter Griffin wrote: > >Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > > Acked-by: Maxime Coquelin <maxime.coquelin@st.com> Maxime, Once Acked by Felipe, I think this should go in via your tree to avoid conflicts with other ARM/STI ARCHITECTURE additions. > >--- > > MAINTAINERS | 1 + > > 1 file changed, 1 insertion(+) > > > >diff --git a/MAINTAINERS b/MAINTAINERS > >index 702ca10..269ad3b 100644 > >--- a/MAINTAINERS > >+++ b/MAINTAINERS > >@@ -1325,6 +1325,7 @@ F: drivers/pinctrl/pinctrl-st.c > > F: drivers/media/rc/st_rc.c > > F: drivers/i2c/busses/i2c-st.c > > F: drivers/tty/serial/st-asc.c > >+F: drivers/usb/dwc3/dwc3-st.c > > > > ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT > > M: Lennert Buytenhek <kernel@wantstofly.org> > >
On 07/08/2014 09:53 AM, Lee Jones wrote: > On Tue, 08 Jul 2014, Maxime Coquelin wrote: >> On 07/05/2014 08:25 AM, Peter Griffin wrote: >>> Signed-off-by: Peter Griffin <peter.griffin@linaro.org> >> >> Acked-by: Maxime Coquelin <maxime.coquelin@st.com> > > Maxime, > Once Acked by Felipe, I think this should go in via your tree to > avoid conflicts with other ARM/STI ARCHITECTURE additions. Ok > >>> --- >>> MAINTAINERS | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index 702ca10..269ad3b 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -1325,6 +1325,7 @@ F: drivers/pinctrl/pinctrl-st.c >>> F: drivers/media/rc/st_rc.c >>> F: drivers/i2c/busses/i2c-st.c >>> F: drivers/tty/serial/st-asc.c >>> +F: drivers/usb/dwc3/dwc3-st.c >>> >>> ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT >>> M: Lennert Buytenhek <kernel@wantstofly.org> >>> > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, Jul 08, 2014 at 08:53:32AM +0100, Lee Jones wrote: > On Tue, 08 Jul 2014, Maxime Coquelin wrote: > > On 07/05/2014 08:25 AM, Peter Griffin wrote: > > >Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > > > > Acked-by: Maxime Coquelin <maxime.coquelin@st.com> > > Maxime, > Once Acked by Felipe, I think this should go in via your tree to > avoid conflicts with other ARM/STI ARCHITECTURE additions. there are still many unresolved comments on patches 1 and 2.
On Thu, 10 Jul 2014, Felipe Balbi wrote: > On Tue, Jul 08, 2014 at 08:53:32AM +0100, Lee Jones wrote: > > On Tue, 08 Jul 2014, Maxime Coquelin wrote: > > > On 07/05/2014 08:25 AM, Peter Griffin wrote: > > > >Signed-off-by: Peter Griffin <peter.griffin@linaro.org> > > > > > > Acked-by: Maxime Coquelin <maxime.coquelin@st.com> > > > > Maxime, > > Once Acked by Felipe, I think this should go in via your tree to > > avoid conflicts with other ARM/STI ARCHITECTURE additions. > > there are still many unresolved comments on patches 1 and 2. "Once Acked" ;)
Hi Felipe, > > Maxime, > > Once Acked by Felipe, I think this should go in via your tree to > > avoid conflicts with other ARM/STI ARCHITECTURE additions. > > there are still many unresolved comments on patches 1 and 2. Yes, sorry I've been a bit busy this week on other activities to send a V3. I will get this fixed up addressing the comments received so far, and sent out a V3 early next week. regards, Peter. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
diff --git a/MAINTAINERS b/MAINTAINERS index 702ca10..269ad3b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1325,6 +1325,7 @@ F: drivers/pinctrl/pinctrl-st.c F: drivers/media/rc/st_rc.c F: drivers/i2c/busses/i2c-st.c F: drivers/tty/serial/st-asc.c +F: drivers/usb/dwc3/dwc3-st.c ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT M: Lennert Buytenhek <kernel@wantstofly.org>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)