All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add PWM feature in Allwinner H3
@ 2016-08-31  8:25 ` Milo Kim
  0 siblings, 0 replies; 49+ messages in thread
From: Milo Kim @ 2016-08-31  8:25 UTC (permalink / raw)
  To: Rob Herring, Maxime Ripard, Chen-Yu Tsai, Linus Walleij,
	Thierry Reding
  Cc: devicetree, linux-pwm, linux-kernel, linux-gpio, Milo Kim,
	linux-arm-kernel

According to the latest datasheet, H3 has single PWM channel.
H3 PWM controller has same register layout as sun4i driver, so it works 
by adding H3 specific data.
And the second PWM channel is not supported, so the pinctrl function is removed.

Datasheet:
  http://linux-sunxi.org/File:Allwinner_H3_Datasheet_V1.2.pdf

Test environment:
  Tested on Nano Pi M1 board, but PA5 pin is assigned for UART0.
  So the debug console should be changed to other port like UART1.

  Ex)
	aliases {
		serial0 = &uart1;
	};

	&uart1 {
        	pinctrl-names = "default";
	        pinctrl-0 = <&uart1_pins_a>;
        	status = "okay";
	};

v2:
  Split v1 patch-set into several patches

Milo Kim (4):
  ARM: dts: sun8i: Add PWM pin in H3
  ARM: dts: sun8i: Add PWM controller node in H3
  pinctrl: sunxi: Remove unsupported PWM channel pinmux in H3
  pwm: sunxi: Add H3 support

 Documentation/devicetree/bindings/pwm/pwm-sun4i.txt |  1 +
 arch/arm/boot/dts/sun8i-h3.dtsi                     | 15 +++++++++++++++
 drivers/pinctrl/sunxi/pinctrl-sun8i-h3.c            |  1 -
 drivers/pwm/pwm-sun4i.c                             |  9 +++++++++
 4 files changed, 25 insertions(+), 1 deletion(-)

-- 
2.9.3

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

end of thread, other threads:[~2016-09-07 23:09 UTC | newest]

Thread overview: 49+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-31  8:25 [PATCH v2 0/4] Add PWM feature in Allwinner H3 Milo Kim
2016-08-31  8:25 ` Milo Kim
2016-08-31  8:25 ` Milo Kim
2016-08-31  8:25 ` [PATCH v2 1/4] ARM: dts: sun8i: Add PWM pin in H3 Milo Kim
2016-08-31  8:25   ` Milo Kim
2016-08-31  8:33   ` Chen-Yu Tsai
2016-08-31  8:33     ` Chen-Yu Tsai
2016-09-01 12:51     ` Milo Kim
2016-09-01 12:51       ` Milo Kim
2016-08-31 16:20   ` Maxime Ripard
2016-08-31 16:20     ` Maxime Ripard
2016-09-01 13:06     ` Milo Kim
2016-09-01 13:06       ` Milo Kim
2016-09-01 19:51       ` Maxime Ripard
2016-09-01 19:51         ` Maxime Ripard
2016-09-01 19:51         ` Maxime Ripard
2016-08-31  8:25 ` [PATCH v2 2/4] ARM: dts: sun8i: Add PWM controller node " Milo Kim
2016-08-31  8:25   ` Milo Kim
2016-08-31  8:42   ` Chen-Yu Tsai
2016-08-31  8:42     ` Chen-Yu Tsai
2016-08-31 16:16   ` Maxime Ripard
2016-08-31 16:16     ` Maxime Ripard
2016-08-31  8:25 ` [PATCH v2 3/4] pinctrl: sunxi: Remove unsupported PWM channel pinmux " Milo Kim
2016-08-31  8:25   ` Milo Kim
2016-08-31  8:35   ` Chen-Yu Tsai
2016-08-31  8:35     ` Chen-Yu Tsai
2016-08-31  8:35     ` Chen-Yu Tsai
     [not found]   ` <20160831082520.25962-4-woogyom.kim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-09-07 19:41     ` Linus Walleij
2016-09-07 19:41       ` Linus Walleij
2016-09-07 19:41       ` Linus Walleij
2016-09-07 19:54       ` Maxime Ripard
2016-09-07 19:54         ` Maxime Ripard
2016-09-07 19:54         ` Maxime Ripard
2016-09-07 23:09   ` Linus Walleij
2016-09-07 23:09     ` Linus Walleij
2016-09-07 23:09     ` Linus Walleij
2016-08-31  8:25 ` [PATCH v2 4/4] pwm: sunxi: Add H3 support Milo Kim
2016-08-31  8:25   ` Milo Kim
2016-08-31  8:41   ` Chen-Yu Tsai
2016-08-31  8:41     ` Chen-Yu Tsai
2016-08-31  8:41     ` Chen-Yu Tsai
2016-09-01 10:39   ` Alexandre Belloni
2016-09-01 10:39     ` Alexandre Belloni
     [not found]   ` <20160831082520.25962-5-woogyom.kim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-09-02 15:18     ` Rob Herring
2016-09-02 15:18       ` Rob Herring
2016-09-02 15:18       ` Rob Herring
2016-09-05 10:09     ` Thierry Reding
2016-09-05 10:09       ` Thierry Reding
2016-09-05 10:09       ` Thierry Reding

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.