All of lore.kernel.org
 help / color / mirror / Atom feed
From: Diederik de Haas <didi.debian@cknow.org>
To: Heiko Stuebner <heiko@sntech.de>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Lee Jones <lee@kernel.org>,
	Sebastian Reichel <sebastian.reichel@collabora.com>,
	Sebastian Reichel <sebastian.reichel@collabora.com>
Cc: Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Mark Brown <broonie@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Alessandro Zummo <a.zummo@towertech.it>,
	linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, kernel@collabora.com,
	Diederik de Haas <didi.debian@cknow.org>
Subject: Re: [PATCHv7 00/11] Introduce RK806 Support
Date: Wed, 26 Apr 2023 17:20:52 +0200	[thread overview]
Message-ID: <4046459.irdbgypaU6@bagend> (raw)
In-Reply-To: <20230307153617.643260-1-sebastian.reichel@collabora.com>


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

On Tuesday, 7 March 2023 16:36:06 CEST Sebastian Reichel wrote:
> The Rockchip RK3588 Evaluation Boards as well as the Rock 5
> boards and probably most other RK3588 boards use SPI connected
> RK806 PMICs. Downstream this is handled by a new driver, but
> apart from being SPI connected this chip is quite similar to
> the other Rockchip PMICs (and RK806 is promoted to also support
> I2C). Thus this series instead updates the RK808 driver(s).

I don't know if it's relevant or useful, but I tested whether this patch set 
would cause a regression on the Rock64 (rk3328), Quartz64 Model A and Quartz64 
Model B (both rk3566) and I can say that it does NOT cause a regression.

If it is relevant or useful, feel free to add my 
Tested-by: Diederik de Haas <didi.debian@cknow.org>

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 228 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: Diederik de Haas <didi.debian@cknow.org>
To: Heiko Stuebner <heiko@sntech.de>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Lee Jones <lee@kernel.org>,
	Sebastian Reichel <sebastian.reichel@collabora.com>,
	Sebastian Reichel <sebastian.reichel@collabora.com>
Cc: Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Mark Brown <broonie@kernel.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Alessandro Zummo <a.zummo@towertech.it>,
	linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, kernel@collabora.com,
	Diederik de Haas <didi.debian@cknow.org>
Subject: Re: [PATCHv7 00/11] Introduce RK806 Support
Date: Wed, 26 Apr 2023 17:20:52 +0200	[thread overview]
Message-ID: <4046459.irdbgypaU6@bagend> (raw)
In-Reply-To: <20230307153617.643260-1-sebastian.reichel@collabora.com>

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

On Tuesday, 7 March 2023 16:36:06 CEST Sebastian Reichel wrote:
> The Rockchip RK3588 Evaluation Boards as well as the Rock 5
> boards and probably most other RK3588 boards use SPI connected
> RK806 PMICs. Downstream this is handled by a new driver, but
> apart from being SPI connected this chip is quite similar to
> the other Rockchip PMICs (and RK806 is promoted to also support
> I2C). Thus this series instead updates the RK808 driver(s).

I don't know if it's relevant or useful, but I tested whether this patch set 
would cause a regression on the Rock64 (rk3328), Quartz64 Model A and Quartz64 
Model B (both rk3566) and I can say that it does NOT cause a regression.

If it is relevant or useful, feel free to add my 
Tested-by: Diederik de Haas <didi.debian@cknow.org>

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  parent reply	other threads:[~2023-04-26 15:21 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07 15:36 [PATCHv7 00/11] Introduce RK806 Support Sebastian Reichel
2023-03-07 15:36 ` Sebastian Reichel
2023-03-07 15:36 ` [PATCHv7 01/11] clk: RK808: reduce 'struct rk808' usage Sebastian Reichel
2023-03-07 15:36   ` Sebastian Reichel
2023-03-16  1:28   ` Sebastian Reichel
2023-03-16 23:21   ` Stephen Boyd
2023-03-16 23:21     ` Stephen Boyd
2023-03-07 15:36 ` [PATCHv7 02/11] mfd: rk808: convert to device managed resources Sebastian Reichel
2023-03-07 15:36   ` Sebastian Reichel
2023-03-07 15:36 ` [PATCHv7 03/11] mfd: rk808: use dev_err_probe Sebastian Reichel
2023-03-07 15:36   ` Sebastian Reichel
2023-03-07 15:36 ` [PATCHv7 04/11] mfd: rk808: replace 'struct i2c_client' with 'struct device' Sebastian Reichel
2023-03-07 15:36   ` Sebastian Reichel
2023-03-07 15:36 ` [PATCHv7 05/11] mfd: rk808: split into core and i2c Sebastian Reichel
2023-03-07 15:36   ` Sebastian Reichel
2023-03-07 17:53   ` Alexandre Belloni
2023-03-07 17:53     ` Alexandre Belloni
2023-03-07 15:36 ` [PATCHv7 06/11] mfd: rk8xx-i2c: use device_get_match_data Sebastian Reichel
2023-03-07 15:36   ` Sebastian Reichel
2023-03-07 15:36 ` [PATCHv7 07/11] dt-bindings: mfd: add rk806 binding Sebastian Reichel
2023-03-07 15:36   ` Sebastian Reichel
2023-03-07 15:36 ` [PATCHv7 08/11] mfd: rk8xx: add rk806 support Sebastian Reichel
2023-03-07 15:36   ` Sebastian Reichel
2023-03-15 17:58   ` Lee Jones
2023-03-15 17:58     ` Lee Jones
2023-03-07 15:36 ` [PATCHv7 09/11] pinctrl: rk805: add rk806 pinctrl support Sebastian Reichel
2023-03-07 15:36   ` Sebastian Reichel
2023-03-07 15:36 ` [PATCHv7 10/11] regulator: expose regulator_find_closest_bigger Sebastian Reichel
2023-03-07 15:36   ` Sebastian Reichel
2023-03-16  1:34   ` Sebastian Reichel
2023-03-16 11:21     ` Mark Brown
2023-03-07 15:36 ` [PATCHv7 11/11] regulator: rk808: add rk806 support Sebastian Reichel
2023-03-07 15:36   ` Sebastian Reichel
2023-04-26 15:20 ` Diederik de Haas [this message]
2023-04-26 15:20   ` [PATCHv7 00/11] Introduce RK806 Support Diederik de Haas
  -- strict thread matches above, loose matches on Subject: below --
2023-03-28 21:20 Vincent Legoll

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=4046459.irdbgypaU6@bagend \
    --to=didi.debian@cknow.org \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=kernel@collabora.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lee@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=sebastian.reichel@collabora.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.