devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] reset: Add a driver for the reset controller on the AR71XX/AR9XXX
@ 2015-08-03 17:23 Alban Bedel
  2015-08-03 17:23 ` [PATCH 1/3] devicetree: Add bindings for the ATH79 reset controller Alban Bedel
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alban Bedel @ 2015-08-03 17:23 UTC (permalink / raw)
  To: Philipp Zabel
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Ralf Baechle, devicetree, linux-kernel, linux-mips, Alban Bedel

Hi all,

this small serie add a trivial driver for the reset controller found
on the AR71XX/AR9XXX SoC. Of note is only the fact that the ATH79 board
support code use a custom API for this and ioremap the same memory area.
However this custom API is only used by board not supporting OF, so it
won't come into play for boards using OF. As such it should still be safe,
even if the double ioremap is a bit ugly.

Alban

Alban Bedel (3):
  devicetree: Add bindings for the ATH79 reset controller
  reset: Add a driver for the reset controller on the AR71XX/AR9XXX
  MIPS: ath79: Add the reset controller to the AR9132 dtsi

 .../devicetree/bindings/reset/ath79-reset.txt      |  20 ++++
 arch/mips/Kconfig                                  |   1 +
 arch/mips/boot/dts/qca/ar9132.dtsi                 |   8 ++
 drivers/reset/Makefile                             |   1 +
 drivers/reset/reset-ath79.c                        | 128 +++++++++++++++++++++
 5 files changed, 158 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/reset/ath79-reset.txt
 create mode 100644 drivers/reset/reset-ath79.c

-- 
2.0.0

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

end of thread, other threads:[~2015-08-04  8:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-03 17:23 [PATCH 0/3] reset: Add a driver for the reset controller on the AR71XX/AR9XXX Alban Bedel
2015-08-03 17:23 ` [PATCH 1/3] devicetree: Add bindings for the ATH79 reset controller Alban Bedel
2015-08-03 17:23 ` [PATCH 2/3] reset: Add a driver for the reset controller on the AR71XX/AR9XXX Alban Bedel
2015-08-03 17:23 ` [PATCH 3/3] MIPS: ath79: Add the reset controller to the AR9132 dtsi Alban Bedel
     [not found]   ` <1438622633-9407-4-git-send-email-albeu-GANU6spQydw@public.gmane.org>
2015-08-03 18:23     ` Ralf Baechle
     [not found]       ` <20150803182336.GH2843-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org>
2015-08-04  8:47         ` Philipp Zabel

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