All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Add USB support to orion5x and edminiv2
@ 2012-01-16  8:08 Albert ARIBAUD
  2012-01-16  8:08 ` [U-Boot] [PATCH 1/4] Rename ehci-kirkwood as ehci-marvell Albert ARIBAUD
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Albert ARIBAUD @ 2012-01-16  8:08 UTC (permalink / raw)
  To: u-boot

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%)

-- 
1.7.5.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-02-08  9:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-16  8:08 [U-Boot] [PATCH 0/4] Add USB support to orion5x and edminiv2 Albert ARIBAUD
2012-01-16  8:08 ` [U-Boot] [PATCH 1/4] Rename ehci-kirkwood as ehci-marvell Albert ARIBAUD
2012-01-16  8:08   ` [U-Boot] [PATCH 2/4] Remove kirkwood-specifics from marvell EHCI driver Albert ARIBAUD
2012-01-16  8:08     ` [U-Boot] [PATCH 3/4] orion5x: add USB host ehci-marvell support Albert ARIBAUD
2012-01-16  8:08       ` [U-Boot] [PATCH 4/4] edminiv2: add USB host support Albert ARIBAUD
2012-01-16  8:20 ` [U-Boot] [PATCH 0/4] Add USB support to orion5x and edminiv2 Prafulla Wadaskar
2012-01-16  8:29   ` Albert ARIBAUD
2012-01-16  8:32     ` Prafulla Wadaskar
2012-01-16 12:49       ` Albert ARIBAUD
2012-02-08  9:51 ` Prafulla Wadaskar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.