summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-sunxi.c
Commit message (Expand)AuthorAgeFilesLines
* usb: host: Drop [e-o]hci-sunxi driversJagan Teki2019-01-181-204/+0
* usb: sunxi: Use proper reg_mask for clock gate, resetJagan Teki2018-06-291-2/+6
* usb: sunxi: access ahb_reset0_cfg in CCM using its offsetVasily Khoruzhick2018-06-141-3/+18
* usb: sunxi: ehci: get rid of ifdefsVasily Khoruzhick2018-06-131-20/+63
* usb: sunxi: Switch to use generic-phyJagan Teki2018-05-281-13/+38
* usb: sunxi: Simplify ccm reg base codeJagan Teki2018-05-281-6/+9
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* sunxi: prepare for sharing MACH_SUN8I_H3 config symbolAndre Przywara2017-04-051-1/+1
* sunxi: A64: enable USB supportAmit Singh Tomar2016-10-301-3/+4
* sunxi: H3: Do not clear usb companion clk-gate / reset on removeHans de Goede2016-04-121-3/+7
* sunxi: ehci: Add A83T compatibleChen-Yu Tsai2016-03-311-0/+1
* sunxi: Fix 2nd usb controller on sun4i/sun7i no longer workingHans de Goede2016-03-231-2/+11
* sunxi: H3: Add support for the host usb-physJelle van der Waa2016-02-231-7/+7
* sunxi: usb: Rename the sunxi usb driver DM entryMarek Vasut2015-12-071-1/+1
* sunxi: usb-phy: Never power off the usb portsHans de Goede2015-08-081-1/+0
* sunxi: ehci: Convert to the driver-modelHans de Goede2015-05-141-29/+64
* sunxi: usb: Do not call phy_probe from hcd codeHans de Goede2015-05-041-6/+2
* sunxi: usb: Rename the usbc.? files to usb_phy.?Hans de Goede2015-05-041-1/+1
* sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_barHans de Goede2015-05-041-8/+9
* sunxi: usb: Remove sunxi_usbc_get_io_base functionHans de Goede2015-05-041-1/+4
* sunxi: usb: Move setup of host controller clocks to the host controller driversHans de Goede2015-05-041-2/+22
* sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otgHans de Goede2015-01-141-203/+10
* sun6i: ehci: Add sun6i ehci supportHans de Goede2014-11-131-16/+29
* sunxi: ehci: Add proper Kconfig options to select the usb Vbus gpio-sHans de Goede2014-11-131-10/+25
* dm: sunxi: Request USB vbus gpioHans de Goede2014-11-051-0/+10
* sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?IIan Campbell2014-11-051-1/+1
* sunxi: add USB EHCI driverRoman Byshko2014-07-311-0/+201