linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] Documentation: omap-usb-host: fix OMAP OHCI/EHCI file names
@ 2016-12-15 15:56 yegorslists
  2016-12-15 15:56 ` [PATCH 2/2] Documentation: ehci-omap: remove the unnecessary newline yegorslists
  2016-12-19 22:19 ` [PATCH 1/2] Documentation: omap-usb-host: fix OMAP OHCI/EHCI file names Rob Herring
  0 siblings, 2 replies; 4+ messages in thread
From: yegorslists @ 2016-12-15 15:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: devicetree, robh+dt, mark.rutland, Yegor Yefremov

From: Yegor Yefremov <yegorslists@googlemail.com>

OMAP related files are actually named ehci-omap.txt and ohci-omap3.txt.

Also add full path to ohci-omap3.txt.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 Documentation/devicetree/bindings/mfd/omap-usb-host.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/omap-usb-host.txt b/Documentation/devicetree/bindings/mfd/omap-usb-host.txt
index 4721b2d..aa1eaa5 100644
--- a/Documentation/devicetree/bindings/mfd/omap-usb-host.txt
+++ b/Documentation/devicetree/bindings/mfd/omap-usb-host.txt
@@ -64,8 +64,8 @@ Required properties if child node exists:
 Properties for children:
 
 The OMAP HS USB Host subsystem contains EHCI and OHCI controllers.
-See Documentation/devicetree/bindings/usb/omap-ehci.txt and
-omap3-ohci.txt
+See Documentation/devicetree/bindings/usb/ehci-omap.txt and
+Documentation/devicetree/bindings/usb/ohci-omap3.txt.
 
 Example for OMAP4:
 
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] Documentation: ehci-omap: remove the unnecessary newline
  2016-12-15 15:56 [PATCH 1/2] Documentation: omap-usb-host: fix OMAP OHCI/EHCI file names yegorslists
@ 2016-12-15 15:56 ` yegorslists
  2016-12-19 22:20   ` Rob Herring
  2016-12-19 22:19 ` [PATCH 1/2] Documentation: omap-usb-host: fix OMAP OHCI/EHCI file names Rob Herring
  1 sibling, 1 reply; 4+ messages in thread
From: yegorslists @ 2016-12-15 15:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: devicetree, robh+dt, mark.rutland, Yegor Yefremov

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 Documentation/devicetree/bindings/usb/ehci-omap.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/usb/ehci-omap.txt b/Documentation/devicetree/bindings/usb/ehci-omap.txt
index 3dc231c..d77e11a 100644
--- a/Documentation/devicetree/bindings/usb/ehci-omap.txt
+++ b/Documentation/devicetree/bindings/usb/ehci-omap.txt
@@ -29,4 +29,3 @@ usbhsehci: ehci@4a064c00 {
 &usbhsehci {
 	phys = <&hsusb1_phy 0 &hsusb3_phy>;
 };
-
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] Documentation: omap-usb-host: fix OMAP OHCI/EHCI file names
  2016-12-15 15:56 [PATCH 1/2] Documentation: omap-usb-host: fix OMAP OHCI/EHCI file names yegorslists
  2016-12-15 15:56 ` [PATCH 2/2] Documentation: ehci-omap: remove the unnecessary newline yegorslists
@ 2016-12-19 22:19 ` Rob Herring
  1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring @ 2016-12-19 22:19 UTC (permalink / raw)
  To: yegorslists; +Cc: linux-kernel, devicetree, mark.rutland

On Thu, Dec 15, 2016 at 04:56:09PM +0100, yegorslists@googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> OMAP related files are actually named ehci-omap.txt and ohci-omap3.txt.
> 
> Also add full path to ohci-omap3.txt.
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  Documentation/devicetree/bindings/mfd/omap-usb-host.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

Rob

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] Documentation: ehci-omap: remove the unnecessary newline
  2016-12-15 15:56 ` [PATCH 2/2] Documentation: ehci-omap: remove the unnecessary newline yegorslists
@ 2016-12-19 22:20   ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2016-12-19 22:20 UTC (permalink / raw)
  To: yegorslists; +Cc: linux-kernel, devicetree, mark.rutland

On Thu, Dec 15, 2016 at 04:56:10PM +0100, yegorslists@googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  Documentation/devicetree/bindings/usb/ehci-omap.txt | 1 -
>  1 file changed, 1 deletion(-)

Applied, thanks.

Rob

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-19 22:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-15 15:56 [PATCH 1/2] Documentation: omap-usb-host: fix OMAP OHCI/EHCI file names yegorslists
2016-12-15 15:56 ` [PATCH 2/2] Documentation: ehci-omap: remove the unnecessary newline yegorslists
2016-12-19 22:20   ` Rob Herring
2016-12-19 22:19 ` [PATCH 1/2] Documentation: omap-usb-host: fix OMAP OHCI/EHCI file names Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).