On Mon, Oct 08, 2012 at 03:11:38PM +0200, Florian Fainelli wrote: > Convert the Alchemy platform to register the ohci-platform driver, now that > the ohci-platform driver properly handles the specific ohci-au1xxx resume > from suspend case. > > This also greatly simplifies the power_{on,off} callbacks and make them > work on platform device id instead of checking the OHCI controller base > address like what was done in ohci-au1xxx.c. > > Impacted defconfigs are also updated accordingly to select the OHCI platform > driver. > > Signed-off-by: Florian Fainelli <florian@xxxxxxxxxxx> > Acked-by: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> > --- > Changes in v4: > - rebased against greg's latest usb-next > > No changes in v3 > > Changes in v2: > - updated defconfigs accordingly > - really instantiate "ohci-platform" instead of "ohci-au1xxx" > - rebased on top of the latest OHCI HCD changes > > arch/mips/alchemy/common/platform.c | 35 +++++++++++++++++++++++++++++++++-- > arch/mips/configs/db1000_defconfig | 1 + > arch/mips/configs/db1200_defconfig | 1 + > arch/mips/configs/db1300_defconfig | 1 + > arch/mips/configs/db1550_defconfig | 1 + > arch/mips/configs/gpr_defconfig | 1 + > arch/mips/configs/mtx1_defconfig | 1 + > arch/mips/configs/pb1100_defconfig | 1 + > arch/mips/configs/pb1500_defconfig | 1 + > arch/mips/configs/pb1550_defconfig | 1 + Same issue with the defconfigs in this patch, they aren't around anymore, so I've removed them from this patch. If they just moved, please send a follow-up patch to fix them up. thanks, greg k-h