Hi Mark Brown, > Subject: Re: [PATCH v6 00/11] Add Renesas PMIC RAA215300 and built-in > RTC support > > On Fri, Jun 02, 2023 at 03:24:15PM +0100, Biju Das wrote: > > > Biju Das (11): > > i2c: Enhance i2c_new_ancillary_device API > > I assume there's some dependency from this patch in the others but > you've not copied me on it so I can't tell what the status is... I will make sure you are in copy next time. Some how missed, sorry for that The PMIC driver has build dependency on the i2c patch. The PMIC driver instantiates i2c client(RTC driver) But RTC driver does not have build dependency rather it has functional dependency for PMIC rev a0 chips as the oscillator bit is inverted please see [1], [2] and [3] [1] and [2] has build dependency Between [2] and [3], RTC has functional dependency for PMIC version 0x11 as oscillator bit is inverted [1] https://patchwork.kernel.org/project/linux-renesas-soc/patch/20230602142426.438375-2-biju.das.jz@xxxxxxxxxxxxxx/ [2] https://patchwork.kernel.org/project/linux-renesas-soc/patch/20230602142426.438375-4-biju.das.jz@xxxxxxxxxxxxxx/ [3] https://patchwork.kernel.org/project/linux-renesas-soc/patch/20230602142426.438375-12-biju.das.jz@xxxxxxxxxxxxxx/ Cheers, Biju