mbox series

[v1,0/1] TPS65219 GPIO Driver Cleanup Series

Message ID 20241217204755.1011731-1-s-ramamoorthy@ti.com (mailing list archive)
Headers show
Series TPS65219 GPIO Driver Cleanup Series | expand

Message

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

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

Shree Ramamoorthy (1):
  gpio: tps65219: Use existing kernel gpio macros

 drivers/gpio/gpio-tps65219.c | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Comments

Bartosz Golaszewski Dec. 20, 2024, 1:45 p.m. UTC | #1
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Tue, 17 Dec 2024 14:47:54 -0600, Shree Ramamoorthy wrote:
> This series is in preparation to add 2 PMIC devices to the TPS65219 driver.
> 
> The changes involve using existing helper macros to simplify code. The
> intention is to remove unnecessary noise from the new PMIC patches adding
> support to this driver.
> 
> Shree Ramamoorthy (1):
>   gpio: tps65219: Use existing kernel gpio macros
> 
> [...]

Applied, thanks!

[1/1] gpio: tps65219: Use existing kernel gpio macros
      commit: c9ec045fa8053820573efbaa70137d0857e444db

Best regards,