index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
ehci-sunxi.c
Age
Commit message (
Expand
)
Author
2018-06-29
usb: sunxi: Use proper reg_mask for clock gate, reset
Jagan Teki
2018-06-14
usb: sunxi: access ahb_reset0_cfg in CCM using its offset
Vasily Khoruzhick
2018-06-13
usb: sunxi: ehci: get rid of ifdefs
Vasily Khoruzhick
2018-05-28
usb: sunxi: Switch to use generic-phy
Jagan Teki
2018-05-28
usb: sunxi: Simplify ccm reg base code
Jagan Teki
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-04-05
sunxi: prepare for sharing MACH_SUN8I_H3 config symbol
Andre Przywara
2016-10-30
sunxi: A64: enable USB support
Amit Singh Tomar
2016-04-12
sunxi: H3: Do not clear usb companion clk-gate / reset on remove
Hans de Goede
2016-03-31
sunxi: ehci: Add A83T compatible
Chen-Yu Tsai
2016-03-23
sunxi: Fix 2nd usb controller on sun4i/sun7i no longer working
Hans de Goede
2016-02-23
sunxi: H3: Add support for the host usb-phys
Jelle van der Waa
2015-12-07
sunxi: usb: Rename the sunxi usb driver DM entry
Marek Vasut
2015-08-08
sunxi: usb-phy: Never power off the usb ports
Hans de Goede
2015-05-14
sunxi: ehci: Convert to the driver-model
Hans de Goede
2015-05-04
sunxi: usb: Do not call phy_probe from hcd code
Hans de Goede
2015-05-04
sunxi: usb: Rename the usbc.? files to usb_phy.?
Hans de Goede
2015-05-04
sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar
Hans de Goede
2015-05-04
sunxi: usb: Remove sunxi_usbc_get_io_base function
Hans de Goede
2015-05-04
sunxi: usb: Move setup of host controller clocks to the host controller drivers
Hans de Goede
2015-01-14
sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otg
Hans de Goede
2014-11-13
sun6i: ehci: Add sun6i ehci support
Hans de Goede
2014-11-13
sunxi: ehci: Add proper Kconfig options to select the usb Vbus gpio-s
Hans de Goede
2014-11-05
dm: sunxi: Request USB vbus gpio
Hans de Goede
2014-11-05
sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?I
Ian Campbell
2014-07-31
sunxi: add USB EHCI driver
Roman Byshko