linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Introduce one extcon device into usb phy
@ 2017-05-05  6:12 Baolin Wang
  2017-05-05  6:12 ` [PATCH v3 1/3] usb: phy: " Baolin Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Baolin Wang @ 2017-05-05  6:12 UTC (permalink / raw)
  To: balbi, gregkh
  Cc: linux-usb, linux-kernel, linaro-kernel, neilb, jun.li,
	peter.chen, broonie, baolin.wang

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-05  6:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-05  6:12 [PATCH v3 0/3] Introduce one extcon device into usb phy Baolin Wang
2017-05-05  6:12 ` [PATCH v3 1/3] 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

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).