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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] usbcore: Improve endpoint sysfs file handling
Alan Stern
2005-10-28
1
-95
/
+124
*
[PATCH] USB: always export interface information for modalias
Greg Kroah-Hartman
2005-10-28
2
-61
/
+37
*
[PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programs
Pete Zaitcev
2005-10-28
1
-14
/
+42
*
[PATCH] USB: convert usbmon to use usb notifiers
Greg Kroah-Hartman
2005-10-28
2
-18
/
+0
*
[PATCH] USB: convert usbfs/inode.c to use usb notifiers
Greg Kroah-Hartman
2005-10-28
4
-28
/
+31
*
[PATCH] USB: convert usbfs/devio.c to use usb notifiers
Greg Kroah-Hartman
2005-10-28
3
-11
/
+34
*
[PATCH] USB: add notifier functions to the USB core for devices and busses
Greg Kroah-Hartman
2005-10-28
5
-1
/
+132
*
[PATCH] USB: remove the global function usbdev_lookup_minor
Greg Kroah-Hartman
2005-10-28
2
-18
/
+17
*
[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend
Alan Stern
2005-10-28
3
-20
/
+27
*
[PATCH] USB: make wHubCharacteristics __le16 to match other usb descriptor fi...
Greg Kroah-Hartman
2005-10-28
2
-11
/
+13
*
[PATCH] USB: usb_bulk_message() handles interrupts endpoints
Alan Stern
2005-10-28
1
-4
/
+20
*
[PATCH] updates for "controller suspended" handling
David Brownell
2005-10-28
2
-17
/
+14
*
[PATCH] stop exporting two functions
David Brownell
2005-10-28
2
-8
/
+8
*
[PATCH] usbcore PCI glue updates for PM
David Brownell
2005-10-28
2
-59
/
+53
*
[PATCH] root hub updates (greater half)
David Brownell
2005-10-28
2
-77
/
+97
*
[PATCH] root hub changes (lesser half)
David Brownell
2005-10-28
5
-21
/
+110
*
[PATCH] all HCDs provide root hub suspend/resume methods
David Brownell
2005-10-28
1
-15
/
+27
*
[PATCH] USB: Fix usb hub build
Matt Porter
2005-10-28
1
-1
/
+1
*
[PATCH] remove some USB_SUSPEND dependencies
David Brownell
2005-10-28
1
-0
/
+2
*
[PATCH] remove duplicated resume path code
David Brownell
2005-10-28
1
-28
/
+5
*
[PATCH] remove usb_suspend_device() parameter
David Brownell
2005-10-28
2
-15
/
+42
*
[PATCH] remove suspend-path recursion
David Brownell
2005-10-28
1
-64
/
+12
*
[PATCH] usb_interface power state
David Brownell
2005-10-28
4
-32
/
+85
*
[PATCH] USB: add more snooping hooks in devio.c
Greg Kroah-Hartman
2005-10-28
1
-5
/
+50
*
[PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer ...
Greg Kroah-Hartman
2005-10-28
1
-15
/
+4
*
[PATCH] USB: add endpoint information to sysfs
Greg Kroah-Hartman
2005-10-28
1
-2
/
+193
*
Merge ../bleed-2.6
Greg KH
2005-10-28
6
-10
/
+10
|
\
|
*
[PATCH] gfp_t: drivers/usb
Al Viro
2005-10-28
6
-10
/
+10
*
|
[PATCH] Driver Core: fix up all callers of class_device_create()
Greg Kroah-Hartman
2005-10-28
3
-3
/
+6
*
|
[PATCH] usb device wakeup flags
David Brownell
2005-10-28
1
-7
/
+9
|
/
*
Use the new "kill_proc_info_as_uid()" for USB disconnect too
Linus Torvalds
2005-10-10
3
-3
/
+6
*
[PATCH] Fix signal sending in usbdevio on async URB completion
Harald Welte
2005-10-10
1
-3
/
+9
*
[PATCH] usb/core/hcd-pci.c: don't free_irq() on suspend
Daniel Ritz
2005-09-30
1
-9
/
+0
*
[PATCH] driver core: add helper device_is_registered()
Daniel Ritz
2005-09-22
2
-4
/
+4
*
[PATCH] USB: relax usbcore reset timings
David Brownell
2005-09-12
1
-4
/
+5
*
[PATCH] USB: get rid of minor log spamming
David Brownell
2005-09-12
1
-1
/
+1
*
[PATCH] usbcore: small changes to HCD glue layer
Alan Stern
2005-09-12
1
-2
/
+1
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2005-09-08
10
-87
/
+232
|
\
|
*
[PATCH] ehci: add think_time
david-b@pacbell.net
2005-09-08
2
-9
/
+30
|
*
[PATCH] USB: remove annoying message
david-b@pacbell.net
2005-09-08
1
-1
/
+3
|
*
[PATCH] USB: tweak highspeed timing calculations
david-b@pacbell.net
2005-09-08
1
-4
/
+4
|
*
[PATCH] USB: Support unbinding of the usb_generic driver
Alan Stern
2005-09-08
1
-0
/
+10
|
*
[PATCH] USB: Add timeout to usb_lock_device_for_reset
Alan Stern
2005-09-08
1
-1
/
+9
|
*
[PATCH] USB: Disconnect children when unbinding the hub driver
Alan Stern
2005-09-08
2
-12
/
+40
|
*
[PATCH] USB: Code motion in the hub driver
Alan Stern
2005-09-08
1
-21
/
+18
|
*
[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel
Alan Stern
2005-09-08
2
-25
/
+5
|
*
[PATCH] USB: Fix regression in core/devio.c
Alan Stern
2005-09-08
1
-7
/
+8
|
*
[PATCH] USB: real nodes instead of usbfs
Kay Sievers
2005-09-08
6
-14
/
+112
*
|
[PATCH] PCI: start paying attention to a lot of pci function return values
Greg Kroah-Hartman
2005-09-08
1
-5
/
+19
*
|
[PATCH] PCI: remove CONFIG_PCI_NAMES
Adrian Bunk
2005-09-08
1
-4
/
+0
|
/
[next]