All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: pf8x00: set ramp_delay for bucks
@ 2021-01-25 16:13 Christoph Fritz
  2021-01-25 18:03 ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Christoph Fritz @ 2021-01-25 16:13 UTC (permalink / raw)
  To: Mark Brown, Jagan Teki; +Cc: Adrien Grassein, Liam Girdwood, linux-kernel

This patch sets ramp_delay for bucks to the max value given by the
datasheet.

Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
Reviewed-by: Adrien Grassein <adrien.grassein@gmail.com>
---
 drivers/regulator/pf8x00-regulator.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/regulator/pf8x00-regulator.c b/drivers/regulator/pf8x00-regulator.c
index 1e5582d73405..edf5c88bf43e 100644
--- a/drivers/regulator/pf8x00-regulator.c
+++ b/drivers/regulator/pf8x00-regulator.c
@@ -351,6 +351,7 @@ static const struct regulator_ops pf8x00_vsnvs_ops = {
 			.type = REGULATOR_VOLTAGE,		\
 			.id = PF8X00_BUCK ## _id,		\
 			.owner = THIS_MODULE,			\
+			.ramp_delay = 19000,			\
 			.linear_ranges = pf8x00_sw1_to_6_voltages, \
 			.n_linear_ranges = \
 				ARRAY_SIZE(pf8x00_sw1_to_6_voltages), \
@@ -381,6 +382,7 @@ static const struct regulator_ops pf8x00_vsnvs_ops = {
 			.type = REGULATOR_VOLTAGE,		\
 			.id = PF8X00_BUCK7,		\
 			.owner = THIS_MODULE,			\
+			.ramp_delay = 19000,			\
 			.volt_table = voltages,			\
 			.vsel_reg = (base) + SW_RUN_VOLT,	\
 			.vsel_mask = 0xff,			\
-- 
2.29.2



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] regulator: pf8x00: set ramp_delay for bucks
  2021-01-25 16:13 [PATCH] regulator: pf8x00: set ramp_delay for bucks Christoph Fritz
@ 2021-01-25 18:03 ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2021-01-25 18:03 UTC (permalink / raw)
  To: Christoph Fritz, Jagan Teki; +Cc: Liam Girdwood, Adrien Grassein, linux-kernel

On Mon, 25 Jan 2021 17:13:41 +0100, Christoph Fritz wrote:
> This patch sets ramp_delay for bucks to the max value given by the
> datasheet.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[1/1] regulator: pf8x00: set ramp_delay for bucks
      commit: 4288b4ccda966c2a49ec7c67100208378bdb34d2

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

* Re: [PATCH] regulator: pf8x00: set ramp_delay for bucks
  2021-01-25  9:27   ` [PATCH] regulator: pf8x00: set ramp_delay for bucks Christoph Fritz
  2021-01-25  9:54     ` Adrien Grassein
@ 2021-01-25 13:09     ` Mark Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Brown @ 2021-01-25 13:09 UTC (permalink / raw)
  To: Christoph Fritz; +Cc: Jagan Teki, Adrien Grassein, Liam Girdwood, linux-kernel

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

On Mon, Jan 25, 2021 at 10:27:00AM +0100, Christoph Fritz wrote:
> This patch sets ramp_delay for bucks to the max value given by the
> datasheet.

Please don't send new patches in reply to old threads, it buries things
and makes it much harder to follow what's going on.  Start a new thread
for new submissions.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] regulator: pf8x00: set ramp_delay for bucks
  2021-01-25  9:27   ` [PATCH] regulator: pf8x00: set ramp_delay for bucks Christoph Fritz
@ 2021-01-25  9:54     ` Adrien Grassein
  2021-01-25 13:09     ` Mark Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Adrien Grassein @ 2021-01-25  9:54 UTC (permalink / raw)
  To: chf.fritz; +Cc: Jagan Teki, Mark Brown, Liam Girdwood, linux-kernel

Le lun. 25 janv. 2021 à 10:27, Christoph Fritz
<chf.fritz@googlemail.com> a écrit :
>
> This patch sets ramp_delay for bucks to the max value given by the
> datasheet.
>
> Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
> ---
>  drivers/regulator/pf8x00-regulator.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/drivers/regulator/pf8x00-regulator.c b/drivers/regulator/pf8x00-regulator.c
> index 1e5582d73405..edf5c88bf43e 100644
> --- a/drivers/regulator/pf8x00-regulator.c
> +++ b/drivers/regulator/pf8x00-regulator.c
> @@ -351,6 +351,7 @@ static const struct regulator_ops pf8x00_vsnvs_ops = {
>                         .type = REGULATOR_VOLTAGE,              \
>                         .id = PF8X00_BUCK ## _id,               \
>                         .owner = THIS_MODULE,                   \
> +                       .ramp_delay = 19000,                    \
>                         .linear_ranges = pf8x00_sw1_to_6_voltages, \
>                         .n_linear_ranges = \
>                                 ARRAY_SIZE(pf8x00_sw1_to_6_voltages), \
> @@ -381,6 +382,7 @@ static const struct regulator_ops pf8x00_vsnvs_ops = {
>                         .type = REGULATOR_VOLTAGE,              \
>                         .id = PF8X00_BUCK7,             \
>                         .owner = THIS_MODULE,                   \
> +                       .ramp_delay = 19000,                    \
>                         .volt_table = voltages,                 \
>                         .vsel_reg = (base) + SW_RUN_VOLT,       \
>                         .vsel_mask = 0xff,                      \
> --
> 2.29.2
>
>
 Reviewed-by: Adrien Grassein <adrien.grassein@gmail.com>


Thanks,

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] regulator: pf8x00: set ramp_delay for bucks
  2021-01-21  9:42 ` Christoph Fritz
@ 2021-01-25  9:27   ` Christoph Fritz
  2021-01-25  9:54     ` Adrien Grassein
  2021-01-25 13:09     ` Mark Brown
  0 siblings, 2 replies; 5+ messages in thread
From: Christoph Fritz @ 2021-01-25  9:27 UTC (permalink / raw)
  To: Jagan Teki, Mark Brown; +Cc: Adrien Grassein, Liam Girdwood, linux-kernel

This patch sets ramp_delay for bucks to the max value given by the
datasheet.

Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
---
 drivers/regulator/pf8x00-regulator.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/regulator/pf8x00-regulator.c b/drivers/regulator/pf8x00-regulator.c
index 1e5582d73405..edf5c88bf43e 100644
--- a/drivers/regulator/pf8x00-regulator.c
+++ b/drivers/regulator/pf8x00-regulator.c
@@ -351,6 +351,7 @@ static const struct regulator_ops pf8x00_vsnvs_ops = {
 			.type = REGULATOR_VOLTAGE,		\
 			.id = PF8X00_BUCK ## _id,		\
 			.owner = THIS_MODULE,			\
+			.ramp_delay = 19000,			\
 			.linear_ranges = pf8x00_sw1_to_6_voltages, \
 			.n_linear_ranges = \
 				ARRAY_SIZE(pf8x00_sw1_to_6_voltages), \
@@ -381,6 +382,7 @@ static const struct regulator_ops pf8x00_vsnvs_ops = {
 			.type = REGULATOR_VOLTAGE,		\
 			.id = PF8X00_BUCK7,		\
 			.owner = THIS_MODULE,			\
+			.ramp_delay = 19000,			\
 			.volt_table = voltages,			\
 			.vsel_reg = (base) + SW_RUN_VOLT,	\
 			.vsel_mask = 0xff,			\
-- 
2.29.2



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-26 20:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-25 16:13 [PATCH] regulator: pf8x00: set ramp_delay for bucks Christoph Fritz
2021-01-25 18:03 ` Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2021-01-17 20:49 [PATCH] regulator: pf8x00: Add suspend support Christoph Fritz
2021-01-21  9:42 ` Christoph Fritz
2021-01-25  9:27   ` [PATCH] regulator: pf8x00: set ramp_delay for bucks Christoph Fritz
2021-01-25  9:54     ` Adrien Grassein
2021-01-25 13:09     ` Mark Brown

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.