summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Access device ofnode through functionsSimon Glass2021-01-0513-19/+20
* dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-1/+1
* dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass2021-01-051-1/+1
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-052-7/+15
* dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-181-2/+2
* usb: Update for new sequence numbersSimon Glass2020-12-181-4/+2
* usb: ehci-mx6: Drop assignment of sequence numberSimon Glass2020-12-181-3/+9
* dm: Avoid accessing seq directlySimon Glass2020-12-187-7/+7
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-1331-104/+104
* dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2020-12-131-2/+1
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1321-48/+48
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-1334-84/+84
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-1347-174/+168
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1356-108/+108
* dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass2020-12-131-2/+2
* usb: gadget: dwc2_udc_otg: return zero when reset property is not presentJaehoon Chung2020-11-221-1/+1
* usb: dwc3: Handle case where setup_phy is not neededSiva Durga Prasad Paladugu2020-11-221-1/+1
* usb: dwc2: add "u-boot,force-vbus-detection" for stm32Patrick Delaunay2020-11-222-21/+40
* usb: gadget: Add bcdDevice for the MTU3 USB Gadget ControllerChunfeng Yun2020-10-201-0/+8
* usb: add MediaTek USB3 DRD driverChunfeng Yun2020-10-2013-0/+4557
* usb: common: add define of usb_speed_string()Chunfeng Yun2020-10-201-0/+7
* usb: add USB_SPEED_SUPER_PLUSChunfeng Yun2020-10-201-0/+1
* usb: musb-new: Fix typo in caution messageNaoki Hayama2020-10-201-1/+1
* usb: dwc2: Fix control OUT transfer issueChance.Yang2020-10-201-3/+13
* usb: xhci: avoid type conversion of void *Heinrich Schuchardt2020-10-201-12/+9
* usb: dwc3: Include device_compat.h in dwc3-octeon-glue.cTom Rini2020-10-161-0/+1
* usb: musb-new: mt85xx: Fix not calling dev_err with a deviceSean Anderson2020-10-161-3/+4
* usb: musb-new: Include device_compat.hSean Anderson2020-10-165-1/+11
* usb: xhci: Include device_compat.hSean Anderson2020-10-162-5/+7
* 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