lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri,  5 May 2017 14:12:23 +0800
From:   Baolin Wang <baolin.wang@...aro.org>
To:     balbi@...nel.org, gregkh@...uxfoundation.org
Cc:     linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
        linaro-kernel@...ts.linaro.org, neilb@...e.com, jun.li@....com,
        peter.chen@...escale.com, broonie@...nel.org,
        baolin.wang@...aro.org
Subject: [PATCH v3 0/3] Introduce one extcon device into usb phy

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ