summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qcaux: add more Pantech UML190 and UML290 portsDan Williams2012-01-241-1/+6
* Revert "drivers: usb: Fix dependency for USB_HWA_HCD"Greg Kroah-Hartman2012-01-241-1/+1
* usb: mv-otg - Fix build if CONFIG_USB is not setGeert Uytterhoeven2012-01-241-0/+2
* USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPEBjørn Mork2012-01-241-1/+3
* usb: add support for STA2X11 host driverAlessandro Rubini2012-01-242-0/+10
* drivers: usb: Fix dependency for USB_HWA_HCDFabio Estevam2012-01-241-1/+1
* kernel-doc: fix new warning in usb.hRandy Dunlap2012-01-241-0/+1
* USB: OHCI: fix new compiler warningsAlan Stern2012-01-241-2/+10
* usb: serial: kobil_sct: fix compile warning:Felipe Balbi2012-01-241-1/+1
* drivers/usb/host/ehci-fsl.c: add missing iounmapJulia Lawall2012-01-241-1/+1
* USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the...Bjørn Mork2012-01-241-1/+1
* USB: cdc-wdm: call wake_up_all to allow driver to shutdown on device removalBjørn Mork2012-01-241-1/+1
* USB: cdc-wdm: use two mutexes to allow simultaneous read and writeBjørn Mork2012-01-241-18/+31
* USB: cdc-wdm: updating desc->length must be protected by spin_lockBjørn Mork2012-01-241-0/+2
* USB: usbsevseg: fix max lengthHarrison Metzger2012-01-241-1/+1
* USB: option: Add LG docomo L-02CKentaro Matsuyama2012-01-241-0/+5
* usb: io_ti: Make edge_remove_sysfs_attrs the port_remove method.Eric W. Biederman2012-01-241-8/+2
* Revert "USB: usb-skeleton.c: fix open/disconnect race"Greg Kroah-Hartman2012-01-241-17/+1
* USB: cp210x: allow more baud rates above 1MbaudJohan Hovold2012-01-241-5/+6
* USB: cp210x: initialise baud rate at openJohan Hovold2012-01-241-0/+4
* USB: cp210x: clean up, refactor and document speed handlingJohan Hovold2012-01-241-14/+57
* USB: cp210x: do not map baud rates to B0Johan Hovold2012-01-241-2/+2
* USB: cp210x: fix up set_termios variablesJohan Hovold2012-01-241-2/+3
* USB: cp210x: fix CP2104 baudrate usagePreston Fick2012-01-241-6/+4
* USB: cp210x: call generic open last in openJohan Hovold2012-01-241-5/+2
* USB: serial: CP210x: Added USB-ID for the Link Instruments MSO-19Renato Caldas2012-01-241-0/+1
* USB: serial: ftdi additional IDsPeter Naulls2012-01-242-0/+7
* USB: ftdi_sio: add PID for TI XDS100v2 / BeagleBone A3Peter Korsgaard2012-01-242-0/+9
* USB: ftdi_sio: fix initial baud rateJohan Hovold2012-01-241-2/+5
* USB: ftdi_sio: fix TIOCSSERIAL baud_base handlingJohan Hovold2012-01-241-2/+1
* drivers/usb/misc/emi26.c & emi62.c: fix warningsAndrew Morton2012-01-242-6/+0
* Merge branch 'for-usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2012-01-241-1/+2
|\
| * xhci: Fix USB 3.0 device restart on resume.Sarah Sharp2012-01-101-1/+2
* | Linux 3.3-rc1v3.3-rc1Linus Torvalds2012-01-191-2/+2
| |
| \
| \
| \
*---. \ Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds2012-01-199-104/+444
|\ \ \ \
| | | * | x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bitsH. Peter Anvin2012-01-191-0/+1
| | | * | Merge remote-tracking branch 'linus/master' into x86/urgentH. Peter Anvin2012-01-199677-298341/+502894
| | | |\ \
| | | * | | x86, tsc: Fix SMI induced variation in quick_pit_calibrate()Linus Torvalds2012-01-171-8/+6
| | | * | | x86, opcode: ANDN and Group 17 in x86-opcode-map.txtUlrich Drepper2012-01-171-2/+2
| | | * | | x86/kconfig: Move the ZONE_DMA entry under a menuRandy Dunlap2012-01-171-10/+10
| | | * | | x86/UV2: Add accounting for BAU strong nacksCliff Wickman2012-01-172-5/+8
| | | * | | x86/UV2: Ack BAU interrupt earlierCliff Wickman2012-01-171-2/+1
| | | * | | x86/UV2: Remove stale no-resources test for UV2 BAUCliff Wickman2012-01-171-10/+0
| | | * | | x86/UV2: Work around BAU bugCliff Wickman2012-01-172-33/+254
| | | * | | x86/UV2: Fix BAU destination timeout initializationCliff Wickman2012-01-171-6/+7
| | | * | | x86/UV2: Fix new UV2 hardware by using native UV2 broadcast modeCliff Wickman2012-01-172-30/+151
| | | * | | x86: Get rid of dubious one-bit signed bitfieldAnton Vorontsov2012-01-161-2/+2
| | * | | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-01-17153-535/+938
| | |\ \ \ \
| | | * | | | tracepoints/module: Fix disabling tracepoints with taint CRAP or OOTSteven Rostedt2012-01-161-3/+4
| | * | | | | x86/kprobes: Add arch/x86/tools/insn_sanity to .gitignorexiyou.wangcong@gmail.com2012-01-161-0/+1