summaryrefslogtreecommitdiff
path: root/drivers/usb/common
AgeCommit message (Expand)AuthorFilesLines
2020-10-20usb: common: add define of usb_speed_string()Chunfeng Yun1-0/+7
2020-10-20usb: add USB_SPEED_SUPER_PLUSChunfeng Yun1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-29usb: dwc3: amend UTMI/UTMIW phy interface setupFrank Wang1-0/+25
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-03-30usb: Migrate to support live DT for some driverKever Yang1-7/+5
2018-11-26usb: Introduce CONFIG_SPL_DM_USBSven Schwermer1-1/+1
2018-10-29fsl/usb: Workaround for USB erratum-A005275Chris Packham1-0/+28
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay1-2/+2
2018-05-18usb: common: add support to get maximum speed from dtMugunthan V N1-0/+29
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-6/+3
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-12-14armv8: ls1043a/ls2080a: check SoC by device IDWenbin song1-2/+5
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-08-01fsl/usb: enable errata-a010151 for ls2088a and ls2081aSantan Kumar1-0/+4
2017-06-05common: arm: freescale: layerscape: Move header files out of common.hSimon Glass1-1/+2
2017-06-05common: freescale: Move arch-specific declarationsSimon Glass1-0/+3
2017-04-17armv7: ls1021a: Drop macro CONFIG_LS102XAYork Sun1-1/+1
2016-12-05fsl/usb: enable the errata-a005697 for ls1012ajerry.huang@nxp.com1-0/+4
2016-10-01Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-23/+50
2016-09-28mpc85xx: powerpc: usb: Update the list of Socs afftected by erratum A006261Sriram Dash1-9/+4
2016-09-28drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controllerSriram Dash1-0/+26
2016-09-28usb: fsl: Renaming fdt_fixup_erratum and fdt_fixup_usb_erratumSriram Dash1-22/+23
2016-09-28usb: fsl: Rename fdt_fixup_dr_usbSriram Dash1-1/+1
2016-06-28armv8: fsl-layerscape: Append "A" in SoC name for ARM based SoCsPrabhakar Kushwaha1-2/+2
2016-06-13usb: xhci: fsl: Add workaround for USB erratum A008751Sriram Dash2-0/+22
2016-06-13fsl: usb: make errata function common for PPC and ARMSriram Dash3-2/+181
2016-06-13usb: xhci: fsl: code cleanup for device tree fixup for fsl usb controllersSriram Dash1-38/+56
2016-05-17drivers: usb: common: add common code for usb drivers to useMugunthan V N2-0/+41
2016-04-10drivers:usb:common:fsl-dt-fixup: fix return value of fdt_usb_get_node_typeSriram Dash1-11/+14
2016-04-10drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci contr...Sriram Dash2-16/+17
2016-04-10drivers:usb:common:fsl-dt-fixup: Remove code duplication for fdt_usb_get_node...Sriram Dash1-43/+29
2016-04-10drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common fileSriram Dash2-0/+219