lkml.org 
[lkml]   [2019]   [Mar]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH v6 0/3] Stingray USB PHY driver support
    Date
    These patches add Stingray USB PHY driver and its corresponding
    DT nodes with documentation.

    This patch set is based on Linux-5.0-rc2.

    Changes from v5:
    - Removed redundant address and size cells in DT nodes.

    Changes from v4:
    - Addressed Rob Herring review comments
    - Removed child nodes and added #phy-cells 1
    - Added xlate function to get phy using phandle argument.

    Changes from v3:
    - Addressed Rob Herring review comments
    - Changed compatible strings.
    - updated driver based on new compatible strings.

    Changes from v2:
    - Addressed Kishon review comments
    - Updated patchset to Linux-5.0-rc2

    Changes from v1:
    - Addressed Kishon review comments
    - phy init call return value handle

    Srinath Mannam (3):
    dt-bindings: phy: Add Stingray USB PHY binding document
    phy: sr-usb: Add Stingray USB PHY driver
    arm64: dts: Add USB DT nodes for Stingray SoC

    .../bindings/phy/brcm,stingray-usb-phy.txt | 32 ++
    .../boot/dts/broadcom/stingray/stingray-usb.dtsi | 72 ++++
    .../arm64/boot/dts/broadcom/stingray/stingray.dtsi | 1 +
    drivers/phy/broadcom/Kconfig | 11 +
    drivers/phy/broadcom/Makefile | 1 +
    drivers/phy/broadcom/phy-bcm-sr-usb.c | 393 +++++++++++++++++++++
    6 files changed, 510 insertions(+)
    create mode 100644 Documentation/devicetree/bindings/phy/brcm,stingray-usb-phy.txt
    create mode 100644 arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi
    create mode 100644 drivers/phy/broadcom/phy-bcm-sr-usb.c

    --
    2.7.4

    \
     
     \ /
      Last update: 2019-03-19 10:17    [W:3.165 / U:0.064 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site