Re: [PATCH] rtc: m41t62: implements read8/write8 operations

2023-03-31 Thread Tom Rini
On Fri, Mar 17, 2023 at 03:22:41PM +0100, thomas.per...@bootlin.com wrote:

> From: Thomas Perrot 
> 
> These operations are required by dm_rtc_read and
> dm_bootcount_get helpers.
> 
> Signed-off-by: Thomas Perrot 
> Reviewed-by: Simon Glass 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH] rtc: m41t62: implements read8/write8 operations

2023-03-18 Thread Simon Glass
On Fri, 17 Mar 2023 at 08:25,  wrote:
>
> From: Thomas Perrot 
>
> These operations are required by dm_rtc_read and
> dm_bootcount_get helpers.
>
> Signed-off-by: Thomas Perrot 
> ---
>  drivers/rtc/m41t62.c | 12 
>  1 file changed, 12 insertions(+)
>

Reviewed-by: Simon Glass