[U-Boot] [PATCH v1 0/5] usb, ohci-hcd: add usb ohci pci DM driver
Heiko Schocher
hs at denx.de
Tue Jul 16 08:49:02 UTC 2019
add DM support for USB OHCI over PCI. Therefore first add
some small fixes to get usb ohci-hcd driver working again
with mpc85xx.
Base for the patchset is:
6070ef409c - Merge branch '2019-07-12-master-imports'
Travis build see:
https://travis-ci.org/hsdenx/u-boot-test/builds/559243960
Heiko Schocher (5):
usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not used
usb, ohci: fix ohci swap register access
usb, ohci-hcd: set OHCI_USE_NPS if DM_PCI
usb, ohci: add warning if none on pci found
usb, ohci, pci: add DM support for PCI-based OHCI USB controller
drivers/usb/host/Kconfig | 7 +++++
drivers/usb/host/Makefile | 1 +
drivers/usb/host/ohci-hcd.c | 12 ++++++---
drivers/usb/host/ohci-pci.c | 52 +++++++++++++++++++++++++++++++++++++
drivers/usb/host/ohci.h | 4 +--
5 files changed, 71 insertions(+), 5 deletions(-)
create mode 100644 drivers/usb/host/ohci-pci.c
--
2.21.0
More information about the U-Boot
mailing list