summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-atmel.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-261-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* usb: ehci-atmel: Remove unnecessary clock callingWenyou Yang2016-10-281-15/+0
* usb: replace ehci_*_remove() with usb_deregister()Masahiro Yamada2016-09-231-12/+1
* dm: atmel: Add driver model support for the ehci driverWenyou Yang2016-08-151-0/+116
* drivers: usb: atmel: clean up the UTMI PLL codeWenyou Yang2016-02-181-34/+4
* drivers: at91: clean up peripheral clock codeWenyou Yang2016-02-181-8/+0
* USB: ehci-atmel: use pcr to enable or disable clockBo Shen2014-09-191-0/+8
* usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.Troy Kisky2013-10-201-1/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* usb: ehci: rework to take advantage of new lowlevel interfaceLucas Stach2012-10-151-6/+5
* ehci-atmel: fix compiler warningAndreas Bießmann2012-07-071-2/+2
* Atmel : usb : add EHCI driver for Atmel SoCBo Shen2012-07-071-0/+89