aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-03-26usb: chipidea: usbmisc_imx: fix returnvar.cocci warningskbuild test robot1-2/+1
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig2-0/+2
2015-03-25USB: ftdi_sio: Use jtag quirk for SNAP Connect E10Doug Goldstein1-2/+6
2015-03-24Merge tag 'fixes-for-v4.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-1/+1
2015-03-24Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman51-1993/+2771
2015-03-24usb: isp1760: fix spin unlock in the error path of isp1760_udc_startSudeep Holla1-1/+1
2015-03-24usb: musb: Fix fifo reads for dm816x with musb_dspsTony Lindgren1-1/+24
2015-03-24usb: phy: Fix USB_ULPI_VIEWPORT Kconfig dependencyIvan T. Ivanov1-1/+1
2015-03-24usb: gadget: f_printer: fix dependenciesAndrzej Pietrasiewicz1-0/+1
2015-03-23usb: xhci: apply XHCI_AVOID_BEI quirk to all Intel xHCI controllersLu Baolu1-1/+1
2015-03-23usb: xhci: handle Config Error Change (CEC) in xhci driverLu Baolu1-1/+8
2015-03-23Merge 4.0-rc5 into usb-nextGreg Kroah-Hartman19-1049/+346
2015-03-22Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds16-653/+79
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+2
2015-03-19loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche1-3/+2
2015-03-19USB: keyspan_pda: add new device idNathaniel W Filardo1-0/+3
2015-03-19usb: gadget: atmel_usba: use endian agnostic IO on ARMBen Dooks2-8/+18
2015-03-19usb: dwc2: pci: Correctly compile dwc2-pci as a module or built-inJohn Youn1-4/+2
2015-03-19usb: gadget: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-19usb: gadget: goku_udc: Remove uses of seq_<foo> return valuesJoe Perches1-111/+122
2015-03-19usb: renesas_usbhs: fix spinlock suspected in a gadget complete functionYoshihiro Shimoda1-3/+19
2015-03-19usb: common: otg-fsm: only signal connect after switching to peripheralPeter Chen1-2/+2
2015-03-19usb: phy: Find the right match in devm_usb_phy_matchAxel Lin1-1/+3
2015-03-19usb: chipidea: udc: apply new usb_udc_vbus_handler interfacePeter Chen1-5/+5
2015-03-19usb: udc: add usb_udc_vbus_handlerPeter Chen1-1/+33
2015-03-19usb: udc: store usb_udc pointer in struct usb_gadgetPeter Chen1-25/+9
2015-03-19usb: dwc2: avoid leaking DMA channels on disconnectionVincent Palatin1-0/+8
2015-03-18usb: phy: msm: Remove dead codeStephen Boyd2-17/+3
2015-03-18ehci-msm: Remove dead dependencyStephen Boyd1-1/+1
2015-03-18usb: gadget: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-18usb: isp1760: add peripheral/device controller chip idSudeep Holla1-1/+1
2015-03-18usb: isp1760: fix possible deadlock in isp1760_udc_irqSudeep Holla1-4/+6
2015-03-18usb: load usb phy earlierZhangfei Gao1-1/+1
2015-03-18usb: storage: Fix trivial typo in isd200_log_config()Yannick Guerrini1-1/+1
2015-03-18drivers: usb: storage: cypress_atacb.c: trivial checkpatch fixesBas Peters1-9/+8
2015-03-18drivers: usb: storage: alauda.c: properly place braces after function declara...Bas Peters1-5/+10
2015-03-18USB: gadget: f_mass_storage: use static attribute groups for sysfs entriesTakashi Iwai1-74/+33
2015-03-18USB: appledisplay: Deletion of a check before backlight_device_unregister()Markus Elfring1-1/+1
2015-03-18ueagle-atm: Delete unnecessary checks before the function call "release_firmw...Markus Elfring1-2/+2
2015-03-18USB: whci-hcd: Delete an unnecessary check before the function call "usb_put_...Markus Elfring1-2/+1
2015-03-18usb: xhci: plat: Add USB phy supportMaxime Ripard1-1/+18
2015-03-18xhci: unify cycle state toggling operation with 'XOR'Lin Wang1-2/+2
2015-03-18USB: legotower: use msecs_to_jiffies for time conversionNicholas Mc Guire1-3/+3
2015-03-18USB: image: use msecs_to_jiffies for time conversionNicholas Mc Guire1-4/+7
2015-03-18usb: host/sl811-hcd: fix sparse warningLad, Prabhakar1-1/+1
2015-03-18usb: chipidea: support runtime power management for otg fsm modeLi Jun3-7/+59
2015-03-18usb: chipidea: host: turn on vbus before add hcd if early vbus on is requiredLi Jun1-5/+22
2015-03-18usb: chipidea: add a flag for turn on vbus early for hostLi Jun1-4/+8
2015-03-18chipidea: pci: register nop PHYAndy Shevchenko1-7/+24
2015-03-18usb: chipidea: host: add .bus_suspend quirkPeter Chen1-0/+44