]> git.baikalelectronics.ru Git - kernel.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)
commite0bd3a054352488072dfd83985e4d9a3d4263611
treee76be18d8851920f3270c5e2b0e9318228557f9b
parent50071cc55229e13f7b459c28388ff0f4e1bac824
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