Re: [PATCH v2 1/1] bootcount: add a new driver with syscon as backend

2021-08-22 Thread Heiko Schocher
Hello Nandor, On 10.06.21 14:40, Nandor Han wrote: > The driver will use a syscon regmap as backend and supports both > 16 and 32 size value. The value will be stored in the CPU's endianness. > > Signed-off-by: Nandor Han > --- > > Notes: > Description > --- > Add a new driv

Re: [PATCH v2 1/1] bootcount: add a new driver with syscon as backend

2021-07-05 Thread Simon Glass
On Thu, 10 Jun 2021 at 06:41, Nandor Han wrote: > > The driver will use a syscon regmap as backend and supports both > 16 and 32 size value. The value will be stored in the CPU's endianness. > > Signed-off-by: Nandor Han > --- > > Notes: > Description > --- > Add a new driver