All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: ping.bai@nxp.com, lgirdwood@gmail.com, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
	shawnguo@kernel.org, s.hauer@pengutronix.de,
	linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de,
	festevam@gmail.com, linux-imx@nxp.com,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	imx@lists.linux.dev, Joy Zou <joy.zou@nxp.com>
Subject: Re: [PATCH v2 2/3] regulator: pca9450: add pca9451a support
Date: Mon, 11 Mar 2024 13:28:24 +0000	[thread overview]
Message-ID: <5b257caf-5a14-4c82-9999-061a0093a831@sirena.org.uk> (raw)
In-Reply-To: <6027895.lOV4Wx5bFT@steina-w>

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

On Mon, Mar 11, 2024 at 10:09:12AM +0100, Alexander Stein wrote:
> > +			.of_match = of_match_ptr("BUCK1"),
> > +			.regulators_node = of_match_ptr("regulators"),
> > +			.id = PCA9450_BUCK1,
> > +			.ops = &pca9450_dvs_buck_regulator_ops,
> > +			.type = REGULATOR_VOLTAGE,

Please delete unneeded context from mails when replying.  Doing this
makes it much easier to find your reply in the message, helping ensure
it won't be missed by people scrolling through the irrelevant quoted
material.

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

WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: ping.bai@nxp.com, lgirdwood@gmail.com, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org,
	shawnguo@kernel.org, s.hauer@pengutronix.de,
	linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de,
	festevam@gmail.com, linux-imx@nxp.com,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	imx@lists.linux.dev, Joy Zou <joy.zou@nxp.com>
Subject: Re: [PATCH v2 2/3] regulator: pca9450: add pca9451a support
Date: Mon, 11 Mar 2024 13:28:24 +0000	[thread overview]
Message-ID: <5b257caf-5a14-4c82-9999-061a0093a831@sirena.org.uk> (raw)
In-Reply-To: <6027895.lOV4Wx5bFT@steina-w>


[-- Attachment #1.1: Type: text/plain, Size: 495 bytes --]

On Mon, Mar 11, 2024 at 10:09:12AM +0100, Alexander Stein wrote:
> > +			.of_match = of_match_ptr("BUCK1"),
> > +			.regulators_node = of_match_ptr("regulators"),
> > +			.id = PCA9450_BUCK1,
> > +			.ops = &pca9450_dvs_buck_regulator_ops,
> > +			.type = REGULATOR_VOLTAGE,

Please delete unneeded context from mails when replying.  Doing this
makes it much easier to find your reply in the message, helping ensure
it won't be missed by people scrolling through the irrelevant quoted
material.

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

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2024-03-11 13:28 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-11  8:47 [PATCH v2 0/3] add pmic pca9451a support Joy Zou
2024-03-11  8:47 ` Joy Zou
2024-03-11  8:47 ` [PATCH v2 1/3] regulator: dt-bindings: pca9450: add " Joy Zou
2024-03-11  8:47   ` Joy Zou
2024-03-11 10:00   ` Krzysztof Kozlowski
2024-03-11 10:00     ` Krzysztof Kozlowski
2024-03-11 10:04     ` [EXT] " Joy Zou
2024-03-11 10:04       ` Joy Zou
2024-03-11  8:47 ` [PATCH v2 2/3] regulator: " Joy Zou
2024-03-11  8:47   ` Joy Zou
2024-03-11  9:09   ` Alexander Stein
2024-03-11  9:09     ` Alexander Stein
2024-03-11  9:13     ` [EXT] " Joy Zou
2024-03-11  9:13       ` Joy Zou
2024-03-11 13:28     ` Mark Brown [this message]
2024-03-11 13:28       ` Mark Brown
2024-03-12  2:08       ` [EXT] " Joy Zou
2024-03-12  2:08         ` Joy Zou
2024-03-11  8:47 ` [PATCH v2 3/3] arm64: dts: imx93-11x11-evk: " Joy Zou
2024-03-11  8:47   ` Joy Zou
2024-03-11  8:51   ` Marco Felsch
2024-03-11  8:51     ` Marco Felsch
2024-03-11  8:57     ` [EXT] " Joy Zou
2024-03-11  8:57       ` Joy Zou

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=5b257caf-5a14-4c82-9999-061a0093a831@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=joy.zou@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ping.bai@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@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.