All of lore.kernel.org
 help / color / mirror / Atom feed
From: Biju Das <biju.das.jz@bp.renesas.com>
To: Mark Brown <broonie@kernel.org>
Cc: Wolfram Sang <wsa@kernel.org>,
	Alessandro Zummo <a.zummo@towertech.it>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Magnus Damm <magnus.damm@gmail.com>,
	Trent Piepho <tpiepho@gmail.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-rtc@vger.kernel.org" <linux-rtc@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-renesas-soc@vger.kernel.org" 
	<linux-renesas-soc@vger.kernel.org>,
	Fabrizio Castro <fabrizio.castro.jz@renesas.com>
Subject: RE: [PATCH v7 00/10] Add Renesas PMIC RAA215300 and built-in RTC support
Date: Fri, 23 Jun 2023 15:08:01 +0000	[thread overview]
Message-ID: <OS0PR01MB59221C8B147CEAD791AE8A428623A@OS0PR01MB5922.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <ZJW08YIZROKg2a2c@finisterre.sirena.org.uk>

Hi Mark,

> -----Original Message-----
> From: Mark Brown <broonie@kernel.org>
> Sent: Friday, June 23, 2023 4:06 PM
> To: Biju Das <biju.das.jz@bp.renesas.com>
> Cc: Wolfram Sang <wsa@kernel.org>; Alessandro Zummo
> <a.zummo@towertech.it>; Alexandre Belloni
> <alexandre.belloni@bootlin.com>; Rob Herring <robh+dt@kernel.org>;
> Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>; Liam Girdwood
> <lgirdwood@gmail.com>; Geert Uytterhoeven <geert+renesas@glider.be>;
> Magnus Damm <magnus.damm@gmail.com>; Trent Piepho <tpiepho@gmail.com>;
> devicetree@vger.kernel.org; linux-rtc@vger.kernel.org; linux-
> kernel@vger.kernel.org; linux-renesas-soc@vger.kernel.org; Fabrizio
> Castro <fabrizio.castro.jz@renesas.com>
> Subject: Re: [PATCH v7 00/10] Add Renesas PMIC RAA215300 and built-in
> RTC support
> 
> On Fri, Jun 23, 2023 at 03:09:38PM +0100, Biju Das wrote:
> 
> > v6->v7:
> >  * Updated the test logs by running rtc_test.
> >  * Dropped patch#1 and instead using i2c_new_client_device() to
> instantiate
> >    RTC driver.
> >  * Replaced i2c_new_ancillary_device->i2c_new_client_device for RTC
> client
> >    instantiation.
> 
> This means that there's now no longer any interdependencies for the
> regulator patches AIUI?

Yes, that is correct.

Cheers,
Biju

  reply	other threads:[~2023-06-23 15:08 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-23 14:09 [PATCH v7 00/10] Add Renesas PMIC RAA215300 and built-in RTC support Biju Das
2023-06-23 14:09 ` [PATCH v7 01/10] regulator: dt-bindings: Add Renesas RAA215300 PMIC bindings Biju Das
2023-06-23 14:09 ` [PATCH v7 02/10] regulator: Add Renesas PMIC RAA215300 driver Biju Das
2023-06-23 14:09 ` [PATCH v7 03/10] arm64: dts: renesas: rzg2l-smarc-som: Enable PMIC and built-in RTC Biju Das
2023-07-05 10:21   ` Geert Uytterhoeven
2023-06-23 14:09 ` [PATCH v7 04/10] dt-bindings: rtc: isl1208: Convert to json-schema Biju Das
2023-06-23 14:09 ` [PATCH v7 05/10] dt-bindings: rtc: isil,isl1208: Document clock and clock-names properties Biju Das
2023-06-23 14:09 ` [PATCH v7 06/10] rtc: isl1208: Drop name variable Biju Das
2023-06-23 14:09 ` [PATCH v7 07/10] rtc: isl1208: Make similar I2C and DT-based matching table Biju Das
2023-06-23 14:09 ` [PATCH v7 08/10] rtc: isl1208: Drop enum isl1208_id and split isl1208_configs[] Biju Das
2023-06-23 14:09 ` [PATCH v7 09/10] rtc: isl1208: Add isl1208_set_xtoscb() Biju Das
2023-06-23 14:09 ` [PATCH v7 10/10] rtc: isl1208: Add support for the built-in RTC on the PMIC RAA215300 Biju Das
2023-06-23 15:06 ` [PATCH v7 00/10] Add Renesas PMIC RAA215300 and built-in RTC support Mark Brown
2023-06-23 15:08   ` Biju Das [this message]
2023-06-24  0:59 ` (subset) " Mark Brown
2023-06-25 22:59 ` Alexandre Belloni

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=OS0PR01MB59221C8B147CEAD791AE8A428623A@OS0PR01MB5922.jpnprd01.prod.outlook.com \
    --to=biju.das.jz@bp.renesas.com \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=fabrizio.castro.jz@renesas.com \
    --cc=geert+renesas@glider.be \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=tpiepho@gmail.com \
    --cc=wsa@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.