summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* usb: host: ohci-da8xx: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-17
* usb: host: ehci-tilegx: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-17
* usb: gadget: pxa27x_udc: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-17
* usb: gadget: mv_u3d_core: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-17
* usb: chipidea: ci13xxx_imx: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-17
* usb host: Faraday USB2.0 FUSBH200-HCD driverYuan-Hsin Chen2013-05-17
* usb: message: Fixed parenthesis error in sizeof function.Tülin İzer2013-05-17
* usb: message: Fixed error: 'no space before bracket'Tülin İzer2013-05-17
* usb: devio: Fixed error: 'do not use assignment in if condition'Tülin İzer2013-05-17
* usb: devio: Fixed macro parenthesis errorTülin İzer2013-05-17
* usb: devio: Fixed warning: 'use <linux/uacces.h> instead <asm/uacces.h>'Tülin İzer2013-05-17
* USB: usbtmc: Change magic number to constantAlexandre Peixoto Ferreira2013-05-16
* USB: usbtmc: usbtmc_read sends multiple TMC header based on rigol_quirkAlexandre Peixoto Ferreira2013-05-16
* USB: usbtmc: Set rigol_quirk if device is listedAlexandre Peixoto Ferreira2013-05-16
* USB: usbtmc: TMC request code segregated from usbtmc_readAlexandre Peixoto Ferreira2013-05-16
* USB: usbtmc: Add flag rigol_quirk to usbtmc_device_dataAlexandre Peixoto Ferreira2013-05-16
* usb: storage: alauda: initialize variables directlyEmilio López2013-05-16
* usb: storage: sddr09: initialize variables directlyEmilio López2013-05-16
* usb: fsl: add missing platform_driver ownerLibo Chen2013-05-16
* USB: ohci-platform: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-16
* USB: ohci-spear: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-16
* USB: ohci-sm501: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-16
* USB: ohci-pxa27x: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-16
* USB: ohci-jz4740: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-16
* USB: ehci-platform: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-16
* USB: ehci-sh: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-16
* USB: ehci-sead3: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-16
* USB: ehci-octeon: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-16
* USB: ehci-mxc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-16
* USB: ehci-mv: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-16
* drivers/usb/host: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-16
* USB: quatech2: Staticize local symbolSachin Kamat2013-05-16
* usb: misc: Fixed assignment error in if statementLisa Nguyen2013-05-16
* usb: misc: Added space after closing brace in adutux.cLisa Nguyen2013-05-15
* usb: misc: Added space after comma in adutux.cLisa Nguyen2013-05-15
* usb: misc: Reformatted pointer variables in adutux.cLisa Nguyen2013-05-15
* usb: misc: Removed space before tabs in adutux.cLisa Nguyen2013-05-15
* usb: misc: Replaced deprecated preprocessor in adutux.cLisa Nguyen2013-05-15
* Linux 3.10-rc1Linus Torvalds2013-05-11
* Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-11
|\
| * tracing/kprobes: Support soft-mode disablingMasami Hiramatsu2013-05-09
| * tracing/kprobes: Support ftrace_event_file base multibufferMasami Hiramatsu2013-05-09
| * tracing/kprobes: Pass trace_probe directly from dispatcherMasami Hiramatsu2013-05-09
| * tracing/kprobes: Increment probe hit-count even if it is used by perfMasami Hiramatsu2013-05-09
| * tracing/kprobes: Use bool for retprobe checkerMasami Hiramatsu2013-05-09
| * ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)2013-05-09
| * ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)2013-05-09
| * ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)2013-05-09
| * tracing: Add helper function trace_create_new_event() to remove duplicate codeSteven Rostedt (Red Hat)2013-05-09
| * tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu2013-05-09