Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	Zhang Rui <rui.zhang@intel.com>,
	Lukasz Luba <lukasz.luba@arm.com>,
	Florian Fainelli <florian.fainelli@broadcom.com>,
	Ray Jui <rjui@broadcom.com>,
	Scott Branden <sbranden@broadcom.com>,
	Broadcom internal kernel review list
	<bcm-kernel-feedback-list@broadcom.com>,
	Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	Amit Kucheria <amitk@kernel.org>,
	Thara Gopinath <thara.gopinath@gmail.com>
Cc: linux-pm@vger.kernel.org, linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
	imx@lists.linux.dev, linux-arm-msm@vger.kernel.org,
	stable@vger.kernel.org
Subject: Re: [PATCH 00/12] thermal/drivers: simplify probe()
Date: Mon, 15 Jul 2024 11:21:59 +0200	[thread overview]
Message-ID: <343175eb-ac00-4a41-844d-ae1c9901cf1d@linaro.org> (raw)
In-Reply-To: <20240709-thermal-probe-v1-0-241644e2b6e0@linaro.org>

On 09/07/2024 14:59, Krzysztof Kozlowski wrote:
> Simplify error handling in probe() and also fix one possible issue in
> remove().
> 
> Best regards,
> Krzysztof
> 
> ---

Applied, thanks

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


      parent reply	other threads:[~2024-07-15  9:22 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-09 12:59 [PATCH 00/12] thermal/drivers: simplify probe() Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 01/12] thermal/drivers/broadcom: fix race between removal and clock disable Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 02/12] thermal/drivers/broadcom: simplify probe() with local dev variable Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 03/12] thermal/drivers/broadcom: simplify with dev_err_probe() Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 04/12] thermal/drivers/exynos: simplify probe() with local dev variable Krzysztof Kozlowski
2024-07-10 10:30   ` Alim Akhtar
2024-07-09 12:59 ` [PATCH 05/12] thermal/drivers/exynos: simplify with dev_err_probe() Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 06/12] thermal/drivers/hisi: " Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 07/12] thermal/drivers/imx: simplify probe() with local dev variable Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 08/12] thermal/drivers/imx: simplify with dev_err_probe() Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 09/12] thermal/drivers/qcom-spmi-adc-tm5: " Krzysztof Kozlowski
2024-07-09 19:11   ` Bjorn Andersson
2024-07-09 12:59 ` [PATCH 10/12] thermal/drivers/qcom-tsens: " Krzysztof Kozlowski
2024-07-09 19:12   ` Bjorn Andersson
2024-07-09 12:59 ` [PATCH 11/12] thermal/drivers/generic-adc: simplify probe() with local dev variable Krzysztof Kozlowski
2024-07-09 12:59 ` [PATCH 12/12] thermal/drivers/generic-adc: simplify with dev_err_probe() Krzysztof Kozlowski
2024-07-15  9:21 ` Daniel Lezcano [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=343175eb-ac00-4a41-844d-ae1c9901cf1d@linaro.org \
    --to=daniel.lezcano@linaro.org \
    --cc=alim.akhtar@samsung.com \
    --cc=amitk@kernel.org \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=bzolnier@gmail.com \
    --cc=festevam@gmail.com \
    --cc=florian.fainelli@broadcom.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk@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-pm@vger.kernel.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=lukasz.luba@arm.com \
    --cc=rafael@kernel.org \
    --cc=rjui@broadcom.com \
    --cc=rui.zhang@intel.com \
    --cc=s.hauer@pengutronix.de \
    --cc=sbranden@broadcom.com \
    --cc=shawnguo@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=thara.gopinath@gmail.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