devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] mfd: add basic sun6i A31 PRCM support
@ 2014-05-07 17:25 Boris BREZILLON
       [not found] ` <1399483554-8824-1-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
  0 siblings, 1 reply; 27+ messages in thread
From: Boris BREZILLON @ 2014-05-07 17:25 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, linux-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

These functions are needed to get the P2WI driver working, but more
subdevices might be added later.

Best Regards,

Boris

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 (7):
  reset: sunxi: document sunxi's reset controllers bindings
  reset: sunxi: allow MFD subdevices probe
  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: dt: add PRCM clk and reset controller subdevices

 Documentation/devicetree/bindings/clock/sunxi.txt  |   4 +
 .../devicetree/bindings/mfd/sun6i-prcm.txt         |  59 ++++
 .../bindings/reset/allwinner,sunxi-clock-reset.txt |  21 ++
 arch/arm/boot/dts/sun6i-a31.dtsi                   |  51 ++-
 drivers/clk/sunxi/Makefile                         |   2 +
 drivers/clk/sunxi/clk-sun6i-prcm.c                 | 343 +++++++++++++++++++++
 drivers/mfd/Kconfig                                |   8 +
 drivers/mfd/Makefile                               |   1 +
 drivers/mfd/sun6i-prcm.c                           | 151 +++++++++
 drivers/reset/reset-sunxi.c                        |  21 +-
 10 files changed, 657 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/sun6i-prcm.txt
 create mode 100644 Documentation/devicetree/bindings/reset/allwinner,sunxi-clock-reset.txt
 create mode 100644 drivers/clk/sunxi/clk-sun6i-prcm.c
 create mode 100644 drivers/mfd/sun6i-prcm.c

-- 
1.8.3.2


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

end of thread, other threads:[~2014-05-09  8:59 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-07 17:25 [PATCH v2 0/7] mfd: add basic sun6i A31 PRCM support Boris BREZILLON
     [not found] ` <1399483554-8824-1-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-05-07 17:25   ` [PATCH v2 1/7] reset: sunxi: document sunxi's reset controllers bindings Boris BREZILLON
2014-05-08  3:05     ` Maxime Ripard
2014-05-07 17:25   ` [PATCH v2 2/7] reset: sunxi: allow MFD subdevices probe Boris BREZILLON
     [not found]     ` <1399483554-8824-3-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-05-08  3:07       ` Maxime Ripard
2014-05-08 20:05         ` Boris BREZILLON
2014-05-07 17:25   ` [PATCH v2 3/7] mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit Boris BREZILLON
2014-05-08  3:09     ` Maxime Ripard
2014-05-08 11:02     ` Lee Jones
2014-05-08 20:04       ` Boris BREZILLON
     [not found]         ` <536BE366.8080907-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-05-09  5:05           ` Priit Laes
2014-05-09  7:11             ` [linux-sunxi] " Lee Jones
2014-05-09  7:12         ` Lee Jones
2014-05-09  7:34           ` Hans de Goede
     [not found]             ` <536C84F6.2050701-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-05-09  8:08               ` Lee Jones
2014-05-09  8:18                 ` Hans de Goede
     [not found]                   ` <536C8F71.5040604-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2014-05-09  8:28                     ` Boris BREZILLON
2014-05-09  8:59                       ` Lee Jones
2014-05-07 17:25   ` [PATCH v2 4/7] mfd: sun6i-prcm: document DT bindings Boris BREZILLON
2014-05-07 17:25   ` [PATCH v2 5/7] clk: sunxi: add PRCM (Power/Reset/Clock Management) clks support Boris BREZILLON
     [not found]     ` <1399483554-8824-6-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-05-08  3:11       ` Maxime Ripard
2014-05-07 17:25   ` [PATCH v2 6/7] clk: sunxi: document PRCM clock compatible strings Boris BREZILLON
2014-05-07 17:25   ` [PATCH v2 7/7] ARM: sunxi: dt: add PRCM clk and reset controller subdevices Boris BREZILLON
     [not found]     ` <1399483554-8824-8-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-05-08  3:17       ` Maxime Ripard
2014-05-08  3:40         ` Chen-Yu Tsai
     [not found]           ` <CAGb2v664vFwezKVp+C1UYdsUktRhrZDxjsyf9L=kwVHGCUV=HA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-05-08 14:29             ` Maxime Ripard
2014-05-08 20:08               ` Boris BREZILLON

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