Re: [PATCH v3 05/25] md5: Remove md5 non-watchdog API

2024-05-30 Thread Michal Simek
On 5/28/24 16:09, Raymond Mao wrote: We don't need an API specially for non-watchdog since md5_wd supports it by enabling CONFIG_HW_WATCHDOG or CONFIG_WATCHDOG. Set 0x1 as default chunk size for MD5. Signed-off-by: Raymond Mao --- Changes in v3 - Initial patch. board/friendlyarm/nanop

Re: [PATCH v3 05/25] md5: Remove md5 non-watchdog API

2024-05-30 Thread Ilias Apalodimas
Would be good to get an Ack from board maintainers here On Tue, 28 May 2024 at 17:12, Raymond Mao wrote: > > We don't need an API specially for non-watchdog since md5_wd supports > it by enabling CONFIG_HW_WATCHDOG or CONFIG_WATCHDOG. > Set 0x1 as default chunk size for MD5. > > Signed-off-by