Re: [PATCH v2] counter/ti-eqep: Fix regmap max_register

2020-11-01 Thread Jonathan Cameron
On Sun, 25 Oct 2020 11:51:22 -0500 David Lechner wrote: > The values given were the offset of the register after the last > register instead of the actual last register in each range. Fix > by using the correct last register of each range. > > Fixes: f213729f6796 ("counter: new TI eQEP driver")

[PATCH v2] counter/ti-eqep: Fix regmap max_register

2020-10-25 Thread David Lechner
The values given were the offset of the register after the last register instead of the actual last register in each range. Fix by using the correct last register of each range. Fixes: f213729f6796 ("counter: new TI eQEP driver") Signed-off-by: David Lechner Acked-by: William Breathitt Gray ---