All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] TPS65219 U-Boot Driver Clean-Up
@ 2024-12-18 17:12 Shree Ramamoorthy
  2024-12-18 17:12 ` [PATCH v1 1/2] power: regulator: replace printf() with pr_err() Shree Ramamoorthy
  2024-12-18 17:12 ` [PATCH v1 2/2] power: replace magic numbers with macros Shree Ramamoorthy
  0 siblings, 2 replies; 9+ messages in thread
From: Shree Ramamoorthy @ 2024-12-18 17:12 UTC (permalink / raw)
  To: u-boot, jh80.chung, trini; +Cc: m-leonard, praneeth

This clean-up series is sent in preparation to add 2 PMIC devices to the 
TPS65219 Driver. The changes involve replacing magic numbers with macros 
and replacing printf() instances with pr_err(). The intention is to remove 
unnecessary noise from the new PMIC device patches added to this driver.

Test Log (AM62B-P1 + TPS65219 EVM):
https://gist.github.com/ramamoorthyhs/8c81e33cf6d46c8b5fc135424a5f224b

Kernel baseline used in test log:
Reg: https://lore.kernel.org/all/20241217204526.1010989-1-s-ramamoorthy@ti.com/
GPIO: https://lore.kernel.org/all/20241217204755.1011731-1-s-ramamoorthy@ti.com/
MFD: https://lore.kernel.org/all/20241217204935.1012106-1-s-ramamoorthy@ti.com/

Shree Ramamoorthy (2):
  power: regulator: replace printf() with pr_err()
  power: replace magic numbers with macros

 drivers/power/regulator/tps65219_regulator.c | 30 ++++++++++----------
 include/power/tps65219.h                     | 14 +++++++--
 2 files changed, 27 insertions(+), 17 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-12-20  2:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-18 17:12 [PATCH v1 0/2] TPS65219 U-Boot Driver Clean-Up Shree Ramamoorthy
2024-12-18 17:12 ` [PATCH v1 1/2] power: regulator: replace printf() with pr_err() Shree Ramamoorthy
2024-12-18 22:44   ` Jaehoon Chung
2024-12-18 17:12 ` [PATCH v1 2/2] power: replace magic numbers with macros Shree Ramamoorthy
2024-12-18 22:44   ` Jaehoon Chung
2024-12-18 22:55     ` Shree Ramamoorthy
2024-12-18 23:26       ` Jaehoon Chung
2024-12-19 17:47         ` Shree Ramamoorthy
2024-12-20  2:04           ` Jaehoon Chung

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.