Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include: reset: Change to use CONFIG_IS_ENABLED(DM_RESET) | Ley Foon Tan | 2018-07-09 | 1 | -1/+1 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | reset: fix bulk API when DM_RESET is disabled | Neil Armstrong | 2018-04-17 | 1 | -2/+3 |
* | reset: Add get/assert/deassert/release for bulk of reset signals | Neil Armstrong | 2018-04-10 | 1 | -0/+99 |
* | reset: add reset_release_all() | Patrice Chotard | 2017-07-28 | 1 | -0/+18 |
* | reset: add reset_request() | Patrice Chotard | 2017-07-28 | 1 | -0/+9 |
* | reset: add no-op stubs for optional reset control | Masahiro Yamada | 2016-09-23 | 1 | -0/+32 |
* | Add a reset driver framework/uclass | Stephen Warren | 2016-06-19 | 1 | -0/+135 |
* | Rename reset to sysreset | Stephen Warren | 2016-05-26 | 1 | -71/+0 |
* | dm: reset: Allow reset_walk() to return | Simon Glass | 2015-07-21 | 1 | -1/+10 |
* | dm: Add a system reset uclass | Simon Glass | 2015-07-21 | 1 | -0/+62 |