summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-05-04Merge tag 'usb-ci-v4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2-10/+4
2016-05-04Merge tag 'phy-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman10-371/+950
2016-05-04USB: usbfs: fix potential infoleak in devioKangjie Lu1-4/+5
2016-05-04usb: dwc3: gadget: fix mask and shift order in DWC3_DCFG_NUMP()Dan Carpenter1-1/+1
2016-05-04sisusbvga: correct speed testingOliver Neukum1-2/+2
2016-05-04usb: misc: usbtest: fix pattern tests for scatterlists.Mathias Nyman1-1/+3
2016-05-04usb: renesas_usbhs: fix signed-unsigned returnSudip Mukherjee1-12/+15
2016-05-04USB: leave LPM alone if possible when binding/unbinding interface driversAlan Stern1-17/+23
2016-04-30phy: exynos-mipi-video: Add support for Exynos 5420 and 5433 SoCsMarek Szyprowski1-1/+128
2016-04-30phy: exynos-mipi-video: Rewrite handling of phy registersMarek Szyprowski1-35/+130
2016-04-30phy: exynos-mipi-video: Drop support for direct access to PMUSylwester Nawrocki1-44/+13
2016-04-30phy: bcm-ns-usb2: new driver for USB 2.0 PHY on NorthstarRafał Miłecki3-0/+147
2016-04-30phy: rockhip-usb: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-04-30phy: phy-mt65xx-usb3: add support for mt2701 platformChunfeng Yun2-28/+54
2016-04-30phy: rcar-gen3-usb2: add extcon supportYoshihiro Shimoda2-0/+27
2016-04-30phy: rcar-gen3-usb2: Add vbus-supply to handle VBUS on/offYoshihiro Shimoda1-0/+28
2016-04-30phy: rcar-gen3-usb2: remove unnecesary struct rcar_gen3_dataYoshihiro Shimoda1-19/+14
2016-04-30phy: Add support for NS2 SATA3 PHY in Broadcom SATA3 PHY driverAnup Patel3-48/+211
2016-04-30USB: EHCI: make all debugging depend on CONFIG_DYNAMIC_DEBUGAlan Stern1-52/+34
2016-04-30usb: usbip: Avoid NULL pointer dereference in case of errorKrzysztof Opasiak1-1/+1
2016-04-30usbip: vudc: make dev_desc attribute binaryIgor Kotrasinski1-6/+14
2016-04-30usb: Add driver for UCSIHeikki Krogerus4-0/+720
2016-04-29phy: Rename phy-brcmstb-sata driver to phy-brcm-sata driverAnup Patel3-14/+14
2016-04-29phy: rcar-gen3-usb2, rcar-gen2: Use ARCH_RENESASSimon Horman1-2/+2
2016-04-29phy: rcar-gen3-usb2: add fallback bindingSimon Horman1-0/+1
2016-04-29phy: rcar-gen2: add fallback bindingSimon Horman1-0/+1
2016-04-28usb: core: move root hub's device node assignment after it is added to busPeter Chen2-1/+1
2016-04-28Use "foo *bar" instead of "foo * bar".Sandhya Bankar1-1/+1
2016-04-28usb: Remove unnecessary space before function pointer arguments.Sandhya Bankar1-4/+4
2016-04-28usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge2-6/+17
2016-04-28usb/host/: const data must use __initconst not __initdataNicolas Pitre4-4/+4
2016-04-28usb: devio: declare usbdev_vm_ops as staticMichele Curti1-1/+1
2016-04-28usb: misc: usbtest: fix error of urb allocationChunfeng Yun1-0/+3
2016-04-28usb: core: buffer: avoid NULL pointer dereferrenceChunfeng Yun1-0/+3
2016-04-28usbip: vudc: fix Kconfig dependenciesArnd Bergmann1-4/+4
2016-04-28usbip: safe completion against unbind operationNobuo Iwata1-1/+4
2016-04-28usb: usbip: vudc: Rename find_endpoint() to vudc_find_endpoint()Krzysztof Opasiak4-6/+6
2016-04-28usbip: fix NULL pointer dereference on errorsAlexander Popov4-18/+12
2016-04-28usb: usbip: vudc: Fix WARN_ON() usage patternKrzysztof Opasiak1-3/+2
2016-04-28Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman36-613/+819
2016-04-28usb: dwc3: gadget: disable automatic calculation of ACK TP NUMPFelipe Balbi2-0/+16
2016-04-28usb: dwc3: gadget: update DCFG.NumP to max burst sizeFelipe Balbi2-2/+15
2016-04-28usb: dwc2: Proper cleanup on dr_mode failureJohn Youn1-1/+1
2016-04-28usb: dwc2: Fixed SOF interrupt enabling/disablingSevak Arakelyan1-1/+2
2016-04-28usb: dwc2: host: Setting qtd to NULL after freeing itVardan Mikayelyan2-0/+2
2016-04-28usb: dwc2: gadget: Prevent handling of host interruptsVardan Mikayelyan1-0/+3
2016-04-28usb: dwc2: gadget: Check for ep0 in enableVahram Aharonyan1-1/+4
2016-04-28usb: dwc3: gadget: give better command return codeKonrad Leszczynski2-3/+34
2016-04-28usb: gadget: composite: avoid kernel oops with bad gadgetsFelipe Balbi1-3/+19
2016-04-28usb: dwc3: pci: pass the platform device as a parameter to dwc3_pci_quirks()Heikki Krogerus1-8/+5