aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2018-07-05sunxi: A64: OHCI: prevent turning off shared USB clockAndre Przywara1-1/+18
2018-07-05usb: dwc2: Add brcm,bcm2708-usb compatibleEmmanuel Vadot1-0/+1
2018-06-29usb: sunxi: Use proper reg_mask for clock gate, resetJagan Teki2-5/+13
2018-06-29usb: ohci: change the NUM_EDs from 8 to 32Zeng Tao1-1/+1
2018-06-29usb: sunxi: ohci: make ohci_t the first member in private dataVasily Khoruzhick1-1/+1
2018-06-27dwc2 USB controller hangs with lan78xxAndrew Thomas1-1/+1
2018-06-16Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-41/+166
2018-06-14usb: sunxi: access ahb_reset0_cfg in CCM using its offsetVasily Khoruzhick2-6/+37
2018-06-13Merge git://git.denx.de/u-boot-x86Tom Rini1-3/+2
2018-06-13lib: Add hexdumpAlexey Brodkin2-2/+3
2018-06-13usb: sunxi: sun50i: enable OHCI0 clock when OHCI1 is in useVasily Khoruzhick1-2/+10
2018-06-13usb: sunxi: ohci: get rid of ifdefsVasily Khoruzhick1-20/+63
2018-06-13usb: sunxi: ehci: get rid of ifdefsVasily Khoruzhick1-20/+63
2018-06-13usb: xhci-pci: Fix compiler warningBin Meng1-3/+2
2018-06-07bug.h: introduce WARN_ONCERamon Fried2-7/+0
2018-06-04Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini6-98/+297
2018-06-01Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblazeTom Rini1-1/+1
2018-05-31usb: xhci: zynqmp: Fix header locationMichal Simek1-1/+1
2018-05-30usb: fastboot: Convert USB f_fastboot to shared fastbootAlex Kiernan1-281/+37
2018-05-30fastboot: Rename public fb_ functions to fastboot_Alex Kiernan1-6/+6
2018-05-30fastboot: Extract common definitions from USB fastbootAlex Kiernan1-2/+0
2018-05-30fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan1-6/+1
2018-05-30fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan1-7/+7
2018-05-30fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan1-13/+0
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan1-22/+13
2018-05-30gadget: f_thor: Fix memory leaks of usb request and its bufferSeung-Woo Kim1-33/+32
2018-05-30rockchip: xhci: remove DTS parsing for PHY (which is unused)Philipp Tomsich1-16/+0
2018-05-30usb: xhci: Handle endianness in xhci_set_configuration()Bin Meng1-1/+1
2018-05-30usb: xhci: Fix config fail of FS hub behind a HS hub with MTTBin Meng1-1/+8
2018-05-30usb: xhci: Initialize dev_state to 0 in the input slot contextBin Meng1-0/+1
2018-05-30usb: xhci: Set accurate add context flags when updating hub attributesBin Meng1-1/+1
2018-05-30usb: xhci-rcar: deregister before deactivating clockMatthias Blankertz1-1/+4
2018-05-28usb: sunxi: Switch to use generic-phyJagan Teki4-39/+124
2018-05-28phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectJagan Teki3-11/+28
2018-05-28musb: sunxi: Add support for H3/H5/A64Jagan Teki1-1/+2
2018-05-28musb: sunxi: Use BIT instead of numerical shiftJagan Teki1-14/+14
2018-05-28musb: sunxi: Add OTG device clkgate and reset for H3/H5Jagan Teki1-0/+17
2018-05-28musb: sunxi: Add fifo configJagan Teki1-5/+65
2018-05-28musb: sunxi: Use simple way to fill musb_hdrc pdataJagan Teki1-13/+10
2018-05-28musb: sunxi: Add proper macros instead of numericalsJagan Teki1-4/+8
2018-05-28usb: sunxi: Simplify ccm reg base codeJagan Teki3-25/+43
2018-05-18drivers: usb: dwc3: remove devm_zalloc from linux_compactMugunthan V N4-8/+8
2018-05-18usb: xhci: zynqmp: Remove support for !DM_USBMichal Simek2-46/+1
2018-05-18usb: xhci: zynqmp: Add support for DM_USBMichal Simek1-0/+69
2018-05-18usb: dwc3: Add generic DWC3 glue logic driverMichal Simek3-0/+164
2018-05-18usb: common: add support to get maximum speed from dtMugunthan V N1-0/+29
2018-05-18usb: dwc3: Add dwc3_init/remove with DM_USBMugunthan V N3-1/+62
2018-05-18gadget: f_thor: update to support more than 4GB file as thor 5.0Seung-Woo Kim2-4/+8
2018-05-18gadget: f_thor: fix filename overflowSeung-Woo Kim1-1/+2
2018-05-15usb: composite convert __set_bit to generic_set_bitBryan O'Donoghue1-1/+1