summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* fastboot: Fix fastboot reboot fail by changing functions orderyurii.pidhornyi2020-09-011-2/+2
* f_sdp: Change bInterval of interrupt endpoint to 3Sherry Sun2020-09-011-2/+2
* f_sdp: Add EP1_OUT as default data receive pipe in sdpSherry Sun2020-09-011-16/+107
* f_sdp: Support searching and loading FIT or container imagePeng Fan2020-09-011-12/+58
* f_sdp: Fix wrong usb request sizeYe Li2020-09-011-1/+1
* f_sdp: Add high speed endpoint descriptorYe Li2020-09-011-2/+28
* usb: max3420: add the gadget driverJassi Brar2020-09-014-0/+890
* fastboot: Add support for 'reboot fastboot' commandRoman Kovalivskyi2020-09-011-0/+2
* usb: ci_udc: Add function to remove usb deviceYe Li2020-09-012-0/+25
* usb: gadget: Fix controller index in UMSYe Li2020-09-011-2/+4
* eth/r8152: support RTL8153B/RTL8154BHayes Wang2020-09-013-4/+414
* eth/r8152: modify rtl_clear_bp functionHayes Wang2020-09-012-35/+36
* eth/r8152: reset PHY after setting itHayes Wang2020-09-011-1/+1
* eth/r8152: reset bmu after disabling Tx/RxHayes Wang2020-09-012-1/+20
* drivers: usb: Fix config indentationRuben Di Battista2020-08-271-6/+6
* treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada2020-08-221-1/+1
* linux/compat.h: Add wait_event_timeout macroOleksandr Andrushchenko2020-08-141-1/+0
* xen: Port Xen hypervisor related code from mini-osOleksandr Andrushchenko2020-08-141-4/+0
* usb: host: dwc3-sti-glue: Fix ofnode_valid() parameterPatrice Chotard2020-08-131-1/+1
* usb: xhci: Add virt_to_phys() to support mapped platformsStefan Roese2020-08-053-16/+14
* usb: usb-uclass.c: Drop le16_to_cpu() as values are already swappedStefan Roese2020-08-051-4/+4
* usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq()Stefan Roese2020-08-051-1/+1
* usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)Stefan Roese2020-08-051-4/+5
* usb: Drop dm.h header fileSimon Glass2020-08-033-36/+47
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-259-9/+9
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-256-7/+7
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-2415-16/+16
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-209-9/+9
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-206-7/+7
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-177-8/+8
* usb: xhci: Add reset controller supportNicolas Saenz Julienne2020-07-102-0/+37
* usb: xhci: Add missing cache flush in the scratchpad array initializationSylwester Nawrocki2020-07-091-0/+3
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini2020-06-192-224/+265
|\
| * eth/r8152: update the firmwareHayes Wang2020-06-142-224/+265
* | usb: provide a device tree node to USB devicesMichael Walle2020-06-111-5/+36
|/
* kconfig: fix typo for OHCI host and add to DM listMarcin Juszkiewicz2020-06-021-2/+2
* usb: ohci: Add header file for ARCH_DMA_MINALIGNSimon Glass2020-06-021-0/+1
* Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2020-05-317-244/+147
|\
| * driver: usb: drop legacy rockchip xhci driverFrank Wang2020-05-303-207/+0
| * usb: dwc3: add make compatible for rockchip platformFrank Wang2020-05-301-6/+28
| * usb: dwc3: amend UTMI/UTMIW phy interface setupFrank Wang2020-05-293-31/+64
| * usb: dwc3: Enable AutoRetry feature in the controllerJagan Teki2020-05-292-0/+12
| * usb: dwc3: Add disable u2mac linestate check quirkJagan Teki2020-05-292-0/+27
| * usb: dwc3: add dis_u2_freeclk_exists_quirkFrank Wang2020-05-292-0/+8
| * usb: dwc3: add dis_enblslpm_quirkFrank Wang2020-05-292-0/+8
* | usb: ehci-mx6: Print error code on failureMarek Vasut2020-05-291-2/+2
* | usb: ehci-mx6: Handle fixed regulators correctlyMarek Vasut2020-05-291-2/+2
* | eth/r8152: fix assigning the wrong endpointHayes Wang2020-05-291-6/+8
|/
* eth/r8152: fix typo in register nameHayes Wang2020-05-222-6/+6
* usb: dwc3: fix NULL pointer issueChunfeng Yun2020-05-221-3/+3