Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e9d92d223381f1f3be5d87322b576721d3b93612
/
drivers
/
usb
/
core
/
usb.c
bb3247a
USB: Move usb_disabled() towards top of the file
by Viresh Kumar
· 10 years ago
1da47f5
USB: Use usb_disabled() consistently
by Viresh Kumar
· 10 years ago
5efd2ea
usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGN
by Sebastian Andrzej Siewior
· 10 years ago
ceb6c9c
USB / PM: Drop CONFIG_PM_RUNTIME from the USB core
by Rafael J. Wysocki
· 10 years ago
caa67a5
USB: Add EXPORT_SYMBOL for usb_alloc_dev
by Pratyush Anand
· 10 years ago
469271f
drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixes
by Matthias Beyer
· 11 years ago
626f090
usb: fix some scripts/kernel-doc warnings
by Yacine Belkadi
· 11 years ago
9b79091
usb: ehci: Only sleep for post-resume handover if devices use persist
by Julius Werner
· 12 years ago
ec25e24
Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
4e4098a
driver core: handle user namespaces properly with the uid/gid devtmpfs change
by Greg Kroah-Hartman
· 12 years ago
3c2670e
driver core: add uid and gid to devtmpfs
by Kay Sievers
· 12 years ago
84ebc10
USB: remove CONFIG_USB_SUSPEND option
by Alan Stern
· 12 years ago
2bd6a02
usb-core: remove CONFIG_HOTPLUG ifdefs
by Bill Pemberton
· 12 years ago
30b1e49
USB: use bus_to_hdc instead of container_of
by Yuanhan Liu
· 12 years ago
9cf6599
USB: Disable LPM while the device is unconfigured.
by Sarah Sharp
· 12 years ago
ea79c2e
usb: fix breakage on systems without ACPI
by Sasha Levin
· 13 years ago
da0af6e
usb: Bind devices to ACPI devices when possible
by Matthew Garrett
· 13 years ago
fb28d58
USB: remove CONFIG_USB_DEVICEFS
by Greg Kroah-Hartman
· 13 years ago
98d9a82
USB: cleanup the handling of the PM complete call
by Oliver Neukum
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
2c9ede5
switch device_get_devnode() and ->devnode() to umode_t *
by Al Viro
· 13 years ago
3148bf0
usbcore: get BOS descriptor set
by Andiry Xu
· 13 years ago
643de62
usb: core: Change usb_create_sysfs_intf_files()' return type to void
by Michal Nazarewicz
· 14 years ago
e1620d5
USB: Move runtime PM callbacks to usb_device_pm_ops
by Rafael J. Wysocki
· 14 years ago
fcc4a01
USB: use the runtime-PM autosuspend implementation
by Alan Stern
· 14 years ago
b409214
USB: remove fake "address-of" expressions
by Alan Stern
· 14 years ago
3142788
drivers/base: Convert dev->sem to mutex
by Thomas Gleixner
· 15 years ago
c024b72
USB: remove match_device
by Ming Lei
· 15 years ago
22b4b61
USB: remove usb_find_device
by Ming Lei
· 15 years ago
ff9c895
USB: fix usbmon and DMA mapping for scatter-gather URBs
by Alan Stern
· 15 years ago
0ede76f
USB: remove uses of URB_NO_SETUP_DMA_MAP
by Alan Stern
· 15 years ago
27729aa
USB: make hcd.h public (drivers dependency)
by Eric Lescouet
· 15 years ago
073900a
USB: rename usb_buffer_alloc() and usb_buffer_free()
by Daniel Mack
· 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
70445ae
USB core: fix recent kernel-doc warnings
by Randy Dunlap
· 15 years ago
7f6cd54
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 15 years ago
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 15 years ago
c2d284e
USB: Close usb_find_interface race v3
by Russ Dill
· 15 years ago
ab7cd8c
Revert "USB: Close usb_find_interface race"
by Greg Kroah-Hartman
· 15 years ago
719a6e8
USB: core: fix sparse warning for static function
by Felipe Balbi
· 15 years ago
91017f9
USB: Refactor code to find alternate interface settings.
by Sarah Sharp
· 15 years ago
a2582bd
USB: Close usb_find_interface race
by Russ Dill
· 15 years ago
4a0cd96
USB: xhci: Set route string for all devices.
by Sarah Sharp
· 15 years ago
2912282
USB: make usb_buffer_map_sg consistent with doc
by Jiri Slaby
· 15 years ago
e454cea
Driver-Core: extend devnode callbacks to provide permissions
by Kay Sievers
· 15 years ago
e1f5b94
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 16 years ago
c651527
USB: Support for addressing a USB device under xHCI
by Sarah Sharp
· 16 years ago
7206b00
USB: Add route string to struct usb_device.
by Sarah Sharp
· 16 years ago
9b8e7ba
USB: replace dma_sync_single and dma_sync_sg with dma_sync_single_for_cpu and dma_sync_sg_for_cpu
by FUJITA Tomonori
· 16 years ago
5512966
usb: convert endpoint devices to bus-less childs of the usb interface
by Kay Sievers
· 16 years ago
820d7a2
USB: remove unused usb_host class
by Greg Kroah-Hartman
· 16 years ago
97d7b7a
USB: add the usbfs devices file to debugfs
by Greg Kroah-Hartman
· 16 years ago
00048b8
USB: add usb debugfs directory
by Greg Kroah-Hartman
· 16 years ago
f7a386c
Driver Core: usb: add nodename support for usb drivers.
by Kay Sievers
· 16 years ago
3444b26
USB: add reset endpoint operations
by David Vrabel
· 16 years ago
2caf7fc
USB: re-enable interface after driver unbinds
by Alan Stern
· 16 years ago
3b23dd6
USB: utilize the bus notifiers
by Alan Stern
· 16 years ago
65bfd29
USB: Enhance usage of pm_message_t
by Alan Stern
· 16 years ago
785895f
USB: Don't use __module_param_call; use core_param.
by Rusty Russell
· 16 years ago
9ac39f2
USB: add asynchronous autosuspend/autoresume support
by Alan Stern
· 16 years ago
011b15d
USB: change interface to usb_lock_device_for_reset()
by Alan Stern
· 16 years ago
adf0949
PM: Simplify the new suspend/hibernation framework for devices
by Rafael J. Wysocki
· 16 years ago
f2189c4
USB: Add new PM callback methods for USB
by Alan Stern
· 16 years ago
0031a06
USB: usb dev_set_name() instead of dev->bus_id
by Kay Sievers
· 17 years ago
7071a3c
USB: usb dev_name() instead of dev->bus_id
by Kay Sievers
· 17 years ago
2e5f10e
USB: create attributes before sending uevent
by Alan Stern
· 17 years ago
7a8d37a
PM: Do not acquire device semaphores upfront during suspend
by Rafael J. Wysocki
· 17 years ago
d0bcabc
docbook: fix usb source files
by Randy Dunlap
· 17 years ago
2c044a4
USB: fix codingstyle issues in drivers/usb/core/*.c
by Greg Kroah-Hartman
· 17 years ago
782e70c
USB: mark USB drivers as being GPL only
by Greg Kroah-Hartman
· 17 years ago
1512300
USB: Export suspend statistics
by Sarah Sharp
· 17 years ago
4145ed6
USB: make ksuspend_usbd thread non-freezable
by Alan Stern
· 17 years ago
4a9bee8
USB: uevent environment key fix
by Alan Stern
· 17 years ago
87ae9af
cleanup asm/scatterlist.h includes
by Adrian Bunk
· 17 years ago
cbfee34
security/ cleanups
by Adrian Bunk
· 17 years ago
4d59d8a
USB: Export URB statistics for powertop
by Sarah Sharp
· 17 years ago
6840d25
USB: flush outstanding URBs when suspending
by Alan Stern
· 17 years ago
d7d0725
usb: initialize authorization and wusb bits in USB devices
by Inaky Perez-Gonzalez
· 17 years ago
5e60a16
USB: avoid using urb->pipe in usbcore
by Alan Stern
· 17 years ago
bdd016b
USB: add ep->enable
by Alan Stern
· 17 years ago
fbf54dd
USB: usb/dma doc updates
by David Brownell
· 17 years ago
70f458f
USB: make the usb_device numa_node get assigned from controller
by Yinghai Lu
· 17 years ago
d5d4db7
USB: replace flush_workqueue with cancel_sync_work
by Alan Stern
· 18 years ago
7ed92f1
USB: make the autosuspend workqueue thread freezable
by Alan Stern
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
9f8b17e
USB: make usbdevices export their device nodes instead of using a separate class
by Kay Sievers
· 18 years ago
eaafbc3
USB: Allow autosuspend delay to equal 0
by Alan Stern
· 18 years ago
6b157c9
USB: separate autosuspend from external suspend
by Alan Stern
· 18 years ago
718efa6
usbcore: move usb_autosuspend_work
by Alan Stern
· 18 years ago
b5e795f
USB: make autosuspend delay a module parameter
by Alan Stern
· 18 years ago
9251644
usbcore: trivial whitespace fixes
by Oliver Neukum
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
db06350
USB core: fix compiler warning about usb_autosuspend_work
by Alan Stern
· 18 years ago
0c1ac4f
USB: makes usb_endpoint_* functions inline.
by Luiz Fernando N. Capitulino
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
f30c226
fix file specification in comments
by Uwe Zeisberger
· 18 years ago
e0318eb
USB: fix autosuspend when CONFIG_PM isn't set
by Alan Stern
· 18 years ago
bd85928
USB: create new workqueue thread for USB autosuspend
by Alan Stern
· 18 years ago
1b21d5e
USB: fix __must_check warnings in drivers/usb/core/
by Greg Kroah-Hartman
· 18 years ago
Next »