All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Allow use of DVS GPIOs on the RK808 PMIC variant only
@ 2024-10-14 10:43 ` Dragan Simic
  0 siblings, 0 replies; 10+ messages in thread
From: Dragan Simic @ 2024-10-14 10:43 UTC (permalink / raw)
  To: lgirdwood, broonie; +Cc: linux-rockchip, linux-arm-kernel, linux-kernel

This is a small series that primarily makes the rk808-regulator driver
more compliant to the DT bindings, by allowing use of DVS GPIOs on the
RK808 variant only.  There's no point in allowing that on the other PMIC
variants, because they don't support the DVS GPIOs, and it goes against
the DT bindings to allow a possibly misplaced "dvs-gpios" property to
actually be handled in the rk808-regulator driver.

This series also cleans up the code a bit, improves some comments, and
replaces dev_err() with dev_err_probe(), where appropriate.

Dragan Simic (3):
  regulator: rk808: Perform trivial code cleanups
  regulator: rk808: Use dev_err_probe() in the probe path
  regulator: rk808: Restrict DVS GPIOs to the RK808 variant only

 drivers/regulator/rk808-regulator.c | 41 +++++++++++++----------------
 1 file changed, 19 insertions(+), 22 deletions(-)


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-10-22 18:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-14 10:43 [PATCH 0/3] Allow use of DVS GPIOs on the RK808 PMIC variant only Dragan Simic
2024-10-14 10:43 ` Dragan Simic
2024-10-14 10:43 ` [PATCH 1/3] regulator: rk808: Perform trivial code cleanups Dragan Simic
2024-10-14 10:43   ` Dragan Simic
2024-10-14 10:43 ` [PATCH 2/3] regulator: rk808: Use dev_err_probe() in the probe path Dragan Simic
2024-10-14 10:43   ` Dragan Simic
2024-10-14 10:43 ` [PATCH 3/3] regulator: rk808: Restrict DVS GPIOs to the RK808 variant only Dragan Simic
2024-10-14 10:43   ` Dragan Simic
2024-10-22 18:45 ` [PATCH 0/3] Allow use of DVS GPIOs on the RK808 PMIC " Mark Brown
2024-10-22 18:45   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.