index
:
~tpalli/kernel
blending
master
pipe_scaler
pipe_scaler_rebase_20170328
Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-14
[PATCH] USB: cleanups for ohci-s3c2410.c
Ben Dooks
1
-4
/
+5
2006-03-31
[PATCH] pcmcia: use bitfield instead of p_state and state
Dominik Brodowski
1
-10
/
+1
2006-03-31
[PATCH] pcmcia: add return value to _config() functions
Dominik Brodowski
1
-6
/
+6
2006-03-31
[PATCH] pcmcia: remove dev_link_t and client_handle_t indirection
Dominik Brodowski
1
-25
/
+21
2006-03-31
[PATCH] pcmcia: embed dev_link_t into struct pcmcia_device
Dominik Brodowski
1
-7
/
+4
2006-03-31
[PATCH] pcmcia: remove unneeded Vcc pseudo setting
Dominik Brodowski
1
-9
/
+6
2006-03-31
[PATCH] pcmcia: default suspend and resume handling
Dominik Brodowski
1
-24
/
+0
2006-03-31
[PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irq
Dominik Brodowski
1
-12
/
+2
2006-03-28
[PATCH] Typo fixes
Alexey Dobriyan
1
-1
/
+1
2006-03-21
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
24
-1176
/
+2129
2006-03-20
[PATCH] USB: fix initdata issue in isp116x-hcd
Greg Kroah-Hartman
1
-1
/
+1
2006-03-20
[PATCH] USB: UHCI: Increase port-reset completion delay for HP controllers
Alan Stern
1
-0
/
+21
2006-03-20
[PATCH] USB: kzalloc() conversion for rest of drivers/usb
Eric Sesterhenn
3
-17
/
+8
2006-03-20
[PATCH] USB core and HCDs: don't put_device while atomic
Alan Stern
6
-12
/
+5
2006-03-20
[PATCH] uhci-hcd: fix mistaken usage of list_prepare_entry
Alan Stern
1
-1
/
+1
2006-03-20
[PATCH] UHCI: Don't log short transfers
Alan Stern
1
-1
/
+1
2006-03-20
[PATCH] UHCI: improve debugging code
Alan Stern
4
-39
/
+70
2006-03-20
[PATCH] UHCI: remove main list of URBs
Alan Stern
4
-370
/
+279
2006-03-20
[PATCH] UHCI: use dummy TDs
Alan Stern
3
-61
/
+83
2006-03-20
[PATCH] UHCI: use one QH per endpoint, not per URB
Alan Stern
4
-862
/
+685
2006-03-20
[PATCH] USB: Fix masking bug initialization of Freescale EHCI controller
Kumar Gala
1
-2
/
+1
2006-03-20
[PATCH] USB: ohci uses driver model wakeup flags
David Brownell
3
-30
/
+46
2006-03-20
[PATCH] USB: add support for OCHI on AT91rm9200
Andrew Victor
2
-0
/
+311
2006-03-20
[PATCH] USB: EHCI unlink tweaks
David Brownell
1
-2
/
+4
2006-03-20
[PATCH] USB: OHCI for AU1200
Jordan Crouse
1
-15
/
+87
2006-03-20
[PATCH] USB: EHCI for AU1200
Jordan Crouse
3
-4
/
+306
2006-03-20
[PATCH] USB: EHCI and Freescale 83xx quirk
Kumar Gala
3
-1
/
+33
2006-03-20
[PATCH] USB: EHCI for Freescale 83xx
Randy Vinson
4
-2
/
+402
2006-03-20
[PATCH] USB: EHCI full speed ISO bugfixes
Clemens Ladisch
1
-5
/
+6
2006-03-20
[PATCH] USB: EHCI and NF2 quirk
David Brownell
3
-2
/
+30
2006-03-20
[PATCH] handle errors returned by platform_get_irq*()
David Vrabel
1
-2
/
+7
2006-02-28
[PATCH] USB: fix EHCI BIOS handshake
David Brownell
1
-5
/
+6
2006-02-13
[PATCH] USB: sl811_cs needs platform_device conversion too
David Brownell
1
-2
/
+2
2006-02-13
[PATCH] USB: fix up the usb early handoff logic for EHCI
David Brownell
1
-4
/
+12
2006-01-31
[PATCH] USB: Au1xx0: replace casual readl() with au_readl() in the drivers
Sergei Shtylylov
1
-1
/
+1
2006-01-31
[PATCH] USB EHCI: fix gfp_t sparse warning
Randy Dunlap
1
-2
/
+1
2006-01-31
[PATCH] USB: isp116x-hcd: replace mdelay() by msleep()
Olav Kongas
1
-10
/
+11
2006-01-31
[PATCH] USB: UHCI: No FSBR until device is configured
Alan Stern
1
-2
/
+2
2006-01-31
[PATCH] USB: EHCI, another full speed iso fix
Clemens Ladisch
1
-0
/
+1
2006-01-31
[PATCH] USB: fix ehci early handoff issues warning
Andrew Morton
1
-1
/
+0
2006-01-31
[PATCH] USB: fix EHCI early handoff issues
David Brownell
2
-98
/
+71
2006-01-10
Small fixups to the EHCI Kconfig help text
Jesper Juhl
1
-5
/
+5
2006-01-08
[PATCH] fix more missing includes
Tim Schmielau
3
-0
/
+3
2006-01-07
[ARM] Move asm/hardware/clock.h to linux/clk.h
Russell King
2
-2
/
+2
2006-01-07
Merge with Linus' kernel.
Russell King
18
-520
/
+418
2006-01-06
[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca...
Dominik Brodowski
1
-35
/
+9
2006-01-06
[PATCH] pcmcia: remove dev_list from drivers
Dominik Brodowski
1
-15
/
+1
2006-01-06
[PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback
Dominik Brodowski
1
-22
/
+9
2006-01-05
[PATCH] pcmcia: new suspend core
Dominik Brodowski
1
-17
/
+24
2006-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
1
-1
/
+1
[next]