Re: [PATCH v6 0/3] Stingray USB PHY driver support

From: Kishon Vijay Abraham I
Date: Tue Mar 26 2019 - 03:30:28 EST




On 22/03/19 10:12 PM, Florian Fainelli wrote:
> On 3/19/19 11:38 AM, Scott Branden wrote:
>> Thanks Srinath and Rob - patch series looks good now.
>>
>> patch series,
>>
>> Acked-by: Scott Branden <scott.branden@xxxxxxxxxxxx>
>>
>
> Kishon, can you let me know when you apply patches 1 and 2 so I can
> queue up patch 3 for inclusion the 5.2 ARM SoC pull request? Thanks!

merged the dt-binding and sr-usb driver, thanks.

-Kishon
>
>>
>> On 2019-03-19 2:15 a.m., Srinath Mannam wrote:
>>> 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
>>>
>
>