summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2018-06-01Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblazeTom Rini
2018-05-31usb: xhci: zynqmp: Fix header locationMichal Simek
2018-05-30usb: fastboot: Convert USB f_fastboot to shared fastbootAlex Kiernan
2018-05-30fastboot: Rename public fb_ functions to fastboot_Alex Kiernan
2018-05-30fastboot: Extract common definitions from USB fastbootAlex Kiernan
2018-05-30fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan
2018-05-30fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan
2018-05-30fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan
2018-05-30gadget: f_thor: Fix memory leaks of usb request and its bufferSeung-Woo Kim
2018-05-30rockchip: xhci: remove DTS parsing for PHY (which is unused)Philipp Tomsich
2018-05-30usb: xhci: Handle endianness in xhci_set_configuration()Bin Meng
2018-05-30usb: xhci: Fix config fail of FS hub behind a HS hub with MTTBin Meng
2018-05-30usb: xhci: Initialize dev_state to 0 in the input slot contextBin Meng
2018-05-30usb: xhci: Set accurate add context flags when updating hub attributesBin Meng
2018-05-30usb: xhci-rcar: deregister before deactivating clockMatthias Blankertz
2018-05-18drivers: usb: dwc3: remove devm_zalloc from linux_compactMugunthan V N
2018-05-18usb: xhci: zynqmp: Remove support for !DM_USBMichal Simek
2018-05-18usb: xhci: zynqmp: Add support for DM_USBMichal Simek
2018-05-18usb: dwc3: Add generic DWC3 glue logic driverMichal Simek
2018-05-18usb: common: add support to get maximum speed from dtMugunthan V N
2018-05-18usb: dwc3: Add dwc3_init/remove with DM_USBMugunthan V N
2018-05-18gadget: f_thor: update to support more than 4GB file as thor 5.0Seung-Woo Kim
2018-05-18gadget: f_thor: fix filename overflowSeung-Woo Kim
2018-05-15usb: composite convert __set_bit to generic_set_bitBryan O'Donoghue
2018-05-15usb: f_mass_storage: Fix set_bit and clear_bit usageBryan O'Donoghue
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2018-05-07regmap: clean up regmap allocationMasahiro Yamada
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-30usb: f_mass_storage: simplify logical expressionHeinrich Schuchardt
2018-04-30usb: gadget: remove duplicate assignment.Heinrich Schuchardt
2018-04-28spl: disk: usb: Add dependencies to sprintf/strto*Alex Kiernan
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-26usb: gadget: composite: fix NULL pointer when a non standard request is receivedChristophe Kerello
2018-04-26usb: host: dwc3: fix phys initNeil Armstrong
2018-04-21usb: dwc3-of-simple: fix error check of clk_get_bulk when disabledNeil Armstrong
2018-04-21usb: dwc3-of-simple: Add support for DRA7/AM57 platforms.Jean-Jacques Hiblot
2018-04-21usb: dwc3-of-simple: Fix dependenciesJean-Jacques Hiblot
2018-04-11usb: host: dwc3: Add support for multiple PHYsNeil Armstrong
2018-04-11usb: host: Add simple of glue driver for DWC3 USB Controllers integrationNeil Armstrong
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan
2018-04-08usb: gadget: USB_ETHER requires network supportAlex Kiernan
2018-03-28usb: rockchip: remove duplicate assignement.Heinrich Schuchardt
2018-03-22lan7xxx: Require phylibAlexander Graf
2018-03-17usb: dwc2: Replace printf, pr_err by dev_info, dev_errPatrice Chotard
2018-03-17usb: dwc2: increase timeout in wait_for_chhltdChristophe Kerello
2018-03-17usb: dwc2: disable external vbus supply when the device is removedChristophe Kerello
2018-03-17usb: ohci-generic: replace pr_err() by dev_err()Patrice Chotard
2018-03-17usb: ohci-generic: factorize PHY operationPatrice Chotard