commit | f5ed7481e7665d2d15037fc8eb118b0a79b24019 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Wed Mar 20 15:32:38 2019 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 23 17:57:24 2019 -0400 |
tree | 1803abf3ddc6d6d0f142b4aded4ec31d0268555b | |
parent | aec4298ccb337106fd0115b91d846a022fdf301d [diff] |
reset: add polarity field into struct reset_ctl Some reset controllers support different polarities for reset operation, so let's add a polarity field into struct reset_ctl. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>