Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1501882

[PATCH] usb: ehci-platform: increase EHCI_MAX_RSTS to 4

From Masahiro Yamada <yamada.masahiro@socionext.com>
Newsgroups linux.kernel
Subject [PATCH] usb: ehci-platform: increase EHCI_MAX_RSTS to 4
Date 2016-10-17 13:20 +0200
Message-ID <ste7v-2Kh-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Socionext LD11 SoC (arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi)
needs to handle 4 reset lines for EHCI.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/usb/host/ehci-platform.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/host/ehci-platform.c b/drivers/usb/host/ehci-platform.c
index 876dca4..a268d9e 100644
--- a/drivers/usb/host/ehci-platform.c
+++ b/drivers/usb/host/ehci-platform.c
@@ -39,7 +39,7 @@
 
 #define DRIVER_DESC "EHCI generic platform driver"
 #define EHCI_MAX_CLKS 4
-#define EHCI_MAX_RSTS 3
+#define EHCI_MAX_RSTS 4
 #define hcd_to_ehci_priv(h) ((struct ehci_platform_priv *)hcd_to_ehci(h)->priv)
 
 struct ehci_platform_priv {
-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] usb: ehci-platform: increase EHCI_MAX_RSTS to 4 Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-10-17 13:20 +0200
  Re: [PATCH] usb: ehci-platform: increase EHCI_MAX_RSTS to 4 Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-10-17 14:40 +0200
    Re: [PATCH] usb: ehci-platform: increase EHCI_MAX_RSTS to 4 Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-10-17 15:10 +0200

csiph-web