Syzbot CI
All Series
Statistics
Content
×
Patch Series
Subject
Split Generic PHY consumer and provider API
Author
vladimir.oltean@nxp.com
Date
2026-03-19 22:32:15 +0000 UTC
Version
Version 1
Version 2
Version 3
Version 4
Version 5
Cc
abhinav.kumar@linux.dev
airlied@gmail.com
alexandre.belloni@bootlin.com
alim.akhtar@samsung.com
andre.draszik@linaro.org
andrew@lunn.ch
andrzej.hajda@intel.com
andy.yan@rock-chips.com
bhelgaas@google.com
bvanassche@acm.org
cassel@kernel.org
chanho61.park@samsung.com
claudiu.beznea@tuxon.dev
daniel.machon@microchip.com
davem@davemloft.net
dlan@kernel.org
dlemoal@kernel.org
dmitry.baryshkov@oss.qualcomm.com
dri-devel@lists.freedesktop.org
edumazet@google.com
festevam@gmail.com
frank.li@nxp.com
freedreno@lists.freedesktop.org
geert@glider.be
gregkh@linuxfoundation.org
heiko@sntech.de
hjc@rock-chips.com
inki.dae@samsung.com
jagan@amarulasolutions.com
james.bottomley@hansenpartnership.com
jckuo@nvidia.com
jernej.skrabec@gmail.com
jesszhan0024@gmail.com
joe@perches.com
johan@kernel.org
jonas@kwiboo.se
jonathanh@nvidia.com
kernel@pengutronix.de
kevin.xie@starfivetech.com
krzk@kernel.org
krzysztof.kozlowski@oss.qualcomm.com
kuba@kernel.org
kwilczynski@kernel.org
laurent.pinchart@ideasonboard.com
linusw@kernel.org
linux-arm-kernel@lists.infradead.org
linux-arm-msm@vger.kernel.org
linux-can@vger.kernel.org
linux-gpio@vger.kernel.org
linux-ide@vger.kernel.org
linux-kernel@vger.kernel.org
linux-media@vger.kernel.org
linux-pci@vger.kernel.org
linux-phy@lists.infradead.org
linux-renesas-soc@vger.kernel.org
linux-riscv@lists.infradead.org
linux-rockchip@lists.infradead.org
linux-samsung-soc@vger.kernel.org
linux-scsi@vger.kernel.org
linux-sunxi@lists.linux.dev
linux-tegra@vger.kernel.org
linux-usb@vger.kernel.org
lpieralisi@kernel.org
lumag@kernel.org
m.szyprowski@samsung.com
maarten.lankhorst@linux.intel.com
magnus.damm@gmail.com
mailhol@kernel.org
mani@kernel.org
marijn.suijten@somainline.org
martin.petersen@oracle.com
mathias.nyman@intel.com
mchehab@kernel.org
michael.dege@renesas.com
mkl@pengutronix.de
mripard@kernel.org
msp@baylibre.com
neil.armstrong@linaro.org
netdev@vger.kernel.org
nicolas.ferre@microchip.com
pabeni@redhat.com
peter.chen@kernel.org
peter.griffin@linaro.org
quic_nitirawa@quicinc.com
rfoss@kernel.org
rmk@armlinux.org.uk
robh@kernel.org
robin.clark@oss.qualcomm.com
s-vadapalli@ti.com
s.hauer@pengutronix.de
samuel@sholland.org
sean@poorly.run
sebastian.reichel@collabora.com
shawn.guo@linaro.org
shawn.lin@rock-chips.com
simona@ffwll.ch
spacemit@lists.linux.dev
sre@kernel.org
steen.hegelund@microchip.com
thierry.reding@gmail.com
thinh.nguyen@synopsys.com
tudor.ambarus@linaro.org
tzimmermann@suse.de
unglinuxdriver@microchip.com
vigneshr@ti.com
vkoul@kernel.org
vladimir.oltean@nxp.com
wens@kernel.org
yoshihiro.shimoda.uh@renesas.com
Patches (27)
Name
Content
[All]
[PATCH v5 phy-next 01/27] ata: add <linux/pm_runtime.h> where missing
[Body]
[PATCH v5 phy-next 02/27] PCI: Add missing headers transitively included by <linux/phy/phy.h>
[Body]
[PATCH v5 phy-next 03/27] usb: add missing headers transitively included by <linux/phy/phy.h>
[Body]
[PATCH v5 phy-next 04/27] drm: add <linux/pm_runtime.h> where missing
[Body]
[PATCH v5 phy-next 05/27] phy: add <linux/pm_runtime.h> where missing
[Body]
[PATCH v5 phy-next 06/27] phy: spacemit: include missing <linux/phy/phy.h>
[Body]
[PATCH v5 phy-next 07/27] net: lan969x: include missing <linux/of.h>
[Body]
[PATCH v5 phy-next 08/27] PCI: Remove device links to PHY
[Body]
[PATCH v5 phy-next 09/27] scsi: ufs: exynos: stop poking into struct phy guts
[Body]
[PATCH v5 phy-next 10/27] scsi: ufs: qcom: keep parallel track of PHY power state
[Body]
[PATCH v5 phy-next 11/27] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
[Body]
[PATCH v5 phy-next 12/27] usb: host: tegra: avoid direct dereference of phy->dev.of_node
[Body]
[PATCH v5 phy-next 13/27] usb: gadget: tegra-xudc: avoid direct dereference of phy->dev.of_node
[Body]
[PATCH v5 phy-next 14/27] drm/msm/dp: remove debugging prints with internal struct phy state
[Body]
[PATCH v5 phy-next 15/27] phy: move provider API out of public <linux/phy/phy.h>
[Body]
[PATCH v5 phy-next 16/27] phy: make phy_get_mode(), phy_(get|set)_bus_width() NULL tolerant
[Body]
[PATCH v5 phy-next 17/27] phy: introduce phy_get_max_link_rate() helper for consumers
[Body]
[PATCH v5 phy-next 18/27] drm/rockchip: dsi: include PHY provider header
[Body]
[PATCH v5 phy-next 19/27] drm: bridge: cdns-mhdp8546: use consumer API for getting PHY bus width
[Body]
[PATCH v5 phy-next 20/27] media: sunxi: a83-mips-csi2: include PHY provider header
[Body]
[PATCH v5 phy-next 21/27] net: renesas: rswitch: include PHY provider header
[Body]
[PATCH v5 phy-next 22/27] pinctrl: tegra-xusb: include PHY provider header
[Body]
[PATCH v5 phy-next 23/27] power: supply: cpcap-charger: include missing <linux/property.h>
[Body]
[PATCH v5 phy-next 24/27] phy: include PHY provider header (1/2)
[Body]
[PATCH v5 phy-next 25/27] phy: include PHY provider header (2/2)
[Body]
[PATCH v5 phy-next 26/27] phy: remove temporary provider compatibility from consumer header
[Body]
[PATCH v5 phy-next 27/27] MAINTAINERS: add regexes for linux-phy
[Body]
Session 2026-03-19
ID (for dev)
c1eead39-eb77-41a5-9c8b-ccd1a80bc99c
Status
waiting
Test
Base
Patched
Verdict