Re: [PATCH v2 06/14] mfd: tps6594-spi: Add TI TPS65224 PMIC SPI

From: Julien Panis
Date: Mon Feb 26 2024 - 06:52:16 EST


On 2/23/24 10:36, Bhargav Raviprakash wrote:
Add support for TPS65224 PMIC in the TPS6594 driver as they share
significant functional overlap.

Signed-off-by: Bhargav Raviprakash <bhargav.r@xxxxxxxx>
---
drivers/mfd/tps6594-spi.c | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

This might be a nitpick, but for the next version of the series, please make
commit message description for i2c VS spi drivers more homogeneous.
Same comment for MODULE_DESCRIPTION (you changed it for i2c: why not,
but then apply the same change to spi).
With these changes,

Acked-by: Julien Panis <jpanis@xxxxxxxxxxxx>