All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Conor Dooley <mail@conchuod.ie>,
	Conor Dooley <conor.dooley@microchip.com>,
	sboyd@kernel.org, aou@eecs.berkeley.edu,
	paul.walmsley@sifive.com, palmer@rivosinc.com,
	a.zummo@towertech.it, alexandre.belloni@bootlin.com,
	robh+dt@kernel.org, krzk+dt@kernel.org, mturquette@baylibre.com
Cc: daire.mcnamara@microchip.com, linux-rtc@vger.kernel.org,
	devicetree@vger.kernel.org, linux-clk@vger.kernel.org,
	linux-riscv@lists.infradead.org
Subject: Re: [PATCH v1 0/7] Add rtc refclk support for PolarFire SoC
Date: Sun, 10 Apr 2022 10:12:16 +0200	[thread overview]
Message-ID: <c0ff5173-aad5-1814-6758-89d99e83b936@linaro.org> (raw)
In-Reply-To: <8a7e16c3-ce17-3726-5702-763d57075c25@conchuod.ie>

On 09/04/2022 22:17, Conor Dooley wrote:
> 
> Do I have to maintain backwards compatibility with the device tree
> from before the board actually booted mainline? If not, I'll merge
> it all into one series, marked as fixes. 

Usually not, although it is not actually my call. :)

Best regards,
Krzysztof

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Conor Dooley <mail@conchuod.ie>,
	Conor Dooley <conor.dooley@microchip.com>,
	sboyd@kernel.org, aou@eecs.berkeley.edu,
	paul.walmsley@sifive.com, palmer@rivosinc.com,
	a.zummo@towertech.it, alexandre.belloni@bootlin.com,
	robh+dt@kernel.org, krzk+dt@kernel.org, mturquette@baylibre.com
Cc: daire.mcnamara@microchip.com, linux-rtc@vger.kernel.org,
	devicetree@vger.kernel.org, linux-clk@vger.kernel.org,
	linux-riscv@lists.infradead.org
Subject: Re: [PATCH v1 0/7] Add rtc refclk support for PolarFire SoC
Date: Sun, 10 Apr 2022 10:12:16 +0200	[thread overview]
Message-ID: <c0ff5173-aad5-1814-6758-89d99e83b936@linaro.org> (raw)
In-Reply-To: <8a7e16c3-ce17-3726-5702-763d57075c25@conchuod.ie>

On 09/04/2022 22:17, Conor Dooley wrote:
> 
> Do I have to maintain backwards compatibility with the device tree
> from before the board actually booted mainline? If not, I'll merge
> it all into one series, marked as fixes. 

Usually not, although it is not actually my call. :)

Best regards,
Krzysztof

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

  reply	other threads:[~2022-04-10  8:12 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-08 14:36 [PATCH v1 0/7] Add rtc refclk support for PolarFire SoC Conor Dooley
2022-04-08 14:36 ` Conor Dooley
2022-04-08 14:36 ` [PATCH v1 1/7] dt-bindings: clk: mpfs document msspll dri registers Conor Dooley
2022-04-08 14:36   ` Conor Dooley
2022-04-08 14:54   ` Krzysztof Kozlowski
2022-04-08 14:54     ` Krzysztof Kozlowski
2022-04-08 14:36 ` [PATCH v1 2/7] dt-bindings: clk: mpfs: add defines for two new clocks Conor Dooley
2022-04-08 14:36   ` Conor Dooley
2022-04-08 14:36 ` [PATCH v1 3/7] dt-bindings: rtc: add refclk to mpfs-rtc Conor Dooley
2022-04-08 14:36   ` Conor Dooley
2022-04-08 14:56   ` Krzysztof Kozlowski
2022-04-08 14:56     ` Krzysztof Kozlowski
2022-04-08 14:36 ` [PATCH v1 4/7] clk: microchip: mpfs: re-parent the configurable clocks Conor Dooley
2022-04-08 14:36   ` Conor Dooley
2022-04-08 14:36 ` [PATCH v1 5/7] clk: microchip: mpfs: rename sys_base to base Conor Dooley
2022-04-08 14:36   ` Conor Dooley
2022-04-08 14:36 ` [PATCH v1 6/7] clk: microchip: mpfs: add RTCREF clock control Conor Dooley
2022-04-08 14:36   ` Conor Dooley
2022-04-08 14:36 ` [PATCH v1 7/7] riscv: dts: microchip: reparent mpfs clocks Conor Dooley
2022-04-08 14:36   ` Conor Dooley
2022-04-08 14:57 ` [PATCH v1 0/7] Add rtc refclk support for PolarFire SoC Krzysztof Kozlowski
2022-04-08 14:57   ` Krzysztof Kozlowski
2022-04-08 15:29   ` Conor Dooley
2022-04-08 15:29     ` Conor Dooley
2022-04-09  7:14     ` Conor Dooley
2022-04-09  7:14       ` Conor Dooley
2022-04-09 10:48       ` Krzysztof Kozlowski
2022-04-09 10:48         ` Krzysztof Kozlowski
2022-04-09 20:17         ` Conor Dooley
2022-04-09 20:17           ` Conor Dooley
2022-04-10  8:12           ` Krzysztof Kozlowski [this message]
2022-04-10  8:12             ` Krzysztof Kozlowski
2022-04-09 10:45     ` Krzysztof Kozlowski
2022-04-09 10:45       ` Krzysztof Kozlowski

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=c0ff5173-aad5-1814-6758-89d99e83b936@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=aou@eecs.berkeley.edu \
    --cc=conor.dooley@microchip.com \
    --cc=daire.mcnamara@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=mail@conchuod.ie \
    --cc=mturquette@baylibre.com \
    --cc=palmer@rivosinc.com \
    --cc=paul.walmsley@sifive.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@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.