From: arun.ramamurthy@broadcom.com (Arun Ramamurthy)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v1 0/3] Add devm_of_phy_get_by_index and update platform drivers
Date: Wed, 1 Apr 2015 13:49:06 -0700 [thread overview]
Message-ID: <1427921349-18173-1-git-send-email-arun.ramamurthy@broadcom.com> (raw)
This patch set adds a new API to get phy by index when multiple
phys are present. This patch is based on discussion with Arnd Bergmann
about dt bindings for multiple phys.
History:
v1:
- Removed null pointers on Dmitry's suggestion
- Improved documentation in commit messages
- Exported new phy api
Arun Ramamurthy (3):
phy: core: Add devm_of_phy_get_by_index to phy-core
usb: ehci-platform: Use devm_of_phy_get_by_index
usb: ohci-platform: Use devm_of_phy_get_by_index
drivers/phy/phy-core.c | 32 ++++++++++++++++++
drivers/usb/host/ehci-platform.c | 70 ++++++++++++++--------------------------
drivers/usb/host/ohci-platform.c | 70 ++++++++++++++--------------------------
include/linux/phy/phy.h | 2 ++
4 files changed, 84 insertions(+), 90 deletions(-)
--
2.3.4
next reply other threads:[~2015-04-01 20:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-01 20:49 Arun Ramamurthy [this message]
2015-04-01 20:49 ` [PATCH v1 1/3] phy: core: Add devm_of_phy_get_by_index to phy-core Arun Ramamurthy
2015-04-01 20:49 ` [PATCH v1 2/3] usb: ehci-platform: Use devm_of_phy_get_by_index Arun Ramamurthy
2015-04-02 14:21 ` Alan Stern
2015-04-01 20:49 ` [PATCH v1 3/3] usb: ohci-platform: " Arun Ramamurthy
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=1427921349-18173-1-git-send-email-arun.ramamurthy@broadcom.com \
--to=arun.ramamurthy@broadcom.com \
--cc=linux-arm-kernel@lists.infradead.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).