index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
phy
/
renesas
Age
Commit message (
Expand
)
Author
Lines
2026-02-04
phy: renesas: rcar-gen3-usb2: add regulator dependency
Arnd Bergmann
-0
/
+1
2026-01-21
phy: renesas: rcar-gen3-usb2: Use mux-state for phyrst management
Tommaso Merciai
-0
/
+33
2026-01-21
phy: renesas: rcar-gen3-usb2: Add regulator for OTG VBUS control
Tommaso Merciai
-5
/
+137
2026-01-21
phy: renesas: rcar-gen3-usb2: Use devm_pm_runtime_enable()
Tommaso Merciai
-32
/
+21
2026-01-21
phy: renesas: rcar-gen3-usb2: Factor out VBUS control logic
Tommaso Merciai
-12
/
+22
2026-01-01
phy: renesas: rcar-gen2: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-3
/
+1
2026-01-01
phy: renesas: phy-rcar-gen2: fix typo in function name reference
Julia Lawall
-1
/
+1
2025-11-20
phy: renesas: Remove unneeded semicolons
Geert Uytterhoeven
-3
/
+3
2025-11-20
phy: renesas: rcar-gen3-usb2: Add suspend/resume support
Claudiu Beznea
-15
/
+42
2025-11-20
phy: renesas: rcar-gen3-usb2: Move phy_data->init_bus check
Claudiu Beznea
-5
/
+6
2025-11-20
phy: renesas: rcar-gen3-usb2: Fix an error handling path in rcar_gen3_phy_usb...
Christophe JAILLET
-6
/
+14
2025-11-18
phy: renesas: Add Renesas RZ/G3E USB3.0 PHY driver
Biju Das
-0
/
+267
2025-09-10
phy: renesas: r8a779f0-ether-serdes: add new step added to latest datasheet
Michael Dege
-0
/
+28
2025-09-10
phy: renesas: r8a779f0-ether-serdes: add USXGMII mode
Michael Dege
-12
/
+57
2025-09-01
phy: renesas: rcar-gen3-usb2: Fix ID check logic with VBUS valid
Lad Prabhakar
-1
/
+1
2025-09-01
phy: renesas: rcar-gen3-usb2: Remove redundant ternary operators
Liao Yuanhong
-1
/
+1
2025-08-20
phy: renesas: rcar-gen3-usb2: Move debug print after register value is updated
Lad Prabhakar
-1
/
+1
2025-08-20
phy: renesas: rcar-gen3-usb2: Add support for RZ/T2H SoC
Lad Prabhakar
-7
/
+75
2025-08-20
phy: renesas: rcar-gen3-usb2: Allow SoC-specific OBINT bits via phy_data
Lad Prabhakar
-13
/
+14
2025-08-20
phy: renesas: rcar-gen3-usb2: store drvdata pointer in channel
Lad Prabhakar
-16
/
+11
2025-06-05
Merge tag 'phy-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...
Linus Torvalds
-4
/
+34
2025-05-14
phy: renesas: rcar-gen3-usb2: Set timing registers only once
Claudiu Beznea
-2
/
+5
2025-05-14
phy: renesas: rcar-gen3-usb2: Assert PLL reset on PHY power off
Claudiu Beznea
-1
/
+9
2025-05-14
phy: renesas: rcar-gen3-usb2: Lock around hardware registers and driver data
Claudiu Beznea
-23
/
+26
2025-05-14
phy: renesas: rcar-gen3-usb2: Move IRQ request in probe
Claudiu Beznea
-20
/
+26
2025-05-14
phy: renesas: rcar-gen3-usb2: Fix role detection on unbind/bind
Claudiu Beznea
-19
/
+14
2025-05-14
phy: renesas: phy-rcar-gen3-usb2: Add USB2.0 PHY support for RZ/V2H(P)
Lad Prabhakar
-0
/
+30
2025-05-14
phy: renesas: phy-rcar-gen3-usb2: Sort compatible entries by SoC part number
Lad Prabhakar
-4
/
+4
2024-10-17
phy: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-10
/
+10
2024-08-30
phy: renesas: rcar-gen3-usb2: Add support for the RZ/G3S SoC
Claudiu Beznea
-0
/
+10
2024-08-30
phy: renesas: rcar-gen3-usb2: Add support to initialize the bus
Claudiu Beznea
-3
/
+47
2024-07-03
phy: renesas: phy-rcar-gen3-usb2: Control VBUS for RZ/G2L SoCs
Biju Das
-1
/
+7
2024-03-16
Merge tag 'phy-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...
Linus Torvalds
-3
/
+3
2024-02-23
phy: constify of_phandle_args in xlate
Krzysztof Kozlowski
-3
/
+3
2024-01-24
phy: renesas: rcar-gen3-usb2: Fix returning wrong error code
Yoshihiro Shimoda
-4
/
+0
2023-12-21
phy: renesas: phy-rcar-gen2: use select for GENERIC_PHY
Randy Dunlap
-1
/
+1
2023-10-13
phy: renesas: r8a779f0-ether-serdes: Add .exit() ops
Yoshihiro Shimoda
-0
/
+10
2023-10-13
phy: renesas: r8a779f0-ether-serdes: Reset in .init()
Yoshihiro Shimoda
-2
/
+4
2023-07-17
phy: Explicitly include correct DT includes
Rob Herring
-4
/
+1
2023-07-12
phy: renesas: r8a779f0-ether-serdes: Convert to devm_platform_ioremap_resource()
Yangtao Li
-8
/
+1
2023-03-20
phy: renesas: r8a779f0-ether-serdes: Convert to platform remove callback retu...
Uwe Kleine-König
-4
/
+2
2023-03-20
phy: renesas: phy-rcar-gen3-usb3: Convert to platform remove callback returni...
Uwe Kleine-König
-4
/
+2
2023-03-20
phy: renesas: phy-rcar-gen3-usb2: Convert to platform remove callback returni...
Uwe Kleine-König
-4
/
+2
2023-03-20
phy: renesas: phy-rcar-gen3-pcie: Convert to platform remove callback returni...
Uwe Kleine-König
-4
/
+2
2023-02-14
Merge tag 'phy-fixes-6.2' into next
Vinod Koul
-1
/
+1
2023-01-13
phy: renesas: r8a779f0-eth-serdes: Remove retry code in .init()
Yoshihiro Shimoda
-10
/
+4
2023-01-13
phy: renesas: r8a779f0-eth-serdes: Add .power_on() into phy_ops
Yoshihiro Shimoda
-28
/
+29
2023-01-13
phy: renesas: r8a779f0-eth-serdes: Fix register setting
Yoshihiro Shimoda
-1
/
+1
2022-11-10
phy: renesas: Add Renesas Ethernet SERDES driver for R-Car S4-8
Yoshihiro Shimoda
-0
/
+426
2021-08-06
phy: renesas: phy-rcar-gen3-usb2: Add USB2.0 PHY support for RZ/G2L
Biju Das
-24
/
+73
[next]