All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Frieder Schrempf <frieder.schrempf@kontron.de>,
	Peng Fan <peng.fan@nxp.com>,
	Jaehoon Chung <jh80.chung@samsung.com>
Cc: Joy Zou <joy.zou@nxp.com>, dl-uboot-imx <uboot-imx@nxp.com>,
	Stefano Babic <sbabic@nabladev.com>, Ye Li <ye.li@nxp.com>,
	Fabio Estevam <festevam@gmail.com>,
	Fabio Estevam <festevam@denx.de>,
	Frieder Schrempf <frieder@fris.de>,
	"u-boot@lists.denx.de" <u-boot@lists.denx.de>,
	Marek Vasut <marex@denx.de>,
	"u-boot@dh-electronics.com" <u-boot@dh-electronics.com>
Subject: Re: [PATCH 0/6] Use correct LDO5 control registers for PCA9450
Date: Wed, 27 Aug 2025 08:32:18 -0600	[thread overview]
Message-ID: <20250827143218.GH124814@bill-the-cat> (raw)
In-Reply-To: <ffe365e5-2d0f-415e-a084-1926e3d4b2a8@kontron.de>

[-- Attachment #1: Type: text/plain, Size: 2483 bytes --]

On Wed, Aug 27, 2025 at 09:37:24AM +0200, Frieder Schrempf wrote:
> Am 27.08.25 um 07:46 schrieb Peng Fan:
> >> Subject: Re: [PATCH 0/6] Use correct LDO5 control registers for
> >> PCA9450
> >>
> >> Hi Jaehoon,
> >>
> >> Am 11.08.25 um 15:11 schrieb Frieder Schrempf:
> >>> From: Frieder Schrempf <frieder.schrempf@kontron.de>
> >>>
> >>> This is a port for the following series in Linux, which is already
> >>> available in mainline:
> >>>
> >>>
> >> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2F
> >> patc
> >>> hwork.kernel.org%2Fproject%2Flinux-arm-
> >> kernel%2Fcover%2F20241218152842
> >>> .97483-1-
> >> frieder%40fris.de%2F&data=05%7C02%7Cpeng.fan%40nxp.com%7C51
> >> 6d
> >>>
> >> 65c0706c4d71292d08dde3b31d9d%7C686ea1d3bc2b4c6fa92cd99c5c
> >> 301635%7C0%7C
> >>>
> >> 0%7C638917080648452454%7CUnknown%7CTWFpbGZsb3d8eyJFbXB
> >> 0eU1hcGkiOnRydWU
> >>>
> >> sIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%
> >> 3D%3D%
> >>>
> >> 7C0%7C%7C%7C&sdata=neJx6WZU4iZWjSUcsnzOVQvFiaCTKLChE8srEx
> >> 6cwEQ%3D&rese
> >>> rved=0
> >>>
> >>> This aligns the PMIC driver with current Linux and allows to use
> >>> upstream devicetrees in U-Boot.
> >>>
> >>> Frieder Schrempf (6):
> >>>   Revert "pmic: pca9450: Add optional SD_VSEL GPIO for LDO5"
> >>>   pmic: pca9450: Fix enable register for LDO5
> >>>   pmic: pca9450: Fix control register for LDO5
> >>>   pmic: pca9450: Handle hardware with fixed SD_VSEL for LDO5
> >>>   arm: dts: imx8mp-data-modul-edm-sbc: Remove deprecated sd-
> >> vsel-gpios
> >>>   arm: dts: imx8mp-dhcom-som: Remove deprecated sd-vsel-gpios
> >>>
> >>>  arch/arm/dts/imx8mp-data-modul-edm-sbc.dts |  1 -
> >>>  arch/arm/dts/imx8mp-dhcom-som.dtsi         |  1 -
> >>>  drivers/power/pmic/pca9450.c               | 22 -------------
> >>>  drivers/power/regulator/pca9450.c          | 37
> >> ++++++++++++++++++++--
> >>>  4 files changed, 34 insertions(+), 27 deletions(-)
> >>>
> >>
> >> I saw that there are several patches on the mailing list for
> >> /drivers/power that have received no reply from a maintainer for
> >> several weeks (see [1]). I just wanted to make sure that you are aware
> >> of this and kindly ask to have a look.
> > 
> > I could help handle that via mmc tree, if Tom and you are ok.
> 
> I don't mind. If Tom agrees to take power patches through the mmc tree
> from you that's fine.

This would be helpful, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2025-08-27 14:32 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-11 13:11 [PATCH 0/6] Use correct LDO5 control registers for PCA9450 Frieder Schrempf
2025-08-11 13:11 ` [PATCH 1/6] Revert "pmic: pca9450: Add optional SD_VSEL GPIO for LDO5" Frieder Schrempf
2025-08-11 13:11 ` [PATCH 2/6] pmic: pca9450: Fix enable register for LDO5 Frieder Schrempf
2025-08-11 13:11 ` [PATCH 3/6] pmic: pca9450: Fix control " Frieder Schrempf
2025-08-11 13:12 ` [PATCH 4/6] pmic: pca9450: Handle hardware with fixed SD_VSEL " Frieder Schrempf
2025-08-11 13:12 ` [PATCH 5/6] arm: dts: imx8mp-data-modul-edm-sbc: Remove deprecated sd-vsel-gpios Frieder Schrempf
2025-08-11 14:22   ` Marek Vasut
2025-08-11 13:12 ` [PATCH 6/6] arm: dts: imx8mp-dhcom-som: " Frieder Schrempf
2025-08-11 14:21   ` Marek Vasut
2025-08-25  8:40 ` [PATCH 0/6] Use correct LDO5 control registers for PCA9450 Frieder Schrempf
2025-08-27  5:46   ` Peng Fan
2025-08-27  7:37     ` Frieder Schrempf
2025-08-27 14:32       ` Tom Rini [this message]
2025-09-01  7:44 ` Peng Fan (OSS)
  -- strict thread matches above, loose matches on Subject: below --
2023-02-13 15:58 Frieder Schrempf
2023-02-13 15:58 ` Frieder Schrempf

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=20250827143218.GH124814@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=festevam@denx.de \
    --cc=festevam@gmail.com \
    --cc=frieder.schrempf@kontron.de \
    --cc=frieder@fris.de \
    --cc=jh80.chung@samsung.com \
    --cc=joy.zou@nxp.com \
    --cc=marex@denx.de \
    --cc=peng.fan@nxp.com \
    --cc=sbabic@nabladev.com \
    --cc=u-boot@dh-electronics.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    --cc=ye.li@nxp.com \
    /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.