From: Baolin Wang <baolin.wang@linaro.org>
To: balbi@kernel.org, gregkh@linuxfoundation.org
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
linaro-kernel@lists.linaro.org, neilb@suse.com, jun.li@nxp.com,
peter.chen@freescale.com, broonie@kernel.org,
baolin.wang@linaro.org
Subject: [PATCH v3 0/3] Introduce one extcon device into usb phy
Date: Fri, 5 May 2017 14:12:23 +0800 [thread overview]
Message-ID: <cover.1493963244.git.baolin.wang@linaro.org> (raw)
This patchset introduces one pointer of extcon device into usb phy
structure, and some other helper functions to register extcon instead
of each phy driver having its own related extcon APIs.
Changes since v2:
- Support separate extcon device.
- Convert the phy-msm-usb driver.
Changes since v1:
- Fix build errors with random config.
Baolin Wang (3):
usb: phy: Introduce one extcon device into usb phy
usb: phy: phy-qcom-8x16-usb: Remove redundant extcon
register/unregister
usb: phy: phy-msm-usb: Remove redundant extcon register/unregister
drivers/usb/phy/Kconfig | 6 +--
drivers/usb/phy/phy-msm-usb.c | 85 ++++++++---------------------------
drivers/usb/phy/phy-qcom-8x16-usb.c | 20 +++------
drivers/usb/phy/phy.c | 57 +++++++++++++++++++++++
include/linux/usb/phy.h | 7 +++
5 files changed, 90 insertions(+), 85 deletions(-)
--
1.7.9.5
next reply other threads:[~2017-05-05 6:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-05 6:12 Baolin Wang [this message]
2017-05-05 6:12 ` [PATCH v3 1/3] usb: phy: Introduce one extcon device into usb phy Baolin Wang
2017-05-05 6:12 ` [PATCH v3 2/3] usb: phy: phy-qcom-8x16-usb: Remove redundant extcon register/unregister Baolin Wang
2017-05-05 6:12 ` [PATCH v3 3/3] usb: phy: phy-msm-usb: " Baolin Wang
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=cover.1493963244.git.baolin.wang@linaro.org \
--to=baolin.wang@linaro.org \
--cc=balbi@kernel.org \
--cc=broonie@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=jun.li@nxp.com \
--cc=linaro-kernel@lists.linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=neilb@suse.com \
--cc=peter.chen@freescale.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