index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-21
usb: gadget: composite: add usb_remove_function()
Sebastian Andrzej Siewior
1
-0
/
+12
2013-01-21
usb: gadget: u_serial: convert into a module
Sebastian Andrzej Siewior
9
-9
/
+23
2013-01-21
usb: gadget: g_serial: split the three possible functions into three bind fun...
Sebastian Andrzej Siewior
1
-11
/
+32
2013-01-21
usb: gadget: f_acm: remove empty function
Sebastian Andrzej Siewior
1
-10
/
+0
2013-01-21
usb: gadget: convert source sink and loopback to new function interface
Sebastian Andrzej Siewior
6
-154
/
+321
2013-01-21
usb: gadget: add some infracture to register/unregister functions
Sebastian Andrzej Siewior
2
-18
/
+31
2013-01-21
usb: gadget: move loopback's config descriptor out of f_loopback
Sebastian Andrzej Siewior
3
-44
/
+27
2013-01-21
usb: gadget: move source sink's config descriptor out of f_sourcesink
Sebastian Andrzej Siewior
3
-43
/
+37
2013-01-21
usb: gadget: provide a wrapper around SourceSink's setup function
Sebastian Andrzej Siewior
1
-25
/
+45
2013-01-21
usb: gadget: remove u32 castings of address passed to readl()
Sebastian Andrzej Siewior
1
-4
/
+4
2013-01-21
usb: gadget: composite: don't call driver's unbind() if bind() failed
Sebastian Andrzej Siewior
1
-4
/
+8
2013-01-10
usb: gadget: FunctionFS: Use kstrtoul()
Michal Nazarewicz
1
-3
/
+2
2013-01-10
usb: gadget: s3c-hsotg: Use devm_regulator_bulk_get API
Sachin Kamat
1
-4
/
+1
2013-01-10
usb: gadget: s3c-hsudc: Use devm_regulator_bulk_get
Sachin Kamat
1
-2
/
+1
2013-01-10
USB: gadget: at91_adc: fix pullup pin validity check
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2013-01-10
usb: gadget: at91_udc: don't use [delayed_]work_pending()
Tejun Heo
1
-2
/
+1
2013-01-10
usb: gadget zero: avoid unnecessary reinit of data in f_sourcesink
Armando Visconti
1
-2
/
+1
2013-01-10
usb: gadget: consider link speed for bMaxPower
Sebastian Andrzej Siewior
4
-8
/
+27
2013-01-10
usb: gadget: mass_storage: remove >= 0 check for unsigned type
Sebastian Andrzej Siewior
1
-4
/
+4
2013-01-10
usb: gadget: remove unused variable in uac2_pcm_trigger()
Wei Yongjun
1
-6
/
+2
2013-01-10
usb: gadget: f_mass_storage: remove unused operations
Andrzej Pietrasiewicz
1
-28
/
+1
2013-01-10
usb: gadget: ncm: make global variable ndp*_opts read only
Sebastian Andrzej Siewior
1
-9
/
+9
2013-01-10
usb: gadget: file_storage: remove its last pieces
Sebastian Andrzej Siewior
1
-61
/
+0
2013-01-04
Drivers: usb: host: ehci-orion.c: remove __devinitdata marking
Greg Kroah-Hartman
1
-1
/
+1
2012-12-18
usb: musb: use io{read,write}*_rep accessors
Matthew Leach
2
-27
/
+6
2012-12-18
musb: tusb6010: use io{read,write}*_rep accessors
Matthew Leach
1
-2
/
+3
2012-12-17
ARM: OMAP: Fix drivers to depend on omap for internal devices
Tony Lindgren
1
-0
/
+1
2012-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-3
/
+3
2012-12-13
Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
Linus Torvalds
2
-2
/
+2
2012-12-13
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-3
/
+35
2012-12-12
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-1
/
+0
2012-12-12
Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
11
-15
/
+21
2012-12-12
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-3
/
+1
2012-12-12
Merge tag 'usb-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
240
-9844
/
+2730
2012-12-12
Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-1
/
+5
2012-12-11
Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...
Russell King
73
-1423
/
+1482
2012-12-01
Merge tag 'tags/omap-for-v3.8/cleanup-multiplatform-no-clock-signed' of git:/...
Olof Johansson
2
-2
/
+2
2012-11-30
ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h
Tony Lindgren
2
-2
/
+2
2012-11-30
Merge branch 'next/dt' into next/pm2
Olof Johansson
1
-3
/
+35
2012-11-29
USB: mark uas driver as BROKEN
Greg KH
1
-1
/
+1
2012-11-28
xhci: Add Lynx Point LP to list of Intel switchable hosts
Russell Webb
2
-2
/
+5
2012-11-27
USB: ftdi_sio: Add support for Newport AGILIS motor drivers
Martin Teichmann
2
-0
/
+7
2012-11-27
USB: chipidea: fix use after free bug
Lothar Waßmann
1
-1
/
+2
2012-11-27
ezusb: add dependency to USB
Rene Buergel
1
-0
/
+1
2012-11-27
usb: ftdi_sio: fixup BeagleBone A5+ quirk
Peter Korsgaard
1
-1
/
+1
2012-11-27
USB: cp210x: add Virtenio Preon32 device id
Markus Becker
1
-0
/
+1
2012-11-27
usb: storage: remove redundant memset() in usb_probe_stor1()
Yan Hong
1
-1
/
+0
2012-11-27
USB: option: blacklist network interface on Huawei E173
Bjørn Mork
1
-0
/
+3
2012-11-27
USB: OHCI: workaround for hardware bug: retired TDs not added to the Done Queue
Alan Stern
1
-0
/
+19
2012-11-26
Merge tag 'orion_dt_for_3.8' of git://git.infradead.org/users/jcooper/linux i...
Olof Johansson
11
-25
/
+106
[next]