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-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 26 Mar 2019 12:59:11 +0530
From:   Kishon Vijay Abraham I <kishon@...com>
To:     Florian Fainelli <f.fainelli@...il.com>,
        Scott Branden <scott.branden@...adcom.com>,
        Srinath Mannam <srinath.mannam@...adcom.com>,
        Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>
CC:     Tejun Heo <tj@...nel.org>,
        Jayachandran C <jnair@...iumnetworks.com>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <bcm-kernel-feedback-list@...adcom.com>,
        <linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH v6 0/3] Stingray USB PHY driver support



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@...adcom.com>
>>
> 
> 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
>>>
> 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ