Re: [PATCH v2 2/5] rtc: gamecube: Report low battery as invalid data

2021-12-15 Thread Emmanuel Gil Peyrot
On Tue, Nov 30, 2021 at 11:45:18PM +0100, Alexandre Belloni wrote: > Hello, Hi, > > On 28/10/2021 00:35:12+0200, Emmanuel Gil Peyrot wrote: > > I haven’t been able to test this patch as all of my consoles have a > > working RTC battery, but according to the documentation it should work > > like

Re: [PATCH v2 2/5] rtc: gamecube: Report low battery as invalid data

2021-11-30 Thread Alexandre Belloni
Hello, On 28/10/2021 00:35:12+0200, Emmanuel Gil Peyrot wrote: > I haven’t been able to test this patch as all of my consoles have a > working RTC battery, but according to the documentation it should work > like that. > > Signed-off-by: Emmanuel Gil Peyrot > --- > drivers/rtc/rtc-gamecube.c |

[PATCH v2 2/5] rtc: gamecube: Report low battery as invalid data

2021-10-27 Thread Emmanuel Gil Peyrot
I haven’t been able to test this patch as all of my consoles have a working RTC battery, but according to the documentation it should work like that. Signed-off-by: Emmanuel Gil Peyrot --- drivers/rtc/rtc-gamecube.c | 30 ++ 1 file changed, 30 insertions(+) diff --gi