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,
kishon-l0cyMroinI0@public.gmane.org,
maxime.coquelin-qxv4g6HH51o@public.gmane.org,
srinivas.kandagatla-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
patrice.chotard-qxv4g6HH51o@public.gmane.org,
arnd-r2nGTMty4D4@public.gmane.org
Cc: peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
peppe.cavallaro-qxv4g6HH51o@public.gmane.org
Subject: [PATCH v3 0/4] Add picoPHY usb phy driver found on stih407 family SoC's
Date: Thu, 11 Sep 2014 18:02:43 +0100 [thread overview]
Message-ID: <1410454967-21500-1-git-send-email-peter.griffin@linaro.org> (raw)
This series adds support for the picoPHY usb phy which is used by the usb2
and usb3 host controllers when controlling usb2/1.1 devices. It is found on
stih407 family SoC's from the consumer electronics devision of STMicroelectronics.
Changes since v2:
- Remove .data and hardcode phy ops in devm_phy_create call (arndb)
- Add COMPILE_TEST in kconfig (arndb)
- Add depends on RESET_CONTROLLER in kconfig so COMPILE_TEST works
- select GENERIC_PHY instead of depends on (Bartlomiej)
Changes since v1:
- Remove reference to stih410 in dt documentation (kishon)
- Fix alignment issue in dt example (kishon)
- usbpicophy@f8 since you have a reg property (kishon)
- Enable driver in multi_v7_defconfig
Peter Griffin (4):
phy: phy-stih407-usb: Add usb picoPHY driver found on stih407 SoC
family
phy: phy-stih407-usb: Add dt documentation for USB picophy found on
stih407 SoC family
MAINTAINERS: Add phy-stih407-usb.c file to ARCH/STI architecture
ARM: multi_v7_defconfig: Enable stih407 usb picophy
.../devicetree/bindings/phy/phy-stih407-usb.txt | 30 ++++
MAINTAINERS | 1 +
arch/arm/configs/multi_v7_defconfig | 1 +
drivers/phy/Kconfig | 9 ++
drivers/phy/Makefile | 2 +
drivers/phy/phy-stih407-usb.c | 177 +++++++++++++++++++++
6 files changed, 220 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/phy-stih407-usb.txt
create mode 100644 drivers/phy/phy-stih407-usb.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-11 17:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-11 17:02 Peter Griffin [this message]
[not found] ` <1410454967-21500-1-git-send-email-peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-09-11 17:02 ` [PATCH v3 1/4] phy: phy-stih407-usb: Add usb picoPHY driver found on stih407 SoC family Peter Griffin
2014-09-11 17:02 ` [PATCH v3 2/4] phy: phy-stih407-usb: Add dt documentation for USB picophy " Peter Griffin
2014-09-11 17:02 ` [PATCH v3 3/4] MAINTAINERS: Add phy-stih407-usb.c file to ARCH/STI architecture Peter Griffin
2014-09-11 17:02 ` [PATCH v3 4/4] ARM: multi_v7_defconfig: Enable stih407 usb picophy 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=1410454967-21500-1-git-send-email-peter.griffin@linaro.org \
--to=peter.griffin-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=arnd-r2nGTMty4D4@public.gmane.org \
--cc=b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=kishon-l0cyMroinI0@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=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).