diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-13 18:28:01 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-13 18:28:01 -0400 |
commit | 165f60642ae988f0b9dcfd4988806e7a938b26c7 (patch) | |
tree | 29293f73a4b022620f68dbf48d7450e501be5855 /drivers/usb/host/ehci.h | |
parent | c23bda365dfbf56aa4d6d4a97f83136c36050e01 (diff) | |
parent | 8b841cb217fac676498de3dfe8fabe38b39cba4e (diff) |
Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
Felipe writes:
usb: patches for v3.12 merge window
All patches here have been pending on linux-usb
and sitting in linux-next for a while now.
The biggest things in this tag are:
DWC3 learned proper usage of threaded IRQ
handlers and now we spend very little time
in hardirq context.
MUSB now has proper support for BeagleBone and
Beaglebone Black.
Tegra's USB support also got quite a bit of love
and is learning to use PHY layer and generic DT
attributes.
Other than that, the usual pack of cleanups and
non-critical fixes follow.
Signed-of-by: Felipe Balbi <balbi@ti.com>
Conflicts:
drivers/usb/gadget/udc-core.c
drivers/usb/host/ehci-tegra.c
drivers/usb/musb/omap2430.c
drivers/usb/musb/tusb6010.c
Diffstat (limited to 'drivers/usb/host/ehci.h')
-rw-r--r-- | drivers/usb/host/ehci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h index 947752015d5d..2822e79e1fbc 100644 --- a/drivers/usb/host/ehci.h +++ b/drivers/usb/host/ehci.h | |||
@@ -213,6 +213,7 @@ struct ehci_hcd { /* one per controller */ | |||
213 | #define OHCI_HCCTRL_LEN 0x4 | 213 | #define OHCI_HCCTRL_LEN 0x4 |
214 | __hc32 *ohci_hcctrl_reg; | 214 | __hc32 *ohci_hcctrl_reg; |
215 | unsigned has_hostpc:1; | 215 | unsigned has_hostpc:1; |
216 | unsigned has_tdi_phy_lpm:1; | ||
216 | unsigned has_ppcd:1; /* support per-port change bits */ | 217 | unsigned has_ppcd:1; /* support per-port change bits */ |
217 | u8 sbrn; /* packed release number */ | 218 | u8 sbrn; /* packed release number */ |
218 | 219 | ||