summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb host: Faraday USB2.0 FUSBH200-HCD driverYuan-Hsin Chen2013-05-175-0/+6731
* usb: message: Fixed parenthesis error in sizeof function.Tülin İzer2013-05-171-1/+1
* usb: message: Fixed error: 'no space before bracket'Tülin İzer2013-05-171-7/+7
* usb: devio: Fixed error: 'do not use assignment in if condition'Tülin İzer2013-05-171-1/+2
* usb: devio: Fixed macro parenthesis errorTülin İzer2013-05-171-1/+1
* usb: devio: Fixed warning: 'use <linux/uacces.h> instead <asm/uacces.h>'Tülin İzer2013-05-171-1/+1
* USB: usbtmc: Change magic number to constantAlexandre Peixoto Ferreira2013-05-161-5/+5
* USB: usbtmc: usbtmc_read sends multiple TMC header based on rigol_quirkAlexandre Peixoto Ferreira2013-05-161-38/+114
* USB: usbtmc: Set rigol_quirk if device is listedAlexandre Peixoto Ferreira2013-05-161-0/+14
* USB: usbtmc: TMC request code segregated from usbtmc_readAlexandre Peixoto Ferreira2013-05-161-31/+54
* USB: usbtmc: Add flag rigol_quirk to usbtmc_device_dataAlexandre Peixoto Ferreira2013-05-161-0/+14
* usb: storage: alauda: initialize variables directlyEmilio López2013-05-161-5/+1
* usb: storage: sddr09: initialize variables directlyEmilio López2013-05-161-5/+1
* usb: fsl: add missing platform_driver ownerLibo Chen2013-05-161-0/+1
* USB: ohci-platform: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-161-1/+0
* USB: ohci-spear: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-161-2/+0
* USB: ohci-sm501: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-161-1/+0
* USB: ohci-pxa27x: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-161-1/+0
* USB: ohci-jz4740: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-161-3/+0
* USB: ehci-platform: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-161-1/+0
* USB: ehci-sh: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-161-1/+0
* USB: ehci-sead3: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-161-1/+0
* USB: ehci-octeon: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-161-2/+0
* USB: ehci-mxc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-161-1/+0
* USB: ehci-mv: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-161-10/+6
* drivers/usb/host: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-161-6/+0
* USB: quatech2: Staticize local symbolSachin Kamat2013-05-161-1/+1
* usb: misc: Fixed assignment error in if statementLisa Nguyen2013-05-161-1/+2
* usb: misc: Added space after closing brace in adutux.cLisa Nguyen2013-05-151-1/+1
* usb: misc: Added space after comma in adutux.cLisa Nguyen2013-05-151-50/+50
* usb: misc: Reformatted pointer variables in adutux.cLisa Nguyen2013-05-151-10/+10
* usb: misc: Removed space before tabs in adutux.cLisa Nguyen2013-05-151-9/+9
* usb: misc: Replaced deprecated preprocessor in adutux.cLisa Nguyen2013-05-151-1/+1
* Linux 3.10-rc1v3.10-rc1Linus Torvalds2013-05-111-2/+2
* Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-116-108/+368
|\
| * tracing/kprobes: Support soft-mode disablingMasami Hiramatsu2013-05-091-0/+6
| * tracing/kprobes: Support ftrace_event_file base multibufferMasami Hiramatsu2013-05-091-36/+214
| * tracing/kprobes: Pass trace_probe directly from dispatcherMasami Hiramatsu2013-05-091-17/+16
| * tracing/kprobes: Increment probe hit-count even if it is used by perfMasami Hiramatsu2013-05-091-4/+4
| * tracing/kprobes: Use bool for retprobe checkerMasami Hiramatsu2013-05-091-1/+1
| * ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)2013-05-091-1/+5
| * ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)2013-05-091-1/+1
| * ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)2013-05-091-4/+6
| * tracing: Add helper function trace_create_new_event() to remove duplicate codeSteven Rostedt (Red Hat)2013-05-091-12/+20
| * tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu2013-05-092-2/+11
| * tracing: Indicate enabled soft-mode in enable fileMasami Hiramatsu2013-05-091-0/+2
| * tracing/kprobes: Fix to increment return event probe hit-countMasami Hiramatsu2013-05-091-0/+2
| * ftrace: Cleanup regex_lock and ftrace_lock around hash updatingMasami Hiramatsu2013-05-091-27/+32
| * ftrace, kprobes: Fix a deadlock on ftrace_regex_lockMasami Hiramatsu2013-05-092-21/+56
| * ftrace: Have ftrace_regex_write() return either read or errorSteven Rostedt (Red Hat)2013-05-091-1/+1