summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2018-06-16Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2018-06-14usb: sunxi: access ahb_reset0_cfg in CCM using its offsetVasily Khoruzhick
2018-06-13Merge git://git.denx.de/u-boot-x86Tom Rini
2018-06-13lib: Add hexdumpAlexey Brodkin
2018-06-13usb: sunxi: sun50i: enable OHCI0 clock when OHCI1 is in useVasily Khoruzhick
2018-06-13usb: sunxi: ohci: get rid of ifdefsVasily Khoruzhick
2018-06-13usb: sunxi: ehci: get rid of ifdefsVasily Khoruzhick
2018-06-13usb: xhci-pci: Fix compiler warningBin Meng
2018-06-07bug.h: introduce WARN_ONCERamon Fried
2018-06-04Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
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-28usb: sunxi: Switch to use generic-phyJagan Teki
2018-05-28phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectJagan Teki
2018-05-28musb: sunxi: Add support for H3/H5/A64Jagan Teki
2018-05-28musb: sunxi: Use BIT instead of numerical shiftJagan Teki
2018-05-28musb: sunxi: Add OTG device clkgate and reset for H3/H5Jagan Teki
2018-05-28musb: sunxi: Add fifo configJagan Teki
2018-05-28musb: sunxi: Use simple way to fill musb_hdrc pdataJagan Teki
2018-05-28musb: sunxi: Add proper macros instead of numericalsJagan Teki
2018-05-28usb: sunxi: Simplify ccm reg base codeJagan Teki
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