linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] clk: sunxi: add A20 external output clock support
@ 2014-01-01  2:30 Chen-Yu Tsai
  2014-01-01  2:30 ` [PATCH v3 1/5] clk: sunxi: Allwinner A20 " Chen-Yu Tsai
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Chen-Yu Tsai @ 2014-01-01  2:30 UTC (permalink / raw)
  To: linux-arm-kernel

Hi everyone,

This is v3 of A20 external output clock support patch series,
addressing issues raised by Maxime.

The patch series builds upon Emilio's clock series, and adds
support for external output clocks on the Allwinner A20 SoC.
The outputs can be used to supply a stable clock to external
modules, such as WiFi or Bluetooth.

Mike Turquette has already taken patch #1 via Emilio's pull
request.

Changes since v2:

  - #2, #3: Change dummy clock names to clk at N
  - #5: Change pin mux labels to clk_out_[ab]_pins_a

Changes since v1:

  - Add clock binding to sunxi clock DT binding documentation
  - Rename clock nodes to match device tree conventions
  - Add commit message for pin function/mux commits
  - Add comments to pin functions


Cheers,
ChenYu


Chen-Yu Tsai (5):
  clk: sunxi: Allwinner A20 output clock support
  ARM: dts: sun7i: Change 32768 Hz oscillator node name to clk at N style
  ARM: dts: sun7i: external clock outputs
  pinctrl: sunxi: Add Allwinner A20 clock output pin functions
  ARM: dts: sun7i: Add pin muxing options for clock outputs

 Documentation/devicetree/bindings/clock/sunxi.txt |  1 +
 arch/arm/boot/dts/sun7i-a20.dtsi                  | 45 +++++++++++++++++-
 drivers/clk/sunxi/clk-sunxi.c                     | 57 +++++++++++++++++++++++
 drivers/pinctrl/pinctrl-sunxi-pins.h              |  2 +
 4 files changed, 104 insertions(+), 1 deletion(-)

-- 
1.8.5.2

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

end of thread, other threads:[~2014-01-02  8:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-01  2:30 [PATCH v3 0/5] clk: sunxi: add A20 external output clock support Chen-Yu Tsai
2014-01-01  2:30 ` [PATCH v3 1/5] clk: sunxi: Allwinner A20 " Chen-Yu Tsai
2014-01-01 23:03   ` Maxime Ripard
2014-01-01  2:30 ` [PATCH v3 2/5] ARM: dts: sun7i: Change 32768 Hz oscillator node name to clk@N style Chen-Yu Tsai
2014-01-01 23:09   ` Maxime Ripard
2014-01-01  2:30 ` [PATCH v3 3/5] ARM: dts: sun7i: external clock outputs Chen-Yu Tsai
2014-01-01 23:10   ` Maxime Ripard
2014-01-02  2:41     ` Chen-Yu Tsai
2014-01-02  8:11       ` Maxime Ripard
2014-01-01  2:30 ` [PATCH v3 4/5] pinctrl: sunxi: Add Allwinner A20 clock output pin functions Chen-Yu Tsai
2014-01-01  2:30 ` [PATCH v3 5/5] ARM: dts: sun7i: Add pin muxing options for clock outputs Chen-Yu Tsai
2014-01-01 23:02   ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).