Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1317213
| From | "Andrew F. Davis" <afd@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Add support for SYSCON reset |
| Date | 2016-01-25 20:10 +0100 |
| Message-ID | <qUUGu-8W-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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. Andrew F. Davis (2): Documentation: dt: reset: Add syscon reset binding reset: add a SYSCON based reset driver .../devicetree/bindings/reset/syscon-reset.txt | 84 +++++++ drivers/reset/Kconfig | 10 + drivers/reset/Makefile | 1 + drivers/reset/reset-syscon.c | 259 +++++++++++++++++++++ 4 files changed, 354 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/syscon-reset.txt create mode 100644 drivers/reset/reset-syscon.c -- 2.7.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] Add support for SYSCON reset "Andrew F. Davis" <afd@ti.com> - 2016-01-25 20:10 +0100 [PATCH 1/2] Documentation: dt: reset: Add syscon reset binding "Andrew F. Davis" <afd@ti.com> - 2016-01-25 20:10 +0100
csiph-web