summaryrefslogtreecommitdiffstats
path: root/drivers/phy/allwinner
AgeCommit message (Expand)AuthorLines
2026-01-14phy: sun4i-usb: replace use of system_wq with system_percpu_wqMarco Crivellari-7/+7
2025-08-20phy: sun4i-usb: drop num_phys assumptionAndre Przywara-25/+13
2025-06-22power: supply: core: rename power_supply_get_by_phandle to power_supply_get_b...Sebastian Reichel-1/+1
2024-12-08phy: sun4i-usb: Remove unused of_gpio.hAndy Shevchenko-1/+0
2024-10-17phy: Switch back to struct platform_driver::remove()Uwe Kleine-König-4/+4
2024-02-23phy: constify of_phandle_args in xlateKrzysztof Kozlowski-1/+1
2023-10-13phy: sun4i-usb: update array sizeChristophe JAILLET-1/+1
2023-07-17phy: Explicitly include correct DT includesRob Herring-2/+1
2023-03-20phy: Use of_property_present() for testing DT property presenceRob Herring-1/+1
2023-03-20phy: allwinner: phy-sun4i-usb: Convert to platform remove callback returning ...Uwe Kleine-König-4/+2
2023-01-12phy: sun4i-usb: Replace types with explicit quirk flagsAndre Przywara-36/+15
2023-01-12phy: sun4i-usb: add support for the USB PHY on F1C100s SoCIcenowy Zheng-0/+10
2022-11-24phy: allwinner: phy-sun6i-mipi-dphy: Add the A100 DPHY variantSamuel Holland-1/+142
2022-11-24phy: allwinner: phy-sun6i-mipi-dphy: Add a variant power-on hookSamuel Holland-24/+35
2022-11-24phy: allwinner: phy-sun6i-mipi-dphy: Set the enable bit lastSamuel Holland-4/+4
2022-11-24phy: allwinner: phy-sun6i-mipi-dphy: Make RX support optionalSamuel Holland-2/+24
2022-11-07phy: sun4i-usb: Add support for the H616 USB PHYAndre Przywara-0/+12
2022-11-07phy: sun4i-usb: Introduce port2 SIDDQ quirkAndre Przywara-0/+59
2022-08-30phy: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-04-20phy: allwinner: phy-sun6i-mipi-dphy: Support D-PHY Rx mode for MIPI CSI-2Paul Kocialkowski-4/+162
2022-02-25phy: sun4i-usb: Add D1 variantSamuel Holland-0/+10
2022-02-25phy: sun4i-usb: Rework HCI PHY (aka "pmu_unk1") handlingAndre Przywara-17/+13
2022-02-25phy: sun4i-usb: Remove .disc_thresh where not applicableSamuel Holland-1/+0
2020-11-19phy: sun4i-usb: remove enable_pmu_unk1 from sun50i_h6_cfgYangtao Li-1/+0
2020-11-16phy: allwinner: convert to devm_platform_ioremap_resource(_byname)Chunfeng Yun-15/+5
2020-07-17Merge branch 'fixes' into nextVinod Koul-2/+3
2020-07-17phy: sun4i-usb: explicitly include gpio/consumer.hVinod Koul-0/+1
2020-07-13phy: allwinner: Make PHY_SUN6I_MIPI_DPHY depend on COMMON_CLKTiezhu Yang-1/+1
2020-07-08phy: allwinner: phy-sun6i-mipi-dphy: Constify structsRikard Falkeborn-2/+2
2020-06-25phy: sun4i-usb: fix dereference of pointer phy0 before it is null checkedColin Ian King-2/+3
2020-06-24phy: exynos: Rename Exynos to lowercaseKrzysztof Kozlowski-1/+1
2020-03-04phy: allwinner: Fix GENMASK misuseRikard Falkeborn-1/+1
2020-01-06phy: Enable compile testing for some of driversKrzysztof Kozlowski-1/+2
2019-10-31phy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoCIcenowy Zheng-0/+202
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-20/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-25Merge tag 'phy-for-5.1-rc-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman-3/+10
2019-04-17phy: sun4i-usb: Make sure to disable PHY0 passby for peripheral modePaul Kocialkowski-0/+4
2019-04-17phy: allwinner: allow compile testingArnd Bergmann-3/+6
2019-03-26phy: sun4i-usb: Support set_mode to USB_HOST for non-OTG PHYsChen-Yu Tsai-1/+4
2019-02-07phy: Move Allwinner A31 D-PHY driver to drivers/phy/Maxime Ripard-0/+331
2018-12-12phy: core: rework phy_set_mode to accept phy mode and submodeGrygorii Strashko-1/+2
2018-12-12phy: sun4i-usb: add support for H6 USB2 PHYIcenowy Zheng-2/+17
2018-12-12phy: sun4i-usb: add support for missing USB PHY indexIcenowy Zheng-0/+7
2018-03-12phy: allwinner: sun4i-usb: poll vbus changes on A23/A33 when driving VBUSChen-Yu Tsai-4/+6
2018-02-21phy: sun4i-usb: add support for R40 USB PHYIcenowy Zheng-0/+12
2017-10-27Merge tag 'extcon-next-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-1/+1
2017-10-23phy: sun4i-usb: enable PHY0 dual route for V3s SoCIcenowy Zheng-0/+1
2017-10-23extcon: Split out extcon header file for consumer and provider deviceChanwoo Choi-1/+1
2017-08-22phy: sun4i-usb: Support A83T USB PHYsChen-Yu Tsai-12/+54