From: John Crispin <blogic@openwrt.org>
To: Kishon Vijay Abraham I <kishon@ti.com>, Rob Herring <robh+dt@kernel.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH V2] phy: ralink-usb: add driver for Mediatek/Ralink
Date: Thu, 25 Feb 2016 12:03:27 +0100 [thread overview]
Message-ID: <56CEDF7F.60105@openwrt.org> (raw)
In-Reply-To: <56CAE795.2030401@ti.com>
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@openwrt.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
prev parent reply other threads:[~2016-02-25 11:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-04 19:33 [PATCH V2] phy: ralink-usb: add driver for Mediatek/Ralink John Crispin
2016-02-22 10:48 ` Kishon Vijay Abraham I
2016-02-25 11:03 ` John Crispin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56CEDF7F.60105@openwrt.org \
--to=blogic@openwrt.org \
--cc=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.