| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-11 | phy: amlogic: phy-meson-axg-pcie: Fix PHY creation order in axg-pcie probe | Anand Moon | 1 | -5/+5 |
| 2025-04-11 | phy: amlogic: phy-meson-axg-pcie: Simplify error handling with dev_err_probe() | Anand Moon | 1 | -7/+3 |
| 2025-04-11 | phy: amlogic: phy-meson-axg-mipi-dphy: Simplify error handling with dev_err_p... | Anand Moon | 1 | -7/+3 |
| 2025-04-11 | phy: amlogic: phy-meson-axg-mipi-pcie-analog: Simplify error handling with de... | Anand Moon | 1 | -7/+3 |
| 2025-04-11 | phy: amlogic: phy-meson-g12a-usb2: Simplify error handling with dev_err_probe() | Anand Moon | 1 | -7/+3 |
| 2025-04-11 | phy: amlogic: phy-meson-gxl-usb2: Simplify error handling with dev_err_probe() | Anand Moon | 1 | -8/+3 |
| 2025-04-10 | phy: amlogic: meson8b-usb2: Use the regmap_{clear,set}_bits helpers | Martin Blumenstingl | 1 | -17/+11 |
| 2025-04-10 | phy: amlogic: meson8b-usb2: Use FIELD_PREP instead of _SHIFT macros | Martin Blumenstingl | 1 | -4/+3 |
| 2024-02-23 | phy: constify of_phandle_args in xlate | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-08-22 | phy: amlogic: meson-g12a-usb2: fix Wvoid-pointer-to-enum-cast warning | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-07-17 | phy: Explicitly include correct DT includes | Rob Herring | 9 | -6/+9 |
| 2023-05-19 | Merge branch 'fixes' into next | Vinod Koul | 1 | -1/+1 |
| 2023-05-16 | phy: amlogic: phy-meson-g12a-mipi-dphy-analog: fix CNTL2_DIF_TX_CTL0 value | Neil Armstrong | 1 | -1/+1 |
| 2023-05-08 | phy: amlogic: enable/disable clkin during Amlogic USB PHY init/exit | Dmitry Rokosov | 1 | -2/+13 |
| 2023-03-31 | phy: dphy: Use devm_platform_ioremap_resource() | Yang Li | 1 | -3/+1 |
| 2022-09-20 | phy: amlogic: phy-meson-axg-mipi-pcie-analog: Hold reference returned by of_g... | Liang He | 1 | -2/+4 |
| 2022-09-04 | phy: amlogic: use devm_clk_get_enabled() to simplify the code | Heiner Kallweit | 1 | -26/+6 |
| 2022-07-05 | phy: amlogic: Add G12A Analog MIPI D-PHY driver | Neil Armstrong | 3 | -0/+184 |
| 2022-07-05 | phy: dphy: drop unexpected word "the" in the comments | Jiang Jian | 1 | -1/+1 |
| 2022-04-20 | phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe() | Heiner Kallweit | 1 | -8/+12 |
| 2022-02-07 | Merge tag 'phy-fixes-5.17' into next | Vinod Koul | 1 | -1/+2 |
| 2022-02-02 | phy: dphy: Correct clk_pre parameter | Liu Ying | 1 | -1/+2 |
| 2022-01-27 | phy: amlogic: meson8b-usb2: fix shared reset control use | Amjad Ouled-Ameur | 1 | -0/+4 |
| 2022-01-27 | phy: amlogic: meson8b-usb2: Use dev_err_probe() | Amjad Ouled-Ameur | 1 | -2/+3 |
| 2022-01-27 | phy: amlogic: phy-meson-gxl-usb2: fix shared reset controller use | Amjad Ouled-Ameur | 1 | -1/+4 |
| 2021-11-23 | phy: amlogic: Add a new driver for the HDMI TX PHY on Meson8/8b/8m2 | Martin Blumenstingl | 3 | -0/+171 |
| 2021-08-17 | phy: amlogic: meson8b-usb2: don't log an error on -EPROBE_DEFER | Anand Moon | 1 | -2/+2 |
| 2021-08-17 | phy: amlogic: meson8b-usb2: Power off the PHY by putting it into reset mode | Anand Moon | 1 | -0/+4 |
| 2020-11-30 | phy: amlogic: replace devm_reset_control_array_get() | Yejune Deng | 2 | -2/+2 |
| 2020-11-30 | phy: amlogic: phy-meson-gxl-usb2: keep ID pull-up even in Host mode | Neil Armstrong | 1 | -1/+2 |
| 2020-11-30 | phy: amlogic: meson-axg-mipi-pcie-analog: replace DSI_LANE definitions with B... | Neil Armstrong | 1 | -6/+5 |
| 2020-11-20 | phy: amlogic: phy-meson-axg-mipi-pcie-analog: add support for MIPI DSI analog | Neil Armstrong | 2 | -69/+136 |
| 2020-11-20 | phy: amlogic: Add AXG MIPI D-PHY driver | Neil Armstrong | 3 | -0/+426 |
| 2020-11-17 | phy: amlogic: Revert "phy: amlogic: Replace devm_reset_control_array_get()" | Vinod Koul | 2 | -2/+2 |
| 2020-11-16 | phy: amlogic: Replace devm_reset_control_array_get() | Yejune Deng | 2 | -2/+2 |
| 2020-11-16 | phy: amlogic: convert to devm_platform_ioremap_resource | Chunfeng Yun | 4 | -12/+4 |
| 2020-05-25 | Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal... | Greg Kroah-Hartman | 3 | -296/+0 |
| 2020-05-25 | phy: amlogic: meson-gxl-usb3: remove code for non-existing PHY | Martin Blumenstingl | 3 | -296/+0 |
| 2020-05-15 | phy: amlogic: meson8b-usb2: Add a compatible string for Meson8m2 | Martin Blumenstingl | 2 | -2/+6 |
| 2020-05-15 | phy: amlogic: meson8b-usb2: unset the IDDQ bit during PHY power-on | Martin Blumenstingl | 1 | -12/+32 |
| 2020-05-15 | phy: amlogic: meson8b-usb2: Don't set REG_ADP_BC_ACA_ENABLE on Meson8 | Martin Blumenstingl | 1 | -10/+38 |
| 2020-05-15 | phy: amlogic: meson8b-usb2: Use a MMIO regmap | Martin Blumenstingl | 2 | -39/+35 |
| 2020-04-03 | Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -5/+409 |
| 2020-03-20 | phy: amlogic: Add Amlogic A1 USB2 PHY Driver | Hanjie Lin | 1 | -26/+59 |
| 2020-03-20 | phy: amlogic: G12A: Fix misuse of GENMASK macro | Joe Perches | 1 | -1/+1 |
| 2020-03-04 | phy: amlogic: Add Amlogic AXG PCIE PHY Driver | Remi Pommarel | 3 | -0/+204 |
| 2020-03-04 | phy: amlogic: Add Amlogic AXG MIPI/PCIE analog PHY Driver | Remi Pommarel | 3 | -5/+205 |
| 2019-10-15 | phy: meson-g12a-usb3-pcie: Add support for PCIe mode | Neil Armstrong | 1 | -9/+61 |
| 2019-07-01 | Merge tag 'phy-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kish... | Greg Kroah-Hartman | 1 | -1/+1 |
| 2019-06-25 | phy: meson-g12a-usb3-pcie: disable locking for cr_regmap | Neil Armstrong | 1 | -1/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 446 | Thomas Gleixner | 2 | -14/+2 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-04-17 | phy: phy-meson-gxl-usb2: get optional clock by devm_clk_get_optional() | Chunfeng Yun | 1 | -8/+3 |
| 2019-04-17 | phy: amlogic: Add Amlogic G12A USB3 + PCIE Combo PHY Driver | Neil Armstrong | 3 | -0/+425 |
| 2019-04-17 | phy: amlogic: add Amlogic G12A USB2 PHY Driver | Neil Armstrong | 3 | -0/+353 |
| 2018-12-12 | phy: core: rework phy_set_mode to accept phy mode and submode | Grygorii Strashko | 2 | -4/+6 |
| 2018-03-16 | phy: amlogic: add USB3 PHY support for Meson GXL and GXM | Martin Blumenstingl | 3 | -0/+295 |
| 2018-03-08 | phy: amlogic: phy-meson-gxl-usb2: rename some of the U2P_R2 registers | Martin Blumenstingl | 1 | -6/+5 |
| 2018-03-08 | phy: amlogic: phy-meson-gxl-usb2: default to host mode | Martin Blumenstingl | 2 | -14/+2 |
| 2018-03-08 | phy: amlogic: phy-meson-gxl-usb2: support the clock and reset line | Martin Blumenstingl | 1 | -0/+44 |
| 2018-03-08 | phy: amlogic: phy-meson-gxl-usb2: don't log an error on -EPROBE_DEFER | Martin Blumenstingl | 1 | -2/+6 |
| 2017-06-06 | phy: meson8b-usb2: add support for the USB PHY on Meson8 SoCs | Martin Blumenstingl | 2 | -5/+6 |
| 2017-06-06 | phy: meson: add USB2 PHY support for Meson GXL and GXM | Martin Blumenstingl | 3 | -0/+287 |
| 2017-06-01 | phy: Group vendor specific phy drivers | Vivek Gautam | 3 | -0/+301 |