Re: [PATCH v3] da9063: Add watchdog support

2024-10-05 Thread Fabio Estevam
Hi Stefan, On 04/10/2024 09:43, Stefan Roese wrote: Sure, please pull it in if this makes sense for you. Applied to u-boot-imx/next, thanks.

Re: [PATCH v3] da9063: Add watchdog support

2024-10-04 Thread Stefan Roese
Hi Fabio, On 10/4/24 14:32, Fabio Estevam wrote: Hi Stefan, On 20/09/2024 07:00, Stefan Roese wrote: Changes since v2: - Use u8 instead of char. (Stefan) - Keep the Copyright header from Linux. (Stfan) Reviewed-by: Stefan Roese Would it be OK if I take this patch via the u-boot-imx tree?

Re: [PATCH v3] da9063: Add watchdog support

2024-10-04 Thread Fabio Estevam
Hi Stefan, On 20/09/2024 07:00, Stefan Roese wrote: Changes since v2: - Use u8 instead of char. (Stefan) - Keep the Copyright header from Linux. (Stfan) Reviewed-by: Stefan Roese Would it be OK if I take this patch via the u-boot-imx tree? I have a patch that adds the DA9063 watchdog supp

Re: [PATCH v3] da9063: Add watchdog support

2024-09-20 Thread Stefan Roese
Hi Fabio, On 9/17/24 15:55, Fabio Estevam wrote: From: Fabio Estevam The DA9063 PMIC is a multi-function device that provides regulator, watchdog, RTC, and ON key functionalities. Add support for the DA9063 PMIC watchdog functionality. Based on the 6.11 kernel drivers/watchdog/da9063_wdt.c d

[PATCH v3] da9063: Add watchdog support

2024-09-17 Thread Fabio Estevam
From: Fabio Estevam The DA9063 PMIC is a multi-function device that provides regulator, watchdog, RTC, and ON key functionalities. Add support for the DA9063 PMIC watchdog functionality. Based on the 6.11 kernel drivers/watchdog/da9063_wdt.c driver. Signed-off-by: Fabio Estevam --- Changes si