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


Groups > linux.kernel > #1461281 > unrolled thread

Re: [PATCH RESEND v2 3/3] ehci-platform: add the max clock number to 4

Started byAlan Stern <stern@rowland.harvard.edu>
First post2016-08-12 17:40 +0200
Last post2016-08-12 17:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH RESEND v2 3/3] ehci-platform: add the max clock number  to 4 Alan Stern <stern@rowland.harvard.edu> - 2016-08-12 17:40 +0200

#1461281 — Re: [PATCH RESEND v2 3/3] ehci-platform: add the max clock number to 4

FromAlan Stern <stern@rowland.harvard.edu>
Date2016-08-12 17:40 +0200
SubjectRe: [PATCH RESEND v2 3/3] ehci-platform: add the max clock number to 4
Message-ID<s5mIV-3sw-23@gated-at.bofh.it>
On Fri, 12 Aug 2016, Icenowy Zheng wrote:

> Allwinner A64 EHCI requires 4 clocks to be enabled.
> 
> Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
> ---
>  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 6816b8c..876dca4 100644
> --- a/drivers/usb/host/ehci-platform.c
> +++ b/drivers/usb/host/ehci-platform.c
> @@ -38,7 +38,7 @@
>  #include "ehci.h"
>  
>  #define DRIVER_DESC "EHCI generic platform driver"
> -#define EHCI_MAX_CLKS 3
> +#define EHCI_MAX_CLKS 4
>  #define EHCI_MAX_RSTS 3
>  #define hcd_to_ehci_priv(h) ((struct ehci_platform_priv *)hcd_to_ehci(h)->priv)

Acked-by: Alan Stern <stern@rowland.harvard.edu>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web