index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-17
USB: gpio_vbus: remove IRQF_SAMPLE_RANDOM use
Shinya Kuribayashi
1
-3
/
+2
2012-05-17
USB: gpio_vbus: use cached IRQ number for consistency with the probed one
Shinya Kuribayashi
1
-4
/
+6
2012-05-17
USB: twl6030-usb: pass IRQF_ONESHOT to request_threaded_irq
Ming Lei
1
-2
/
+2
2012-05-17
USB: storage: fixed keyword related space issues.
Jeffrin Jose
1
-2
/
+2
2012-05-17
USB: storage: fixed several trailing white spaces issues.
Jeffrin Jose
1
-9
/
+9
2012-05-17
USB: storage: fixed C99 comment issue.
Jeffrin Jose
1
-1
/
+1
2012-05-17
Merge branch 'v3.5-for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
54
-388
/
+371
2012-05-16
Revert "USB: serial: sierra: put reset_resume callback back."
Greg Kroah-Hartman
1
-8
/
+0
2012-05-16
USB: serial: fix up reset_resume callback
Greg Kroah-Hartman
1
-2
/
+4
2012-05-16
USB: serial: ch341: make the reset_resume callback actually work.
Greg Kroah-Hartman
1
-1
/
+1
2012-05-16
staging: usb: gadget: Add FunctionFS support to Configurable Composite Gadget...
Andrzej Pietrasiewicz
2
-12
/
+346
2012-05-16
staging: usb: gadget: Add Configurable Composite Gadget driver
Mike Lockwood
7
-0
/
+1156
2012-05-16
USB: serial: generic driver is only for testing
Bjørn Mork
1
-0
/
+2
2012-05-16
usb: gadget: at91_udc: fix endpoint descriptor dereference
Nicolas Ferre
1
-1
/
+1
2012-05-16
usb: fix breakage on systems without ACPI
Sasha Levin
1
-4
/
+1
2012-05-15
USB: symbolserial.c: remove dbg() usage
Greg Kroah-Hartman
1
-4
/
+4
2012-05-15
USB: spcp8x5.c: remove dbg() usage
Greg Kroah-Hartman
1
-4
/
+8
2012-05-15
USB: qcserial.c: remove dbg() usage
Greg Kroah-Hartman
1
-13
/
+13
2012-05-15
USB: navman.c: remove dbg() usage
Greg Kroah-Hartman
1
-5
/
+6
2012-05-15
USB: ir-usb.c: remove dbg() usage
Greg Kroah-Hartman
1
-22
/
+28
2012-05-15
USB: ipaq.c: remove dbg() usage
Greg Kroah-Hartman
1
-3
/
+4
2012-05-15
USB: generic.c: remove dbg() usage
Greg Kroah-Hartman
1
-8
/
+13
2012-05-15
USB: f81232.c: remove dbg() usage
Greg Kroah-Hartman
1
-8
/
+12
2012-05-15
USB: belkin_sa.c: remove dbg() usage
Greg Kroah-Hartman
1
-5
/
+6
2012-05-15
USB: ark3116.c: remove dbg() usage
Greg Kroah-Hartman
1
-12
/
+15
2012-05-15
USB: aircable.c: remove dbg() usage
Greg Kroah-Hartman
1
-3
/
+4
2012-05-15
USB: serial: sierra: put reset_resume callback back.
Greg Kroah-Hartman
1
-0
/
+8
2012-05-15
USB: serial: ch341: put reset_resume callback back.
Greg Kroah-Hartman
1
-2
/
+2
2012-05-15
USB: serial: hook up reset_resume callback
Greg Kroah-Hartman
1
-1
/
+23
2012-05-15
usb: chipidea: remove zero check of hw_ep_max
Richard Zhao
1
-1
/
+1
2012-05-15
USB: CI13xxx: Use usb_put_hcd() on failure to drop HCD
Marek Vasut
1
-1
/
+1
2012-05-15
USB: CI13xxx: Allow use of CONFIG_USB_EHCI_ROOT_HUB_TT
Marek Vasut
1
-2
/
+2
2012-05-14
USB: EHCI: work around bug in the Philips ISP1562 controller
Alan Stern
3
-1
/
+9
2012-05-14
USB: EHCI: improve full-speed isochronous scheduling routine
Alan Stern
1
-19
/
+21
2012-05-14
usb: musb: cppi: add missing include to fix compilation
Reinhard Tartler
1
-0
/
+1
2012-05-14
USB: add read support to usb-serial/../new_id
Bjørn Mork
2
-4
/
+18
2012-05-14
USB: let both new_id and remove_id show dynamic id list
Bjørn Mork
1
-2
/
+19
2012-05-14
FunctionFS: enable multiple functions
Andrzej Pietrasiewicz
2
-31
/
+207
2012-05-14
Revert "usb: add struct usb_hub_port to store port related members."
Greg Kroah-Hartman
1
-16
/
+13
2012-05-14
Revert "usb: move struct usb_device->children to struct usb_hub_port->child"
Greg Kroah-Hartman
4
-45
/
+31
2012-05-14
USB: gpio_vbus: avoid consecutive vbus_session calls with the same "is_active"
Shinya Kuribayashi
1
-2
/
+10
2012-05-14
USB: gpio_vbus: put a missing regulator_put() on error
Shinya Kuribayashi
1
-0
/
+1
2012-05-14
USB: gpio_vbus: provide an appropriate debounce interval
Shinya Kuribayashi
1
-4
/
+4
2012-05-14
USB: gpio_vbus: fix inconsistent 'dev_id' parameters at free_irq()
Shinya Kuribayashi
1
-2
/
+2
2012-05-14
usb: Kconfig: remove unneeded default value
David Herrmann
1
-1
/
+0
2012-05-14
USB: ohci-omap: Use usb_put_transceiver instead of put_device
Jarkko Nikula
1
-3
/
+2
2012-05-14
USB: ehci-fsl: Use usb_put_transceiver instead of put_device
Jarkko Nikula
1
-3
/
+2
2012-05-12
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2
-35
/
+40
2012-05-12
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
9
-18
/
+57
2012-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
26
-93
/
+181
[next]