public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/5] usb, ohci-hcd: add usb ohci pci DM driver
@ 2019-07-16  8:49 Heiko Schocher
  2019-07-16  8:49 ` [U-Boot] [PATCH v1 1/5] usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not used Heiko Schocher
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Heiko Schocher @ 2019-07-16  8:49 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2019-07-21 10:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-16  8:49 [U-Boot] [PATCH v1 0/5] usb, ohci-hcd: add usb ohci pci DM driver Heiko Schocher
2019-07-16  8:49 ` [U-Boot] [PATCH v1 1/5] usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not used Heiko Schocher
2019-07-16  8:49 ` [U-Boot] [PATCH v1 2/5] usb, ohci: fix ohci swap register access Heiko Schocher
2019-07-16  8:49 ` [U-Boot] [PATCH v1 3/5] usb, ohci-hcd: set OHCI_USE_NPS if DM_PCI Heiko Schocher
2019-07-16  8:49 ` [U-Boot] [PATCH v1 4/5] usb, ohci: add warning if none on pci found Heiko Schocher
2019-07-16  8:49 ` [U-Boot] [PATCH v1 5/5] usb, ohci, pci: add DM support for PCI-based OHCI USB controller Heiko Schocher
2019-07-21 10:52 ` [U-Boot] [PATCH v1 0/5] usb, ohci-hcd: add usb ohci pci DM driver Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox