summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-03-23USB: ldusb: refactor endpoint retrievalJohan Hovold1-14/+9
2017-03-23USB: iowarrior: refactor endpoint retrievalJohan Hovold1-17/+8
2017-03-23USB: idmouse: refactor endpoint retrievalJohan Hovold1-16/+12
2017-03-23USB: ftdi-elan: refactor endpoint retrievalJohan Hovold1-25/+17
2017-03-23USB: chaoskey: refactor endpoint retrievalJohan Hovold1-12/+10
2017-03-23USB: appledisplay: refactor endpoint retrievalJohan Hovold1-13/+6
2017-03-23USB: adutux: refactor endpoint retrievalJohan Hovold1-23/+8
2017-03-23USB: adutux: fix up error pathsJohan Hovold1-13/+10
2017-03-23USB: adutux: drop redundant sanity checkJohan Hovold1-5/+0
2017-03-23USB: core: add helpers to retrieve endpoints in reverse orderJohan Hovold1-36/+76
2017-03-23USB: core: add helpers to retrieve endpointsJohan Hovold1-0/+83
2017-03-23usb: phy: Remove unused configBaolin Wang2-8/+0
2017-03-23usb: typec: add driver for Intel Whiskey Cove PMIC USB Type-C PHYHeikki Krogerus3-0/+393
2017-03-23usb: USB Type-C connector classHeikki Krogerus5-0/+1274
2017-03-23usb: ehci: use bus->sysdev for DMA configurationPeter Chen1-6/+6
2017-03-23usb: xhci: use bus->sysdev for DMA configurationArnd Bergmann3-18/+44
2017-03-23usb: ehci: fsl: use bus->sysdev for DMA configurationArnd Bergmann1-2/+2
2017-03-23usb: chipidea: use bus->sysdev for DMA configurationArnd Bergmann3-8/+8
2017-03-23usb: separate out sysdev pointer from usb_busArnd Bergmann3-50/+60
2017-03-23usb: hub: Do not attempt to autosuspend disconnected devicesGuenter Roeck2-0/+9
2017-03-23usb: hub: Fix error loop seen after hub communication errorsGuenter Roeck2-1/+22
2017-03-23ohci-pci: add qemu quirkGerd Hoffmann3-1/+19
2017-03-17usb: host: ohci-platform: set hcd->phy to avoid phy_get() in usb_add_hcd()Yoshihiro Shimoda1-0/+3
2017-03-17usb: host: ehci-platform: set hcd->phy to avoid phy_get() in usb_add_hcd()Yoshihiro Shimoda1-0/+3
2017-03-17usb: host: Allow to build ehci orion with mvebu SoCsGregory CLEMENT1-1/+1
2017-03-17usb: orion-ehci: Add support for the Armada 3700Hua Jing1-0/+36
2017-03-17drivers, usb: convert ep_data.count from atomic_t to refcount_tElena Reshetova1-4/+4
2017-03-17drivers, usb: convert dev_data.count from atomic_t to refcount_tElena Reshetova1-4/+5
2017-03-17drivers, usb: convert ffs_data.ref from atomic_t to refcount_tElena Reshetova2-5/+6
2017-03-17USB: misc: sisusb_con: fix coccinelle warningJiri Slaby1-1/+1
2017-03-17usb: storage: karma: remove useless variablePierre-Yves Kerbrat1-3/+3
2017-03-17USB: misc: ldusb: changed '*' location to fit coding StyleMilian Reichardt1-10/+10
2017-03-17USB: misc: ldusb: Added Space after ',' to fit the coding styleMilian Reichardt1-1/+1
2017-03-17USB: misc: ldusb: fixed decimal permission coding issueMilian Reichardt1-4/+4
2017-03-17usb: misc: remove unnecessary codeGustavo A. R. Silva1-1/+1
2017-03-17usb: host: ehci-platform: fix usb 1.1 device is not connected in system resumeYoshihiro Shimoda1-0/+7
2017-03-17usb: of: add functions to bind a companion controllerYoshihiro Shimoda1-0/+23
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu20-36/+44
2017-03-16usb: gadget: amd5536udc: Replace PCI pool old APIRomain Perier2-6/+6
2017-03-16usb: gadget: pch_udc: Replace PCI pool old APIRomain Perier1-16/+15
2017-03-16usb: gadget: net2280: Replace PCI pool old APIRomain Perier2-7/+7
2017-03-16usb: host: Remove remaining pci_pool in commentsRomain Perier3-3/+3
2017-03-16usb: misc: lvs: fix race condition in disconnect handlingOliver Neukum1-0/+1
2017-03-16usb: misc: remove unnecessary codeGustavo A. R. Silva1-1/+1
2017-03-16usb: atm: remove unnecessary codeGustavo A. R. Silva1-1/+1
2017-03-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-4/+20
2017-03-11Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-79/+50
2017-03-11Merge tag 'tty-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-65/+73
2017-03-11Merge tag 'staging-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+1
2017-03-11Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds24-108/+195