summaryrefslogtreecommitdiffstats
path: root/drivers/usb/common
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* 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
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* usb: dwc3: amend UTMI/UTMIW phy interface setupFrank Wang2020-05-291-0/+25
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* usb: Migrate to support live DT for some driverKever Yang2020-03-301-7/+5
* usb: Introduce CONFIG_SPL_DM_USBSven Schwermer2018-11-261-1/+1
* fsl/usb: Workaround for USB erratum-A005275Chris Packham2018-10-291-0/+28
* drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay2018-10-281-2/+2
* usb: common: add support to get maximum speed from dtMugunthan V N2018-05-181-0/+29
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-073-6/+3
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* armv8: ls1043a/ls2080a: check SoC by device IDWenbin song2017-12-131-2/+5
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-1/+1
* fsl/usb: enable errata-a010151 for ls2088a and ls2081aSantan Kumar2017-08-011-0/+4
* common: arm: freescale: layerscape: Move header files out of common.hSimon Glass2017-06-051-1/+2
* common: freescale: Move arch-specific declarationsSimon Glass2017-06-051-0/+3
* armv7: ls1021a: Drop macro CONFIG_LS102XAYork Sun2017-04-171-1/+1
* fsl/usb: enable the errata-a005697 for ls1012ajerry.huang@nxp.com2016-12-051-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-09-302-23/+50
|\
| * drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controllerSriram Dash2016-09-271-0/+26
| * usb: fsl: Renaming fdt_fixup_erratum and fdt_fixup_usb_erratumSriram Dash2016-09-271-22/+23
| * usb: fsl: Rename fdt_fixup_dr_usbSriram Dash2016-09-271-1/+1
* | mpc85xx: powerpc: usb: Update the list of Socs afftected by erratum A006261Sriram Dash2016-09-281-9/+4
|/
* armv8: fsl-layerscape: Append "A" in SoC name for ARM based SoCsPrabhakar Kushwaha2016-06-281-2/+2
* usb: xhci: fsl: Add workaround for USB erratum A008751Sriram Dash2016-06-132-0/+22
* fsl: usb: make errata function common for PPC and ARMSriram Dash2016-06-133-2/+181
* usb: xhci: fsl: code cleanup for device tree fixup for fsl usb controllersSriram Dash2016-06-131-38/+56
* drivers: usb: common: add common code for usb drivers to useMugunthan V N2016-05-172-0/+41
* drivers:usb:common:fsl-dt-fixup: fix return value of fdt_usb_get_node_typeSriram Dash2016-04-101-11/+14
* drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci contr...Sriram Dash2016-04-102-16/+17
* drivers:usb:common:fsl-dt-fixup: Remove code duplication for fdt_usb_get_node...Sriram Dash2016-04-101-43/+29
* drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common fileSriram Dash2016-04-102-0/+219