summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-mx5.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-19dm: Avoid accessing seq directlySimon Glass1-1/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-3/+3
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-04-25USB: DM: Convert i.MX5 ehci code to driver modelLukasz Majewski1-0/+103
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-04-02usb: Rename ehci-fsl.h to ehci-ci.hMateusz Kulikowski1-1/+1
2015-04-18dm: usb: Drop the EHCI weak functionsSimon Glass1-0/+12
2013-10-21usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.Troy Kisky1-1/+2
2013-08-26usb: ehci-mx5: Use 'bool' instead of 'unsigned char'Fabio Estevam1-3/+3
2013-08-26usb: ehci-mx5: Remove unneeded write to cscmr1 registerFabio Estevam1-9/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-9/+1
2013-05-05imx: mx5: Remove legacy iomux supportBenoît Thébaudeau1-73/+0
2012-11-16ehci-mx5/6: Make board_ehci_hcd_init() optionalBenoît Thébaudeau1-3/+5
2012-11-16ehci-mxc: Make EHCI power/oc polarities configurableBenoît Thébaudeau1-0/+56
2012-11-16ehci-mx5: Add missing OC_DIS for i.MX53Benoît Thébaudeau1-0/+24
2012-11-16ehci-mx5: Fix *PM usage for i.MX53Benoît Thébaudeau1-1/+6
2012-11-16ehci-mx5: Fix OPM usageBenoît Thébaudeau1-2/+2
2012-11-16ehci-mx5: Fix OC_DIS usageBenoît Thébaudeau1-3/+3
2012-11-16ehci-mx5: Clean upBenoît Thébaudeau1-19/+26
2012-10-15mx51: Fix USB PHY clocksBenoît Thébaudeau1-1/+2
2012-10-15usb: ehci: rework to take advantage of new lowlevel interfaceLucas Stach1-6/+5
2011-12-19Coding Style cleanupWolfgang Denk1-2/+0
2011-12-11USB: MX5: Add MX5 usb post-init callbackMarek Vasut1-2/+12
2011-12-11USB: MX5: Abstract out mx51 USB pixmux configurationMarek Vasut1-0/+71
2011-12-11USB: MX5: add generic USB EHCI support for mx51 and mx53Wolfgang Grandegger1-0/+174