| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxi | Tom Rini | 2019-05-08 | 1 | -0/+16 |
|\ |
|
| * | reset: Get the RESET by index without device | Jagan Teki | 2019-05-09 | 1 | -0/+16 |
* | | reset: add polarity field into struct reset_ctl | Shawn Guo | 2019-04-23 | 1 | -0/+3 |
|/ |
|
* | reset: Add reset valid | Jagan Teki | 2019-01-18 | 1 | -0/+11 |
* | reset: Extend reset control with an optional data field | Andreas Dannenberg | 2018-09-11 | 1 | -5/+7 |
* | dm: reset: Update uclass to allow querying reset status | Andreas Dannenberg | 2018-09-11 | 1 | -0/+14 |
* | 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 |