On 4/12/22 10:06, Geert Uytterhoeven wrote:
Hi Dmitry,
On Tue, Apr 12, 2022 at 1:38 AM Dmitry Osipenko
<dmitry.osipenko@xxxxxxxxxxxxx> wrote:
Problem
-------
SoC devices require power-off call chaining functionality from kernel.
We have a widely used restart chaining provided by restart notifier API,
but nothing for power-off.
Changelog:
v7: - Rebased on a recent linux-next. Dropped the recently removed
NDS32 architecture. Only SH and x86 arches left un-acked.
- Added acks from Thomas Bogendoerfer and Krzysztof Kozlowski
to the MIPS and memory/emif patches respectively.
Looks like you forgot to add the actual acks?
Good catch, thank you! Indeed, I sent out the version without the acks,
but luckily it's only the acks that are missing, the code is fine.