devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add TI SCI Reset Driver
@ 2016-10-27 21:49 Andrew F. Davis
       [not found] ` <20161027214941.24641-1-afd-l0cyMroinI0@public.gmane.org>
  2016-10-27 21:49 ` [PATCH v2 3/3] reset: Add the TI SCI reset driver Andrew F. Davis
  0 siblings, 2 replies; 10+ messages in thread
From: Andrew F. Davis @ 2016-10-27 21:49 UTC (permalink / raw)
  To: Nishanth Menon, Tero Kristo, Santosh Shilimkar, Philipp Zabel,
	Rob Herring, Mark Rutland, Suman Anna
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Andrew F . Davis

Hello all,

This series adds a reset controller driver that uses the TI SCI
protocol to manage resets.

The TI SCI protocol is used to communicate with power management
controllers used by some SoCs. These controllers manage the various
power domains, clocks, and resets available on a SoC.

This series is based on drivers for TI SCI and the first two controlled
elements above, these series can be found here:

TI-SCI: http://www.spinics.net/lists/arm-kernel/msg536851.html
PM Domains: http://www.spinics.net/lists/devicetree/msg146621.html
Clocks: https://www.spinics.net/lists/linux-clk/msg12785.html

Thanks,
Andrew

Changes from v1:
 - Revised dt binding
 - CC Linux ARM list

Andrew F. Davis (3):
  Documentation: dt: reset: Add TI SCI reset binding
  dt-bindings: reset: Add K2G reset definitions
  reset: Add the TI SCI reset driver

 .../devicetree/bindings/reset/ti,sci-reset.txt     |  65 +++++
 MAINTAINERS                                        |   3 +
 drivers/reset/Kconfig                              |   9 +
 drivers/reset/Makefile                             |   1 +
 drivers/reset/reset-ti-sci.c                       | 262 +++++++++++++++++++++
 include/dt-bindings/reset/k2g.h                    |  22 ++
 6 files changed, 362 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/reset/ti,sci-reset.txt
 create mode 100644 drivers/reset/reset-ti-sci.c
 create mode 100644 include/dt-bindings/reset/k2g.h

-- 
2.10.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-11-03 17:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-27 21:49 [PATCH v2 0/3] Add TI SCI Reset Driver Andrew F. Davis
     [not found] ` <20161027214941.24641-1-afd-l0cyMroinI0@public.gmane.org>
2016-10-27 21:49   ` [PATCH v2 1/3] Documentation: dt: reset: Add TI SCI reset binding Andrew F. Davis
2016-10-27 21:49   ` [PATCH v2 2/3] dt-bindings: reset: Add K2G reset definitions Andrew F. Davis
     [not found]     ` <20161027214941.24641-3-afd-l0cyMroinI0@public.gmane.org>
2016-10-31  5:57       ` Rob Herring
2016-10-27 21:49 ` [PATCH v2 3/3] reset: Add the TI SCI reset driver Andrew F. Davis
     [not found]   ` <20161027214941.24641-4-afd-l0cyMroinI0@public.gmane.org>
2016-10-28  9:36     ` Philipp Zabel
2016-10-28 13:20       ` Nishanth Menon
     [not found]       ` <1477647364.3010.28.camel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2016-11-03 17:50         ` Andrew F. Davis
2016-10-28 17:43     ` Mathieu Poirier
     [not found]       ` <CANLsYkyiC9o9h_mq4D-6pMKNVAKQEnXR5rswiCVa8-mbtgRoJg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-10-28 18:30         ` Andrew F. Davis

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