From: Al Cooper <alcooperx@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Al Cooper <alcooperx@gmail.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Alan Stern <stern@rowland.harvard.edu>,
Mathias Nyman <mathias.nyman@intel.com>,
Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
"David S. Miller" <davem@davemloft.net>,
Andrew Morton <akpm@linux-foundation.org>,
Arnd Bergmann <arnd@arndb.de>, Dmitry Osipenko <digetx@gmail.com>,
Chunfeng Yun <chunfeng.yun@mediatek.com>,
Jianguo Sun <sunjianguo1@huawei.com>,
James Hogan <jhogan@kernel.org>, Alban Bedel <albeu@free.fr>,
Lu Baolu <baolu.lu@linux.intel.com>,
Avi Fishman <avifishman70@gmail.com>,
Alex Elder <elder@linaro.org>,
Hans de Goede <hdegoede@redhat.com>,
linux-usb@vger.kernel.org, dev
Subject: [PATCH 0/5] Add XHCI, EHCI and OHCI drivers for Broadcom STB SoCs
Date: Wed, 26 Sep 2018 18:20:09 -0400 [thread overview]
Message-ID: <1538000414-24873-1-git-send-email-alcooperx@gmail.com> (raw)
Add XHCI, EHCI and OHCI drivers for Broadcom STB SoCs. These drivers
depend on getting access to the new Broadcom STB USB PHY driver
through a device-tree phandle and will fail if the driver is not
available.
Al Cooper (5):
dt-bindings: Add Broadcom STB OHCI, EHCI and XHCI binding document
usb: host: Add OHCI driver for Broadcom STB SoCs
usb: host: Add EHCI driver for Broadcom STB SoCs
usb: host: Add XHCI driver for Broadcom STB SoCs
usb: host: Enable building of new Broadcom STB USB drivers
.../devicetree/bindings/usb/brcm,ehci-brcm.txt | 22 ++
.../devicetree/bindings/usb/brcm,ohci-brcm.txt | 22 ++
.../devicetree/bindings/usb/brcm,xhci-brcm.txt | 23 ++
MAINTAINERS | 9 +
drivers/usb/host/Kconfig | 27 ++
drivers/usb/host/Makefile | 7 +
drivers/usb/host/ehci-brcm.c | 304 +++++++++++++++++++++
drivers/usb/host/ohci-brcm.c | 204 ++++++++++++++
drivers/usb/host/xhci-brcm.c | 294 ++++++++++++++++++++
9 files changed, 912 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/brcm,ehci-brcm.txt
create mode 100644 Documentation/devicetree/bindings/usb/brcm,ohci-brcm.txt
create mode 100644 Documentation/devicetree/bindings/usb/brcm,xhci-brcm.txt
create mode 100644 drivers/usb/host/ehci-brcm.c
create mode 100644 drivers/usb/host/ohci-brcm.c
create mode 100644 drivers/usb/host/xhci-brcm.c
--
1.9.0.138.g2de3478
next reply other threads:[~2018-09-26 22:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-26 22:20 Al Cooper [this message]
2018-09-26 22:20 ` [PATCH 1/5] dt-bindings: Add Broadcom STB OHCI, EHCI and XHCI binding document Al Cooper
2018-10-15 18:22 ` Rob Herring
2018-09-26 22:20 ` [PATCH 2/5] usb: host: Add OHCI driver for Broadcom STB SoCs Al Cooper
2018-09-27 9:08 ` Arnd Bergmann
2018-09-26 22:20 ` [PATCH 3/5] usb: host: Add EHCI " Al Cooper
2018-09-26 22:20 ` [PATCH 4/5] usb: host: Add XHCI " Al Cooper
2018-09-27 5:51 ` Chunfeng Yun
2018-09-27 5:57 ` Felipe Balbi
2018-09-26 22:20 ` [PATCH 5/5] usb: host: Enable building of new Broadcom STB USB drivers Al Cooper
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=1538000414-24873-1-git-send-email-alcooperx@gmail.com \
--to=alcooperx@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=albeu@free.fr \
--cc=arnd@arndb.de \
--cc=avifishman70@gmail.com \
--cc=baolu.lu@linux.intel.com \
--cc=chunfeng.yun@mediatek.com \
--cc=davem@davemloft.net \
--cc=digetx@gmail.com \
--cc=elder@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=hdegoede@redhat.com \
--cc=jhogan@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mathias.nyman@intel.com \
--cc=mchehab+samsung@kernel.org \
--cc=robh+dt@kernel.org \
--cc=stern@rowland.harvard.edu \
--cc=sunjianguo1@huawei.com \
/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;
as well as URLs for NNTP newsgroup(s).