Re: [PATCH] ARM: tegra: select USB_ULPI from EHCI rather than platform

2015-11-23 Thread Thierry Reding
On Mon, Nov 23, 2015 at 02:51:29PM +0100, Arnd Bergmann wrote: > For historic reasons, the tegra platform selects USB_ULPI from architecture > code, but that hasn't really made sense for a long time, as the only > user of that code is the Tegra EHCI driver that has its own Kconfig > symbol. > >

[PATCH] ARM: tegra: select USB_ULPI from EHCI rather than platform

2015-11-23 Thread Arnd Bergmann
For historic reasons, the tegra platform selects USB_ULPI from architecture code, but that hasn't really made sense for a long time, as the only user of that code is the Tegra EHCI driver that has its own Kconfig symbol. This removes the 'select' statements from mach-tegra and drivers/soc/tegra

[PATCH] ARM: tegra: select USB_ULPI from EHCI rather than platform

2015-11-23 Thread Arnd Bergmann
For historic reasons, the tegra platform selects USB_ULPI from architecture code, but that hasn't really made sense for a long time, as the only user of that code is the Tegra EHCI driver that has its own Kconfig symbol. This removes the 'select' statements from mach-tegra and drivers/soc/tegra

Re: [PATCH] ARM: tegra: select USB_ULPI from EHCI rather than platform

2015-11-23 Thread Thierry Reding
On Mon, Nov 23, 2015 at 02:51:29PM +0100, Arnd Bergmann wrote: > For historic reasons, the tegra platform selects USB_ULPI from architecture > code, but that hasn't really made sense for a long time, as the only > user of that code is the Tegra EHCI driver that has its own Kconfig > symbol. > >