All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Jonas Karlman <jonas@kwiboo.se>, Heiko Stuebner <heiko@sntech.de>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>, Lee Jones <lee@kernel.org>,
	Chris Zhong <zyw@rock-chips.com>,
	Zhang Qing <zhangqing@rock-chips.com>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] dt-bindings: mfd: rk809: Fix vcc8 and vcc9-supply description
Date: Mon, 6 May 2024 12:44:36 +0200	[thread overview]
Message-ID: <6b8fa101-eedf-4759-ba97-de60af15a022@linaro.org> (raw)
In-Reply-To: <20240505134120.2828885-2-jonas@kwiboo.se>

On 05/05/2024 15:41, Jonas Karlman wrote:
> As can be seen in the RK809 datasheet BUCK5 and SWOUT1 share an input
> supply, vcc9, and SWOUT2 use vcc8 as the input supply.
> 
> Correct the description for vcc8-supply and vcc9-supply to reflect this.
> 
> Signed-off-by: Jonas Karlman <jonas@kwiboo.se>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


---

This is an automated instruction, just in case, because many review tags
are being ignored. If you know the process, you can skip it (please do
not feel offended by me posting it here - no bad intentions intended).
If you do not know the process, here is a short explanation:

Please add Acked-by/Reviewed-by/Tested-by tags when posting new
versions, under or above your Signed-off-by tag. Tag is "received", when
provided in a message replied to you on the mailing list. Tools like b4
can help here. However, there's no need to repost patches *only* to add
the tags. The upstream maintainer will do that for tags received on the
version they apply.

https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577

Best regards,
Krzysztof


_______________________________________________
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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Jonas Karlman <jonas@kwiboo.se>, Heiko Stuebner <heiko@sntech.de>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>, Lee Jones <lee@kernel.org>,
	Chris Zhong <zyw@rock-chips.com>,
	Zhang Qing <zhangqing@rock-chips.com>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] dt-bindings: mfd: rk809: Fix vcc8 and vcc9-supply description
Date: Mon, 6 May 2024 12:44:36 +0200	[thread overview]
Message-ID: <6b8fa101-eedf-4759-ba97-de60af15a022@linaro.org> (raw)
In-Reply-To: <20240505134120.2828885-2-jonas@kwiboo.se>

On 05/05/2024 15:41, Jonas Karlman wrote:
> As can be seen in the RK809 datasheet BUCK5 and SWOUT1 share an input
> supply, vcc9, and SWOUT2 use vcc8 as the input supply.
> 
> Correct the description for vcc8-supply and vcc9-supply to reflect this.
> 
> Signed-off-by: Jonas Karlman <jonas@kwiboo.se>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


---

This is an automated instruction, just in case, because many review tags
are being ignored. If you know the process, you can skip it (please do
not feel offended by me posting it here - no bad intentions intended).
If you do not know the process, here is a short explanation:

Please add Acked-by/Reviewed-by/Tested-by tags when posting new
versions, under or above your Signed-off-by tag. Tag is "received", when
provided in a message replied to you on the mailing list. Tools like b4
can help here. However, there's no need to repost patches *only* to add
the tags. The upstream maintainer will do that for tags received on the
version they apply.

https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577

Best regards,
Krzysztof


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

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Jonas Karlman <jonas@kwiboo.se>, Heiko Stuebner <heiko@sntech.de>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>, Lee Jones <lee@kernel.org>,
	Chris Zhong <zyw@rock-chips.com>,
	Zhang Qing <zhangqing@rock-chips.com>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] dt-bindings: mfd: rk809: Fix vcc8 and vcc9-supply description
Date: Mon, 6 May 2024 12:44:36 +0200	[thread overview]
Message-ID: <6b8fa101-eedf-4759-ba97-de60af15a022@linaro.org> (raw)
In-Reply-To: <20240505134120.2828885-2-jonas@kwiboo.se>

On 05/05/2024 15:41, Jonas Karlman wrote:
> As can be seen in the RK809 datasheet BUCK5 and SWOUT1 share an input
> supply, vcc9, and SWOUT2 use vcc8 as the input supply.
> 
> Correct the description for vcc8-supply and vcc9-supply to reflect this.
> 
> Signed-off-by: Jonas Karlman <jonas@kwiboo.se>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


---

This is an automated instruction, just in case, because many review tags
are being ignored. If you know the process, you can skip it (please do
not feel offended by me posting it here - no bad intentions intended).
If you do not know the process, here is a short explanation:

Please add Acked-by/Reviewed-by/Tested-by tags when posting new
versions, under or above your Signed-off-by tag. Tag is "received", when
provided in a message replied to you on the mailing list. Tools like b4
can help here. However, there's no need to repost patches *only* to add
the tags. The upstream maintainer will do that for tags received on the
version they apply.

https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577

Best regards,
Krzysztof


  reply	other threads:[~2024-05-06 10:44 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-05 13:41 [PATCH 0/4] arm64: dts: rockchip: Add Radxa ROCK 3B Jonas Karlman
2024-05-05 13:41 ` Jonas Karlman
2024-05-05 13:41 ` Jonas Karlman
2024-05-05 13:41 ` [PATCH 1/4] dt-bindings: mfd: rk809: Fix vcc8 and vcc9-supply description Jonas Karlman
2024-05-05 13:41   ` Jonas Karlman
2024-05-05 13:41   ` Jonas Karlman
2024-05-06 10:44   ` Krzysztof Kozlowski [this message]
2024-05-06 10:44     ` Krzysztof Kozlowski
2024-05-06 10:44     ` Krzysztof Kozlowski
2024-05-05 13:41 ` [PATCH 2/4] dt-bindings: mfd: rk809: Add audio codec properties Jonas Karlman
2024-05-05 13:41   ` Jonas Karlman
2024-05-05 13:41   ` Jonas Karlman
2024-05-05 14:21   ` Rob Herring (Arm)
2024-05-05 14:21     ` Rob Herring (Arm)
2024-05-05 14:21     ` Rob Herring (Arm)
2024-05-06 10:47   ` Krzysztof Kozlowski
2024-05-06 10:47     ` Krzysztof Kozlowski
2024-05-06 10:47     ` Krzysztof Kozlowski
2024-05-06 16:14     ` Jonas Karlman
2024-05-06 16:14       ` Jonas Karlman
2024-05-06 16:14       ` Jonas Karlman
2024-05-06 20:08       ` Krzysztof Kozlowski
2024-05-06 20:08         ` Krzysztof Kozlowski
2024-05-06 20:08         ` Krzysztof Kozlowski
2024-05-05 13:41 ` [PATCH 3/4] dt-bindings: arm: rockchip: Add Radxa ROCK 3B Jonas Karlman
2024-05-05 13:41   ` Jonas Karlman
2024-05-05 13:41   ` Jonas Karlman
2024-05-06 10:48   ` Krzysztof Kozlowski
2024-05-06 10:48     ` Krzysztof Kozlowski
2024-05-06 10:48     ` Krzysztof Kozlowski
2024-05-06 11:46     ` Dragan Simic
2024-05-06 11:46       ` Dragan Simic
2024-05-06 11:46       ` Dragan Simic
2024-05-06 20:09       ` Krzysztof Kozlowski
2024-05-06 20:09         ` Krzysztof Kozlowski
2024-05-06 20:09         ` Krzysztof Kozlowski
2024-05-05 13:41 ` [PATCH 4/4] arm64: dts: " Jonas Karlman
2024-05-05 13:41   ` Jonas Karlman
2024-05-05 13:41   ` Jonas Karlman

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=6b8fa101-eedf-4759-ba97-de60af15a022@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=jonas@kwiboo.se \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lee@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robh@kernel.org \
    --cc=zhangqing@rock-chips.com \
    --cc=zyw@rock-chips.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.