summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-03-18usb: chipidea: imx: simplify the usbmisc callersPeter Chen2-16/+18
2015-03-18usb: chipidea: usbmisc_imx: delete clock informationPeter Chen1-19/+0
2015-03-18usb: chipidea: imx: using common platform flag directlyPeter Chen1-6/+2
2015-03-18usb: chipidea: udc: return immediately if re-enable non-empty endpointPeter Chen1-3/+6
2015-03-18usb: common: otg-fsm: only signal connect after switching to peripheralPeter Chen1-2/+2
2015-03-18uas: Add US_FL_NO_ATA_1X for Initio Corporation controllers / devicesHans de Goede1-0/+7
2015-03-18USB: ehci-atmel: rework clk handlingBoris Brezillon1-21/+9
2015-03-16USB: ftdi_sio: Added custom PID for Synapse Wireless productDoug Goldstein2-0/+7
2015-03-15usb: chipidea: otg: add a_alt_hnp_support response for B deviceLi Jun1-0/+11
2015-03-14Merge tag 'fixes-for-v4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman9-536/+40
2015-03-13usb: phy: msm: Remove dead codeStephen Boyd2-17/+3
2015-03-13Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-398/+272
2015-03-13fs: split generic and aio kiocbChristoph Hellwig2-4/+6
2015-03-13usb: renesas_usbhs: add support for USB-DMACYoshihiro Shimoda6-6/+226
2015-03-13usb: renesas_usbhs: fix the sequence in xfer_work()Yoshihiro Shimoda1-2/+2
2015-03-13usb: renesas_usbhs: add the channel number in dma-namesYoshihiro Shimoda1-7/+13
2015-03-13usb: gadget: f_printer: use non-zero flag for bitwise andAndrzej Pietrasiewicz1-1/+1
2015-03-13usb: gadget: printer: use after free in gprinter_alloc_inst()Dan Carpenter1-0/+1
2015-03-13usb: gadget: printer: delete some dead codeDan Carpenter1-5/+0
2015-03-13usb: dwc2: pci: Select the generic PHY for dwc2-pci driverJohn Youn1-0/+1
2015-03-13usb: gadget: serial: %pf is only for function pointersScott Wood1-1/+1
2015-03-12usb: dwc2: rework initialization of host and gadget in dual-role modeMarek Szyprowski2-8/+23
2015-03-11usb: dwc2: pci: Add device mode to the dwc2-pci driverJohn Youn2-90/+76
2015-03-11usb: gadget: lpc32xxx_udc: Fix NULL dereferencePeter Chen1-12/+3
2015-03-11usb: musb: cppi41: fix condition to call cppi41_trans_done().Takeyoshi Kikuchi1-2/+4
2015-03-11usb: phy: phy-generic: No need to call gpiod_direction_output() twiceFabio Estevam1-7/+5
2015-03-11usb: gadget: f_hid: remove unnecessary usb_ep_dequeue()Robert Baldyga1-1/+0
2015-03-11usb: gadget: dummy-hcd: Remove utf8 from format stringRasmus Villemoes1-1/+1
2015-03-11usb: gadget: atmel_usba_udc: Add suspend/resume with wakeup supportSylvain Rochet1-0/+57
2015-03-11usb: gadget: atmel_usba_udc: condition clocks to vbus stateSylvain Rochet2-48/+100
2015-03-11usb: gadget: atmel_usba_udc: Request an auto disabled Vbus signal IRQSylvain Rochet1-7/+2
2015-03-11usb: gadget: atmel_usba_udc: Fixed vbus_prev initial stateSylvain Rochet1-0/+2
2015-03-11usb: phy: fixed comment typoMickael Maison1-1/+1
2015-03-11usb: phy: ab8500: fixed comment typoMickael Maison1-1/+1
2015-03-11usb: gadget: f_mass_storage: use defined constant instead of numeric valueTal Shorer1-1/+1
2015-03-11usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xmlMasanari Iida1-2/+2
2015-03-11usb: musb: dsps: don't fake of_node to musb coreFelipe Balbi1-1/+0
2015-03-11usb: musb: dsps: request phy using our device pointerFelipe Balbi1-1/+1
2015-03-11Revert "usb: gadget: zero: Add support for interrupt EP"Felipe Balbi4-526/+22
2015-03-11Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"Mathias Nyman3-94/+10
2015-03-11usb: phy: am335x-control: check return value of bus_find_deviceDavid Dueck1-0/+3
2015-03-10usb: dwc2: host: fix dwc2 disconnect bugYunzhi Li1-0/+3
2015-03-10usb: gadget: printer: add configfs supportAndrzej Pietrasiewicz3-2/+148
2015-03-10usb: gadget: printer: use module_usb_composite_driver helper macroAndrzej Pietrasiewicz1-13/+1
2015-03-10usb: gadget: f_printer: remove compatibility layerAndrzej Pietrasiewicz1-113/+0
2015-03-10usb: gadget: printer: convert to new interface of f_printerAndrzej Pietrasiewicz2-14/+37
2015-03-10usb: gadget: f_printer: convert to new function interface with backward compa...Andrzej Pietrasiewicz5-1/+220
2015-03-10usb: gadget: printer: factor out f_printerAndrzej Pietrasiewicz2-1249/+1285
2015-03-10usb: gadget: printer: allocate printer_dev instances dynamicallyAndrzej Pietrasiewicz1-22/+40
2015-03-10usb: gadget: printer: add req_match for printer functionAndrzej Pietrasiewicz1-0/+36