
This patch set adds USB support to the LaCie ED Mini V2 by renaming the 'kirkwood' USB driver a 'marvell' USB driver, sharing it between the orion5x SoC family and enabling it for the edminiv2 board.
(this is similar to what was done with the 'mvgbe' driver in commits 9b6bcdcb to ab9164d0)
Albert ARIBAUD (4): Rename ehci-kirkwood as ehci-marvell Remove kirkwood-specifics from marvell EHCI driver orion5x: add USB host ehci-marvell support edminiv2: add USB host support
arch/arm/include/asm/arch-kirkwood/config.h | 2 +- arch/arm/include/asm/arch-kirkwood/kirkwood.h | 12 ++++++ arch/arm/include/asm/arch-orion5x/orion5x.h | 12 ++++++ drivers/usb/host/Makefile | 2 +- .../usb/host/{ehci-kirkwood.c => ehci-marvell.c} | 36 ++++++++++++-------- include/configs/edminiv2.h | 14 ++++++++ 6 files changed, 62 insertions(+), 16 deletions(-) rename drivers/usb/host/{ehci-kirkwood.c => ehci-marvell.c} (73%)