Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Kishon Vijay Abraham I <kishon@kernel.org>,
	Ray Jui <rjui@broadcom.com>,
	 Scott Branden <sbranden@broadcom.com>,
	 Broadcom internal kernel review list
	<bcm-kernel-feedback-list@broadcom.com>,
	 Chunfeng Yun <chunfeng.yun@mediatek.com>,
	 Matthias Brugger <matthias.bgg@gmail.com>,
	 AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: linux-phy@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	 linux-kernel@vger.kernel.org,
	linux-mediatek@lists.infradead.org,
	 linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH 00/11] phy: simplify with cleanup.h and few other ideas
Date: Fri, 30 Aug 2024 13:40:46 +0530	[thread overview]
Message-ID: <172500544630.434293.13040748970370817856.b4-ty@kernel.org> (raw)
In-Reply-To: <20240826-phy-of-node-scope-v1-0-5b4d82582644@linaro.org>


On Mon, 26 Aug 2024 12:07:16 +0200, Krzysztof Kozlowski wrote:
> Make code simpler with scoped/cleanup.h/dev_err_probe.
> 
> Best regards,
> Krzysztof
> 

Applied, thanks!

[01/11] phy: broadcom: bcm-cygnus-pcie: Simplify with scoped for each OF child loop
        commit: e33525de6c3c7780564e0859ea6daef27309995b
[02/11] phy: broadcom: brcm-sata: Simplify with scoped for each OF child loop
        commit: a7f1dbf479d2a3cbf2a25bd186bbe15efd17d849
[03/11] phy: cadence: sierra: Simplify with scoped for each OF child loop
        commit: 612f9fcb435fdc9abd46b6339c9000cef6d323a2
[04/11] phy: hisilicon: usb2: Simplify with scoped for each OF child loop
        commit: 93cab07a02f08e4a2837dd22280b741ba0a7a541
[05/11] phy: mediatek: tphy: Simplify with scoped for each OF child loop
        commit: d2714416770ed0cecaf69eaff34d20817f2c3bea
[06/11] phy: mediatek: xsphy: Simplify with scoped for each OF child loop
        commit: 77df35acd182a23c117a937ffd6b0830a5428649
[07/11] phy: qcom: qmp-pcie-msm8996: Simplify with scoped for each OF child loop
        commit: 608863e1e600a4d91b00dddd6ff11eda1cbebaa5
[08/11] phy: ti: am654-serdes: Use scoped device node handling to simplify error paths
        commit: 29b44a38503856952862c710d47d933c0173fd04
[09/11] phy: ti: gmii-sel: Simplify with dev_err_probe()
        commit: 27a4046255377eb0faab5c41fd271b1acab1ac41
[10/11] phy: ti: j721e-wiz: Drop OF node reference earlier for simpler code
        commit: afd7aaf3ecaf1b247db1294ef0687fb3cb530213
[11/11] phy: ti: j721e-wiz: Simplify with scoped for each OF child loop
        commit: 0d5a213c2eae880e0f7f8bc252314bae194d68d8

Best regards,
-- 
~Vinod



      parent reply	other threads:[~2024-08-30  8:10 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-26 10:07 [PATCH 00/11] phy: simplify with cleanup.h and few other ideas Krzysztof Kozlowski
2024-08-26 10:07 ` [PATCH 01/11] phy: broadcom: bcm-cygnus-pcie: Simplify with scoped for each OF child loop Krzysztof Kozlowski
2024-08-29 16:04   ` Florian Fainelli
2024-08-26 10:07 ` [PATCH 02/11] phy: broadcom: brcm-sata: " Krzysztof Kozlowski
2024-08-29 16:04   ` Florian Fainelli
2024-08-26 10:07 ` [PATCH 03/11] phy: cadence: sierra: " Krzysztof Kozlowski
2024-08-26 10:07 ` [PATCH 04/11] phy: hisilicon: usb2: " Krzysztof Kozlowski
2024-08-26 10:07 ` [PATCH 05/11] phy: mediatek: tphy: " Krzysztof Kozlowski
2024-08-26 10:07 ` [PATCH 06/11] phy: mediatek: xsphy: " Krzysztof Kozlowski
2024-08-26 10:07 ` [PATCH 07/11] phy: qcom: qmp-pcie-msm8996: " Krzysztof Kozlowski
2024-08-29  9:02   ` Dmitry Baryshkov
2024-08-26 10:07 ` [PATCH 08/11] phy: ti: am654-serdes: Use scoped device node handling to simplify error paths Krzysztof Kozlowski
2024-08-26 10:07 ` [PATCH 09/11] phy: ti: gmii-sel: Simplify with dev_err_probe() Krzysztof Kozlowski
2024-08-26 10:07 ` [PATCH 10/11] phy: ti: j721e-wiz: Drop OF node reference earlier for simpler code Krzysztof Kozlowski
2024-08-26 10:07 ` [PATCH 11/11] phy: ti: j721e-wiz: Simplify with scoped for each OF child loop Krzysztof Kozlowski
2024-08-30  8:10 ` Vinod Koul [this message]

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=172500544630.434293.13040748970370817856.b4-ty@kernel.org \
    --to=vkoul@kernel.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=chunfeng.yun@mediatek.com \
    --cc=kishon@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=rjui@broadcom.com \
    --cc=sbranden@broadcom.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox