* [PATCH] regulator: qcom_smd: Add LDO5 MP5496 regulator
@ 2023-12-14 10:40 Varadarajan Narayanan
2023-12-14 10:42 ` kernel test robot
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Varadarajan Narayanan @ 2023-12-14 10:40 UTC (permalink / raw)
To: agross, andersson, konrad.dybcio, lgirdwood, broonie,
linux-arm-msm, linux-kernel
Cc: stable, Varadarajan Narayanan
Add support for LDO5 regulator. This is used by IPQ9574 USB.
Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com>
---
drivers/regulator/qcom_smd-regulator.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/regulator/qcom_smd-regulator.c b/drivers/regulator/qcom_smd-regulator.c
index 09c471a0ba2e..d1be9568025e 100644
--- a/drivers/regulator/qcom_smd-regulator.c
+++ b/drivers/regulator/qcom_smd-regulator.c
@@ -796,6 +796,7 @@ static const struct rpm_regulator_data rpm_mp5496_regulators[] = {
{ "s1", QCOM_SMD_RPM_SMPA, 1, &mp5496_smps, "s1" },
{ "s2", QCOM_SMD_RPM_SMPA, 2, &mp5496_smps, "s2" },
{ "l2", QCOM_SMD_RPM_LDOA, 2, &mp5496_ldoa2, "l2" },
+ { "l5", QCOM_SMD_RPM_LDOA, 5, &mp5496_ldoa2, "l5" },
{}
};
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] regulator: qcom_smd: Add LDO5 MP5496 regulator
2023-12-14 10:40 [PATCH] regulator: qcom_smd: Add LDO5 MP5496 regulator Varadarajan Narayanan
@ 2023-12-14 10:42 ` kernel test robot
2023-12-14 18:26 ` Konrad Dybcio
2023-12-18 18:36 ` Mark Brown
2 siblings, 0 replies; 5+ messages in thread
From: kernel test robot @ 2023-12-14 10:42 UTC (permalink / raw)
To: Varadarajan Narayanan; +Cc: stable, oe-kbuild-all
Hi,
Thanks for your patch.
FYI: kernel test robot notices the stable kernel rule is not satisfied.
The check is based on https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html#option-1
Rule: add the tag "Cc: stable@vger.kernel.org" in the sign-off area to have the patch automatically included in the stable tree.
Subject: [PATCH] regulator: qcom_smd: Add LDO5 MP5496 regulator
Link: https://lore.kernel.org/stable/20231214104052.3267039-1-quic_varada%40quicinc.com
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] regulator: qcom_smd: Add LDO5 MP5496 regulator
2023-12-14 10:40 [PATCH] regulator: qcom_smd: Add LDO5 MP5496 regulator Varadarajan Narayanan
2023-12-14 10:42 ` kernel test robot
@ 2023-12-14 18:26 ` Konrad Dybcio
2023-12-15 4:39 ` Varadarajan Narayanan
2023-12-18 18:36 ` Mark Brown
2 siblings, 1 reply; 5+ messages in thread
From: Konrad Dybcio @ 2023-12-14 18:26 UTC (permalink / raw)
To: Varadarajan Narayanan, agross, andersson, lgirdwood, broonie,
linux-arm-msm, linux-kernel
Cc: stable
On 12/14/23 11:40, Varadarajan Narayanan wrote:
> Add support for LDO5 regulator. This is used by IPQ9574 USB.
>
> Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com>
> ---
Why did you remove the bindings since the last revision?
https://lore.kernel.org/linux-arm-msm/cover.1701160842.git.varada@hu-varada-blr.qualcomm.com/
Konrad
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] regulator: qcom_smd: Add LDO5 MP5496 regulator
2023-12-14 18:26 ` Konrad Dybcio
@ 2023-12-15 4:39 ` Varadarajan Narayanan
0 siblings, 0 replies; 5+ messages in thread
From: Varadarajan Narayanan @ 2023-12-15 4:39 UTC (permalink / raw)
To: Konrad Dybcio
Cc: agross, andersson, lgirdwood, broonie, linux-arm-msm,
linux-kernel, stable
On Thu, Dec 14, 2023 at 07:26:24PM +0100, Konrad Dybcio wrote:
>
>
> On 12/14/23 11:40, Varadarajan Narayanan wrote:
> > Add support for LDO5 regulator. This is used by IPQ9574 USB.
> >
> > Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com>
> > ---
> Why did you remove the bindings since the last revision?
>
> https://lore.kernel.org/linux-arm-msm/cover.1701160842.git.varada@hu-varada-blr.qualcomm.com/
Oops! Sorry. Sent the wrong patch.
Will send the correct one.
Varada
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] regulator: qcom_smd: Add LDO5 MP5496 regulator
2023-12-14 10:40 [PATCH] regulator: qcom_smd: Add LDO5 MP5496 regulator Varadarajan Narayanan
2023-12-14 10:42 ` kernel test robot
2023-12-14 18:26 ` Konrad Dybcio
@ 2023-12-18 18:36 ` Mark Brown
2 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2023-12-18 18:36 UTC (permalink / raw)
To: agross, andersson, konrad.dybcio, lgirdwood, linux-arm-msm,
linux-kernel, Varadarajan Narayanan
Cc: stable
On Thu, 14 Dec 2023 16:10:52 +0530, Varadarajan Narayanan wrote:
> Add support for LDO5 regulator. This is used by IPQ9574 USB.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next
Thanks!
[1/1] regulator: qcom_smd: Add LDO5 MP5496 regulator
commit: ad663ce6780477177e301756ade6cf236f36ae4c
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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-12-18 18:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-14 10:40 [PATCH] regulator: qcom_smd: Add LDO5 MP5496 regulator Varadarajan Narayanan
2023-12-14 10:42 ` kernel test robot
2023-12-14 18:26 ` Konrad Dybcio
2023-12-15 4:39 ` Varadarajan Narayanan
2023-12-18 18:36 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox