Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
acd3b69f303173b88413ba5daf5b920cd3700a48
/
drivers
/
usb
/
core
/
hub.c
3e9a970
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 12 years ago
80da2e0
usb: Add quirk detection based on interface information
by Laurent Pinchart
· 12 years ago
925aa46
USB: notify phy when root hub port connect change
by Richard Zhao
· 12 years ago
6470cbc
Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next
by Greg Kroah-Hartman
· 12 years ago
b903bd6
Merge 3.5-rc7 into usb-next
by Greg Kroah-Hartman
· 12 years ago
b04b315
usb: feed USB device information to the /dev/random driver
by Theodore Ts'o
· 12 years ago
024f117
USB: Add a sysfs file to show LTM capabilities.
by Sarah Sharp
· 12 years ago
f74631e
USB: Enable Latency Tolerance Messaging (LTM).
by Sarah Sharp
· 12 years ago
6d1d051
USB: Fix LPM disable/enable during device reset.
by Sarah Sharp
· 12 years ago
336c5c3
usb: convert port_owners type from void * to struct dev_state *
by Lan Tianyu
· 12 years ago
8bea2bd
usb: Add support for root hub port status CAS
by Stanislaw Ledwon
· 12 years ago
55558c3
USB: Checking the wrong variable in usb_disable_lpm()
by Dan Carpenter
· 13 years ago
e9261fb
USB: Fix core compile with CONFIG_USB_SUSPEND=n
by Sarah Sharp
· 13 years ago
8306095
USB: Disable USB 3.0 LPM in critical sections.
by Sarah Sharp
· 13 years ago
1ea7e0e
USB: Add support to enable/disable USB3 link states.
by Sarah Sharp
· 13 years ago
51e0a01
USB: Calculate USB 3.0 exit latencies for LPM.
by Sarah Sharp
· 13 years ago
d9b2099
USB: Refactor code to set LPM support flag.
by Sarah Sharp
· 13 years ago
c3e751e
usbcore: enable USB2 LPM if port suspend fails
by Andiry Xu
· 13 years ago
304f0b2
Revert "usb: add struct usb_hub_port to store port related members."
by Greg Kroah-Hartman
· 13 years ago
fa28618
Revert "usb: move struct usb_device->children to struct usb_hub_port->child"
by Greg Kroah-Hartman
· 13 years ago
bebc56d
usb: move struct usb_device->children to struct usb_hub_port->child
by Lan Tianyu
· 13 years ago
f397d7c
usb: add struct usb_hub_port to store port related members.
by Lan Tianyu
· 13 years ago
8963c48
USB: fix deadlock in bConfigurationValue attribute method
by Alan Stern
· 13 years ago
d8aec3d
USB: fix bug of device descriptor got from superspeed device
by Elric Fu
· 13 years ago
8816230
USB: dynamically allocate usb_device children pointers instead of using a fix array
by Huajun Li
· 13 years ago
c69263c
Merge branch 'usb-3.3-rc4' into usb-next
by Greg Kroah-Hartman
· 13 years ago
a45aa3b
USB: Set hub depth after USB3 hub reset
by Elric Fu
· 13 years ago
2839f5b
USB: Turn on auto-suspend for USB 3.0 hubs.
by Sarah Sharp
· 13 years ago
72937e1
USB: Set wakeup bits for all children hubs.
by Sarah Sharp
· 13 years ago
4ee823b
USB/xHCI: Support device-initiated USB 3.0 resume.
by Sarah Sharp
· 13 years ago
714b07b
USB: Refactor hub remote wake handling.
by Sarah Sharp
· 13 years ago
4296c70a
USB/xHCI: Enable USB 3.0 hub remote wakeup.
by Sarah Sharp
· 13 years ago
3b9b6ac
USB: Suspend functions before putting dev into U3.
by Sarah Sharp
· 13 years ago
623bef9
USB/xhci: Enable remote wakeup for USB3 devices.
by Sarah Sharp
· 13 years ago
d35e70d
usb: Use hub port data to determine whether a port is removable
by Matthew Garrett
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
7bf0118
USB: Adding #define in hub_configure() and hcd.c file
by Aman Deep
· 13 years ago
5689871
USB: remove BKL comments
by Davidlohr Bueso
· 13 years ago
79c3dd8
usb, xhci: Clear warm reset change event during init
by Don Zickus
· 13 years ago
7e0bb71
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
30b1a7a
USB: Add wakeup info to debugging messages
by Alan Stern
· 13 years ago
65580b43
xHCI: set USB2 hardware LPM
by Andiry Xu
· 13 years ago
1ff4df5
usbcore: check device's LPM capability
by Andiry Xu
· 13 years ago
3148bf0
usbcore: get BOS descriptor set
by Andiry Xu
· 13 years ago
10d674a
USB: When hot reset for USB3 fails, try warm reset.
by Sarah Sharp
· 13 years ago
75d7cf7
usbcore: refine warm reset logic
by Andiry Xu
· 13 years ago
e538dfd
usb: Provide usb_speed_string() function
by Michal Nazarewicz
· 13 years ago
29cc889
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
by Kuninori Morimoto
· 13 years ago
316541b
USB: Remove test for NULL that'll never happen in usb_disconnect()
by Jesper Juhl
· 13 years ago
5b1b0b8
PM / Runtime: Add macro to test for runtime PM events
by Alan Stern
· 13 years ago
95a2424
Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus
by Greg Kroah-Hartman
· 13 years ago
cbb3300
USB: don't let the hub driver prevent system sleep
by Alan Stern
· 14 years ago
fccf4e8
USB: Free bandwidth when usb_disable_device is called.
by Sarah Sharp
· 14 years ago
3824c1d
USB: core: Tolerate protocol stall during hub and port status read
by Libor Pechacek
· 14 years ago
5e467f6
usbcore: warm reset USB3 port in SS.Inactive state
by Andiry Xu
· 14 years ago
a711423
usbcore: Refine USB3.0 device suspend and resume
by Andiry Xu
· 14 years ago
0ed9a57
xHCI: report USB3.0 portstatus comply with USB3.0 specification
by Andiry Xu
· 14 years ago
a8f08d8
usbcore: Bug fix: system can't suspend with USB3.0 device connected to USB3.0 hub
by Andiry Xu
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
971f115
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 14 years ago
4681b17
USB / Hub: Do not call device_set_wakeup_capable() under spinlock
by Rafael J. Wysocki
· 14 years ago
0c9ffe0
USB: Disable auto-suspend for USB 3.0 hubs.
by Sarah Sharp
· 14 years ago
131dec3
USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.
by Sarah Sharp
· 14 years ago
d673bfc
usb: Change usb_hcd->bandwidth_mutex to a pointer.
by Sarah Sharp
· 14 years ago
c706157
USB: Clear "warm" port reset change.
by Sarah Sharp
· 14 years ago
dbe79bb
USB 3.0 Hub Changes
by John Youn
· 23 years ago
752d57a
USB: Only treat lasting over-current conditions as errors
by Paul Bolle
· 14 years ago
6d42fcd
usb: core: hub.c Remove one to many n's in a word.
by Justin P. Mattock
· 14 years ago
3b29b68
USB: use "device number" instead of "address"
by Alan Stern
· 14 years ago
07194ab
USB: Reset USB 3.0 devices on (re)discovery
by Luben Tuikov
· 14 years ago
9ce4f80
Revert "USB: Reset USB 3.0 devices on (re)discovery"
by Greg Kroah-Hartman
· 14 years ago
637d11b
USB: Reset USB 3.0 devices on (re)discovery
by Luben Tuikov
· 14 years ago
d199c96
USB: prevent buggy hubs from crashing the USB stack
by Alan Stern
· 14 years ago
653a39d
usb: Realloc xHCI structures after a hub is verified.
by Sarah Sharp
· 14 years ago
c08512c
USB: improve uses of usb_mark_last_busy
by Alan Stern
· 14 years ago
fcc4a01
USB: use the runtime-PM autosuspend implementation
by Alan Stern
· 14 years ago
6ddf27c
USB: make usb_mark_last_busy use pm_runtime_mark_last_busy
by Ming Lei
· 14 years ago
56626a7
USB: accept some invalid ep0-maxpacket values
by Alan Stern
· 14 years ago
85f0ff4
usb: Fix issue with USB 3.0 devices after system resume
by Sarah Sharp
· 14 years ago
c8d4af8
USB: core: use kernel assigned address for devices under xHCI
by Andiry Xu
· 14 years ago
4bec991
USB: core: update comment to match current function name
by Wolfram Sang
· 14 years ago
93362a8
USB delay init quirk for logitech Harmony 700-series devices
by Phil Dibowitz
· 14 years ago
c532b29
USB-BKL: Convert usb_driver ioctl to unlocked_ioctl
by Andi Kleen
· 15 years ago
48f2497
USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support
by Alek Du
· 15 years ago
809cd1c
USB: Fix USB3.0 Port Speed Downgrade after port reset
by Sarah Sharp
· 14 years ago
9f0a6cd
USB: usbcore: Do not disable USB3 protocol ports in hub_activate()
by Andiry Xu
· 15 years ago
7aba8d0
USB: don't enable remote wakeup by default
by Alan Stern
· 15 years ago
749da5f
USB: straighten out port feature vs. port status usage
by Alan Stern
· 15 years ago
288ead4
USB: remove bogus USB_PORT_FEAT_*_SPEED symbols
by Alan Stern
· 15 years ago
27729aa
USB: make hcd.h public (drivers dependency)
by Eric Lescouet
· 15 years ago
1e927d9
USB hub: make USB device id constant
by Németh Márton
· 15 years ago
f7410ce
USB: Move hcd free_dev call into usb_disconnect to fix oops
by Herbert Xu
· 15 years ago
9bbdf1e
USB: convert to the runtime PM framework
by Alan Stern
· 15 years ago
088f7fe
USB: implement usb_enable_autosuspend
by Alan Stern
· 15 years ago
0534d46
USB: consolidate remote wakeup routines
by Alan Stern
· 15 years ago
551cdbb
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
by Greg Kroah-Hartman
· 15 years ago
1698540
USB: retain USB device power/wakeup setting across reconfiguration
by Dan Streetman
· 15 years ago
a5f0efa
USB: Add call to notify xHC of a device reset.
by Sarah Sharp
· 15 years ago
927bc91
PM: Allow USB devices to suspend/resume asynchronously
by Rafael J. Wysocki
· 15 years ago
04a723e
USB: Fix duplicate sysfs problem after device reset.
by Sarah Sharp
· 15 years ago
Next »