All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] regulator: pwm-regulator: Introduce continuous-mode
@ 2015-07-07 15:06 ` Lee Jones
  0 siblings, 0 replies; 37+ messages in thread
From: Lee Jones @ 2015-07-07 15:06 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel; +Cc: kernel, broonie, lgirdwood, Lee Jones

This patch-set has been rebased on to topic/pwm.
  
Continuous mode uses the PWM regulator's maximum and minimum supplied
voltages specified in the regulator-{min,max}-microvolt properties to
calculate appropriate duty-cycle values.  This allows for a much more
fine grained solution when compared with voltage-table mode, which
this driver already supports.  This solution does make an assumption
that a %50 duty-cycle value will cause the regulator voltage to run
at half way between the supplied max_uV and min_uV values.

Lee Jones (9):
  ARM: multi_v7_defconfig: Enable ST's PWM driver
  ARM: multi_v7_defconfig: Enable ST's Power Reset driver
  ARM: multi_v7_defconfig: Enable support for PWM Regulators
  ARM: STi: STiH407: Move PWM nodes STiH407 => STiH407-family
  ARM: STi: STiH407: Add PWM Regulator node
  regulator: pwm-regulator: Re-write bindings
  regulator: pwm-regulator: Add support for continuous-voltage
  regulator: pwm-regulator: Simplify voltage to duty-cycle call
  regulator: pwm-regulator: Don't assign structure attributes right away

 .../bindings/regulator/pwm-regulator.txt           |  68 ++++++++++---
 arch/arm/boot/dts/stih407-family.dtsi              |  41 ++++++++
 arch/arm/boot/dts/stih407.dtsi                     |  28 ------
 arch/arm/configs/multi_v7_defconfig                |   3 +
 drivers/regulator/pwm-regulator.c                  | 109 ++++++++++++++++++---
 5 files changed, 198 insertions(+), 51 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-07-09 17:20 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-07 15:06 [PATCH v2 0/9] regulator: pwm-regulator: Introduce continuous-mode Lee Jones
2015-07-07 15:06 ` Lee Jones
2015-07-07 15:06 ` [PATCH v2 1/9] ARM: multi_v7_defconfig: Enable ST's PWM driver Lee Jones
2015-07-07 15:06   ` Lee Jones
2015-07-07 15:06 ` [PATCH v2 2/9] ARM: multi_v7_defconfig: Enable ST's Power Reset driver Lee Jones
2015-07-07 15:06   ` Lee Jones
2015-07-07 15:06 ` [PATCH v2 3/9] ARM: multi_v7_defconfig: Enable support for PWM Regulators Lee Jones
2015-07-07 15:06   ` Lee Jones
2015-07-07 15:06 ` [PATCH v2 4/9] ARM: STi: STiH407: Move PWM nodes STiH407 => STiH407-family Lee Jones
2015-07-07 15:06   ` Lee Jones
2015-07-07 15:06 ` [PATCH v2 5/9] ARM: STi: STiH407: Add PWM Regulator node Lee Jones
2015-07-07 15:06   ` Lee Jones
2015-07-07 15:06 ` [PATCH v2 6/9] regulator: pwm-regulator: Re-write bindings Lee Jones
2015-07-07 15:06   ` Lee Jones
2015-07-07 18:31   ` Applied "regulator: pwm-regulator: Re-write bindings" to the regulator tree Mark Brown
2015-07-09  8:01   ` [PATCH v2 6/9] regulator: pwm-regulator: Re-write bindings Boris Brezillon
2015-07-09  8:01     ` Boris Brezillon
2015-07-07 15:06 ` [PATCH v2 7/9] regulator: pwm-regulator: Add support for continuous-voltage Lee Jones
2015-07-07 15:06   ` Lee Jones
2015-07-07 18:31   ` Applied "regulator: pwm-regulator: Add support for continuous-voltage" to the regulator tree Mark Brown
2015-07-07 15:06 ` [PATCH v2 8/9] regulator: pwm-regulator: Simplify voltage to duty-cycle call Lee Jones
2015-07-07 15:06   ` Lee Jones
2015-07-07 18:31   ` Applied "regulator: pwm-regulator: Simplify voltage to duty-cycle call" to the regulator tree Mark Brown
2015-07-07 15:06 ` [PATCH v2 9/9] regulator: pwm-regulator: Don't assign structure attributes right away Lee Jones
2015-07-07 15:06   ` Lee Jones
2015-07-09  6:30 ` [PATCH v2 0/9] regulator: pwm-regulator: Introduce continuous-mode Boris Brezillon
2015-07-09  6:30   ` Boris Brezillon
2015-07-09 11:51   ` Lee Jones
2015-07-09 11:51     ` Lee Jones
2015-07-09 13:14     ` Boris Brezillon
2015-07-09 13:14       ` Boris Brezillon
2015-07-09 15:44       ` Lee Jones
2015-07-09 15:44         ` Lee Jones
2015-07-09 16:25       ` Doug Anderson
2015-07-09 16:25         ` Doug Anderson
2015-07-09 17:20         ` Lee Jones
2015-07-09 17:20           ` Lee Jones

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.