aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/allwinner/phy-sun4i-usb.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-14phy: Track power-on and init counts in uclassAlper Nebi Yasak1-9/+0
2021-10-25phy: sun4i-usb: Support VBUS detection via power supplySamuel Holland1-0/+7
2021-10-25phy: sun4i-usb: Refactor VBUS detection to match LinuxSamuel Holland1-13/+12
2021-10-25phy: sun4i-usb: Remove a couple of debug messagesSamuel Holland1-4/+0
2021-07-10phy: sun4i-usb: Fix PHY0 routing and passby configuration for MUSBPaul Kocialkowski1-1/+13
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-13dm: 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-09-30phy: sun4i-usb: Fix not calling dev_err with a deviceSean Anderson1-4/+8
2020-06-01phy: sun4i-usb: Align H6 initialization logic with the kernelRoman Stratiienko1-2/+4
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-24phy: sun4i-usb: Add Allwinner R40 supportAndre Przywara1-0/+12
2019-07-16sunxi: phy: Add USB PHY support for Allwinner H6Andre Przywara1-0/+20
2019-01-18phy: sun4i-usb: Use CLK and RESET supportJagan Teki1-20/+57
2018-07-31phy: sun4i-usb: Update PHY#3 rst_mask only for H3_H5Jagan Teki1-3/+2
2018-07-31phy: sun4i-usb: Remove usb_clk_cfg set in probeJagan Teki1-2/+0
2018-07-31phy: sun4i-usb: Call phy_passby even for PHY#0Jagan Teki1-2/+1
2018-05-28phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectJagan Teki1-0/+6
2018-05-28phy: sun4i-usb: Add A23 USB PHY configJagan Teki1-0/+9
2018-05-28phy: sun4i-usb: Add A33 USB PHY configJagan Teki1-0/+10
2018-05-28phy: sun4i-usb: Add A31 PHY configJagan Teki1-0/+10
2018-05-28phy: sun4i-usb: Add A10/A13/A20 PHY configJagan Teki1-0/+28
2018-05-28phy: sun4i-usb: Add A83T USB PHY configJagan Teki1-17/+68
2018-05-28phy: sun4i-usb: Add V3S PHY configJagan Teki1-0/+11
2018-05-28phy: sun4i-usb: Add H3/H5 PHY configJagan Teki1-0/+11
2018-05-28phy: sun4i-usb: Add id_detect and vbus_detect opsJagan Teki1-0/+39
2018-05-28phy: Add Allwinner A64 USB PHY driverJagan Teki1-0/+400