04 Jan, 2017
1 commit
-
All PWM devices have been marked as "might sleep" since v4.5, there is
no longer a need to differentiate on a per-chip basis.Signed-off-by: Thierry Reding
08 Sep, 2016
1 commit
-
H3 PWM controller has same register layout as sun4i driver, so it works
by adding H3 specific data.Cc: Thierry Reding
Cc: Rob Herring
Cc: Maxime Ripard
Cc: Alexandre Belloni
Cc: Chen-Yu Tsai
Cc: linux-pwm@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Milo Kim
Acked-by: Chen-Yu Tsai
Reviewed-by: Alexandre Belloni
Acked-by: Rob Herring
Signed-off-by: Thierry Reding
17 May, 2016
1 commit
-
Use pwm_get/set_xxx() helpers instead of directly accessing the pwm->xxx
field. Doing that will ease adaptation of the PWM framework to support
atomic update.Signed-off-by: Boris Brezillon
Signed-off-by: Thierry Reding
10 Nov, 2015
2 commits
-
This patch changes no code, it just fixes the whitespacing. Operators
should be separated from operands by a single space.Signed-off-by: Olliver Schinagl
Signed-off-by: Thierry Reding -
The PWM controller on sun5i SoCs is identical to the one found on sun7i
SoCs. On the A13 package only one of the 2 pins is routed to the outside,
so only advertise one PWM channel there.Signed-off-by: Hans de Goede
Acked-by: Maxime Ripard
Signed-off-by: Thierry Reding
30 Jan, 2015
1 commit
-
This adds a generic PWM framework driver for the PWM controller
found on Allwinner SoCs.Signed-off-by: Alexandre Belloni
Acked-by: Maxime Ripard
Signed-off-by: Thierry Reding