[PATCH v2] usb: ohci: remove ep93xx bus glue platform driver
Alan Stern
stern at rowland.harvard.edu
Wed Oct 16 10:43:54 EDT 2013
On Wed, 16 Oct 2013, Hartley Sweeten wrote:
> On Tuesday, October 15, 2013 5:57 PM, Ryan Mallon wrote:
> > Gah, defconfig changes are a pest. I assume the other removed options
> > are implicitly selected, and their removal is the result of
> > re-minimising the defconfig? Can you put a note about this is the
> > changelog please.
>
> Yah... It's a mess.
>
> All I did was:
> make ARCH=arm ep93xx_defconfig
> make ARCH=arm menuconfig # enable USB_OHCI_HCD_PLATFORM
> make ARCH=arm savedefconfig
> mv defconfig arch/arm/configs/ep93xx_defconfig
>
> Looks like the last time the ep93xx_defconfig was refreshed was:
>
> commit 07a8c03f3e06129e847acd068b8b89c13357ee64
> Author: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
> Date: Thu Jun 10 07:12:18 2010 +0200
>
> ARM: reduce defconfigs
>
> Hence the ugly changes.
It's awfully hard to believe that enabling USB_OHCI_HCD_PLATFORM is
responsible for all those other changes.
Maybe this should be done in two stages. First create a patch that
describes the differences resulting from:
make ARCH=arm ep93xx_defconfig
make ARCH=arm savedefconfig
mv defconfig arch/arm/configs/ep93xx_defconfig
Then do this patch on top of that one.
Alan Stern
More information about the linux-arm-kernel
mailing list