index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
usb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: xhci: Set route string for all devices.
Sarah Sharp
2009-09-23
1
-2
/
+7
*
USB: make usb_buffer_map_sg consistent with doc
Jiri Slaby
2009-09-23
1
-2
/
+2
*
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
2009-09-19
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2009-06-16
1
-15
/
+61
|
\
|
*
USB: Support for addressing a USB device under xHCI
Sarah Sharp
2009-06-15
1
-1
/
+13
|
*
USB: Add route string to struct usb_device.
Sarah Sharp
2009-06-15
1
-2
/
+8
|
*
USB: replace dma_sync_single and dma_sync_sg with dma_sync_single_for_cpu and...
FUJITA Tomonori
2009-06-15
1
-4
/
+4
|
*
usb: convert endpoint devices to bus-less childs of the usb interface
Kay Sievers
2009-06-15
1
-2
/
+1
|
*
USB: remove unused usb_host class
Greg Kroah-Hartman
2009-06-15
1
-6
/
+0
|
*
USB: add the usbfs devices file to debugfs
Greg Kroah-Hartman
2009-06-15
1
-0
/
+13
|
*
USB: add usb debugfs directory
Greg Kroah-Hartman
2009-06-15
1
-0
/
+22
*
|
Driver Core: usb: add nodename support for usb drivers.
Kay Sievers
2009-06-15
1
-0
/
+11
|
/
*
USB: add reset endpoint operations
David Vrabel
2009-04-17
1
-1
/
+1
*
USB: re-enable interface after driver unbinds
Alan Stern
2009-01-07
1
-1
/
+1
*
USB: utilize the bus notifiers
Alan Stern
2009-01-07
1
-0
/
+37
*
USB: Enhance usage of pm_message_t
Alan Stern
2009-01-07
1
-4
/
+4
*
USB: Don't use __module_param_call; use core_param.
Rusty Russell
2009-01-07
1
-2
/
+6
*
USB: add asynchronous autosuspend/autoresume support
Alan Stern
2009-01-07
1
-0
/
+1
*
USB: change interface to usb_lock_device_for_reset()
Alan Stern
2009-01-07
1
-16
/
+7
*
PM: Simplify the new suspend/hibernation framework for devices
Rafael J. Wysocki
2009-01-06
1
-2
/
+2
*
USB: Add new PM callback methods for USB
Alan Stern
2008-08-21
1
-6
/
+67
*
USB: usb dev_set_name() instead of dev->bus_id
Kay Sievers
2008-07-21
1
-3
/
+2
*
USB: usb dev_name() instead of dev->bus_id
Kay Sievers
2008-07-21
1
-1
/
+1
*
USB: create attributes before sending uevent
Alan Stern
2008-05-14
1
-0
/
+1
*
PM: Do not acquire device semaphores upfront during suspend
Rafael J. Wysocki
2008-03-04
1
-1
/
+1
*
docbook: fix usb source files
Randy Dunlap
2008-03-03
1
-4
/
+2
*
USB: fix codingstyle issues in drivers/usb/core/*.c
Greg Kroah-Hartman
2008-02-01
1
-29
/
+22
*
USB: mark USB drivers as being GPL only
Greg Kroah-Hartman
2008-02-01
1
-43
/
+19
*
USB: Export suspend statistics
Sarah Sharp
2008-02-01
1
-0
/
+2
*
USB: make ksuspend_usbd thread non-freezable
Alan Stern
2008-02-01
1
-1
/
+1
*
USB: uevent environment key fix
Alan Stern
2007-11-28
1
-0
/
+25
*
cleanup asm/scatterlist.h includes
Adrian Bunk
2007-11-02
1
-1
/
+1
*
security/ cleanups
Adrian Bunk
2007-10-17
1
-1
/
+0
*
USB: Export URB statistics for powertop
Sarah Sharp
2007-10-12
1
-0
/
+1
*
USB: flush outstanding URBs when suspending
Alan Stern
2007-10-12
1
-0
/
+1
*
usb: initialize authorization and wusb bits in USB devices
Inaky Perez-Gonzalez
2007-10-12
1
-0
/
+18
*
USB: avoid using urb->pipe in usbcore
Alan Stern
2007-10-12
1
-10
/
+9
*
USB: add ep->enable
Alan Stern
2007-10-12
1
-1
/
+1
*
USB: usb/dma doc updates
David Brownell
2007-07-12
1
-5
/
+6
*
USB: make the usb_device numa_node get assigned from controller
Yinghai Lu
2007-07-12
1
-0
/
+1
*
USB: replace flush_workqueue with cancel_sync_work
Alan Stern
2007-05-29
1
-4
/
+0
*
USB: make the autosuspend workqueue thread freezable
Alan Stern
2007-05-22
1
-1
/
+5
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
USB: make usbdevices export their device nodes instead of using a separate class
Kay Sievers
2007-04-27
1
-9
/
+11
*
USB: Allow autosuspend delay to equal 0
Alan Stern
2007-04-27
1
-1
/
+1
*
USB: separate autosuspend from external suspend
Alan Stern
2007-04-27
1
-1
/
+2
*
usbcore: move usb_autosuspend_work
Alan Stern
2007-04-27
1
-21
/
+0
*
USB: make autosuspend delay a module parameter
Alan Stern
2007-02-23
1
-0
/
+12
*
usbcore: trivial whitespace fixes
Oliver Neukum
2007-02-07
1
-48
/
+48
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
2006-12-05
1
-152
/
+8
|
\
[next]