]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: ehci-platform: add reset controller number in struct ehci_platform_priv
authorJiancheng Xue <xuejiancheng@hisilicon.com>
Thu, 12 May 2016 01:41:37 +0000 (09:41 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jun 2016 05:18:39 +0000 (22:18 -0700)
commitd0e08b0077f49e209bc90305ddf1ca434ac6cc0e
treee76be18d8851920f3270c5e2b0e9318228557f9b
parent1a695a905c18548062509178b98bc91e67510864
usb: ehci-platform: add reset controller number in struct ehci_platform_priv

Some ehci compatible controllers have more than one reset signal lines,
e.g., Synopsys DWC USB2.0 Host-AHB Controller has two resets hreset_i_n
and phy_rst_i_n. Two more resets are added in this patch in order for
this kind of controller to use this driver directly.

Signed-off-by: Jiancheng Xue <xuejiancheng@hisilicon.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-platform.c