summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-08-14usb: rh_call_control tbuf overflow fixSean O. Stalley1-7/+17
2013-08-14usb: host: add Kconfig option for EHSETJack Pham3-1/+26
2013-08-14pl2303: improve the chip type detection/distinctionFrank Schäfer1-23/+72
2013-08-14pl2303: improve the chip type information output on startupFrank Schäfer1-5/+10
2013-08-14pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()Frank Schäfer1-3/+2
2013-08-14xhci: fix dma mask setup in xhci.cXenia Ragiadakou2-14/+15
2013-08-14xhci: trace debug statements related to ring expansionXenia Ragiadakou3-3/+9
2013-08-14xhci: trace debug messages related to driver initialization and unloadXenia Ragiadakou3-68/+113
2013-08-14xhci: trace debug statements for urb cancellationXenia Ragiadakou3-28/+54
2013-08-14tun: compare with 0 instead of total_lenWeiping Pan1-2/+2
2013-08-14drivers/rtc/rtc-stmp3xxx.c: provide timeout for potentially endless loop poll...Lothar Waßmann1-10/+25
2013-08-14aoe: adjust ref of head for compound page tailsEd Cashin1-10/+7
2013-08-14ethernet/arc/arc_emac - fix NAPI "work > weight" warningAlexey Brodkin1-1/+1
2013-08-14xhci: add xhci_cmd_completion trace eventXenia Ragiadakou2-0/+33
2013-08-14xhci: add xhci_address_ctx trace eventXenia Ragiadakou2-0/+49
2013-08-14xhci: add trace for debug messages related to endpoint resetXenia Ragiadakou3-7/+18
2013-08-14xhci: add trace for debug messages related to quirksXenia Ragiadakou5-35/+69
2013-08-14xhci: add trace for debug messages related to changing contextsXenia Ragiadakou4-10/+27
2013-08-14xhci: add traces for debug messages in xhci_address_device()Xenia Ragiadakou6-11/+103
2013-08-14xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou4-165/+1
2013-08-14xhci: replace printk(KERN_DEBUG ...)Xenia Ragiadakou1-9/+7
2013-08-14xhci: replace xhci_info() with xhci_dbg()Xenia Ragiadakou2-4/+2
2013-08-14usb: Add Device Tree support to XHCI Platform driverAl Cooper1-0/+10
2013-08-14bnx2x: prevent crash in shutdown flow with CNICYuval Mintz1-2/+1
2013-08-14bnx2x: fix PTE write access errorBarak Witkowsky3-0/+15
2013-08-14bnx2x: fix memory leak in VFAriel Elior1-1/+1
2013-08-14bnx2x: update fairness parameters following DCB negotiationDmitry Kravkov3-12/+24
2013-08-14bnx2x: protect different statistics flowsDmitry Kravkov3-12/+57
2013-08-14Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman99-3363/+3246
2013-08-14skge: dma_sync the whole receive bufferstephen hemminger1-2/+4
2013-08-13usb: phy: am335x: include linux/err.hSebastian Andrzej Siewior1-0/+1
2013-08-13usb: musb: cppi41: Enable in device-TX modeSebastian Andrzej Siewior1-0/+3
2013-08-13usb: musb: Use is_cppi_enabled() and tusb_dma_omap() instead of the ifdefSebastian Andrzej Siewior1-40/+42
2013-08-13clk: exynos4: Add CLK_GET_RATE_NOCACHE flag for the Exynos4x12 ISP clocksSylwester Nawrocki1-30/+34
2013-08-13clk/zynq/clkc: Add CLK_SET_RATE_PARENT flag to ethernet muxesSoren Brinkmann1-4/+6
2013-08-13clk/zynq/clkc: Add dedicated spinlock for the SWDTSoren Brinkmann1-1/+2
2013-08-13stmmac: fix init_dma_desc_rings() to handle errorsBartlomiej Zolnierkiewicz1-19/+92
2013-08-13usb: pl2303: add two comments concerning the supported baud rates with HX chipsFrank Schäfer1-0/+12
2013-08-13usb: pl2303: also use the divisor based baud rate encoding method for baud ra...Frank Schäfer1-1/+1
2013-08-13usb: pl2303: increase the allowed baud rate range for the divisor based encod...Frank Schäfer1-4/+12
2013-08-13usb: pl2303: move the two baud rate encoding methods to separate functionsFrank Schäfer1-101/+114
2013-08-13usb: pl2303: remove 500000 baud from the list of standard baud ratesFrank Schäfer1-2/+2
2013-08-13usb: pl2303: do not round to the next nearest standard baud rate for the divi...Frank Schäfer1-28/+37
2013-08-13usb: pl2303: fix+improve the divsor based baud rate encoding methodFrank Schäfer1-10/+52
2013-08-13UWB: fix sysfs warning on HWA device unplug.Thomas Pugliese1-2/+38
2013-08-13HWA: avoid constant suspend and resume on the root hubThomas Pugliese1-0/+7
2013-08-13HWA RC: fix a kernel panic when unplugging the HWA dongleThomas Pugliese1-1/+15
2013-08-13USB: cdc-wdm: fix race between interrupt handler and taskletOliver Neukum1-4/+9
2013-08-13USB: ti_usb_3410_5052: fix big-endian firmware handlingJohan Hovold1-4/+5
2013-08-13USB: adutux: fix big-endian device-type reportingJohan Hovold1-1/+1