Re: [PATCH] power: ip5xxx_power: Use regmap_field API

From: Csókás Bence
Date: Sat Oct 26 2024 - 16:02:18 EST


Ah, sorry for the noise. I seem to have forgot to commit an amend with typo fixes. I'll send v2 right away.

On 2024. 10. 26. 20:59, Csókás, Bence wrote:
The IP53xx series [1] has a much different register
layout than the 51xx/52xx [2] currently supported
by this driver. To accommodate supporting the former,
refactor the code to use the flexible regmap_field API.

[1] https://sharvielectronics.com/wp-content/uploads/2021/07/IP5306-I2C-registers.pdf
[2] https://www.windworkshop.cn/wp-content/uploads/2022/04/IP5209-IP5109-IP5207-IP5108-I2C-registers.pdf

Signed-off-by: Csókás, Bence <csokas.bence@xxxxxxxxx>