aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-09-01fastboot: Fix fastboot reboot fail by changing functions orderyurii.pidhornyi1-2/+2
2020-09-01f_sdp: Change bInterval of interrupt endpoint to 3Sherry Sun1-2/+2
2020-09-01f_sdp: Add EP1_OUT as default data receive pipe in sdpSherry Sun1-16/+107
2020-09-01f_sdp: Support searching and loading FIT or container imagePeng Fan1-12/+58
2020-09-01f_sdp: Fix wrong usb request sizeYe Li1-1/+1
2020-09-01f_sdp: Add high speed endpoint descriptorYe Li1-2/+28
2020-09-01usb: max3420: add the gadget driverJassi Brar4-0/+890
2020-09-01fastboot: Add support for 'reboot fastboot' commandRoman Kovalivskyi1-0/+2
2020-09-01usb: ci_udc: Add function to remove usb deviceYe Li2-0/+25
2020-09-01usb: gadget: Fix controller index in UMSYe Li1-2/+4
2020-09-01eth/r8152: support RTL8153B/RTL8154BHayes Wang3-4/+414
2020-09-01eth/r8152: modify rtl_clear_bp functionHayes Wang2-35/+36
2020-09-01eth/r8152: reset PHY after setting itHayes Wang1-1/+1
2020-09-01eth/r8152: reset bmu after disabling Tx/RxHayes Wang2-1/+20
2020-08-27drivers: usb: Fix config indentationRuben Di Battista1-6/+6
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-08-14linux/compat.h: Add wait_event_timeout macroOleksandr Andrushchenko1-1/+0
2020-08-14xen: Port Xen hypervisor related code from mini-osOleksandr Andrushchenko1-4/+0
2020-08-13usb: host: dwc3-sti-glue: Fix ofnode_valid() parameterPatrice Chotard1-1/+1
2020-08-05usb: xhci: Add virt_to_phys() to support mapped platformsStefan Roese3-16/+14
2020-08-05usb: usb-uclass.c: Drop le16_to_cpu() as values are already swappedStefan Roese1-4/+4
2020-08-05usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq()Stefan Roese1-1/+1
2020-08-05usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)Stefan Roese1-4/+5
2020-08-03usb: Drop dm.h header fileSimon Glass3-36/+47
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada9-9/+9
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada6-7/+7
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini15-16/+16
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada9-9/+9
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada6-7/+7
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada7-8/+8
2020-07-10usb: xhci: Add reset controller supportNicolas Saenz Julienne2-0/+37
2020-07-09usb: xhci: Add missing cache flush in the scratchpad array initializationSylwester Nawrocki1-0/+3
2020-06-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini2-224/+265
2020-06-14eth/r8152: update the firmwareHayes Wang2-224/+265
2020-06-11usb: provide a device tree node to USB devicesMichael Walle1-5/+36
2020-06-02kconfig: fix typo for OHCI host and add to DM listMarcin Juszkiewicz1-2/+2
2020-06-02usb: ohci: Add header file for ARCH_DMA_MINALIGNSimon Glass1-0/+1
2020-05-31Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodi...Tom Rini7-244/+147
2020-05-30driver: usb: drop legacy rockchip xhci driverFrank Wang3-207/+0
2020-05-30usb: dwc3: add make compatible for rockchip platformFrank Wang1-6/+28
2020-05-29usb: ehci-mx6: Print error code on failureMarek Vasut1-2/+2
2020-05-29usb: ehci-mx6: Handle fixed regulators correctlyMarek Vasut1-2/+2
2020-05-29eth/r8152: fix assigning the wrong endpointHayes Wang1-6/+8
2020-05-29usb: dwc3: amend UTMI/UTMIW phy interface setupFrank Wang3-31/+64
2020-05-29usb: dwc3: Enable AutoRetry feature in the controllerJagan Teki2-0/+12
2020-05-29usb: dwc3: Add disable u2mac linestate check quirkJagan Teki2-0/+27
2020-05-29usb: dwc3: add dis_u2_freeclk_exists_quirkFrank Wang2-0/+8
2020-05-29usb: dwc3: add dis_enblslpm_quirkFrank Wang2-0/+8
2020-05-22eth/r8152: fix typo in register nameHayes Wang2-6/+6
2020-05-22usb: dwc3: fix NULL pointer issueChunfeng Yun1-3/+3