devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/5] mfd: add basic sun6i A31 PRCM support
@ 2014-05-15  8:55 Boris BREZILLON
  2014-05-15  8:55 ` [PATCH v5 2/5] mfd: sun6i-prcm: document DT bindings Boris BREZILLON
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Boris BREZILLON @ 2014-05-15  8:55 UTC (permalink / raw)
  To: Emilio López, Mike Turquette, Samuel Ortiz, Lee Jones
  Cc: Chen-Yu Tsai, Maxime Ripard, Philipp Zabel, Shuge, kevin,
	Hans de Goede, Randy Dunlap, devicetree, linux-doc,
	linux-arm-kernel, dev, Boris BREZILLON

Hello,

This patch series adds support for some functions provided by the PRCM
(Power/Reset/Clock Management) unit:
- AR100, AHB0 and APB0 clocks
- APB0 reset controller

Best Regards,

Boris

Changes since v4:
- remove merged patch from the series
- move the MFD_SUN6I_PRCM option selection out of the clk support commit

Changes since v3:
- split clk drivers into 3 different drivers: ar100, apb0 and apb0_gates
- fix indentation
- add comments to the clk drivers
- select the MFD_SUN6I_PRCM when compiling for SUN6I arch

Changes since v2:
- use devm_ioremap_resource instead of devm_request_and_ioremap
- remove unnecessary header inclusions
- remove info trace when the probe succeed
- rename apb0_timer01 clk into apb0_timer

Changes since v1:
- fix prcm and prcm-clks DT documentation
- remove unneeded iounmap and kfree calls from sunxi_reset_remove function
- rework the AR100 clk implementation

Boris BREZILLON (5):
  mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit
  mfd: sun6i-prcm: document DT bindings
  clk: sunxi: add PRCM (Power/Reset/Clock Management) clks support
  clk: sunxi: document PRCM clock compatible strings
  ARM: sunxi: select MFD_SUN6I_PRCM when sun6i arch support is enabled

 Documentation/devicetree/bindings/clock/sunxi.txt  |   3 +
 .../devicetree/bindings/mfd/sun6i-prcm.txt         |  59 ++++++
 arch/arm/mach-sunxi/Kconfig                        |   1 +
 drivers/clk/sunxi/Makefile                         |   2 +
 drivers/clk/sunxi/clk-sun6i-apb0-gates.c           |  99 +++++++++
 drivers/clk/sunxi/clk-sun6i-apb0.c                 |  77 +++++++
 drivers/clk/sunxi/clk-sun6i-ar100.c                | 233 +++++++++++++++++++++
 drivers/mfd/Kconfig                                |   8 +
 drivers/mfd/Makefile                               |   1 +
 drivers/mfd/sun6i-prcm.c                           | 134 ++++++++++++
 10 files changed, 617 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mfd/sun6i-prcm.txt
 create mode 100644 drivers/clk/sunxi/clk-sun6i-apb0-gates.c
 create mode 100644 drivers/clk/sunxi/clk-sun6i-apb0.c
 create mode 100644 drivers/clk/sunxi/clk-sun6i-ar100.c
 create mode 100644 drivers/mfd/sun6i-prcm.c

-- 
1.8.3.2


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

end of thread, other threads:[~2014-05-15 15:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15  8:55 [PATCH v5 0/5] mfd: add basic sun6i A31 PRCM support Boris BREZILLON
2014-05-15  8:55 ` [PATCH v5 2/5] mfd: sun6i-prcm: document DT bindings Boris BREZILLON
2014-05-15  8:55 ` [PATCH v5 3/5] clk: sunxi: add PRCM (Power/Reset/Clock Management) clks support Boris BREZILLON
2014-05-15  8:55 ` [PATCH v5 4/5] clk: sunxi: document PRCM clock compatible strings Boris BREZILLON
     [not found] ` <1400144113-27659-1-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-05-15  8:55   ` [PATCH v5 1/5] mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit Boris BREZILLON
2014-05-15  8:55   ` [PATCH v5 5/5] ARM: sunxi: select MFD_SUN6I_PRCM when sun6i arch support is enabled Boris BREZILLON
2014-05-15 15:30     ` Maxime Ripard
2014-05-15 15:33 ` [PATCH v5 0/5] mfd: add basic sun6i A31 PRCM support Emilio López

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).