Message ID | 20121217180200.GU4989@atomide.com |
---|---|
State | New |
Headers | show |
Hi, On Mon, Dec 17, 2012 at 10:02:01AM -0800, Tony Lindgren wrote: > drivers/mfd/omap-usb-host.c | 3 +- > drivers/tty/serial/omap-serial.c | 3 +- > drivers/usb/phy/Kconfig | 1 + I did mention I was against adding OMAP dependencies do drivers. Interesting to see to commit going upstream without a reply to my comment :-s http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap.git;a=commitdiff;h=3e194c88f8b71700822828749187e65853ed8166
* Felipe Balbi <balbi@ti.com> [121217 10:18]: > Hi, > > On Mon, Dec 17, 2012 at 10:02:01AM -0800, Tony Lindgren wrote: > > drivers/mfd/omap-usb-host.c | 3 +- > > drivers/tty/serial/omap-serial.c | 3 +- > > drivers/usb/phy/Kconfig | 1 + > > I did mention I was against adding OMAP dependencies do drivers. > Interesting to see to commit going upstream without a reply to my > comment :-s > > http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap.git;a=commitdiff;h=3e194c88f8b71700822828749187e65853ed8166 Looks like Linus already applied it. Anyways, I like Dmitry's idea of adding an extra COMPILE_COVERAGE flag to enable the build of arch specific drivers for driver subsystem maintainers, I'll do a patch for that so you can test build all the arch specific USB drivers on x86 also. Regards, Tony
* Tony Lindgren <tony@atomide.com> [121217 10:33]: > * Felipe Balbi <balbi@ti.com> [121217 10:18]: > > Hi, > > > > On Mon, Dec 17, 2012 at 10:02:01AM -0800, Tony Lindgren wrote: > > > drivers/mfd/omap-usb-host.c | 3 +- > > > drivers/tty/serial/omap-serial.c | 3 +- > > > drivers/usb/phy/Kconfig | 1 + > > > > I did mention I was against adding OMAP dependencies do drivers. > > Interesting to see to commit going upstream without a reply to my > > comment :-s > > > > http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap.git;a=commitdiff;h=3e194c88f8b71700822828749187e65853ed8166 > > Looks like Linus already applied it. Anyways, I like Dmitry's idea > of adding an extra COMPILE_COVERAGE flag to enable the build of > arch specific drivers for driver subsystem maintainers, I'll > do a patch for that so you can test build all the arch specific > USB drivers on x86 also. Oh I see I have it also in my fixes, that should not be there. I'll fix that and do another pull request. The commit Linus applied is 770b6cb4. Regards, Tony