summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/...WIP/07Oct2020Tom Rini2020-10-075-3/+404
|\
| * usb: xhci: octeon: Add DWC3 glue layer for OcteonStefan Roese2020-10-073-0/+403
| * usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addressesStefan Roese2020-10-071-2/+0
| * usb: xhci: xhci-dwc3.c: Use dev_remap_addr() instead of dev_get_addr()Stefan Roese2020-10-071-1/+1
* | Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dmWIP/06Oct2020Tom Rini2020-10-063-5/+8
|\ \ | |/ |/|
| * dm: add cells_count parameter in *_count_phandle_with_argsPatrick Delaunay2020-10-063-5/+8
* | Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-10-063-0/+434
|\ \ | |/ |/|
| * usb: dwc3: add Amlogic GXL & GXL DWC3 GlueNeil Armstrong2020-10-053-0/+434
* | usb: xhci-rcar: Add support for R8A774A1 SoCLad Prabhakar2020-10-011-0/+1
* | usb: xhci: convert to readx_poll_sleep_timeout()Chunfeng Yun2020-10-011-14/+11
* | usb: xhci: use macros with parameter to fill ep_info2Chunfeng Yun2020-10-012-14/+7
* | usb: xhci: convert to TRB_TX_TYPE()Chunfeng Yun2020-10-011-2/+2
* | usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET()Chunfeng Yun2020-10-011-9/+7
* | usb: xhci: convert to TRB_TYPE()Chunfeng Yun2020-10-012-8/+6
* | usb: xhci: convert to HCS_MAX_PORTS()Chunfeng Yun2020-10-011-2/+1
* | usb: xhci: add quirks flag to support MediaTek xHCI 0.96Chunfeng Yun2020-10-013-3/+9
* | usb: xhci: create one unified function to calculate TRB TD remainderChunfeng Yun2020-10-011-55/+50
* | usb: xhci: add a member hci_version in xhci_ctrl structChunfeng Yun2020-10-012-2/+3
* | usb: musb-new: sunxi: Fix not calling dev_err with a deviceSean Anderson2020-09-301-4/+5
* | usb: dwc3: Don't include asm-generic/io.hSean Anderson2020-09-301-1/+0
* | usb: dwc3: ti: Fix not calling dev_err with a deviceSean Anderson2020-09-301-2/+2
* | usb: dwc3: Fix not calling dev_xxx with a deviceSean Anderson2020-09-303-18/+21
* | usb: dwc2: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-16/+23
* | usb: cdns3: Fix not calling dev_xxx with a deviceSean Anderson2020-09-302-4/+4
* | Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u...WIP/24Sep2020-nextTom Rini2020-09-241-2/+1
|\ \
| * | xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek2020-09-231-2/+1
| |/
* | Merge branch '2020-09-14-generic-phy-error-trace' into nextWIP/21Sep2020-nextTom Rini2020-09-213-12/+12
|\ \
| * | usb: musb-new: sunxi: change trace level for phy errors managed by uclassPatrick Delaunay2020-09-081-4/+4
| * | usb: host: ehci-hcd: change trace level for phy errors managed by uclassPatrick Delaunay2020-09-081-4/+4
| * | usb: host: ohci: change trace level for phy errors managed by uclassPatrick Delaunay2020-09-081-4/+4
| |/
* | usb: dwc3: Add Qualcomm DWC3 compatible stringRobert Marko2020-09-181-0/+1
|/
* 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