Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1636185 > unrolled thread

[PATCH v3 0/3] Introduce one extcon device into usb phy

Started byBaolin Wang <baolin.wang@linaro.org>
First post2017-05-05 08:20 +0200
Last post2017-05-05 08:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v3 0/3] Introduce one extcon device into usb phy Baolin Wang <baolin.wang@linaro.org> - 2017-05-05 08:20 +0200

#1636185 — [PATCH v3 0/3] Introduce one extcon device into usb phy

FromBaolin Wang <baolin.wang@linaro.org>
Date2017-05-05 08:20 +0200
Subject[PATCH v3 0/3] Introduce one extcon device into usb phy
Message-ID<tDEKS-6ir-3@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web