index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-10
USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEM
Andrea Righi
1
-1
/
+2
2010-08-10
USB: xhci: trivial: use ARRAY_SIZE
Kulikov Vasiliy
1
-2
/
+2
2010-08-10
USB: UHCI: add support for Intel's wakeup flags
Alan Stern
2
-14
/
+23
2010-08-10
USB: controller resume should check the root hub
Alan Stern
4
-5
/
+15
2010-08-10
USB: add do_wakeup parameter for PCI HCD suspend
Alan Stern
7
-13
/
+13
2010-08-10
USB: convert usb_hcd bitfields into atomic flags
Alan Stern
15
-45
/
+42
2010-08-10
USB-BKL: Remove BKL use in uhci-debug
Andi Kleen
1
-13
/
+7
2010-08-10
USB: EHCI: EHCI 1.1 addendum: Enable Per-port change detect bits
Alek Du
3
-2
/
+27
2010-08-10
USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support
Alek Du
5
-1
/
+127
2010-08-10
USB: EHCI: EHCI 1.1 addendum: preparation
Alek Du
3
-7
/
+139
2010-08-10
USB: host: Eliminate NULL dereference
Julia Lawall
1
-1
/
+1
2010-08-10
USB: EHCI: make CONFIG_USB_EHCI_TT_NEWSCHED default to Y
Alan Stern
1
-4
/
+7
2010-08-10
USB: xhci: Remove obsolete debugging printk.
Sarah Sharp
1
-1
/
+0
2010-08-10
USB: UHCI: acquire spinlock before calling start_rh()
Alan Stern
2
-2
/
+4
2010-08-10
drivers/usb: Remove unnecessary return's from void functions
Joe Perches
5
-19
/
+2
2010-08-10
Merge branch 'master' into for-next
Jiri Kosina
3
-15
/
+292
2010-08-09
Fix spelling fuction -> function in comments
Stefan Weil
1
-2
/
+2
2010-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
1
-14
/
+10
2010-08-06
of/device: Replace struct of_device with struct platform_device
Grant Likely
5
-16
/
+16
2010-08-05
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
2
-1
/
+282
2010-08-05
USB: Add JZ4740 OHCI support
Lars-Peter Clausen
2
-0
/
+281
2010-08-05
MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMY
Manuel Lauss
1
-1
/
+1
2010-08-04
Merge branch 'master' into for-next
Jiri Kosina
8
-33
/
+104
2010-08-03
pcmcia: do not use io_req_t when calling pcmcia_request_io()
Dominik Brodowski
1
-6
/
+6
2010-08-03
pcmcia: do not use io_req_t after call to pcmcia_request_io()
Dominik Brodowski
1
-4
/
+3
2010-07-30
pcmcia: remove cs_types.h
Dominik Brodowski
1
-4
/
+1
2010-07-29
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable
Russell King
1
-1
/
+1
2010-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
4
-6
/
+35
2010-07-26
USB: xhci: Set Mult field in endpoint context correctly.
Sarah Sharp
1
-2
/
+3
2010-07-26
USB: xhci: Set EP0 dequeue ptr after reset of configured device.
Sarah Sharp
3
-0
/
+25
2010-07-26
USB: xHCI: Fix another bug in link TRB activation change.
Sarah Sharp
1
-4
/
+7
2010-07-26
i.MX25: fix EHCI support
Eric Bénard
1
-1
/
+1
2010-07-15
[ARM] pxa: fix incorrect CONFIG_CPU_PXA27x to CONFIG_PXA27x
Eric Miao
1
-1
/
+1
2010-07-11
fix comment/printk typos concerning "already"
Uwe Kleine-König
1
-1
/
+1
2010-06-30
USB: isp1362-hcd, fix double lock
Jiri Slaby
1
-5
/
+10
2010-06-30
USB: ehci-mxc: bail out on transceiver problems
Wolfram Sang
1
-3
/
+10
2010-06-30
USB: r8a66597: Fix failure in change of status
Nobuhiro Iwamatsu
1
-1
/
+1
2010-06-30
USB: xHCI: Fix bug in link TRB activation change.
Sarah Sharp
1
-16
/
+46
2010-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
2
-15
/
+15
2010-06-04
usb: fix ehci_hcd build failure when both generic-OF and xilinx is selected
Grant Likely
1
-3
/
+17
2010-06-04
USB: xhci: Print NEC firmware version.
Sarah Sharp
4
-1
/
+49
2010-06-04
USB: xhci: Wait for host to start running.
Sarah Sharp
1
-7
/
+32
2010-06-04
USB: xhci: Wait for controller to be ready after reset.
Sarah Sharp
1
-1
/
+12
2010-06-04
USB: isp1362: fix inw warning on Blackfin systems
Mike Frysinger
1
-1
/
+1
2010-06-02
of/usb: fix build error due to of_node pointer move
Grant Likely
1
-1
/
+1
2010-06-02
Merge branch 'sh/iomap'
Paul Mundt
2
-15
/
+15
2010-06-02
usb: r8a66597-hcd pio to mmio accessor conversion.
Paul Mundt
2
-15
/
+15
2010-05-25
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-2
/
+2
2010-05-22
Merge remote branch 'origin' into secretlab/next-devicetree
Grant Likely
44
-372
/
+2475
2010-05-22
of: Remove duplicate fields from of_platform_driver
Grant Likely
5
-23
/
+22
[prev]
[next]