Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1510693
| From | "Andrew F. Davis" <afd@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] Add TI SCI Reset Driver |
| Date | 2016-10-28 00:00 +0200 |
| Message-ID | <sx0Sl-7pr-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] Add TI SCI Reset Driver "Andrew F. Davis" <afd@ti.com> - 2016-10-28 00:00 +0200
[PATCH v2 1/3] Documentation: dt: reset: Add TI SCI reset binding "Andrew F. Davis" <afd@ti.com> - 2016-10-28 00:00 +0200
[PATCH v2 3/3] reset: Add the TI SCI reset driver "Andrew F. Davis" <afd@ti.com> - 2016-10-28 00:00 +0200
Re: [PATCH v2 3/3] reset: Add the TI SCI reset driver Philipp Zabel <p.zabel@pengutronix.de> - 2016-10-28 11:40 +0200
Re: [PATCH v2 3/3] reset: Add the TI SCI reset driver Nishanth Menon <nm@ti.com> - 2016-10-28 15:30 +0200
Re: [PATCH v2 3/3] reset: Add the TI SCI reset driver "Andrew F. Davis" <afd@ti.com> - 2016-11-03 19:00 +0100
Re: [PATCH v2 3/3] reset: Add the TI SCI reset driver Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-10-28 19:50 +0200
Re: [PATCH v2 3/3] reset: Add the TI SCI reset driver "Andrew F. Davis" <afd@ti.com> - 2016-10-28 20:40 +0200
[PATCH v2 2/3] dt-bindings: reset: Add K2G reset definitions "Andrew F. Davis" <afd@ti.com> - 2016-10-28 00:00 +0200
Re: [PATCH v2 2/3] dt-bindings: reset: Add K2G reset definitions Rob Herring <robh@kernel.org> - 2016-10-31 07:00 +0100
csiph-web