summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2015-07-27Merge tag 'usb-ci-v4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2015-07-27Merge 4.2-rc4 into usb-nextGreg Kroah-Hartman
2015-07-27usb: gadget: f_printer: actually limit the number of instancesAndrzej Pietrasiewicz
2015-07-27usb: gadget: f_hid: actually limit the number of instancesAndrzej Pietrasiewicz
2015-07-27usb: gadget: f_uac2: fix calculation of uac2->p_intervalPeter Chen
2015-07-27usb: gadget: bdc: fix a driver crash on disconnectAl Cooper
2015-07-22drivers: usb: fsl: Define usb control register mask for w1c bitsNikhil Badola
2015-07-22drivers: usb: fsl: Modify phy clk valid bit checkingNikhil Badola
2015-07-22drivers:usb:fsl: Introduce FSL_USB2_PHY_UTMI_DUAL macroNikhil Badola
2015-07-22drivers: usb :fsl: Implement Workaround for USB Erratum A007792Nikhil Badola
2015-07-22drivers:usb:fsl: Replace macros with enumerated typeNikhil Badola
2015-07-22usb: renesas_usbhs: Allow an OTG PHY driver to provide VBUSPhil Edworthy
2015-07-22usb: usleep_range is preferred over udelay where wakeup is flexibleSunny Kumar
2015-07-22usbcore: add sysfs support to xHCI usb3 hardware LPMKevin Strasser
2015-07-22USB: bcma: add support for controlling bus power through GPIOHauke Mehrtens
2015-07-22USB: bcma: add bcm53xx supportHauke Mehrtens
2015-07-22USB: bcma: fix error handling in bcma_hcd_create_pdev()Hauke Mehrtens
2015-07-22USB: bcma: use devm_kzallocHauke Mehrtens
2015-07-22USB: bcma: replace numbers with constantsHauke Mehrtens
2015-07-22USB: bcma: remove chip id checkHauke Mehrtens
2015-07-22usb: move assignment out of if conditionKris Borer
2015-07-22usb: host: xhci: remove typo in function documentationLuis de Bethencourt
2015-07-22USB: atm: cxacru: fix blank line after declarationAaron Raimist
2015-07-22usb: class: Use USB_CLASS_PRINTER instead of number 7Krzysztof Opasiak
2015-07-22usb: fix coding style issueKris Borer
2015-07-22USB: OHCI: fix bad #define in ohci-tmio.cAlan Stern
2015-07-22cdc-acm: Destroy acm_minors IDR on module exitJohannes Thumshirn
2015-07-22usb-storage: Add ignore-device quirk for gm12u320 based usb mini projectorsHans de Goede
2015-07-22usb-storage: ignore ZTE MF 823 card reader in mode 0x1225Oliver Neukum
2015-07-22USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern
2015-07-22usb: core: lpm: set lpm_capable for root hub deviceLu Baolu
2015-07-22xhci: do not report PLC when link is in internal resume stateZhuang Jin Can
2015-07-22xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can
2015-07-22xhci: report U3 when link is in resume stateZhuang Jin Can
2015-07-22xhci: Calculate old endpoints correctly on device resetBrian Campbell
2015-07-22usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP
2015-07-22xhci: Workaround to get D3 working in Intel xHCIRajmohan Mani
2015-07-22xhci: call BIOS workaround to enable runtime suspend on Intel BraswellMathias Nyman
2015-07-22usb: dwc3: Reset the transfer resource index on SET_INTERFACEJohn Youn
2015-07-22usb: chipidea: ehci_init_driver is intended to call one timePeter Chen
2015-07-20usb: gadget: udc: core: Fix argument of dma_map_single for IOMMUYoshihiro Shimoda
2015-07-20usb: gadget: mv_udc_core: fix phy_regs I/O memory leakAlexey Khoroshilov
2015-07-20usb: ulpi: ulpi_init should be executed in subsys_initcallLu Baolu
2015-07-20USB: qcserial: Add support for Dell Wireless 5809e 4G ModemPieter Hollants
2015-07-20USB: qcserial/option: make AT URCs work for Sierra Wireless MC7305/MC7355Reinhard Speyerer
2015-07-20USB: serial: ftdi_sio: Fix broken URL in commentNik Nyby
2015-07-17configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss
2015-07-10Merge tag 'usb-serial-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2015-07-09USB: serial: Destroy serial_minors IDR on module exitJohannes Thumshirn
2015-07-06usb: gadget: f_midi: fix error recovery pathAndrzej Pietrasiewicz