Re: [PATCH v3 05/20] sysreset: add reset controller based reboot driver

2020-02-10 Thread Bin Meng
Hi, On Mon, Feb 10, 2020 at 11:40 PM Daniel Schwierzeck wrote: > > > > Am 21.01.20 um 09:18 schrieb Weijie Gao: > > Some chips provide their sysreset function in reset controller, which is > > normally a bit written to 1 to perform the sysreset. > > > > This patch adds a new sysreset driver to ta

Re: [PATCH v3 05/20] sysreset: add reset controller based reboot driver

2020-02-10 Thread Daniel Schwierzeck
Am 21.01.20 um 09:18 schrieb Weijie Gao: > Some chips provide their sysreset function in reset controller, which is > normally a bit written to 1 to perform the sysreset. > > This patch adds a new sysreset driver to take advantage of it. > > Reviewed-by: Daniel Schwierzeck > Reviewed-by: Simo

[PATCH v3 05/20] sysreset: add reset controller based reboot driver

2020-01-21 Thread Weijie Gao
Some chips provide their sysreset function in reset controller, which is normally a bit written to 1 to perform the sysreset. This patch adds a new sysreset driver to take advantage of it. Reviewed-by: Daniel Schwierzeck Reviewed-by: Simon Glass Signed-off-by: Weijie Gao --- Changes since v2: