mbox series

[v1,0/2] TPS65219 MFD Driver Cleanup Series

Message ID 20241217204935.1012106-1-s-ramamoorthy@ti.com
Headers show
Series TPS65219 MFD Driver Cleanup Series | expand

Message

Shree Ramamoorthy Dec. 17, 2024, 8:49 p.m. UTC
This series is in preparation to add 2 PMIC devices to the TPS65219 driver.

The changes involve using existing helper macros and removing unused macros
to simplify code. The intention is to remove unnecessary noise from the new
PMIC device patches adding support to this driver.

Shree Ramamoorthy (2):
  mfd: tps65219: Use MFD_CELL macros
  mfd: tps65219: Remove unused macros & add regmap.h

 drivers/mfd/tps65219.c       | 15 ++++-----------
 include/linux/mfd/tps65219.h |  7 +------
 2 files changed, 5 insertions(+), 17 deletions(-)