Re: [PATCH v2 07/12] i2c: Add a DM_I2C driver for the sun6i P2WI controller

2021-10-12 Thread Andre Przywara
On Fri, 8 Oct 2021 00:17:20 -0500 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

[PATCH v2 07/12] i2c: Add a DM_I2C driver for the sun6i P2WI controller

2021-10-07 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