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] [day] [month] [year] [list]
Date:	Thu, 25 Feb 2016 12:03:27 +0100
From:	John Crispin <blogic@...nwrt.org>
To:	Kishon Vijay Abraham I <kishon@...com>,
	Rob Herring <robh+dt@...nel.org>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH V2] phy: ralink-usb: add driver for Mediatek/Ralink



On 22/02/2016 11:48, Kishon Vijay Abraham I wrote:
> Hi Rob,
> 
> On Tuesday 05 January 2016 01:03 AM, John Crispin wrote:
>> Add a driver to setup the USB phy on Mediatek/Ralink SoCs.
>> The driver is trivial and only sets up power and host mode.
>>
>> Signed-off-by: John Crispin <blogic@...nwrt.org>
>> ---
>> Changes in V2
>> * remove refcounting
>> * drop empty functions
>> * dont use static globals
>> * use explicit compatible strings
>>
>>  .../devicetree/bindings/phy/ralink-usb-phy.txt     |   17 ++
>>  drivers/phy/Kconfig                                |    8 +
>>  drivers/phy/Makefile                               |    1 +
>>  drivers/phy/phy-ralink-usb.c                       |  175 ++++++++++++++++++++
>>  4 files changed, 201 insertions(+)
>>  create mode 100644 Documentation/devicetree/bindings/phy/ralink-usb-phy.txt
>>  create mode 100644 drivers/phy/phy-ralink-usb.c
>>
>> diff --git a/Documentation/devicetree/bindings/phy/ralink-usb-phy.txt b/Documentation/devicetree/bindings/phy/ralink-usb-phy.txt
>> new file mode 100644
>> index 0000000..5b27cad
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/phy/ralink-usb-phy.txt
>> @@ -0,0 +1,17 @@
>> +Mediatek/Ralink USB PHY
>> +
>> +Required properties:
>> + - compatible: ralink,rt3352-usbphy or mediatek,mt7620-usbphy
>> + - #phy-cells: should be 0
>> + - resets: the two reset controllers for host and device
>> + - reset-names: the names of the 2 reset controllers
>> +
> 
> Does this binding documentation look okay to you? Should the documentation come
> in a separate file?
> 
> Thanks
> Kishon
> 

let me resend the whole thing as a V3 split into 2 patches

	John

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ