18 Mar
2024
18 Mar
'24
2:30 p.m.
On Sun, Mar 17, 2024 at 06:19:36PM +0300, Jan Dakinevich wrote:
On 3/15/24 16:33, Mark Brown wrote:
If the maximum register is 0 how does the regmap have a stride?
reg_stride inherited from existing code. Apparently, it was meaningless even before my modifications (the hardware has single register regardless of max_register declaration) and it should be dropped. But, is it okay to remove it in the same commit?
Sure.