From: Peter Griffin <peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
balbi-l0cyMroinI0@public.gmane.org,
maxime.coquelin-qxv4g6HH51o@public.gmane.org,
patrice.chotard-qxv4g6HH51o@public.gmane.org,
srinivas.kandagatla-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
peppe.cavallaro-qxv4g6HH51o@public.gmane.org
Subject: [PATCH v6 0/3] Add ST dwc3 glue layer driver
Date: Fri, 5 Sep 2014 16:36:29 +0100 [thread overview]
Message-ID: <1409931392-22340-1-git-send-email-peter.griffin@linaro.org> (raw)
This series adds support for the ST glue logic which wraps the DWC3 controller
on STiH407 SoC family chipsets.
Changes since v5
- Use of_platform_depopulate
Changes since v4
- Fix bug with setting bits in usb control register
- Remove superflous '\n'
- Change default Kconfig to make default same as other platforms
- Update dt doc example so that both usb2 and usb3 phys are using generic drivers/phy instead of drivers/usb/phy
- Reconfigure ST glue logic regs in resume callback
Changes since v3
- Various formating nits
Changes since v2
- Use dr_mode for host/device static configuration
- Manage shared reset signal to usbss to avoid hang if probing before usb3 phy
- Remove DT checks and make driver depend on OF
- Change some #define to use BIT macro
- Make some comments clearer
- Use kerneldoc for struct documentation
- Remove udelay
- Let DT create platform_devices, and remove legacy alloc
- Change some logging levels to dev_dbg
- Various whitespace and formatting cleanup
- Use SIMPLE_DEV_PM_OPS()
- Add const to of_device struct
- Reorder header files alphabetically
- Use devm_ioremap_resource instead of devm_request_and_ioremap
- Remove of_match_ptr()
Changes since v1
- Fix Kconfig mistake
Peter Griffin (3):
usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC
usb: dwc3: dwc3-st: Add st-dwc3 devicetree bindings documentation
MAINTAINERS: Add dwc3-st.c file to ARCH/STI architecture
Documentation/devicetree/bindings/usb/dwc3-st.txt | 68 ++++
MAINTAINERS | 1 +
drivers/usb/dwc3/Kconfig | 9 +
drivers/usb/dwc3/Makefile | 1 +
drivers/usb/dwc3/dwc3-st.c | 377 ++++++++++++++++++++++
5 files changed, 456 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/dwc3-st.txt
create mode 100644 drivers/usb/dwc3/dwc3-st.c
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2014-09-05 15:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-05 15:36 Peter Griffin [this message]
2014-09-05 15:36 ` [PATCH v6 1/3] usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC Peter Griffin
[not found] ` <1409931392-22340-2-git-send-email-peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-09-05 15:47 ` Felipe Balbi
2014-09-05 15:53 ` Felipe Balbi
[not found] ` <20140905155321.GF24449-HgARHv6XitL9zxVx7UNMDg@public.gmane.org>
2014-09-05 16:55 ` Peter Griffin
2014-09-05 16:56 ` Felipe Balbi
2014-09-05 15:36 ` [PATCH v6 2/3] usb: dwc3: dwc3-st: Add st-dwc3 devicetree bindings documentation Peter Griffin
2014-09-05 15:36 ` [PATCH v6 3/3] MAINTAINERS: Add dwc3-st.c file to ARCH/STI architecture Peter Griffin
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=1409931392-22340-1-git-send-email-peter.griffin@linaro.org \
--to=peter.griffin-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=balbi-l0cyMroinI0@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=maxime.coquelin-qxv4g6HH51o@public.gmane.org \
--cc=patrice.chotard-qxv4g6HH51o@public.gmane.org \
--cc=peppe.cavallaro-qxv4g6HH51o@public.gmane.org \
--cc=srinivas.kandagatla-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/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).