summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
* | fastboot: Rename public fb_ functions to fastboot_Alex Kiernan2018-05-301-6/+6
* | fastboot: Extract common definitions from USB fastbootAlex Kiernan2018-05-301-2/+0
* | fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan2018-05-301-6/+1
* | fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan2018-05-301-7/+7
* | fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan2018-05-301-13/+0
* | fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan2018-05-301-22/+13
* | gadget: f_thor: Fix memory leaks of usb request and its bufferSeung-Woo Kim2018-05-301-33/+32
* | rockchip: xhci: remove DTS parsing for PHY (which is unused)Philipp Tomsich2018-05-301-16/+0
* | usb: xhci: Handle endianness in xhci_set_configuration()Bin Meng2018-05-301-1/+1
* | usb: xhci: Fix config fail of FS hub behind a HS hub with MTTBin Meng2018-05-301-1/+8
* | usb: xhci: Initialize dev_state to 0 in the input slot contextBin Meng2018-05-301-0/+1
* | usb: xhci: Set accurate add context flags when updating hub attributesBin Meng2018-05-301-1/+1
* | usb: xhci-rcar: deregister before deactivating clockMatthias Blankertz2018-05-301-1/+4
|/
* drivers: usb: dwc3: remove devm_zalloc from linux_compactMugunthan V N2018-05-184-8/+8
* usb: xhci: zynqmp: Remove support for !DM_USBMichal Simek2018-05-182-46/+1
* usb: xhci: zynqmp: Add support for DM_USBMichal Simek2018-05-181-0/+69
* usb: dwc3: Add generic DWC3 glue logic driverMichal Simek2018-05-183-0/+164
* usb: common: add support to get maximum speed from dtMugunthan V N2018-05-181-0/+29
* usb: dwc3: Add dwc3_init/remove with DM_USBMugunthan V N2018-05-183-1/+62
* gadget: f_thor: update to support more than 4GB file as thor 5.0Seung-Woo Kim2018-05-182-4/+8
* gadget: f_thor: fix filename overflowSeung-Woo Kim2018-05-181-1/+2
* usb: composite convert __set_bit to generic_set_bitBryan O'Donoghue2018-05-151-1/+1
* usb: f_mass_storage: Fix set_bit and clear_bit usageBryan O'Donoghue2018-05-151-22/+3
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-2/+1
* regmap: clean up regmap allocationMasahiro Yamada2018-05-071-1/+1
* SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07170-352/+170
* usb: f_mass_storage: simplify logical expressionHeinrich Schuchardt2018-04-301-1/+1
* usb: gadget: remove duplicate assignment.Heinrich Schuchardt2018-04-301-1/+1
* spl: disk: usb: Add dependencies to sprintf/strto*Alex Kiernan2018-04-281-0/+4
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-2716-32/+0
* usb: gadget: composite: fix NULL pointer when a non standard request is receivedChristophe Kerello2018-04-261-1/+4
* usb: host: dwc3: fix phys initNeil Armstrong2018-04-261-10/+13
* usb: dwc3-of-simple: fix error check of clk_get_bulk when disabledNeil Armstrong2018-04-211-1/+1
* usb: dwc3-of-simple: Add support for DRA7/AM57 platforms.Jean-Jacques Hiblot2018-04-212-0/+2
* usb: dwc3-of-simple: Fix dependenciesJean-Jacques Hiblot2018-04-211-1/+1
* usb: host: dwc3: Add support for multiple PHYsNeil Armstrong2018-04-111-47/+66
* usb: host: Add simple of glue driver for DWC3 USB Controllers integrationNeil Armstrong2018-04-113-0/+117
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* usb: gadget: USB_ETHER requires network supportAlex Kiernan2018-04-081-0/+1
* usb: rockchip: remove duplicate assignement.Heinrich Schuchardt2018-03-281-1/+0
* lan7xxx: Require phylibAlexander Graf2018-03-221-0/+2
* usb: dwc2: Replace printf, pr_err by dev_info, dev_errPatrice Chotard2018-03-171-9/+11
* usb: dwc2: increase timeout in wait_for_chhltdChristophe Kerello2018-03-171-1/+1
* usb: dwc2: disable external vbus supply when the device is removedChristophe Kerello2018-03-171-3/+35
* usb: ohci-generic: replace pr_err() by dev_err()Patrice Chotard2018-03-171-7/+6
* usb: ohci-generic: factorize PHY operationPatrice Chotard2018-03-171-40/+59
* usb: ohci-generic: handle phy power on/offPatrice Chotard2018-03-171-0/+17
* usb: ehci-generic: replace pr_err() by dev_err()Patrice Chotard2018-03-171-7/+9
* usb: ehci-generic: factorize PHY operationPatrice Chotard2018-03-171-40/+59