public inbox for linux-phy@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-23 19:42:07 to 2026-03-29 11:17:52 UTC [more...]

[PATCH v7 0/4] drm/msm/hdmi & phy: use generic PHY framework
 2026-03-23 22:56 UTC  (5+ messages)
` [PATCH v7 1/4] drm/msm/hdmi: switch to generic PHY subsystem
` [PATCH v7 2/4] phy: qcom: apq8064-sata: extract UNI PLL register defines
` [PATCH v7 3/4] phy: qcom-uniphy: add more registers from display PHYs
` [PATCH v7 4/4] phy: qualcomm: add MSM8974 HDMI PHY support

[PATCH v6 phy-next 00/28] Split Generic PHY consumer and provider
 2026-03-27 20:23 UTC  (32+ messages)
` [PATCH v6 phy-next 01/28] ata: add <linux/pm_runtime.h> where missing
` [PATCH v6 phy-next 02/28] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v6 phy-next 03/28] usb: add "
` [PATCH v6 phy-next 04/28] drm: add <linux/pm_runtime.h> where missing
` [PATCH v6 phy-next 05/28] phy: "
` [PATCH v6 phy-next 06/28] phy: spacemit: include missing <linux/phy/phy.h>
` [PATCH v6 phy-next 07/28] net: lan969x: include missing <linux/of.h>
` [PATCH v6 phy-next 08/28] PCI: Remove device links to PHY
` [PATCH v6 phy-next 09/28] scsi: ufs: exynos: stop poking into struct phy guts
` [PATCH v6 phy-next 10/28] scsi: ufs: qcom: keep parallel track of PHY power state
` [PATCH v6 phy-next 11/28] scsi: ufs: qcom: include missing <linux/interrupt.h>
` [PATCH v6 phy-next 12/28] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v6 phy-next 13/28] usb: host: tegra: "
` [PATCH v6 phy-next 14/28] usb: gadget: tegra-xudc: "
` [PATCH v6 phy-next 15/28] drm/msm/dp: remove debugging prints with internal struct phy state
` [PATCH v6 phy-next 16/28] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v6 phy-next 17/28] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
` [PATCH v6 phy-next 18/28] phy: introduce phy_get_max_link_rate() helper for consumers
` [PATCH v6 phy-next 19/28] drm/rockchip: dsi: include PHY provider header
` [PATCH v6 phy-next 20/28] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
` [PATCH v6 phy-next 21/28] media: sunxi: a83-mips-csi2: include PHY provider header
` [PATCH v6 phy-next 22/28] net: renesas: rswitch: "
` [PATCH v6 phy-next 23/28] pinctrl: tegra-xusb: "
` [PATCH v6 phy-next 24/28] power: supply: cpcap-charger: include missing <linux/property.h>
` [PATCH v6 phy-next 25/28] phy: include PHY provider header (1/2)
` [PATCH v6 phy-next 26/28] phy: include PHY provider header (2/2)
` [PATCH v6 phy-next 27/28] phy: remove temporary provider compatibility from consumer header
` [PATCH v6 phy-next 28/28] MAINTAINERS: add regexes for linux-phy

[PATCH v5 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
 2026-03-29 10:54 UTC  (29+ messages)
` [PATCH v5 1/2] dt-bindings: phy: qcom: Add CSI2 C-PHY/DPHY schema
` [PATCH v5 2/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver

[PATCH 0/2] phy: hdmi: Add FRL TxFFE level control
 2026-03-28 13:54 UTC  (3+ messages)
` [PATCH 1/2] phy: hdmi: Add optional FRL TxFFE config options
` [PATCH 2/2] phy: rockchip: samsung-hdptx: Add support for FRL TxFFE level control

[PATCH v2 0/6] Fixes to Tegra USB role switching and phy handling
 2026-03-27 17:46 UTC  (12+ messages)
` [PATCH v2 2/6] usb: xhci: tegra: Remove redundant mutex when setting phy mode
` [PATCH v2 6/6] phy: tegra: xusb: Move T186 .set_mode() to common implementation

[PATCH v2 0/6] phy: realtek: usb2: support for RTL9607C USB2 PHY
 2026-03-27 16:06 UTC  (7+ messages)
` [PATCH v2 1/6] phy: realtek: usb2: introduce vstatus/new_reg_req variables to driver data
` [PATCH v2 2/6] phy: realtek: usb2: introduce read and write functions "
` [PATCH v2 3/6] dt-bindings: phy: realtek,usb2phy.yaml: extend for resets and RTL9607C support
` [PATCH v2 4/6] phy: realtek: usb2: introduce reset controller struct
` [PATCH v2 5/6] phy: realtek: usb2: add support for RTL9607C USB2 PHY
` [PATCH v2 6/6] phy: realtek: usb2: Make configs available for MACH_REALTEK_RTL

[PATCH v1 1/1] arm64: dts: qcom: hamoa: Move PCIe PERST and Wake GPIOs to port nodes
 2026-03-27 16:02 UTC  (12+ messages)

[PATCH 0/6] phy: realtek: usb2: support for RTL9607C USB2 PHY
 2026-03-27 14:24 UTC  (9+ messages)
` [PATCH 1/6] phy: realtek: usb2: introduce vstatus/new_reg_req variables to driver data
` [PATCH 2/6] phy: realtek: usb2: introduce read and write functions "
` [PATCH 3/6] dt-bindings: phy: realtek,usb2phy.yaml: extend for resets and RTL9607C support
` [PATCH 4/6] phy: realtek: usb2: introduce reset controller struct
` [PATCH 5/6] phy: realtek: usb2: add support for RTL9607C USB2 PHY
` [PATCH 6/6] phy: realtek: usb2: Make configs available for MACH_REALTEK_RTL

[PATCH] dt-bindings: phy: qcom,snps-eusb2: Document the Eliza Synopsys eUSB2 PHY
 2026-03-27 14:14 UTC 

[PATCH v5 phy-next 00/27] Split Generic PHY consumer and provider API
 2026-03-27 11:28 UTC  (17+ messages)
` [PATCH v5 phy-next 08/27] PCI: Remove device links to PHY
` [PATCH v5 phy-next 10/27] scsi: ufs: qcom: keep parallel track of PHY power state
  ` [PATCH v5 phy-next 09/27] scsi: ufs: exynos: stop poking into struct phy guts

[PATCH v4 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
 2026-03-27 10:19 UTC  (14+ messages)
` [PATCH v4 2/2] "

[PATCH v2 0/7] J722S SGMII support
 2026-03-27  3:11 UTC  (9+ messages)
` [PATCH v2 1/7] dt-bindings: phy: ti: phy-j721e-wiz: Add ti,j722s-wiz-10g compatible
` [PATCH v2 2/7] dt-bindings: phy: ti: phy-gmii-sel: Add ti,j722s-phy-gmii-sel compatible
` [PATCH v2 3/7] dt-bindings: net: ti: k3-am654-cpsw-nuss: Add ti,j722s-cpsw-nuss compatible
` [PATCH v2 4/7] phy: ti: phy-j721e-wiz: add support for J722S SoC family
` [PATCH v2 5/7] phy: ti: gmii-sel: "
` [PATCH v2 6/7] net: ethernet: ti: am65-cpsw: "
` [PATCH v2 7/7] arm64: dts: ti: k3-j722s-main: use J722S compatibles for WIZ, gmii-sel and CPSW3G

[PATCH] phy: spacemit: Remove incorrect clk_disable() in spacemit_usb2phy_init()
 2026-03-26  8:56 UTC  (2+ messages)

[PATCH v4 0/2] phy: spacemit: Add USB2 PHY support for K3 SoC
 2026-03-26  0:14 UTC  (2+ messages)

[PATCH 0/4] Extend phy_configure_opts_mipi_dphy to support position and polarity
 2026-03-25 21:48 UTC  (5+ messages)
` [PATCH 1/4] phy: dphy: Add lane_positions to DPHY config struct
` [PATCH 2/4] phy: dphy: Add lane_polarities "
` [PATCH 3/4] phy: dphy: Add clock_lane_position "
` [PATCH 4/4] phy: dphy: Add clock_lane_polarity "

[PATCH v2] phy: renesas: rcar-gen3-usb2: Simplify ID/VBUS detection logic
 2026-03-25 12:30 UTC  (2+ messages)

[PATCH] phy: rockchip: naneng-combphy: Fix TX detect RX termination errata
 2026-03-25  7:23 UTC 

[PATCH v2] phy: rockchip: naneng-combphy: Consolidate SSC configuration
 2026-03-25  7:11 UTC  (2+ messages)

[PATCH v2 0/5] phy: qcom: qmp-pcie: Add PCIe Gen5 8-lane bifurcation support for Glymur
 2026-03-24 21:23 UTC  (8+ messages)
` [PATCH v2 2/5] phy: qcom: qmp-pcie: Add multiple power-domains support
` [PATCH v2 4/5] phy: qcom: qmp-pcie: Add Gen5 8-lanes mode for Glymur
` [PATCH v2 5/5] arch: arm64: dts: qcom: Add support for PCIe3a

[PATCH] phy: renesas: rcar-gen3-usb2: Simplify ID/VBUS detection logic
 2026-03-24 14:14 UTC  (4+ messages)

[PATCH 00/10] Remove class_find_device_by_of_node in favor of finding by firmware node
 2026-03-24 13:50 UTC  (27+ messages)
` [PATCH 04/10] regulator: of: switch to using class_find_device_by_fwnode()
` [PATCH net-next 07/10] net: phy: "

[PATCH v5 0/4] Add USB support for Canaan K230
 2026-03-24 13:03 UTC  (3+ messages)
` [PATCH v5 2/4] dt-bindings: usb: dwc2: Add support for Canaan K230 SoC

[PATCH] phy: tegra: xusb: Fix per-pad high-speed termination calibration
 2026-03-24  9:11 UTC  (2+ messages)

[PATCH v1 1/1] arm64: dts: qcom: hamoa: Move PCIe PERST and Wake GPIOs to port nodes
 2026-03-24  5:59 UTC  (3+ messages)

[PATCH v3 00/12] phy: rockchip: usbdp: Fixes, DP 1-lane support and cleanups
 2026-03-23 20:00 UTC  (3+ messages)
` [PATCH v3 01/12] dt-bindings: phy: rockchip-usbdp: add improved ports scheme


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox