Re: [PATCH 4/6] rtc: pcf2127: provide ->read8_array method

2020-05-05 Thread Simon Glass
On Mon, 4 May 2020 at 15:20, Rasmus Villemoes wrote: > > This simply consists of renaming the existing pcf2127_read_reg() > helper to follow the naming of the other > methods (i.e. pcf2127_rtc_) and changing the type of its > "len" parameter. > > Signed-off-by: Rasmus Villemoes > --- >

[PATCH 4/6] rtc: pcf2127: provide ->read8_array method

2020-05-04 Thread Rasmus Villemoes
This simply consists of renaming the existing pcf2127_read_reg() helper to follow the naming of the other methods (i.e. pcf2127_rtc_) and changing the type of its "len" parameter. Signed-off-by: Rasmus Villemoes --- drivers/rtc/pcf2127.c | 7 --- 1 file changed, 4 insertions(+), 3