lkml.org 
[lkml]   [2016]   [Jun]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v3 0/2] Add support for SYSCON reset
Date
Some SoCs contain reset controls for modules that are memory-mapped to
areas shared with other module configuration settings. This requires
synchronization across all drivers accessing this memory area. This
series adds a generic SYSCON reset driver to allow resets toggled
by bits in memory-mapped registers through SYSCON.

Changes from v2:
- Rebased on v4.7-rc1
- Removed the need to give reset specifier nodes an index address

Changes from v1:
- Reset control information is now described in the reset node, this
keeps the reset information centralized for easy verification
- Other small fixups

Andrew F. Davis (2):
Documentation: dt: reset: Add syscon reset binding
reset: add a SYSCON based reset driver

.../devicetree/bindings/reset/syscon-reset.txt | 105 ++++++++
drivers/reset/Kconfig | 10 +
drivers/reset/Makefile | 1 +
drivers/reset/reset-syscon.c | 289 +++++++++++++++++++++
include/dt-bindings/reset/syscon.h | 23 ++
5 files changed, 428 insertions(+)
create mode 100644 Documentation/devicetree/bindings/reset/syscon-reset.txt
create mode 100644 drivers/reset/reset-syscon.c
create mode 100644 include/dt-bindings/reset/syscon.h

--
2.8.3

\
 
 \ /
  Last update: 2016-06-01 21:01    [W:1.058 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site