Re: [PATCH 02/11] i2c: Add a DM_I2C wrapper for the sun8i_rsb controller

2021-08-22 Thread Heiko Schocher
Hello Samuel, On 22.08.21 01:05, Samuel Holland wrote: > This bus controller is used to communicate with an X-Powers AXP PMIC. > Currently, various drivers access PMIC registers through a platform- > specific non-DM "pmic_bus" interface, which depends on the legacy I2C > framework. In order to con

[PATCH 02/11] i2c: Add a DM_I2C wrapper for the sun8i_rsb controller

2021-08-21 Thread Samuel Holland
This bus controller is used to communicate with an X-Powers AXP PMIC. Currently, various drivers access PMIC registers through a platform- specific non-DM "pmic_bus" interface, which depends on the legacy I2C framework. In order to convert those drivers to use DM_PMIC, this bus needs a DM_I2C drive