Re: [PATCH 09/48] watchdog: sa1100: use platform device registration

2022-04-19 Thread Guenter Roeck
On 4/19/22 09:37, Arnd Bergmann wrote: From: Arnd Bergmann Rather than relying on machine specific headers to pass down the reboot status and the register locations, use resources and platform_data. Aside from this, keep the changes to a minimum. Cc: Wim Van Sebroeck Cc: Guenter Roeck Cc: l

[PATCH 09/48] watchdog: sa1100: use platform device registration

2022-04-19 Thread Arnd Bergmann
From: Arnd Bergmann Rather than relying on machine specific headers to pass down the reboot status and the register locations, use resources and platform_data. Aside from this, keep the changes to a minimum. Cc: Wim Van Sebroeck Cc: Guenter Roeck Cc: linux-watch...@vger.kernel.org Signed-off-