30.11.2021 12:08, Jon Hunter пишет: ... >>> +static int tegra_pmc_restart_notify(struct notifier_block *this, >>> + unsigned long action, void *data) >>> +{ >>> + u32 value; >>> + >>> + tegra_pmc_program_reboot_reason(data); >> >> So the PMC reason is programmed twice now? First time by the reboot >> handler and second by the restart? Why? > > That's an oversight. OK, thanks I will fix that in a V3. > >> BTW, could you please always CC LKML or request to include linux-tegra >> ML onto lore? Tegra ML uses Gmane and it's unusable for development >> since all email addresses are mangled, the Gmane support told me that >> only Tegra ML admin can disable mangling, but I'm not sure who is it, >> maybe Stephen Warren? > > I see linux-tegra here: https://lore.kernel.org/linux-tegra/ Nice, I refreshed the list of MLs in Thunderbird and see that it's indeed there now, thank you.