index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "USB: EHCI: fix performance regression"
Greg Kroah-Hartman
2008-05-29
2
-10
/
+8
*
USB: EHCI: fix performance regression
Alan Stern
2008-05-29
2
-8
/
+10
*
USB: EHCI: fix bug in Iso scheduling
Alan Stern
2008-05-29
1
-23
/
+44
*
USB: EHCI: fix remote-wakeup regression
Alan Stern
2008-05-29
2
-2
/
+6
*
USB: EHCI: suppress unwanted error messages
Alan Stern
2008-05-29
9
-0
/
+18
*
USB: EHCI: fix up root-hub TT mess
Alan Stern
2008-05-29
6
-15
/
+8
*
USB: ehci-orion: the Orion EHCI root hub does have a Transaction Translator
Lennert Buytenhek
2008-05-20
1
-0
/
+2
*
usb: fix compile warning in isp1760
Sebastian Siewior
2008-05-14
1
-1
/
+1
*
usb: fix integer as NULL pointer warnings found by sparse
Harvey Harrison
2008-05-14
1
-1
/
+1
*
USB: isp1760: fix printk format
Randy Dunlap
2008-05-14
1
-2
/
+2
*
usb: Sparc build fix, make USB_ISP1760_OF depend on PPC_OF
David S. Miller
2008-05-06
1
-1
/
+1
*
USB: UHCI: disable remote wakeup when it's not needed
Alan Stern
2008-05-02
2
-18
/
+61
*
USB: OHCI: work around bogus compiler warning
Alan Stern
2008-05-02
1
-1
/
+1
*
USB: add Cypress c67x00 OTG controller HCD driver
Peter Korsgaard
2008-05-02
1
-0
/
+13
*
USB: ISP1760 HCD driver
Sebastian Siewior
2008-05-02
5
-1
/
+2764
*
usb: use get/put_unaligned_* helpers
Harvey Harrison
2008-04-29
2
-3
/
+3
*
usb: use non-racy method for proc entries creation
Denis V. Lunev
2008-04-29
1
-9
/
+1
*
drivers/usb annotations and fixes
Al Viro
2008-04-28
5
-8
/
+8
*
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-24
6
-12
/
+12
*
USB: fix compile problems in ehci-hcd
Alan Stern
2008-04-24
2
-2
/
+3
*
USB: ehci: qh_completions cleanup and bugfix
David Brownell
2008-04-24
1
-18
/
+16
*
USB: don't explicitly reenable root-hub status interrupts
Alan Stern
2008-04-24
19
-50
/
+31
*
USB: OHCI: turn off RD when remote wakeup is disabled
Alan Stern
2008-04-24
1
-1
/
+2
*
USB: HCDs use the do_remote_wakeup flag
Alan Stern
2008-04-24
5
-29
/
+18
*
USB: ehci: qh/qtd cleanup comments
David Brownell
2008-04-24
1
-10
/
+40
*
USB: r8a66597-hcd: Add support for SH7366 USB host
Yoshihiro Shimoda
2008-04-24
3
-37
/
+129
*
USB: r8a66597-hcd: fix usb device connection timing
Yoshihiro Shimoda
2008-04-24
2
-25
/
+34
*
USB: r8a66597-hcd: fix interrupt transfer interval
Yoshihiro Shimoda
2008-04-24
2
-10
/
+70
*
USB: ehci shutdown refactored
Sarah Sharp
2008-04-24
1
-16
/
+25
*
USB: OHCI: host-controller resumes leave root hub suspended
Alan Stern
2008-04-24
8
-49
/
+54
*
USB: clarify usage of hcd->suspend/resume methods
Alan Stern
2008-04-24
5
-76
/
+8
*
USB: root hubs don't lie about their number of TTs
Alan Stern
2008-04-24
1
-0
/
+1
*
USB: OHCI: fix bug in controller resume
Alan Stern
2008-04-24
1
-1
/
+3
*
USB: test for NULL return from platform_get_resource() in ohci_hcd_sm501_drv_...
Jesper Juhl
2008-04-24
1
-1
/
+2
*
usb: u132-hcd driver: semaphore to mutex
Daniel Walker
2008-04-24
1
-110
/
+110
*
usb: u132-hcd driver style clean up
Daniel Walker
2008-04-24
1
-2569
/
+2563
*
USB: Remove EXPERIMENTAL designation from USB_EHCI_ROOT_HUB_TT.
Robert P. J. Day
2008-04-24
1
-2
/
+2
*
USB: ehci: paranoia, reject large control transfers
David Brownell
2008-04-24
1
-2
/
+8
*
USB: remove dev->power.power_state
Alan Stern
2008-04-24
12
-38
/
+5
*
USB: ehci: remove obsolete workaround for bogus IRQs
David Brownell
2008-04-24
1
-3
/
+3
*
USB: use DIV_ROUND_UP
Julia Lawall
2008-04-24
1
-3
/
+3
*
USB: minor ehci xITD simplifications
Karsten Wiese
2008-04-24
1
-18
/
+12
*
USB: EHCI: Refactor "if (handshake()) state = HC_STATE_HALT"
Karsten Wiese
2008-04-24
2
-17
/
+20
*
USB: ehci minor SOC bus glue fixes
David Brownell
2008-04-24
4
-11
/
+11
*
USB: ehci tolerates some buggy devices
David Brownell
2008-04-24
1
-1
/
+15
*
USB: ohci: port reset paranoia timeout
David Brownell
2008-04-24
1
-3
/
+21
*
USB: ehci: minor cleanups
David Brownell
2008-04-24
3
-33
/
+4
*
USB: usb-ohci-sm501-driver: use the conventional convention for suspend and r...
Andrew Morton
2008-04-24
1
-2
/
+3
*
USB: remove CONFIG_USB_PERSIST setting
Alan Stern
2008-04-24
1
-10
/
+1
*
USB: EHCI: carry out port handover during each root-hub resume
Alan Stern
2008-04-24
2
-4
/
+1
[next]