aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-sunxi.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-18usb: host: Drop [e-o]hci-sunxi driversJagan Teki1-204/+0
2018-06-29usb: sunxi: Use proper reg_mask for clock gate, resetJagan Teki1-2/+6
2018-06-14usb: sunxi: access ahb_reset0_cfg in CCM using its offsetVasily Khoruzhick1-3/+18
2018-06-13usb: sunxi: ehci: get rid of ifdefsVasily Khoruzhick1-20/+63
2018-05-28usb: sunxi: Switch to use generic-phyJagan Teki1-13/+38
2018-05-28usb: sunxi: Simplify ccm reg base codeJagan Teki1-6/+9
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-04-05sunxi: prepare for sharing MACH_SUN8I_H3 config symbolAndre Przywara1-1/+1
2016-10-30sunxi: A64: enable USB supportAmit Singh Tomar1-3/+4
2016-04-12sunxi: H3: Do not clear usb companion clk-gate / reset on removeHans de Goede1-3/+7
2016-03-31sunxi: ehci: Add A83T compatibleChen-Yu Tsai1-0/+1
2016-03-23sunxi: Fix 2nd usb controller on sun4i/sun7i no longer workingHans de Goede1-2/+11
2016-02-23sunxi: H3: Add support for the host usb-physJelle van der Waa1-7/+7
2015-12-07sunxi: usb: Rename the sunxi usb driver DM entryMarek Vasut1-1/+1
2015-08-08sunxi: usb-phy: Never power off the usb portsHans de Goede1-1/+0
2015-05-14sunxi: ehci: Convert to the driver-modelHans de Goede1-29/+64
2015-05-04sunxi: usb: Do not call phy_probe from hcd codeHans de Goede1-6/+2
2015-05-04sunxi: usb: Rename the usbc.? files to usb_phy.?Hans de Goede1-1/+1
2015-05-04sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_barHans de Goede1-8/+9
2015-05-04sunxi: usb: Remove sunxi_usbc_get_io_base functionHans de Goede1-1/+4
2015-05-04sunxi: usb: Move setup of host controller clocks to the host controller driversHans de Goede1-2/+22
2015-01-14sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otgHans de Goede1-203/+10
2014-11-13sun6i: ehci: Add sun6i ehci supportHans de Goede1-16/+29
2014-11-13sunxi: ehci: Add proper Kconfig options to select the usb Vbus gpio-sHans de Goede1-10/+25
2014-11-05dm: sunxi: Request USB vbus gpioHans de Goede1-0/+10
2014-11-05sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?IIan Campbell1-1/+1
2014-07-31sunxi: add USB EHCI driverRoman Byshko1-0/+201