summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2012-01-25usb: serial: kobil_sct: fix compile warning:Felipe Balbi1-1/+1
2012-01-25drivers/usb/host/ehci-fsl.c: add missing iounmapJulia Lawall1-1/+1
2012-01-25USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the...Bjørn Mork1-1/+1
2012-01-25USB: cdc-wdm: call wake_up_all to allow driver to shutdown on device removalBjørn Mork1-1/+1
2012-01-25USB: cdc-wdm: use two mutexes to allow simultaneous read and writeBjørn Mork1-18/+31
2012-01-25USB: cdc-wdm: updating desc->length must be protected by spin_lockBjørn Mork1-0/+2
2012-01-25USB: usbsevseg: fix max lengthHarrison Metzger1-1/+1
2012-01-25USB: option: Add LG docomo L-02CKentaro Matsuyama1-0/+5
2012-01-25usb: io_ti: Make edge_remove_sysfs_attrs the port_remove method.Eric W. Biederman1-8/+2
2012-01-25Revert "USB: usb-skeleton.c: fix open/disconnect race"Greg Kroah-Hartman1-17/+1
2012-01-24USB: cp210x: allow more baud rates above 1MbaudJohan Hovold1-5/+6
2012-01-24USB: cp210x: initialise baud rate at openJohan Hovold1-0/+4
2012-01-24USB: cp210x: clean up, refactor and document speed handlingJohan Hovold1-14/+57
2012-01-24USB: cp210x: do not map baud rates to B0Johan Hovold1-2/+2
2012-01-24USB: cp210x: fix up set_termios variablesJohan Hovold1-2/+3
2012-01-24USB: cp210x: fix CP2104 baudrate usagePreston Fick1-6/+4
2012-01-24USB: cp210x: call generic open last in openJohan Hovold1-5/+2
2012-01-24USB: serial: CP210x: Added USB-ID for the Link Instruments MSO-19Renato Caldas1-0/+1
2012-01-24USB: serial: ftdi additional IDsPeter Naulls2-0/+7
2012-01-24USB: ftdi_sio: add PID for TI XDS100v2 / BeagleBone A3Peter Korsgaard2-0/+9
2012-01-24USB: ftdi_sio: fix initial baud rateJohan Hovold1-2/+5
2012-01-24USB: ftdi_sio: fix TIOCSSERIAL baud_base handlingJohan Hovold1-2/+1
2012-01-24drivers/usb/misc/emi26.c & emi62.c: fix warningsAndrew Morton2-6/+0
2012-01-24Merge branch 'for-usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman1-1/+2
2012-01-18Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-4/+4
2012-01-17Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+1
2012-01-16USB: EHCI: Don't use NO_IRQ in xilinx ehci driverMichal Simek1-1/+1
2012-01-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-5/+291
2012-01-15Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds64-89/+89
2012-01-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell64-89/+89
2012-01-11Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/...Ralf Baechle2-1/+5
2012-01-10xhci: Fix USB 3.0 device restart on resume.Sarah Sharp1-1/+2
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+2
2012-01-10Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-21/+300
2012-01-10Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+6
2012-01-10Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+71
2012-01-10Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-13/+13
2012-01-10Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds181-3722/+4720
2012-01-09Merge branch 'samsung/driver' into next/driversArnd Bergmann6-21/+22
2012-01-09... and the same for gadgetfsAl Viro1-15/+11
2012-01-09functionfs: unfuck failure exits on mountAl Viro1-20/+11
2012-01-09mfd: Unify abx500 headers in mfd/abx500Linus Walleij1-1/+1
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds10-13/+12
2012-01-09Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+7
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds7-24/+21
2012-01-08Merge branch 'samsung/dt' into next/dtArnd Bergmann6-21/+22
2012-01-08Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds41-688/+43
2012-01-07Merge branch 'depends/rmk/restart' into next/cleanupArnd Bergmann9-10/+28
2012-01-07vfs: switch ->show_options() to struct dentry *Al Viro1-1/+1