summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | usb: gadget: legacy: set max_speed to super-speedRoger Quadros2020-01-154-4/+4
| * | | | usb: dwc2: fix debugfs FIFO countJohn Keeping2020-01-151-1/+2
| * | | | usb: dwc2: Fix IN FIFO allocationJohn Keeping2020-01-151-1/+2
| * | | | usb: phy-generic: Delete unused platform dataLinus Walleij2020-01-154-31/+15
| * | | | usb: dwc2: Fix NULL qh in dwc2_queue_transactionAlexandru M Stan2020-01-151-1/+1
| * | | | usb: dwc2: Fix Stalling a Non-Isochronous OUT EPMinas Harutyunyan2020-01-151-5/+17
| * | | | usb: dwc3: gadget: Clear DCTL.ULSTCHNGREQ before setThinh Nguyen2020-01-151-0/+3
| * | | | usb: dwc3: gadget: Set link state to RX_Detect on disconnectThinh Nguyen2020-01-151-0/+2
| * | | | usb: dwc3: gadget: Don't send unintended link state changeThinh Nguyen2020-01-152-9/+21
| * | | | Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman2020-01-1315-46/+145
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | usb: host: ehci-tegra: Remove unused fields from tegra_ehci_hcdDmitry Osipenko2020-01-091-2/+0
| * | | | usb: host: ehci-tegra: Stop managing PHY's powerDmitry Osipenko2020-01-091-6/+0
| * | | | usb: chipidea: tegra: Add USB_TEGRA_PHY to driver's dependenciesDmitry Osipenko2020-01-091-0/+1
| * | | | usb: chipidea: tegra: Stop managing PHY's powerDmitry Osipenko2020-01-091-9/+0
| * | | | usb: phy: tegra: Keep CPU interrupts enabledDmitry Osipenko2020-01-091-6/+4
| * | | | usb: phy: tegra: Move utmip_pad_count checking under lockDmitry Osipenko2020-01-091-10/+11
| * | | | usb: phy: tegra: Disable VBUS regulator on tegra_usb_phy_init failureDmitry Osipenko2020-01-091-4/+8
| * | | | usb: phy: tegra: Use device-tree notion of reset-GPIO's active-stateDmitry Osipenko2020-01-091-54/+16
| * | | | usb: phy: tegra: Use u32 for hardware register variablesDmitry Osipenko2020-01-091-13/+15
| * | | | usb: phy: tegra: Use devm_otg_ulpi_create()Dmitry Osipenko2020-01-091-16/+6
| * | | | usb: ulpi: Add resource-managed variant of otg_ulpi_create()Dmitry Osipenko2020-01-091-9/+39
| * | | | usb: phy: tegra: Use generic stub for a missing VBUS regulatorDmitry Osipenko2020-01-091-19/+9
| * | | | usb: phy: tegra: Use relaxed versions of readl/writelDmitry Osipenko2020-01-091-97/+98
| * | | | usb: phy: tegra: Clean up included headersDmitry Osipenko2020-01-091-9/+11
| * | | | usb: phy: tegra: Perform general clean up of the codeDmitry Osipenko2020-01-091-231/+254
| * | | | usb: phy: tegra: Hook up init/shutdown callbacksDmitry Osipenko2020-01-091-70/+110
| * | | | usb: phy: tegra: Keep track of power on-off stateDmitry Osipenko2020-01-091-4/+26
| * | | | usb: phy: tegra: Clean up ulpi_phy_power_offDmitry Osipenko2020-01-091-2/+13
| * | | | usb: host: ehci-tegra: Correct teardown order of driver's removalDmitry Osipenko2020-01-091-7/+1
| * | | | usb: exynos: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski2020-01-094-7/+7
| * | | | usb: typec: Give the mux drivers all the details regarding the port stateHeikki Krogerus2020-01-093-12/+28
| * | | | usb: typec: More API for cable handlingHeikki Krogerus2020-01-091-0/+46
| * | | | usb: typec: Add parameter for the VDO to typec_altmode_enter()Heikki Krogerus2020-01-094-9/+12
| * | | | usb: typec: Block mode entry if the port has the mode disabledHeikki Krogerus2020-01-091-0/+3
| * | | | usb: typec: ucsi: fix spelling mistake "connetor" -> "connector"Colin Ian King2020-01-081-1/+1
| * | | | usb: ehci-mv: Fix missing iomem in castKrzysztof Kozlowski2020-01-081-1/+1
| * | | | USB: omap_udc: use resource_sizeJulia Lawall2020-01-081-3/+3
| * | | | usb: gadget: udc: atmel: constify copied structureJulia Lawall2020-01-081-1/+1
| * | | | usb: host: oxu210hp-hcd: fix gcc warningArnd Bergmann2020-01-081-5/+9
| * | | | usb: typec: ucsi: Actually enable all the interface notificationsHeikki Krogerus2020-01-081-0/+1
| * | | | usb: typec: fix non-kernel-doc commentsRandy Dunlap2020-01-082-2/+2
| * | | | usb: host: Do not compile test deprecated USB_OCTEON_EHCIKrzysztof Kozlowski2019-12-311-1/+1
| * | | | usb: usb3503: Convert to use GPIO descriptorsLinus Walleij2019-12-301-59/+35
| * | | | usb: renesas_usbhs: Switch to GPIO descriptorLinus Walleij2019-12-302-15/+9
| * | | | usb: phy: Enable compile testing for some of driversKrzysztof Kozlowski2019-12-301-2/+2
| * | | | usb: host: Enable compile testing for some of driversKrzysztof Kozlowski2019-12-301-27/+27
| * | | | usb: typec: ucsi: add support for separate DP altmode devicesAjay Gupta2019-12-303-2/+279
| * | | | usb: typec: ucsi: Store the notification maskHeikki Krogerus2019-12-302-5/+13
| * | | | usb: mtk-xhci: Do not explicitly set the DMA maskTomasz Figa2019-12-301-5/+0
| * | | | usb: phy: ab8500-usb: Keep PHY turned on in UART modeStephan Gerhold2019-12-301-1/+25