* [PATCH] Doc: USB: gadget: atmel_usba correct atmel,vbus-gpio meaning
@ 2014-02-27 15:45 Alexandre Belloni
2014-02-28 14:36 ` Nicolas Ferre
0 siblings, 1 reply; 3+ messages in thread
From: Alexandre Belloni @ 2014-02-27 15:45 UTC (permalink / raw)
To: Nicolas Ferre
Cc: linux-kernel, linux-arm-kernel, linux-doc, Rob Landley,
Jean-Christophe Plagniol-Villard, Felipe Balbi, Maxime Ripard,
Gregory Clement, Alexandre Belloni
atmel,at91sam9rl-udc is a USB gadget, it has now means to control vbus.
atmel,vbus-gpio is in fact used to detect the presence of vbus.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
Documentation/devicetree/bindings/usb/atmel-usb.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/usb/atmel-usb.txt b/Documentation/devicetree/bindings/usb/atmel-usb.txt
index 55f51af08bc7..bc2222ca3f2a 100644
--- a/Documentation/devicetree/bindings/usb/atmel-usb.txt
+++ b/Documentation/devicetree/bindings/usb/atmel-usb.txt
@@ -57,8 +57,8 @@ Required properties:
- ep childnode: To specify the number of endpoints and their properties.
Optional properties:
- - atmel,vbus-gpio: If present, specifies a gpio that needs to be
- activated for the bus to be powered.
+ - atmel,vbus-gpio: If present, specifies a gpio that allows to detect whether
+ vbus is present (USB is connected).
Required child node properties:
- name: Name of the endpoint.
--
1.8.3.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Doc: USB: gadget: atmel_usba correct atmel,vbus-gpio meaning
2014-02-27 15:45 [PATCH] Doc: USB: gadget: atmel_usba correct atmel,vbus-gpio meaning Alexandre Belloni
@ 2014-02-28 14:36 ` Nicolas Ferre
2014-03-12 10:49 ` Nicolas Ferre
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Ferre @ 2014-02-28 14:36 UTC (permalink / raw)
To: Alexandre Belloni
Cc: linux-kernel, linux-arm-kernel, linux-doc, Rob Landley,
Jean-Christophe Plagniol-Villard, Felipe Balbi, Maxime Ripard,
Gregory Clement
On 27/02/2014 16:45, Alexandre Belloni :
> atmel,at91sam9rl-udc is a USB gadget, it has now means to control vbus.
s/now/no/
> atmel,vbus-gpio is in fact used to detect the presence of vbus.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> Documentation/devicetree/bindings/usb/atmel-usb.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/usb/atmel-usb.txt b/Documentation/devicetree/bindings/usb/atmel-usb.txt
> index 55f51af08bc7..bc2222ca3f2a 100644
> --- a/Documentation/devicetree/bindings/usb/atmel-usb.txt
> +++ b/Documentation/devicetree/bindings/usb/atmel-usb.txt
> @@ -57,8 +57,8 @@ Required properties:
> - ep childnode: To specify the number of endpoints and their properties.
>
> Optional properties:
> - - atmel,vbus-gpio: If present, specifies a gpio that needs to be
> - activated for the bus to be powered.
> + - atmel,vbus-gpio: If present, specifies a gpio that allows to detect whether
> + vbus is present (USB is connected).
>
> Required child node properties:
> - name: Name of the endpoint.
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Doc: USB: gadget: atmel_usba correct atmel,vbus-gpio meaning
2014-02-28 14:36 ` Nicolas Ferre
@ 2014-03-12 10:49 ` Nicolas Ferre
0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Ferre @ 2014-03-12 10:49 UTC (permalink / raw)
To: Alexandre Belloni
Cc: linux-doc, linux-kernel, Felipe Balbi, Rob Landley,
Gregory Clement, Maxime Ripard, Jean-Christophe Plagniol-Villard,
linux-arm-kernel
On 28/02/2014 15:36, Nicolas Ferre :
> On 27/02/2014 16:45, Alexandre Belloni :
>> atmel,at91sam9rl-udc is a USB gadget, it has now means to control vbus.
>
> s/now/no/
>
>> atmel,vbus-gpio is in fact used to detect the presence of vbus.
>>
>> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
>
> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Stacked in at91-3.15-dt.
Thanks.
>> ---
>> Documentation/devicetree/bindings/usb/atmel-usb.txt | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/usb/atmel-usb.txt b/Documentation/devicetree/bindings/usb/atmel-usb.txt
>> index 55f51af08bc7..bc2222ca3f2a 100644
>> --- a/Documentation/devicetree/bindings/usb/atmel-usb.txt
>> +++ b/Documentation/devicetree/bindings/usb/atmel-usb.txt
>> @@ -57,8 +57,8 @@ Required properties:
>> - ep childnode: To specify the number of endpoints and their properties.
>>
>> Optional properties:
>> - - atmel,vbus-gpio: If present, specifies a gpio that needs to be
>> - activated for the bus to be powered.
>> + - atmel,vbus-gpio: If present, specifies a gpio that allows to detect whether
>> + vbus is present (USB is connected).
>>
>> Required child node properties:
>> - name: Name of the endpoint.
>>
>
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-12 10:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 15:45 [PATCH] Doc: USB: gadget: atmel_usba correct atmel,vbus-gpio meaning Alexandre Belloni
2014-02-28 14:36 ` Nicolas Ferre
2014-03-12 10:49 ` Nicolas Ferre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox