public inbox for linux-phy@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-12 16:44:52 to 2026-03-21 01:15:10 UTC [more...]

[PATCH phy-next 0/3] Lynx 28G: better init(), exit(), power_on(), power_off()
 2026-03-21  1:14 UTC  (3+ messages)
` [PATCH phy-next 1/3] phy: lynx-28g: use timeouts when waiting for lane halt and reset
` [PATCH phy-next 2/3] phy: lynx-28g: truly power the lanes up or down

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

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

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

[PATCH] phy: eswin: Fix incorrect error check for devm_ioremap()
 2026-03-20  6:45 UTC 

[PATCH v3 0/2] phy: qcom: edp: Add DP/eDP switch for phys
 2026-03-20  6:36 UTC  (6+ messages)
` [PATCH v3 1/2] phy: qcom: edp: Add eDP/DP mode switch support
` [PATCH v3 2/2] phy: qcom: edp: Add per-version LDO configuration callback

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

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

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

[PATCH v3 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-19 17:14 UTC  (3+ messages)
` [PATCH v3 phy-next 09/24] ufs: exynos: stop poking into struct phy guts

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (18+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 12/61] quota: "
` [PATCH 46/61] vfio: "
` [PATCH 48/61] mtd: "
` [PATCH 50/61] iommu: "

[PATCH] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: Add Eliza QMP PHY
 2026-03-19  9:29 UTC  (2+ messages)

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

[PATCH v2] phy: renesas: phy-rzg3e-usb3: Fix malformed MODULE_AUTHOR string
 2026-03-19  6:32 UTC 

[PATCH] phy: renesas: phy-rzg3e-usb3: Fix malformed MODULE_AUTHOR string
 2026-03-18 13:25 UTC  (5+ messages)

[PATCH v9 00/23] MediaTek UFS Cleanup and MT8196 Enablement
 2026-03-18  3:15 UTC  (12+ messages)
` [PATCH v9 20/23] scsi: ufs: mediatek: Back up idle timer in per-instance struct
` [PATCH v9 22/23] scsi: ufs: mediatek: Remove undocumented "clk-scale-up-vcore-min"
` [PATCH v9 23/23] scsi: ufs: mediatek: Add MT8196 compatible, update copyright
` [PATCH v9 03/23] dt-bindings: ufs: mediatek,ufs: Add mt8196 variant

[PATCH v2 0/4] phy: phy-can-transceiver: Ad-hoc cleanups and refactoring
 2026-03-17 20:27 UTC  (5+ messages)
` [PATCH v2 1/4] phy: phy-can-transceiver: Convert to use device property API
` [PATCH v2 2/4] phy: phy-can-transceiver: Move OF ID table closer to their user
` [PATCH v2 3/4] phy: phy-can-transceiver: Don't check for specific errors when parsing properties
` [PATCH v2 4/4] phy: phy-can-transceiver: Drop unused include

[PATCH v1 0/4] phy: phy-can-transceiver: Ad-hoc cleanups and refactoring
 2026-03-17 20:13 UTC  (8+ messages)
` [PATCH v1 1/4] phy: phy-can-transceiver: Convert to use device property API

[PATCH v3 0/4] Add eMMC PHY support for Axiado AX3000 SoC
 2026-03-17 19:52 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: phy: axiado,ax3000-emmc-phy: add Axiado eMMC PHY
` [PATCH v3 2/4] phy: axiado: add Axiado eMMC PHY driver
` [PATCH v3 3/4] MAINTAINERS: Add Axiado AX3000 "
` [PATCH v3 4/4] arm64: dts: axiado: Add eMMC PHY node

[PATCH] phy: google-usb: Fix runtime PM cleanup on probe failure
 2026-03-16 13:11 UTC 

[PATCH] phy: qcom-usb-hs: use flexible array member
 2026-03-15 21:49 UTC 

[PATCH v2 net-next 0/5] net: phy: further decouple provider from consumer part
 2026-03-14 19:30 UTC  (2+ messages)

[PATCH 0/6] phy: qcom-qmp: Clean up QSERDES COM and TXRX register headers
 2026-03-14 12:18 UTC  (14+ messages)
` [PATCH 1/6] phy: qcom-qmp: Add missing QSERDES COM v2 registers
` [PATCH 2/6] phy: qcom-qmp: Use explicit QSERDES COM v2 register definitions
` [PATCH 3/6] phy: qcom-qmp-usbc: Use register definitions in qserdes-txrx-v3
` [PATCH 4/6] phy: qcom-qmp-usbc: Rename QCS615 DP PHY variables and functions
` [PATCH 5/6] phy: qcom-qmp: Drop unused register headers
` [PATCH 6/6] phy: qcom-qmp: Make QSERDES TXRX v2 registers explicit

[PATCH v6 0/4] airoha: an7581: USB support
 2026-03-13 18:36 UTC  (9+ messages)
` [PATCH v6 4/4] phy: airoha: Add support for Airoha AN7581 USB PHY

[PATCH v3 00/12] phy: rockchip: usbdp: Fixes, DP 1-lane support and cleanups
 2026-03-13 17:57 UTC  (13+ messages)
` [PATCH v3 01/12] dt-bindings: phy: rockchip-usbdp: add improved ports scheme
` [PATCH v3 02/12] phy: rockchip: usbdp: Do not loose USB3 PHY status
` [PATCH v3 03/12] phy: rockchip: usbdp: Keep clocks running on PHY re-init
` [PATCH v3 04/12] phy: rockchip: usbdp: Amend SSC modulation deviation
` [PATCH v3 05/12] phy: rockchip: usbdp: Fix LFPS detect threshold control
` [PATCH v3 06/12] phy: rockchip: usbdp: Add missing mode_change update
` [PATCH v3 07/12] phy: rockchip: usbdp: Support single-lane DP
` [PATCH v3 08/12] phy: rockchip: usbdp: Rename DP lane functions
` [PATCH v3 09/12] phy: rockchip: usbdp: Use FIELD_PREP_WM16_CONST
` [PATCH v3 10/12] phy: rockchip: usbdp: Cleanup DP lane selection function
` [PATCH v3 11/12] phy: rockchip: usbdp: Register DP aux bridge
` [PATCH v3 12/12] phy: rockchip: usbdp: Drop DP HPD handling

[PATCH 0/2] phy: econet: Add PCIe PHY driver for EcoNet SoCs
 2026-03-12 16:44 UTC  (2+ messages)
` [PATCH 2/2] phy: econet: Add PCIe PHY driver for EcoNet EN751221 and EN7528 SoCs


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