From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 0/5] usb, ohci-hcd: add usb ohci pci DM driver
Date: Tue, 16 Jul 2019 10:49:02 +0200 [thread overview]
Message-ID: <20190716084907.1568340-1-hs@denx.de> (raw)
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
next reply other threads:[~2019-07-16 8:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-16 8:49 Heiko Schocher [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190716084907.1568340-1-hs@denx.de \
--to=hs@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox