Re: [PATCH v2 02/14] mfd: tps6594: use volatile_table instead of volatile_reg

From: Julien Panis
Date: Mon Feb 26 2024 - 06:15:17 EST


On 2/23/24 10:36, Bhargav Raviprakash wrote:
In regmap_config use volatile_table instead of volatile_reg.
This change makes it easier to add support for TPS65224 PMIC.

Signed-off-by: Bhargav Raviprakash <bhargav.r@xxxxxxxx>
---
drivers/mfd/tps6594-core.c | 16 ++++++++++------
drivers/mfd/tps6594-i2c.c | 2 +-
drivers/mfd/tps6594-spi.c | 2 +-
include/linux/mfd/tps6594.h | 4 +++-
4 files changed, 15 insertions(+), 9 deletions(-)

Acked-by: Julien Panis <jpanis@xxxxxxxxxxxx>