commit | f5e6c168c174cff74201ef58d99b27229ca0e4c2 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Wed Mar 20 15:32:39 2019 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 23 17:57:24 2019 -0400 |
tree | cc23f4a9d460cd37cae57fe054541992d5e78fc8 | |
parent | f5ed7481e7665d2d15037fc8eb118b0a79b24019 [diff] |
reset: add reset driver for HiSilicon platform It adds a Driver Model compatible reset driver for HiSlicon platform. The driver implements a custom .of_xlate function, and uses .data field as reset register offset and .id field as bit shift. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>