Re: [PATCH v3] mfd: rk808: Add restart functionality (fwd)

2018-03-16 Thread Julia Lawall
It's not possible to do the dereferences on line 381 on a null rk808 value. julia -- Forwarded message -- Date: Sat, 17 Mar 2018 14:05:31 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: Re: [PATCH v3] mfd: rk808: Add restart functionality CC: k

Re: [PATCH v3] mfd: rk808: Add restart functionality

2018-03-16 Thread Wadim Egorov
Hi Daniel, Am 16.03.2018 um 09:26 schrieb Daniel Schultz: > When using Rockchip SoCs with rk805/808/818 PMICs, restarts are realized by > setting the reset registers in the "Clock and Reset Unit". > > Since all three shutdown functions have almost the same code, all logic > from the shutdown funct

[PATCH v3] mfd: rk808: Add restart functionality

2018-03-16 Thread Daniel Schultz
When using Rockchip SoCs with rk805/808/818 PMICs, restarts are realized by setting the reset registers in the "Clock and Reset Unit". Since all three shutdown functions have almost the same code, all logic from the shutdown functions can be refactored to a new function "rk808_update_bits", which