Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
d18240db797ed749b511b8dc910c5dcf08be46d6
/
drivers
/
usb
d18240d
USB: xHCI: Missed Service Error Event process
by Andiry Xu
· 14 years ago
986a92d
USB: xHCI: adds new cases to trb_comp_code switch
by Andiry Xu
· 14 years ago
7fec325
USB: xHCI: remove redundant print messages
by Andiry Xu
· 14 years ago
22405ed
USB xHCI: handle_tx_event() refactor: process_bulk_intr_td
by Andiry Xu
· 14 years ago
8af56be
USB: xHCI: handle_tx_event() refactor: process_ctrl_td
by Andiry Xu
· 14 years ago
4422da6
USB: xHCI: handle_tx_event() refactor: finish_td
by Andiry Xu
· 14 years ago
b972302
USB: option: Huawei ETS 1220 support added
by Pavel Kazlou
· 14 years ago
93362a8
USB delay init quirk for logitech Harmony 700-series devices
by Phil Dibowitz
· 14 years ago
33d973a
USB: resizing usbmon binary interface buffer causes protection faults
by Steven Robertson
· 14 years ago
92eb2a5
USB: gadget: functionfs: stale Makefile entry removed
by Michal Nazarewicz
· 14 years ago
88d8aa4
USB: EHCI: remove dead code in the periodic scheduler
by Alan Stern
· 14 years ago
1fb2e05
USB: EHCI: reorganize isochronous scheduler routine
by Alan Stern
· 14 years ago
ffda080
USB: EHCI: add missing frame -> microframe conversion
by Alan Stern
· 14 years ago
bccbefa
USB: EHCI: simplify remainder computations
by Alan Stern
· 14 years ago
ae68a83
USB: EHCI: remove PCI assumption
by Alan Stern
· 14 years ago
43b86af
USB: xHCI: Supporting MSI/MSI-X
by Dong Nguyen
· 14 years ago
13dd0c9
USB: otg/ulpi: extend the generic ulpi driver.
by Igor Grinberg
· 14 years ago
51a91a5
USB: otg/ulpi: add support for SMSC USB3319 ulpi phy
by Igor Grinberg
· 14 years ago
6a5a9a4
USB: otg/ulpi: remove unused macro
by Igor Grinberg
· 14 years ago
fa345d0
USB: otg/ulpi.c : fix register write
by Eric Bénard
· 14 years ago
9800eb3
USB: io_ti.c: don't return 0 if writing the download record failed
by Roel Kluin
· 14 years ago
10d0ca0
USB: host: Remove dead CONFIG_ARCH_KARO
by Christian Dietrich
· 14 years ago
a7a6b79
USB: serial: enable async suspend for usb serial port device
by Ming Lei
· 14 years ago
d0390d9
USB: musb: forward debug mode feature to gadget
by stephane duverger
· 14 years ago
f6c826a
USB: EHCI Debug Port Device Gadget
by stephane duverger
· 14 years ago
fd63b10
USB: gadget: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
5bd6e8b
USB: misc: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
e53e841
USB: usb-skeleton: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
925ce68
USB: autoconvert trivial BKL users to private mutex
by Arnd Bergmann
· 14 years ago
7c7e2d0
usb: storage: freecom: Fixed several coding style issues.
by Martin Enderleit
· 14 years ago
8ca47c8
USB: musb: do not override DMA mode in channel program
by Anand Gadiyar
· 14 years ago
3f1a969
USB: musb: Kill board specific pinmux from driver file
by Anand Gadiyar
· 14 years ago
5aa4af2
USB: ehci_omap: fix device detect issue with modules
by Ajay Kumar Gupta
· 14 years ago
d709d22
USB: musb: fix compilation warning in host only mode
by Ajay Kumar Gupta
· 14 years ago
0936fb5
USB: musb: use correct register widths in register dumps
by Anand Gadiyar
· 14 years ago
402e8dd
USB: core: hcd-pci: use for_each_pci_dev()
by Kulikov Vasiliy
· 14 years ago
1e29709
USB: serial: io_ti: Don't return 0 if writing the download record failed
by Roel Kluin
· 14 years ago
d089326
USB: gadget: storage_common: comments updated
by Michal Nazarewicz
· 14 years ago
1e41394
USB: gadget: compilation issue: missing TASK_INTERRUPTIBLE
by stephane duverger
· 14 years ago
4307a28
USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEM
by Andrea Righi
· 14 years ago
e10fa47
USB: xhci: trivial: use ARRAY_SIZE
by Kulikov Vasiliy
· 14 years ago
f9ff70c
USB: drivers/usb/Makefile: conditionally descend to 'early'
by Nicolas Kaiser
· 14 years ago
916de02
USB: usblp: fixed switch, brace, whitespace and spacing coding style issues
by Nicolas Kaiser
· 14 years ago
3da7cff
USB: add runtime PM for PCI-based host controllers
by Alan Stern
· 14 years ago
0d436b4
USB: UHCI: add support for Intel's wakeup flags
by Alan Stern
· 14 years ago
ff2f078
USB: fix race between root-hub wakeup & controller suspend
by Alan Stern
· 14 years ago
ee0b9be
USB: controller resume should check the root hub
by Alan Stern
· 14 years ago
4147200
USB: add do_wakeup parameter for PCI HCD suspend
by Alan Stern
· 14 years ago
057c58b
USB: move PCI HCD resume routine
by Alan Stern
· 14 years ago
2138a1f
USB: refactor the powermac-specific ASIC clock code
by Alan Stern
· 14 years ago
f8dae53
USB: gadget: g_fs: code cleanup
by Michal Nazarewicz
· 14 years ago
541c7d4
USB: convert usb_hcd bitfields into atomic flags
by Alan Stern
· 14 years ago
89ba85d
USB: gadget: section mismatch warning fixed
by Michal Nazarewicz
· 14 years ago
8876f5e
USB: gadget: f_mass_storage: added eject callback
by Michal Nazarewicz
· 14 years ago
3f3e12d
USB: gadget: composite: added disconnect callback
by Michal Nazarewicz
· 14 years ago
279cc49
USB: gadget: g_multi: code clean up and refactoring
by Michal Nazarewicz
· 14 years ago
2487205
USB: gadget: f_mass_storage: dead code removed
by Michal Nazarewicz
· 14 years ago
fd7c9a0
USB: gadget: f_fs: use usb_string_ids_n()
by Michal Nazarewicz
· 14 years ago
f2adc4f
USB: gadget: composite: usb_string_ids_*() functions added
by Michal Nazarewicz
· 14 years ago
7898aee
USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config()
by Michal Nazarewicz
· 14 years ago
1dc9098
USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()
by Michal Nazarewicz
· 14 years ago
26eca10
USB: gadget: g_mass_storage: static data instead of dynamic allocation
by Michal Nazarewicz
· 14 years ago
3b759c7
USB: mon: kill BKL usage
by Arnd Bergmann
· 14 years ago
1548b13
usb: gadget: Do not take BKL for gadget->ops->ioctl
by Arnd Bergmann
· 14 years ago
00b81fb
USB-BKL: Remove BKL use in uhci-debug
by Andi Kleen
· 14 years ago
0daeed3
USB-BKL: Remove BKL use for usb serial driver probing
by Andi Kleen
· 14 years ago
c532b29
USB-BKL: Convert usb_driver ioctl to unlocked_ioctl
by Andi Kleen
· 14 years ago
6e12ea4
USB-BKL: Remove lock_kernel in usbfs update_sb()
by Andi Kleen
· 14 years ago
16f76a7
usb: atm: fixed spacing and indentation coding style issues
by Nicolas Kaiser
· 14 years ago
87eb1be
USB: Add a serial number parameter to g_file_storage module
by Yann Cantin
· 14 years ago
83a3ac8
usb: conexant: fixed spacing and brace coding style issues
by Nicolas Kaiser
· 14 years ago
f7244ce
USB: gadget: langwell_udc.c: printk needs a (unsigned long long) cast for a dma_t
by Joe Perches
· 14 years ago
c48271e
Revert "USB: Adding support for HTC Smartphones to ipaq"
by Leann Ogasawara
· 14 years ago
3f37bca
USB: option: Remove duplicate AMOI_VENDOR_ID
by Leann Ogasawara
· 14 years ago
5a9cdf3
USB: EHCI: EHCI 1.1 addendum: Enable Per-port change detect bits
by Alek Du
· 14 years ago
48f2497
USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support
by Alek Du
· 14 years ago
aa4d834
USB: EHCI: EHCI 1.1 addendum: preparation
by Alek Du
· 14 years ago
e644814
usb: throw away custom hex digit methods
by Andy Shevchenko
· 14 years ago
a5cc804
USB: isd200.c: Remove unnecessary kmalloc cast
by Joe Perches
· 14 years ago
dc6eb27
USB: host: Eliminate NULL dereference
by Julia Lawall
· 14 years ago
cd62ace
USB: core endpoint: Fix Coding Styles
by csanchez@neurowork.net
· 14 years ago
16be572
USB: core driver: Fix Coding Styles
by csanchez@neurowork.net
· 14 years ago
be8a058
USB: gadget: Use memdup_user
by Julia Lawall
· 14 years ago
37cd681
USB: EHCI: make CONFIG_USB_EHCI_TT_NEWSCHED default to Y
by Alan Stern
· 14 years ago
89b5439
USB: iuu_phoenix: Add support for different baud rates.
by James Courtier-Dutton
· 14 years ago
202380d
USB: xhci: Remove obsolete debugging printk.
by Sarah Sharp
· 14 years ago
9196cc7
USB: speedtouch: fixed more brace and spacing coding style issues
by Nicolas Kaiser
· 14 years ago
6c4b7f7
USB: speedtouch: fixed brace and spacing coding style issues
by Nicolas Kaiser
· 14 years ago
ba297ed
USB: UHCI: acquire spinlock before calling start_rh()
by Alan Stern
· 14 years ago
c548795
USB: add check to detect host controller hardware removal
by Alan Stern
· 14 years ago
6d88e67
USB: don't stop root-hub status polls too soon
by Alan Stern
· 14 years ago
96e077a
USB: fix failure path in usb_add_hcd()
by Alan Stern
· 14 years ago
faa38b5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 14 years ago
1685e63
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 14 years ago
03c0c29
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
c3d1f17
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 14 years ago
2249071
USB: Add JZ4740 OHCI support
by Lars-Peter Clausen
· 14 years ago
42a4f17
MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMY
by Manuel Lauss
· 14 years ago
74bf40f
Merge branch 'topic/misc' into for-linus
by Takashi Iwai
· 14 years ago
3cfc2c4
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
Next »