Message ID | 20220411233832.391817-1-dmitry.osipenko@collabora.com (mailing list archive) |
---|---|
Headers | show |
Series | Introduce power-off+restart call chain API | expand |
Hi Dmitry, On Tue, Apr 12, 2022 at 1:38 AM Dmitry Osipenko <dmitry.osipenko@collabora.com> 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? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
On 4/12/22 10:06, Geert Uytterhoeven wrote: > Hi Dmitry, > > On Tue, Apr 12, 2022 at 1:38 AM Dmitry Osipenko > <dmitry.osipenko@collabora.com> 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.
On Tue, Apr 12, 2022 at 02:38:12AM +0300, Dmitry Osipenko 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. > > Solution > -------- > > Introduce new API that provides both restart and power-off call chains. [...] For the series: Reviewed-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>