summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-exynos.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-5/+5
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 devfdt_get_addr() to dev_read_addr()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 devfdt_get_addr() to dev_read_addr()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
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-09-24treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2015-12-17usb: host: ehci: samsung: Move hcor initialization after usb phy setupLukasz Majewski1-2/+2
2015-05-06dm: usb: exynos: Drop legacy USB codeSimon Glass1-117/+0
2015-04-18dm: usb: exynos: Add driver model support to exynos EHCISimon Glass1-1/+111
2015-01-30dm: usb: Remove use of fdtdec GPIO supportSimon Glass1-5/+5
2014-11-17arm: odroid: usb: add support for usb host including ethernetSuriyan Ramasami1-8/+47
2014-04-30exynos: usb: Fix data abort on boards w/o vbus-gpio node in the DTandrey.konovalov@linaro.org1-1/+2
2014-01-13usb: exynos5: arndale: Add network supportInderpal Singh1-0/+2
2014-01-13usb: ehci: exynos: set/reset hsic physInderpal Singh1-0/+39
2013-10-21usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.Troy Kisky1-1/+2
2013-10-21exynos: usb: Switch USB VBUS GPIOs to be device tree configuredJulius Werner1-0/+11
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-03-18usb: ehci: exynos: Enable non-dt pathVivek Gautam1-0/+7
2013-03-18usb: ehci: exynos: Fix multiple FDT decodeVivek Gautam1-28/+16
2013-01-08EHCI: Exynos: Add fdt supportRajeshwari Shinde1-7/+85
2012-10-15usb: ehci: rework to take advantage of new lowlevel interfaceLucas Stach1-8/+7
2012-07-09EXYNOS: Add power Enable/Disable for USB-EHCIRajeshwari Shinde1-0/+5
2012-07-09USB: EXYNOS: Set USB 2.0 HOST Link modeRajeshwari Shinde1-0/+3
2012-07-09USB: EXYNOS: Incorporate EHCI review commentsRajeshwari Shinde1-0/+110