[U-Boot] [PATCH 0/4] Move ehci headers, add Efika USB support
Jana Rapava
fermata7 at gmail.com
Thu Sep 29 01:52:47 CEST 2011
This patchset moves header files ehci.h and ehci-core.h
from drivers/usb/host/ to /include/usb and adds USB support for Efika
with cleanup of file /drivers/usb/host/ehci-mxc.c.
In the previous revisions I messed up versioning and some From: and
In-Reply-To: headers, so I want to bury this mess and start with a clean
plate. Version of patches in this patchset will then be 1.
Fabio Estevam (1):
usb: Move ehci.h and ehci-core.h to include/usb directory
Jana Rapava (3):
EHCI: add callback ehci_fixup
EHCI: adjust for mx5
Add USB support for Efika
board/efikamx/Makefile | 3 +
board/efikamx/efika.h | 30 +++
board/efikamx/efikamx-usb.c | 420 ++++++++++++++++++++++++++++++++++++++
board/efikamx/efikamx.c | 3 +
drivers/usb/host/ehci-core.h | 29 ---
drivers/usb/host/ehci-fsl.c | 4 +-
drivers/usb/host/ehci-hcd.c | 16 ++-
drivers/usb/host/ehci-ixp4xx.c | 4 +-
drivers/usb/host/ehci-kirkwood.c | 4 +-
drivers/usb/host/ehci-mpc512x.c | 4 +-
drivers/usb/host/ehci-mxc.c | 35 +---
drivers/usb/host/ehci-pci.c | 4 +-
drivers/usb/host/ehci-ppc4xx.c | 4 +-
drivers/usb/host/ehci-vct.c | 4 +-
drivers/usb/host/ehci.h | 203 ------------------
include/configs/efikamx.h | 16 ++
include/usb/ehci-core.h | 29 +++
include/usb/ehci-fsl.h | 146 +++++++++++++-
include/usb/ehci.h | 203 ++++++++++++++++++
19 files changed, 882 insertions(+), 279 deletions(-)
create mode 100644 board/efikamx/efika.h
create mode 100644 board/efikamx/efikamx-usb.c
delete mode 100644 drivers/usb/host/ehci-core.h
delete mode 100644 drivers/usb/host/ehci.h
create mode 100644 include/usb/ehci-core.h
create mode 100644 include/usb/ehci.h
--
1.7.6.3
More information about the U-Boot
mailing list