Message ID | 20230623140948.384762-1-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | Add Renesas PMIC RAA215300 and built-in RTC support | expand |
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?
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
On Fri, 23 Jun 2023 15:09:38 +0100, Biju Das wrote: > This patch series aims to add support for Renesas PMIC RAA215300 and > built-in RTC found on this PMIC device. > > The details of PMIC can be found here[1]. > > Renesas PMIC RAA215300 exposes two separate i2c devices, one for the main > device and another for rtc device. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [01/10] regulator: dt-bindings: Add Renesas RAA215300 PMIC bindings commit: fff8f6b0723159f09eb2c067e626fb96402c0e53 [02/10] regulator: Add Renesas PMIC RAA215300 driver commit: 7bce16630837c705f72e8fd53a11ae8c236236f4 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
On Fri, 23 Jun 2023 15:09:38 +0100, Biju Das wrote: > This patch series aims to add support for Renesas PMIC RAA215300 and > built-in RTC found on this PMIC device. > > The details of PMIC can be found here[1]. > > Renesas PMIC RAA215300 exposes two separate i2c devices, one for the main > device and another for rtc device. > > [...] Applied, thanks! [04/10] dt-bindings: rtc: isl1208: Convert to json-schema commit: ac739bac5201d4308cba2525dacb5da654b3ff31 [05/10] dt-bindings: rtc: isil,isl1208: Document clock and clock-names properties commit: 138f352556d791d7e0ca3ac9a4f4815123af8c82 [06/10] rtc: isl1208: Drop name variable commit: 380960c40a1d106bba3476c9a010eaf28195115d [07/10] rtc: isl1208: Make similar I2C and DT-based matching table commit: fbc06a53561c64ec6d7f9a1b3bc04597de4cbb2d [08/10] rtc: isl1208: Drop enum isl1208_id and split isl1208_configs[] commit: 5923fc75d0dfcebce53894ddada7e2440d756f8b [09/10] rtc: isl1208: Add isl1208_set_xtoscb() commit: 262f72b4656e182eefaab91ab24a7575dda5524f [10/10] rtc: isl1208: Add support for the built-in RTC on the PMIC RAA215300 commit: fdd63f65ac25d0851dade4c7ba94a7a882b8d9c2 Best regards,