All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Lee Jones" <lee.jones@linaro.org>,
	"Nicolas Saenz Julienne" <nsaenzjulienne@suse.de>,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	"Ray Jui" <rjui@broadcom.com>,
	"Scott Branden" <sbranden@broadcom.com>,
	bcm-kernel-feedback-list@broadcom.com,
	"Paul Cercueil" <paul@crapouillou.net>,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Palmer Dabbelt" <palmer@dabbelt.com>,
	"Paul Walmsley" <paul.walmsley@sifive.com>,
	"Orson Zhai" <orsonzhai@gmail.com>,
	"Baolin Wang" <baolin.wang7@gmail.com>,
	"Chunyan Zhang" <zhang.lyra@gmail.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Chen-Yu Tsai" <wens@csie.org>,
	linux-pwm@vger.kernel.org, linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org,
	linux-riscv@lists.infradead.org
Subject: Re: [PATCH 1/6] pwm: bcm2835: Simplify with dev_err_probe()
Date: Wed, 23 Sep 2020 13:59:31 +0200	[thread overview]
Message-ID: <20200923115931.GF1846003@ulmo> (raw)
In-Reply-To: <20200826144747.9436-1-krzk@kernel.org>

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]

On Wed, Aug 26, 2020 at 04:47:42PM +0200, Krzysztof Kozlowski wrote:
> Common pattern of handling deferred probe can be simplified with
> dev_err_probe().  Less code and also it prints the error value.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  drivers/pwm/pwm-bcm2835.c | 10 +++-------
>  1 file changed, 3 insertions(+), 7 deletions(-)

Applied, thanks.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: "Heiko Stuebner" <heiko@sntech.de>,
	"Paul Cercueil" <paul@crapouillou.net>,
	linux-riscv@lists.infradead.org,
	"Lee Jones" <lee.jones@linaro.org>,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	"Chunyan Zhang" <zhang.lyra@gmail.com>,
	linux-rockchip@lists.infradead.org,
	"Chen-Yu Tsai" <wens@csie.org>,
	bcm-kernel-feedback-list@broadcom.com,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Orson Zhai" <orsonzhai@gmail.com>,
	linux-pwm@vger.kernel.org, "Ray Jui" <rjui@broadcom.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	linux-rpi-kernel@lists.infradead.org,
	"Paul Walmsley" <paul.walmsley@sifive.com>,
	linux-arm-kernel@lists.infradead.org,
	"Scott Branden" <sbranden@broadcom.com>,
	linux-kernel@vger.kernel.org,
	"Palmer Dabbelt" <palmer@dabbelt.com>,
	"Baolin Wang" <baolin.wang7@gmail.com>,
	"Nicolas Saenz Julienne" <nsaenzjulienne@suse.de>
Subject: Re: [PATCH 1/6] pwm: bcm2835: Simplify with dev_err_probe()
Date: Wed, 23 Sep 2020 13:59:31 +0200	[thread overview]
Message-ID: <20200923115931.GF1846003@ulmo> (raw)
In-Reply-To: <20200826144747.9436-1-krzk@kernel.org>


[-- Attachment #1.1: Type: text/plain, Size: 401 bytes --]

On Wed, Aug 26, 2020 at 04:47:42PM +0200, Krzysztof Kozlowski wrote:
> Common pattern of handling deferred probe can be simplified with
> dev_err_probe().  Less code and also it prints the error value.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  drivers/pwm/pwm-bcm2835.c | 10 +++-------
>  1 file changed, 3 insertions(+), 7 deletions(-)

Applied, thanks.

Thierry

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
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: Thierry Reding <thierry.reding@gmail.com>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: "Heiko Stuebner" <heiko@sntech.de>,
	"Paul Cercueil" <paul@crapouillou.net>,
	linux-riscv@lists.infradead.org,
	"Lee Jones" <lee.jones@linaro.org>,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	"Chunyan Zhang" <zhang.lyra@gmail.com>,
	linux-rockchip@lists.infradead.org,
	"Chen-Yu Tsai" <wens@csie.org>,
	bcm-kernel-feedback-list@broadcom.com,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Orson Zhai" <orsonzhai@gmail.com>,
	linux-pwm@vger.kernel.org, "Ray Jui" <rjui@broadcom.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	linux-rpi-kernel@lists.infradead.org,
	"Paul Walmsley" <paul.walmsley@sifive.com>,
	linux-arm-kernel@lists.infradead.org,
	"Scott Branden" <sbranden@broadcom.com>,
	linux-kernel@vger.kernel.org,
	"Palmer Dabbelt" <palmer@dabbelt.com>,
	"Baolin Wang" <baolin.wang7@gmail.com>,
	"Nicolas Saenz Julienne" <nsaenzjulienne@suse.de>
Subject: Re: [PATCH 1/6] pwm: bcm2835: Simplify with dev_err_probe()
Date: Wed, 23 Sep 2020 13:59:31 +0200	[thread overview]
Message-ID: <20200923115931.GF1846003@ulmo> (raw)
In-Reply-To: <20200826144747.9436-1-krzk@kernel.org>


[-- Attachment #1.1: Type: text/plain, Size: 401 bytes --]

On Wed, Aug 26, 2020 at 04:47:42PM +0200, Krzysztof Kozlowski wrote:
> Common pattern of handling deferred probe can be simplified with
> dev_err_probe().  Less code and also it prints the error value.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  drivers/pwm/pwm-bcm2835.c | 10 +++-------
>  1 file changed, 3 insertions(+), 7 deletions(-)

Applied, thanks.

Thierry

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

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

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: "Heiko Stuebner" <heiko@sntech.de>,
	"Paul Cercueil" <paul@crapouillou.net>,
	linux-riscv@lists.infradead.org,
	"Lee Jones" <lee.jones@linaro.org>,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	"Chunyan Zhang" <zhang.lyra@gmail.com>,
	linux-rockchip@lists.infradead.org,
	"Chen-Yu Tsai" <wens@csie.org>,
	bcm-kernel-feedback-list@broadcom.com,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Orson Zhai" <orsonzhai@gmail.com>,
	linux-pwm@vger.kernel.org, "Ray Jui" <rjui@broadcom.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	linux-rpi-kernel@lists.infradead.org,
	"Paul Walmsley" <paul.walmsley@sifive.com>,
	linux-arm-kernel@lists.infradead.org,
	"Scott Branden" <sbranden@broadcom.com>,
	linux-kernel@vger.kernel.org,
	"Palmer Dabbelt" <palmer@dabbelt.com>,
	"Baolin Wang" <baolin.wang7@gmail.com>,
	"Nicolas Saenz Julienne" <nsaenzjulienne@suse.de>
Subject: Re: [PATCH 1/6] pwm: bcm2835: Simplify with dev_err_probe()
Date: Wed, 23 Sep 2020 13:59:31 +0200	[thread overview]
Message-ID: <20200923115931.GF1846003@ulmo> (raw)
In-Reply-To: <20200826144747.9436-1-krzk@kernel.org>


[-- Attachment #1.1: Type: text/plain, Size: 401 bytes --]

On Wed, Aug 26, 2020 at 04:47:42PM +0200, Krzysztof Kozlowski wrote:
> Common pattern of handling deferred probe can be simplified with
> dev_err_probe().  Less code and also it prints the error value.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  drivers/pwm/pwm-bcm2835.c | 10 +++-------
>  1 file changed, 3 insertions(+), 7 deletions(-)

Applied, thanks.

Thierry

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-09-23 11:59 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-26 14:47 [PATCH 1/6] pwm: bcm2835: Simplify with dev_err_probe() Krzysztof Kozlowski
2020-08-26 14:47 ` Krzysztof Kozlowski
2020-08-26 14:47 ` Krzysztof Kozlowski
2020-08-26 14:47 ` Krzysztof Kozlowski
2020-08-26 14:47 ` [PATCH 2/6] pwm: jz4740: " Krzysztof Kozlowski
2020-08-26 14:47   ` Krzysztof Kozlowski
2020-08-26 14:47   ` Krzysztof Kozlowski
2020-08-26 14:47   ` Krzysztof Kozlowski
2020-09-02  7:12   ` Uwe Kleine-König
2020-09-02  7:12     ` Uwe Kleine-König
2020-09-02  7:12     ` Uwe Kleine-König
2020-09-02  7:12     ` Uwe Kleine-König
2020-08-26 14:47 ` [PATCH 3/6] pwm: rockchip: " Krzysztof Kozlowski
2020-08-26 14:47   ` Krzysztof Kozlowski
2020-08-26 14:47   ` Krzysztof Kozlowski
2020-08-26 14:47   ` Krzysztof Kozlowski
2020-09-02  7:13   ` Uwe Kleine-König
2020-09-02  7:13     ` Uwe Kleine-König
2020-09-02  7:13     ` Uwe Kleine-König
2020-09-02  7:13     ` Uwe Kleine-König
2020-08-26 14:47 ` [PATCH 4/6] pwm: sifive: " Krzysztof Kozlowski
2020-08-26 14:47   ` Krzysztof Kozlowski
2020-08-26 14:47   ` Krzysztof Kozlowski
2020-08-26 14:47   ` Krzysztof Kozlowski
2020-08-26 16:22   ` Palmer Dabbelt
2020-08-26 16:22     ` Palmer Dabbelt
2020-08-26 16:22     ` Palmer Dabbelt
2020-08-26 16:22     ` Palmer Dabbelt
2020-09-02  7:13   ` Uwe Kleine-König
2020-09-02  7:13     ` Uwe Kleine-König
2020-09-02  7:13     ` Uwe Kleine-König
2020-09-02  7:13     ` Uwe Kleine-König
2020-08-26 14:47 ` [PATCH 5/6] pwm: sprd: " Krzysztof Kozlowski
2020-08-26 14:47   ` Krzysztof Kozlowski
2020-08-26 14:47   ` Krzysztof Kozlowski
2020-08-26 14:47   ` Krzysztof Kozlowski
2020-08-27  2:01   ` Chunyan Zhang
2020-08-27  2:01     ` Chunyan Zhang
2020-08-27  2:01     ` Chunyan Zhang
2020-08-27  2:01     ` Chunyan Zhang
2020-09-02  7:14   ` Uwe Kleine-König
2020-09-02  7:14     ` Uwe Kleine-König
2020-09-02  7:14     ` Uwe Kleine-König
2020-09-02  7:14     ` Uwe Kleine-König
2020-08-26 14:47 ` [PATCH 6/6] pwm: sun4i: " Krzysztof Kozlowski
2020-08-26 14:47   ` Krzysztof Kozlowski
2020-08-26 14:47   ` Krzysztof Kozlowski
2020-08-26 14:47   ` Krzysztof Kozlowski
2020-09-02  7:15   ` Uwe Kleine-König
2020-09-02  7:15     ` Uwe Kleine-König
2020-09-02  7:15     ` Uwe Kleine-König
2020-09-02  7:15     ` Uwe Kleine-König
2020-08-26 17:21 ` [PATCH 1/6] pwm: bcm2835: " Florian Fainelli
2020-08-26 17:21   ` Florian Fainelli
2020-08-26 17:21   ` Florian Fainelli
2020-08-26 17:21   ` Florian Fainelli
2020-09-02  7:12 ` Uwe Kleine-König
2020-09-02  7:12   ` Uwe Kleine-König
2020-09-02  7:12   ` Uwe Kleine-König
2020-09-02  7:12   ` Uwe Kleine-König
2020-09-23 11:59 ` Thierry Reding [this message]
2020-09-23 11:59   ` Thierry Reding
2020-09-23 11:59   ` Thierry Reding
2020-09-23 11:59   ` Thierry Reding

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=20200923115931.GF1846003@ulmo \
    --to=thierry.reding@gmail.com \
    --cc=baolin.wang7@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=f.fainelli@gmail.com \
    --cc=heiko@sntech.de \
    --cc=krzk@kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=mripard@kernel.org \
    --cc=nsaenzjulienne@suse.de \
    --cc=orsonzhai@gmail.com \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=paul@crapouillou.net \
    --cc=rjui@broadcom.com \
    --cc=sbranden@broadcom.com \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=wens@csie.org \
    --cc=zhang.lyra@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 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.