summaryrefslogtreecommitdiff
path: root/drivers/phy/allwinner
Commit message (Expand)AuthorAgeFilesLines
* phy: sun4i-usb: Add D1 variantSamuel Holland2022-07-181-0/+10
* phy: sun4i-usb: Rework HCI PHY (aka "pmu_unk1") handlingAndre Przywara2022-07-181-18/+14
* phy: sun4i-usb: Drop use of arch-specific headersSamuel Holland2022-07-181-2/+0
* sunxi: Move INITIAL_USB_SCAN_DELAY to driver KconfigSamuel Holland2022-07-181-0/+10
* sunxi: usb: convert PHY GPIO functions to DMAndre Przywara2022-06-261-26/+33
* phy: Track power-on and init counts in uclassAlper Nebi Yasak2022-01-141-9/+0
* phy: sun4i-usb: Support VBUS detection via power supplySamuel Holland2021-10-252-0/+8
* phy: sun4i-usb: Refactor VBUS detection to match LinuxSamuel Holland2021-10-251-13/+12
* phy: sun4i-usb: Remove a couple of debug messagesSamuel Holland2021-10-251-4/+0
* phy: sun50i-usb3: Add a driver for the H6 USB3 PHYSamuel Holland2021-09-223-0/+180
* phy: sun4i-usb: Fix PHY0 routing and passby configuration for MUSBPaul Kocialkowski2021-07-101-1/+13
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* phy: sun4i-usb: Fix not calling dev_err with a deviceSean Anderson2020-09-301-4/+8
* phy: sun4i-usb: Align H6 initialization logic with the kernelRoman Stratiienko2020-06-011-2/+4
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* phy: sun4i-usb: Add Allwinner R40 supportAndre Przywara2020-01-241-0/+12
* sunxi: phy: Add USB PHY support for Allwinner H6Andre Przywara2019-07-161-0/+20
* phy: sun4i-usb: Use CLK and RESET supportJagan Teki2019-01-181-20/+57
* drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay2018-10-281-2/+2
* phy: sun4i-usb: Update PHY#3 rst_mask only for H3_H5Jagan Teki2018-07-311-3/+2
* phy: sun4i-usb: Remove usb_clk_cfg set in probeJagan Teki2018-07-311-2/+0
* phy: sun4i-usb: Call phy_passby even for PHY#0Jagan Teki2018-07-311-2/+1
* phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectJagan Teki2018-05-281-0/+6
* phy: sun4i-usb: Add A23 USB PHY configJagan Teki2018-05-281-0/+9
* phy: sun4i-usb: Add A33 USB PHY configJagan Teki2018-05-281-0/+10
* phy: sun4i-usb: Add A31 PHY configJagan Teki2018-05-281-0/+10
* phy: sun4i-usb: Add A10/A13/A20 PHY configJagan Teki2018-05-281-0/+28
* phy: sun4i-usb: Add A83T USB PHY configJagan Teki2018-05-281-17/+68
* phy: sun4i-usb: Add V3S PHY configJagan Teki2018-05-281-0/+11
* phy: sun4i-usb: Add H3/H5 PHY configJagan Teki2018-05-281-0/+11
* phy: sun4i-usb: Add id_detect and vbus_detect opsJagan Teki2018-05-281-0/+39
* phy: Add Allwinner A64 USB PHY driverJagan Teki2018-05-283-0/+419