summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2014-07-09USB: ehci-msm: Make of_device_id array constJingoo Han1-1/+1
2014-07-09USB: oxu210hp-hcd.c: use devm_ functionsHimangi Saraogi1-39/+9
2014-07-09usb: phy: tegra: Do not include asm/mach-types.hThierry Reding1-1/+0
2014-07-09usb: host: max3421-hcd: unconditionally use GFP_ATOMIC in max3421_urb_enqueue()Alexey Khoroshilov1-1/+1
2014-07-09usb: host: max3421-hcd: Fix max3421_reset_port() to set USB_PORT_STAT_RESETDavid Mosberger-Tang1-0/+1
2014-07-09usb: host: max3421-hcd: Use atomic bitops in lieu of bit fieldsDavid Mosberger-Tang1-25/+20
2014-07-09USB: gadget: Fixed a few typos in commentsMickael Maison1-2/+2
2014-07-09usb: ehci-exynos: Use NULL instead of 0Sachin Kamat1-1/+1
2014-07-09usb: ohci-exynos: Use NULL instead of 0Sachin Kamat1-1/+1
2014-07-09usb: class: usbtmc.c: Cleaning up uninitialized variablesRickard Strandqvist1-1/+1
2014-07-09usb: dwc2: gadget: remove incorrect file referenceJingoo Han1-2/+0
2014-07-09usb: dwc2: gadget: remove unnecessary OOM messagesJingoo Han1-4/+1
2014-07-09usb: dwc2: gadget: fix checkpatch errorsJingoo Han1-2/+3
2014-07-09usb: host: xhci-plat: add support for the R-Car H2 and M2 xHCI controllersYoshihiro Shimoda5-0/+205
2014-07-09usb: host: xhci-plat: use devm_functionsHimangi Saraogi1-20/+4
2014-07-09xhci: make error messages grepableOliver Neukum1-18/+18
2014-07-09USB: kl5kusb105: Remove klsi_105_tiocmset functionPeter Senna Tschudin1-30/+0
2014-07-09usb: force warm reset to break link re-connect livelockDan Williams3-20/+39
2014-07-09usb: allow lpm (en/dis)able only if device is atleast in default statePratyush Anand1-2/+4
2014-07-09dwc3: host: Enable USB3 LPM capabilityPratyush Anand2-0/+21
2014-07-09xhci: Platform: Set xhci lpm support quirk based on platform dataPratyush Anand1-0/+6
2014-07-09xhci: Platform: Add (en/dis)able_usb3_lpm_timeoutPratyush Anand1-0/+3
2014-07-09xhci: A default implementation for Ux timeout calculation and tier policy checkPratyush Anand1-18/+48
2014-07-09usb: misc: usb3503: Update error code in print messageTushar Behera1-1/+2
2014-07-07Merge 3.16-rc4 into usb-nextGreg Kroah-Hartman26-77/+146
2014-07-07USB: kl5kusb105: Remove klsi_105_tiocmset functionPeter Senna Tschudin1-30/+0
2014-07-07usb: option: Add ID for Telewell TW-LTE 4G v2Bernd Wachter1-0/+2
2014-07-07USB: cp210x: add support for Corsair usb dongleAndras Kovacs1-0/+1
2014-07-07USB: mos7840: remove unnecessary null test before kfreeFabian Frederick1-4/+1
2014-07-07USB: ftdi_sio: remove redundant mtxorb quirkJohan Hovold1-39/+8
2014-07-07USB: ftdi_sio: clean up ftdi_set_max_packet_size()Johan Hovold1-11/+13
2014-07-07USB: ftdi_sio: fix max-packet-size warningJohan Hovold1-3/+2
2014-07-07USB: ftdi_sio: make port probe less verboseJohan Hovold1-6/+0
2014-07-01usb: chipidea: udc: delete td from req's td list at ep_dequeuePeter Chen1-0/+7
2014-06-30usb: Kconfig: make EHCI_MSM selectable for QCOM SOCsSrinivas Kandagatla1-1/+1
2014-06-30usb-storage/SCSI: Add broken_fua blacklist flagAlan Stern2-0/+11
2014-06-30Merge tag 'fixes-for-v3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman5-26/+17
2014-06-30usb: gadget: s3c2410: Move to clk_prepare_enable/clk_disable_unprepareVasily Khoruzhick1-4/+4
2014-06-30usb: musb: cppi41: fire hrtimer according to programmed channel lengthDaniel Mack1-2/+4
2014-06-30Revert "usb: musb: musb_cppi41: Handle ISOCH differently and not use the hrti...Daniel Mack1-53/+0
2014-06-30usb: musb: fix wrong indentation in musb_host.cDaniel Mack1-5/+5
2014-06-30usb: musb/cppi41: call musb_ep_select() before accessing an endpoint's CSRDaniel Mack1-2/+7
2014-06-30usb: musb: introduce dma_channel.rx_packet_doneDaniel Mack3-1/+5
2014-06-30usb: musb: fix bit mask for CSR in musb_h_tx_flush_fifo()Daniel Mack1-1/+1
2014-06-30usb: musb: use is_host_active() to distinguish between host and gadget modeDaniel Mack1-9/+7
2014-06-30usb: musb: remove unnecessary (void) prefix at function callsDaniel Mack1-3/+3
2014-06-30usb: musb: dsps: fix the base address for accessing the mode registerLothar Waßmann1-5/+4
2014-06-30usb: gadget: FunctionFS: Return -ENOENT instead of -ENODEV when device not fo...Krzysztof Opasiak2-3/+3
2014-06-30usb: gadget: omap_udc: should not call gadget driver's .unbindPeter Chen1-4/+1
2014-06-30usb: gadget: net2272: do not need to judge gadget driver's .unbindPeter Chen1-1/+1