index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] USB dummy_hcd: Use separate pdevs for HC and UDC
Alan Stern
2005-06-27
1
-98
/
+133
*
[PATCH] USB: dummy_hcd: USB_PORT_FEAT changed to USB_PORT_STAT
Alan Stern
2005-06-27
1
-27
/
+23
*
[PATCH] USB dummy_hcd: Partial OTG emulation
Alan Stern
2005-06-27
1
-2
/
+28
*
[PATCH] USB: more omap_udc updates (dma and omap1710)
David Brownell
2005-06-27
2
-41
/
+116
*
[PATCH] USB: ethernet gadget updates (mostly cleanup)
David Brownell
2005-06-27
1
-180
/
+107
*
[PATCH] USB: rndis updates (mostly cleanup)
David Brownell
2005-06-27
4
-344
/
+285
*
[PATCH] USB HCDs: no longer need to register root hub
Alan Stern
2005-06-27
6
-135
/
+4
*
[PATCH] usbcore: register root hub in usb_add_hcd
Alan Stern
2005-06-27
2
-26
/
+49
*
[PATCH] ohci-omap, sl811, dummy: remove hub_set_power_budget
Alan Stern
2005-06-27
5
-12
/
+8
*
[PATCH] UHCI: Don't store device pointer in QH or TD
Alan Stern
2005-06-27
3
-26
/
+12
*
[PATCH] usbcore: Remove hub_set_power_budget
Alan Stern
2005-06-27
3
-14
/
+10
*
[PATCH] USB: check for device in zd1201_resume
Colin Leroy
2005-06-27
1
-0
/
+3
*
[PATCH] USB: PM support for zd1201
Colin Leroy
2005-06-27
2
-0
/
+39
*
[PATCH] USB: add ability for usb-serial drivers to determine if their write u...
Greg Kroah-Hartman
2005-06-27
10
-46
/
+85
*
[PATCH] USB: add reboot notifier to ohci
David Brownell
2005-06-27
3
-4
/
+26
*
[PATCH] USB: usbtest updates
David Brownell
2005-06-27
1
-8
/
+52
*
[PATCH] USB: fix acm trouble with terminals
Oliver Neukum
2005-06-27
2
-37
/
+197
*
[PATCH] usbcore support for root-hub IRQ instead of polling
Alan Stern
2005-06-27
3
-87
/
+140
*
[PATCH] USB UHCI: Add shutdown method
Alan Stern
2005-06-27
1
-0
/
+16
*
[PATCH] USB UHCI: improved reset handling
Alan Stern
2005-06-27
1
-29
/
+40
*
[PATCH] USB UHCI: Use root-hub IRQs while suspended
Alan Stern
2005-06-27
4
-60
/
+92
*
[PATCH] USB UHCI: Fix up loose ends
Alan Stern
2005-06-27
1
-21
/
+65
*
[PATCH] USB UHCI: Add root-hub suspend/resume support
Alan Stern
2005-06-27
3
-102
/
+202
*
[PATCH] USB UHCI: Add root hub states
Alan Stern
2005-06-27
4
-156
/
+212
*
[PATCH] USB UHCI: Minor improvements
Alan Stern
2005-06-27
3
-53
/
+55
*
[PATCH] USB UHCI: subroutine reordering
Alan Stern
2005-06-27
1
-144
/
+143
*
[PATCH] USB: turn a user mode driver error into a hard error
David Brownell
2005-06-27
1
-3
/
+3
*
[PATCH] USB: Fix oops at rmmod after failed probe in isp116x-hcd
Olav Kongas
2005-06-27
1
-1
/
+10
*
[PATCH] USB: Add isp116x-hcd USB host controller driver
Olav Kongas
2005-06-27
5
-0
/
+2480
*
[PATCH] USB: omap_udc updates (mostly cleanups)
David Brownell
2005-06-27
1
-57
/
+93
*
[PATCH] USB: g_file_storage: export "stall" parameter
Alan Stern
2005-06-27
1
-13
/
+14
*
[PATCH] USB: g_file_storage: Consolidate min()s
Alan Stern
2005-06-27
1
-12
/
+9
*
[PATCH] Cleanup patch for process freezing
Christoph Lameter
2005-06-25
3
-6
/
+3
*
[PATCH] better USB_MON dependencies
Adrian Bunk
2005-06-23
4
-12
/
+7
*
[PATCH] pwc-uncompress warning fix
Andrew Morton
2005-06-23
1
-6
/
+5
*
[PATCH] remove duplicate get_dentry functions in various places
Christoph Hellwig
2005-06-23
1
-12
/
+1
*
[PATCH] USB: fix hid core to return proper error code from probe
Stelian Pop
2005-06-22
1
-2
/
+2
*
[PATCH] USB: fix show_modalias() function due to attribute change
Greg Kroah-Hartman
2005-06-20
1
-1
/
+1
*
[PATCH] Driver Core: drivers/usb/input/aiptek.c - drivers/zorro/zorro-sysfs.c...
Yani Ioannou
2005-06-20
7
-65
/
+65
*
[PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_...
Yani Ioannou
2005-06-20
5
-22
/
+22
*
[PATCH] usbcore: Don't call device_release_driver recursively
Alan Stern
2005-06-20
1
-2
/
+8
*
[PATCH] usb: klist_node_attached() fix
Patrick Mochel
2005-06-20
1
-1
/
+1
*
[PATCH] USB: fix build warning in usb core as pointed out by Andrew.
gregkh@suse.de
2005-06-20
1
-1
/
+1
*
[PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on li...
mochel@digitalimplant.org
2005-06-20
1
-2
/
+2
*
[PATCH] Use driver_for_each_device() instead of manually walking list.
mochel@digitalimplant.org
2005-06-20
1
-18
/
+23
*
[PATCH] USB: trivial error path fix
Mark M. Hoffman
2005-06-20
1
-0
/
+1
*
[PATCH] class: convert drivers/* to use the new class api instead of class_si...
gregkh@suse.de
2005-06-20
1
-6
/
+6
*
[PATCH] USB: move the usb hcd code to use the new class code.
gregkh@suse.de
2005-06-20
3
-44
/
+37
*
[PATCH] make driver's name be const char *
Dmitry Torokhov
2005-06-20
1
-1
/
+1
*
merge by hand (fix up qla_os.c merge error)
James Bottomley
2005-06-17
1
-9
/
+0
|
\
[next]