mbox series

[6.1.y-cip,00/14] Enable Renesas PMIC RAA215300 and RTC builtin support

Message ID 20230911162840.1115401-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series Enable Renesas PMIC RAA215300 and RTC builtin support | expand

Message

Biju Das Sept. 11, 2023, 4:28 p.m. UTC
This patch series aims to enable PMIC RAA215300 and builtin RTC support on
RZ/G2L SMARC EVK platform.
 
All the patches are cherry-picked from the mainline.

Biju Das (13):
  i2c: Add i2c_get_match_data()
  regulator: raa215300: Update help description
  regulator: raa215300: Change the scope of the variables {clkin_name,
    xin_name}
  regulator: raa215300: Fix resource leak in case of error
  regulator: raa215300: Add const definition
  regulator: raa215300: Change rate from 32000->32768
  regulator: raa215300: Add missing blank space
  rtc: isl1208: Simplify probe()
  rtc: isl1208: Fix incorrect logic in isl1208_set_xtoscb()
  arm64: defconfig: Enable PMIC RAA215300 and RTC ISL 1208 configs
  arm64: dts: renesas: rzg2l-smarc-som: Enable PMIC and built-in RTC
  arm64: dts: renesas: rzg2lc-smarc-som: Add PHY interrupt support for
    ETH0
  arm64: dts: renesas: rzg2lc-smarc-som: Enable PMIC and built-in RTC

Chris Paterson (1):
  arm64: dts: renesas: rzg2l: Fix txdv-skew-psec typos

 .../boot/dts/renesas/rzg2l-smarc-som.dtsi     | 22 ++++++++++--
 .../boot/dts/renesas/rzg2lc-smarc-som.dtsi    | 26 ++++++++++++--
 .../boot/dts/renesas/rzg2ul-smarc-som.dtsi    |  4 +--
 arch/arm64/configs/defconfig                  |  2 ++
 drivers/i2c/i2c-core-base.c                   | 19 ++++++++++
 drivers/regulator/Kconfig                     |  6 +++-
 drivers/regulator/raa215300.c                 | 36 ++++++++++---------
 drivers/rtc/rtc-isl1208.c                     | 14 +++-----
 include/linux/i2c.h                           |  2 ++
 9 files changed, 97 insertions(+), 34 deletions(-)

Comments

Pavel Machek Sept. 12, 2023, 9:14 p.m. UTC | #1
Hi!

> This patch series aims to enable PMIC RAA215300 and builtin RTC support on
> RZ/G2L SMARC EVK platform.
>  
> All the patches are cherry-picked from the mainline.

This is a bit strange; these two look quite unrelated.

>   arm64: dts: renesas: rzg2lc-smarc-som: Add PHY interrupt support for
>     ETH0
>   arm64: dts: renesas: rzg2l: Fix txdv-skew-psec typos

I'm happy to apply the rest (unless testing fails or someone
objects). I can take these two, too, if you tell me this is
intentional.

Best regards,
								Pavel
Biju Das Sept. 13, 2023, 6:01 a.m. UTC | #2
Hi Pavel,

> Subject: Re: [PATCH 6.1.y-cip 00/14] Enable Renesas PMIC RAA215300 and RTC
> builtin support
> 
> Hi!
> 
> > This patch series aims to enable PMIC RAA215300 and builtin RTC
> > support on RZ/G2L SMARC EVK platform.
> >
> > All the patches are cherry-picked from the mainline.
> 
> This is a bit strange; these two look quite unrelated.
> 
> >   arm64: dts: renesas: rzg2lc-smarc-som: Add PHY interrupt support for
> >     ETH0
> >   arm64: dts: renesas: rzg2l: Fix txdv-skew-psec typos
> 
> I'm happy to apply the rest (unless testing fails or someone objects). I
> can take these two, too, if you tell me this is intentional.

I missed to add this in cover letter. Sorry for that.
Please take these patches as well.

Cheers,
Biju
Pavel Machek Sept. 13, 2023, 3:17 p.m. UTC | #3
Hi!

> > I'm happy to apply the rest (unless testing fails or someone objects). I
> > can take these two, too, if you tell me this is intentional.
> 
> I missed to add this in cover letter. Sorry for that.
> Please take these patches as well.

Ok, testing passed, so I'm applying whole series. Thanks!

Best regards,
								Pavel