All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: Kishon Vijay Abraham I <kishon@kernel.org>,
	Chen-Yu Tsai <wens@csie.org>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Samuel Holland <samuel@sholland.org>,
	Andre Przywara <andre.przywara@arm.com>,
	Wolfram Sang <wsa+renesas@sang-engineering.com>,
	Icenowy Zheng <uwu@icenowy.me>,
	Justin Chen <justinpopo6@gmail.com>,
	Al Cooper <alcooperx@gmail.com>, Pratyush Yadav <p.yadav@ti.com>,
	Rahul T R <r-ravikumar@ti.com>,
	Swapnil Jakhade <sjakhade@cadence.com>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Liu Ying <victor.liu@nxp.com>, Yuan Can <yuancan@huawei.com>,
	Chun-Kuang Hu <chunkuang.hu@kernel.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Chunfeng Yun <chunfeng.yun@mediatek.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Allison Randal <allison@lohutok.net>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Miaoqian Lin <linmq006@gmail.com>, Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	Heiko Stuebner <heiko@sntech.de>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Amelie Delaunay <amelie.delaunay@foss.st.com>,
	Dan Carpenter <error27@gmail.com>,
	Fabrice Gasnier <fabrice.gasnier@foss.st.com>,
	JC Kuo <jckuo@nvidia.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	Roger Quadros <rogerq@kernel.org>,
	Matt Ranostay <mranostay@ti.com>,
	Sinthu Raja <sinthu.raja@ti.com>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Tanmay Patil <t-patil@ti.com>,
	Siddharth Vadapalli <s-vadapalli@ti.com>,
	Lv Ruyi <lv.ruyi@zte.com.cn>,
	linux-phy@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev, kernel@pengutronix.de,
	Broadcom internal kernel review list
	<bcm-kernel-feedback-list@broadcom.com>,
	Fabio Estevam <festevam@gmail.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	dri-devel@lists.freedesktop.org,
	linux-mediatek@lists.infradead.org,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	linux-arm-msm@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-tegra@vger.kernel.org
Subject: Re: [PATCH 00/31] phy: Convert to platform remove callback returning void
Date: Mon, 20 Mar 2023 17:08:27 +0530	[thread overview]
Message-ID: <ZBhFsyXyN4wHV5BB@matsya> (raw)
In-Reply-To: <20230307115900.2293120-1-u.kleine-koenig@pengutronix.de>

On 07-03-23, 12:58, Uwe Kleine-König wrote:
> Hello,
> 
> this patch series adapts the platform drivers below drivers/phy to use the
> .remove_new() callback. Compared to the traditional .remove() callback
> .remove_new() returns no value. This is a good thing because the driver core
> doesn't (and cannot) cope for errors during remove. The only effect of a
> non-zero return value in .remove() is that the driver core emits a warning. The
> device is removed anyhow and an early return from .remove() usually yields a
> resource leak.
> 
> By changing the remove callback to return void driver authors cannot
> reasonably assume any more that there is some kind of cleanup later.
> 
> All drivers in drivers/spmi returned zero unconditionally in their remove
> callback, so they could all be converted trivially to .remove_new().
> 
> Note that this series depends on commit 5c5a7680e67b ("platform: Provide
> a remove callback that returns no value") which is included in v6.3-rc1.

Applied, thanks

-- 
~Vinod

WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vkoul@kernel.org>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: Kishon Vijay Abraham I <kishon@kernel.org>,
	Chen-Yu Tsai <wens@csie.org>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Samuel Holland <samuel@sholland.org>,
	Andre Przywara <andre.przywara@arm.com>,
	Wolfram Sang <wsa+renesas@sang-engineering.com>,
	Icenowy Zheng <uwu@icenowy.me>,
	Justin Chen <justinpopo6@gmail.com>,
	Al Cooper <alcooperx@gmail.com>, Pratyush Yadav <p.yadav@ti.com>,
	Rahul T R <r-ravikumar@ti.com>,
	Swapnil Jakhade <sjakhade@cadence.com>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Liu Ying <victor.liu@nxp.com>, Yuan Can <yuancan@huawei.com>,
	Chun-Kuang Hu <chunkuang.hu@kernel.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Chunfeng Yun <chunfeng.yun@mediatek.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Allison Randal <allison@lohutok.net>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Miaoqian Lin <linmq006@gmail.com>, Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	Heiko Stuebner <heiko@sntech.de>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Amelie Delaunay <amelie.delaunay@foss.st.com>,
	Dan Carpenter <error27@gmail.com>,
	Fabrice Gasnier <fabrice.gasnier@foss.st.com>,
	JC Kuo <jckuo@nvidia.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	Roger Quadros <rogerq@kernel.org>,
	Matt Ranostay <mranostay@ti.com>,
	Sinthu Raja <sinthu.raja@ti.com>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Tanmay Patil <t-patil@ti.com>,
	Siddharth Vadapalli <s-vadapalli@ti.com>,
	Lv Ruyi <lv.ruyi@zte.com.cn>,
	linux-phy@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev, kernel@pengutronix.de,
	Broadcom internal kernel review list
	<bcm-kernel-feedback-list@broadcom.com>,
	Fabio Estevam <festevam@gmail.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	dri-devel@lists.freedesktop.org,
	linux-mediatek@lists.infradead.org,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	linux-arm-msm@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-tegra@vger.kernel.org
Subject: Re: [PATCH 00/31] phy: Convert to platform remove callback returning void
Date: Mon, 20 Mar 2023 17:08:27 +0530	[thread overview]
Message-ID: <ZBhFsyXyN4wHV5BB@matsya> (raw)
In-Reply-To: <20230307115900.2293120-1-u.kleine-koenig@pengutronix.de>

On 07-03-23, 12:58, Uwe Kleine-König wrote:
> Hello,
> 
> this patch series adapts the platform drivers below drivers/phy to use the
> .remove_new() callback. Compared to the traditional .remove() callback
> .remove_new() returns no value. This is a good thing because the driver core
> doesn't (and cannot) cope for errors during remove. The only effect of a
> non-zero return value in .remove() is that the driver core emits a warning. The
> device is removed anyhow and an early return from .remove() usually yields a
> resource leak.
> 
> By changing the remove callback to return void driver authors cannot
> reasonably assume any more that there is some kind of cleanup later.
> 
> All drivers in drivers/spmi returned zero unconditionally in their remove
> callback, so they could all be converted trivially to .remove_new().
> 
> Note that this series depends on commit 5c5a7680e67b ("platform: Provide
> a remove callback that returns no value") which is included in v6.3-rc1.

Applied, thanks

-- 
~Vinod

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vkoul@kernel.org>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: Miaoqian Lin <linmq006@gmail.com>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	linux-arm-msm@vger.kernel.org, Al Cooper <alcooperx@gmail.com>,
	Yuan Can <yuancan@huawei.com>,
	dri-devel@lists.freedesktop.org,
	Wolfram Sang <wsa+renesas@sang-engineering.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	Justin Chen <justinpopo6@gmail.com>,
	linux-phy@lists.infradead.org,
	linux-stm32@st-md-mailman.stormreply.com,
	Dan Carpenter <error27@gmail.com>,
	Kishon Vijay Abraham I <kishon@kernel.org>,
	linux-renesas-soc@vger.kernel.org, Icenowy Zheng <uwu@icenowy.me>,
	Samuel Holland <samuel@sholland.org>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	linux-rockchip@lists.infradead.org, Chen-Yu Tsai <wens@csie.org>,
	Andy Gross <agross@kernel.org>,
	Broadcom internal kernel review list
	<bcm-kernel-feedback-list@broadcom.com>,
	linux-arm-kernel@lists.infradead.org,
	Swapnil Jakhade <sjakhade@cadence.com>,
	Chunfeng Yun <chunfeng.yun@mediatek.com>,
	Siddharth Vadapalli <s-vadapalli@ti.com>,
	Matt Ranostay <mranostay@ti.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	Chun-Kuang Hu <chunkuang.hu@kernel.org>,
	linux-tegra@vger.kernel.org, Rahul T R <r-ravikumar@ti.com>,
	Liu Ying <victor.liu@nxp.com>,
	Andre Przywara <andre.przywara@arm.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Amelie Delaunay <amelie.delaunay@foss.st.com>,
	Fabrice Gasnier <fabrice.gasnier@foss.st.com>,
	Lv Ruyi <lv.ruyi@zte.com.cn>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Sinthu Raja <sinthu.raja@ti.com>,
	Roger Quadros <rogerq@kernel.org>,
	kernel@pengutronix.de, Allison Randal <allison@lohutok.net>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	JC Kuo <jckuo@nvidia.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Tanmay Patil <t-patil@ti.com>,
	linux-sunxi@lists.linux.dev,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	linux-mediatek@lists.infradead.org,
	Shawn Guo <shawnguo@kernel.org>, Pratyush Yadav <p.yadav@ti.com>
Subject: Re: [PATCH 00/31] phy: Convert to platform remove callback returning void
Date: Mon, 20 Mar 2023 17:08:27 +0530	[thread overview]
Message-ID: <ZBhFsyXyN4wHV5BB@matsya> (raw)
In-Reply-To: <20230307115900.2293120-1-u.kleine-koenig@pengutronix.de>

On 07-03-23, 12:58, Uwe Kleine-König wrote:
> Hello,
> 
> this patch series adapts the platform drivers below drivers/phy to use the
> .remove_new() callback. Compared to the traditional .remove() callback
> .remove_new() returns no value. This is a good thing because the driver core
> doesn't (and cannot) cope for errors during remove. The only effect of a
> non-zero return value in .remove() is that the driver core emits a warning. The
> device is removed anyhow and an early return from .remove() usually yields a
> resource leak.
> 
> By changing the remove callback to return void driver authors cannot
> reasonably assume any more that there is some kind of cleanup later.
> 
> All drivers in drivers/spmi returned zero unconditionally in their remove
> callback, so they could all be converted trivially to .remove_new().
> 
> Note that this series depends on commit 5c5a7680e67b ("platform: Provide
> a remove callback that returns no value") which is included in v6.3-rc1.

Applied, thanks

-- 
~Vinod

WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vkoul@kernel.org>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: Kishon Vijay Abraham I <kishon@kernel.org>,
	Chen-Yu Tsai <wens@csie.org>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Samuel Holland <samuel@sholland.org>,
	Andre Przywara <andre.przywara@arm.com>,
	Wolfram Sang <wsa+renesas@sang-engineering.com>,
	Icenowy Zheng <uwu@icenowy.me>,
	Justin Chen <justinpopo6@gmail.com>,
	Al Cooper <alcooperx@gmail.com>, Pratyush Yadav <p.yadav@ti.com>,
	Rahul T R <r-ravikumar@ti.com>,
	Swapnil Jakhade <sjakhade@cadence.com>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Liu Ying <victor.liu@nxp.com>, Yuan Can <yuancan@huawei.com>,
	Chun-Kuang Hu <chunkuang.hu@kernel.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Chunfeng Yun <chunfeng.yun@mediatek.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Allison Randal <allison@lohutok.net>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Miaoqian Lin <linmq006@gmail.com>, Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	Heiko Stuebner <heiko@sntech.de>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Amelie Delaunay <amelie.delaunay@foss.st.com>,
	Dan Carpenter <error27@gmail.com>,
	Fabrice Gasnier <fabrice.gasnier@foss.st.com>,
	JC Kuo <jckuo@nvidia.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	Roger Quadros <rogerq@kernel.org>,
	Matt Ranostay <mranostay@ti.com>,
	Sinthu Raja <sinthu.raja@ti.com>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Tanmay Patil <t-patil@ti.com>,
	Siddharth Vadapalli <s-vadapalli@ti.com>,
	Lv Ruyi <lv.ruyi@zte.com.cn>,
	linux-phy@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev, kernel@pengutronix.de,
	Broadcom internal kernel review list
	<bcm-kernel-feedback-list@broadcom.com>,
	Fabio Estevam <festevam@gmail.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	dri-devel@lists.freedesktop.org,
	linux-mediatek@lists.infradead.org,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	linux-arm-msm@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-tegra@vger.kernel.org
Subject: Re: [PATCH 00/31] phy: Convert to platform remove callback returning void
Date: Mon, 20 Mar 2023 17:08:27 +0530	[thread overview]
Message-ID: <ZBhFsyXyN4wHV5BB@matsya> (raw)
In-Reply-To: <20230307115900.2293120-1-u.kleine-koenig@pengutronix.de>

On 07-03-23, 12:58, Uwe Kleine-König wrote:
> Hello,
> 
> this patch series adapts the platform drivers below drivers/phy to use the
> .remove_new() callback. Compared to the traditional .remove() callback
> .remove_new() returns no value. This is a good thing because the driver core
> doesn't (and cannot) cope for errors during remove. The only effect of a
> non-zero return value in .remove() is that the driver core emits a warning. The
> device is removed anyhow and an early return from .remove() usually yields a
> resource leak.
> 
> By changing the remove callback to return void driver authors cannot
> reasonably assume any more that there is some kind of cleanup later.
> 
> All drivers in drivers/spmi returned zero unconditionally in their remove
> callback, so they could all be converted trivially to .remove_new().
> 
> Note that this series depends on commit 5c5a7680e67b ("platform: Provide
> a remove callback that returns no value") which is included in v6.3-rc1.

Applied, thanks

-- 
~Vinod

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

  parent reply	other threads:[~2023-03-20 11:38 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07 11:58 [PATCH 00/31] phy: Convert to platform remove callback returning void Uwe Kleine-König
2023-03-07 11:58 ` Uwe Kleine-König
2023-03-07 11:58 ` Uwe Kleine-König
2023-03-07 11:58 ` Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 01/31] phy: allwinner: phy-sun4i-usb: " Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-14 20:11   ` Jernej Škrabec
2023-03-14 20:11     ` Jernej Škrabec
2023-03-14 20:11     ` Jernej Škrabec
2023-03-07 11:58 ` [PATCH 02/31] phy: broadcom: phy-brcm-usb: " Uwe Kleine-König
2023-03-07 16:56   ` Florian Fainelli
2023-03-07 17:06     ` Justin Chen
2023-03-07 11:58 ` [PATCH 03/31] phy: cadence: cdns-dphy: " Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 04/31] phy: cadence: phy-cadence-sierra: " Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 05/31] phy: cadence: phy-cadence-torrent: " Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 06/31] phy: freescale: phy-fsl-imx8qm-lvds-phy: " Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 07/31] phy: intel: phy-intel-lgm-combo: " Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 08/31] phy: mediatek: phy-mtk-mipi-dsi: " Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 09/31] phy: motorola: phy-cpcap-usb: " Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 10/31] phy: motorola: phy-mapphone-mdm6600: " Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 11/31] phy: phy-lgm-usb: " Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 12/31] phy: qualcomm: phy-qcom-apq8064-sata: " Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 13/31] phy: qualcomm: phy-qcom-eusb2-repeater: " Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 14/31] phy: qualcomm: phy-qcom-ipq806x-sata: " Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 15/31] phy: renesas: phy-rcar-gen3-pcie: " Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 16/31] phy: renesas: phy-rcar-gen3-usb2: " Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 13:35   ` Geert Uytterhoeven
2023-03-07 13:35     ` Geert Uytterhoeven
2023-03-07 11:58 ` [PATCH 17/31] phy: renesas: phy-rcar-gen3-usb3: " Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 13:36   ` Geert Uytterhoeven
2023-03-07 13:36     ` Geert Uytterhoeven
2023-03-07 11:58 ` [PATCH 18/31] phy: renesas: r8a779f0-ether-serdes: " Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 19/31] phy: rockchip: phy-rockchip-inno-csidphy: " Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 12:02   ` Heiko Stübner
2023-03-07 12:02     ` Heiko Stübner
2023-03-07 12:02     ` Heiko Stübner
2023-03-07 11:58 ` [PATCH 20/31] phy: rockchip: phy-rockchip-inno-dsidphy: " Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 12:02   ` Heiko Stübner
2023-03-07 12:02     ` Heiko Stübner
2023-03-07 12:02     ` Heiko Stübner
2023-03-07 11:58 ` [PATCH 21/31] phy: rockchip: phy-rockchip-inno-hdmi: " Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 12:02   ` Heiko Stübner
2023-03-07 12:02     ` Heiko Stübner
2023-03-07 12:02     ` Heiko Stübner
2023-03-07 11:58 ` [PATCH 22/31] phy: rockchip: phy-rockchip-typec: " Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 12:02   ` Heiko Stübner
2023-03-07 12:02     ` Heiko Stübner
2023-03-07 12:02     ` Heiko Stübner
2023-03-07 11:58 ` [PATCH 23/31] phy: st: phy-stm32-usbphyc: " Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 24/31] phy: tegra: xusb: " Uwe Kleine-König
2023-03-07 11:58   ` Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 25/31] phy: ti: phy-am654-serdes: " Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 26/31] phy: ti: phy-da8xx-usb: " Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 27/31] phy: ti: phy-dm816x-usb: " Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 28/31] phy: ti: phy-j721e-wiz: " Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 29/31] phy: ti: phy-omap-usb2: " Uwe Kleine-König
2023-03-07 11:58 ` [PATCH 30/31] phy: ti: phy-ti-pipe3: " Uwe Kleine-König
2023-03-07 11:59 ` [PATCH 31/31] phy: ti: phy-twl4030-usb: " Uwe Kleine-König
2023-03-20 11:38 ` Vinod Koul [this message]
2023-03-20 11:38   ` [PATCH 00/31] phy: " Vinod Koul
2023-03-20 11:38   ` Vinod Koul
2023-03-20 11:38   ` Vinod Koul

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZBhFsyXyN4wHV5BB@matsya \
    --to=vkoul@kernel.org \
    --cc=agross@kernel.org \
    --cc=alcooperx@gmail.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=allison@lohutok.net \
    --cc=amelie.delaunay@foss.st.com \
    --cc=andersson@kernel.org \
    --cc=andre.przywara@arm.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=chunfeng.yun@mediatek.com \
    --cc=chunkuang.hu@kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=error27@gmail.com \
    --cc=fabrice.gasnier@foss.st.com \
    --cc=festevam@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=heiko@sntech.de \
    --cc=jckuo@nvidia.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonathanh@nvidia.com \
    --cc=justinpopo6@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=kishon@kernel.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=lars@metafoo.de \
    --cc=linmq006@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=linux-tegra@vger.kernel.org \
    --cc=lv.ruyi@zte.com.cn \
    --cc=matthias.bgg@gmail.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=mranostay@ti.com \
    --cc=p.yadav@ti.com \
    --cc=p.zabel@pengutronix.de \
    --cc=r-ravikumar@ti.com \
    --cc=rogerq@kernel.org \
    --cc=s-vadapalli@ti.com \
    --cc=s.hauer@pengutronix.de \
    --cc=samuel@sholland.org \
    --cc=shawnguo@kernel.org \
    --cc=sinthu.raja@ti.com \
    --cc=sjakhade@cadence.com \
    --cc=t-patil@ti.com \
    --cc=tglx@linutronix.de \
    --cc=thierry.reding@gmail.com \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=uwu@icenowy.me \
    --cc=victor.liu@nxp.com \
    --cc=vigneshr@ti.com \
    --cc=wens@csie.org \
    --cc=wsa+renesas@sang-engineering.com \
    --cc=yoshihiro.shimoda.uh@renesas.com \
    --cc=yuancan@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.