All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>,
	robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-rtc@vger.kernel.org,
	Conor Dooley <conor.dooley@microchip.com>
Subject: Re: [PATCH v3 3/6] dt-bindings: rtc: microcrystal,rv3028: add #clock-cells property
Date: Tue, 17 Sep 2024 00:38:30 +0200	[thread overview]
Message-ID: <8425812.T7Z3S40VBb@phil> (raw)
In-Reply-To: <20240916143407734d133c@mail.local>

Am Montag, 16. September 2024, 16:34:07 CEST schrieb Alexandre Belloni:
> On 16/09/2024 16:26:23+0200, Heiko Stuebner wrote:
> > Hi Alexandre,
> > 
> > Am Montag, 16. September 2024, 14:37:56 CEST schrieb Alexandre Belloni:
> > > On 12/09/2024 19:54:48+0530, Karthikeyan Krishnasamy wrote:
> > > > RV3028 RTC has a clock out features, the clk out can be
> > > > controlled using clkout register, to consume the clock out
> > > > from rv3028 '#clock-cells' property is added.
> > > > 
> > > > Acked-by: Conor Dooley <conor.dooley@microchip.com>
> > > Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> > 
> > just for my understanding, does this mean that you expect this change
> > to get applied together with the others?
> > 
> > No preference, just making sure I understand :-)
> 
> i was actually wondering how this was going to get applied. I guess that
> if you are planning to take the rest, you can also apply this one.

so we were both wondering the same thing :-) .

For some other watchdog binding Guenter suggested the binding patch
to go with the rest, so I wanted to make sure your Ack meant the same.

But of course I'm also fine/happy with you just picking up this rtc
binding patch for the rtc tree :-)

Heiko




_______________________________________________
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: Heiko Stuebner <heiko@sntech.de>
To: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>,
	robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-rtc@vger.kernel.org,
	Conor Dooley <conor.dooley@microchip.com>
Subject: Re: [PATCH v3 3/6] dt-bindings: rtc: microcrystal,rv3028: add #clock-cells property
Date: Tue, 17 Sep 2024 00:38:30 +0200	[thread overview]
Message-ID: <8425812.T7Z3S40VBb@phil> (raw)
In-Reply-To: <20240916143407734d133c@mail.local>

Am Montag, 16. September 2024, 16:34:07 CEST schrieb Alexandre Belloni:
> On 16/09/2024 16:26:23+0200, Heiko Stuebner wrote:
> > Hi Alexandre,
> > 
> > Am Montag, 16. September 2024, 14:37:56 CEST schrieb Alexandre Belloni:
> > > On 12/09/2024 19:54:48+0530, Karthikeyan Krishnasamy wrote:
> > > > RV3028 RTC has a clock out features, the clk out can be
> > > > controlled using clkout register, to consume the clock out
> > > > from rv3028 '#clock-cells' property is added.
> > > > 
> > > > Acked-by: Conor Dooley <conor.dooley@microchip.com>
> > > Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> > 
> > just for my understanding, does this mean that you expect this change
> > to get applied together with the others?
> > 
> > No preference, just making sure I understand :-)
> 
> i was actually wondering how this was going to get applied. I guess that
> if you are planning to take the rest, you can also apply this one.

so we were both wondering the same thing :-) .

For some other watchdog binding Guenter suggested the binding patch
to go with the rest, so I wanted to make sure your Ack meant the same.

But of course I'm also fine/happy with you just picking up this rtc
binding patch for the rtc tree :-)

Heiko




  reply	other threads:[~2024-09-16 22:39 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-12 14:24 [PATCH v3 0/6] Add support Relfor Saib board which is based on Rockchip RV1109 SoC Karthikeyan Krishnasamy
2024-09-12 14:24 ` Karthikeyan Krishnasamy
2024-09-12 14:24 ` [PATCH v3 1/6] dt-bindings: watchdog: rockchip: Add rockchip,rv1126-wdt string Karthikeyan Krishnasamy
2024-09-12 14:24   ` Karthikeyan Krishnasamy
2024-09-12 17:30   ` Conor Dooley
2024-09-12 17:30     ` Conor Dooley
2024-09-17 23:16   ` Heiko Stuebner
2024-09-17 23:16     ` Heiko Stuebner
2024-09-18  7:29     ` karthikeyan
2024-09-18  7:29       ` karthikeyan
2024-10-07 13:56       ` karthikeyan
2024-10-07 13:56         ` karthikeyan
2024-10-08 19:26         ` Heiko Stübner
2024-10-08 19:26           ` Heiko Stübner
2024-10-09  8:44           ` karthikeyan
2024-10-09  8:44             ` karthikeyan
2024-09-12 14:24 ` [PATCH v3 2/6] ARM: dts: rockchip: Add watchdog node for RV1126 Karthikeyan Krishnasamy
2024-09-12 14:24   ` Karthikeyan Krishnasamy
2024-09-12 14:24 ` [PATCH v3 3/6] dt-bindings: rtc: microcrystal,rv3028: add #clock-cells property Karthikeyan Krishnasamy
2024-09-12 14:24   ` Karthikeyan Krishnasamy
2024-09-16 12:37   ` Alexandre Belloni
2024-09-16 12:37     ` Alexandre Belloni
2024-09-16 14:26     ` Heiko Stuebner
2024-09-16 14:26       ` Heiko Stuebner
2024-09-16 14:34       ` Alexandre Belloni
2024-09-16 14:34         ` Alexandre Belloni
2024-09-16 22:38         ` Heiko Stuebner [this message]
2024-09-16 22:38           ` Heiko Stuebner
2024-09-18  8:49   ` (subset) " Alexandre Belloni
2024-09-18  8:49     ` Alexandre Belloni
2024-09-12 14:24 ` [PATCH v3 4/6] dt-bindings: vendor-prefixes: Add Relfor labs Karthikeyan Krishnasamy
2024-09-12 14:24   ` Karthikeyan Krishnasamy
2024-09-12 14:24 ` [PATCH v3 5/6] dt-bindings: arm: rockchip: Add Relfor Saib Karthikeyan Krishnasamy
2024-09-12 14:24   ` Karthikeyan Krishnasamy
2024-09-12 14:24 ` [PATCH v3 6/6] ARM: dts: rockchip: Add Relfor Saib board Karthikeyan Krishnasamy
2024-09-12 14:24   ` Karthikeyan Krishnasamy
2024-10-14  9:41 ` (subset) [PATCH v3 0/6] Add support Relfor Saib board which is based on Rockchip RV1109 SoC Heiko Stuebner
2024-10-14  9:41   ` Heiko Stuebner

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=8425812.T7Z3S40VBb@phil \
    --to=heiko@sntech.de \
    --cc=alexandre.belloni@bootlin.com \
    --cc=conor+dt@kernel.org \
    --cc=conor.dooley@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=karthikeyan@linumiz.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=robh@kernel.org \
    /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.