public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add pmic bootcount driver
@ 2022-03-18 11:04 Philip Oberfichtner
  2022-03-18 11:04 ` [PATCH v2 1/2] power: pfuze100: Add MEMx register definitions Philip Oberfichtner
  2022-03-18 11:04 ` [PATCH v2 2/2] bootcount: Add pmic pfuze100 bootcount driver Philip Oberfichtner
  0 siblings, 2 replies; 5+ messages in thread
From: Philip Oberfichtner @ 2022-03-18 11:04 UTC (permalink / raw)
  To: u-boot
  Cc: Heiko Schocher, matthias.winker, Philip Oberfichtner,
	Gireesh Hiremath, Jaehoon Chung, Lokesh Vutla, Nandor Han,
	Simon Glass


This series adds a new bootcount driver. The required register definitions
and the actual driver are separated in two patches.

Changes in v2:
- Migrated bootcount driver to driver model
- Introduced error handling. Previously errors were ignored.

Philip Oberfichtner (2):
  power: pfuze100: Add MEMx register definitions
  bootcount: Add pmic pfuze100 bootcount driver

 drivers/bootcount/Kconfig         |   7 ++
 drivers/bootcount/Makefile        |   1 +
 drivers/bootcount/pmic_pfuze100.c | 161 ++++++++++++++++++++++++++++++
 include/power/pfuze100_pmic.h     |   5 +
 4 files changed, 174 insertions(+)
 create mode 100644 drivers/bootcount/pmic_pfuze100.c

-- 
2.34.1


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

end of thread, other threads:[~2022-03-26  2:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-18 11:04 [PATCH v2 0/2] Add pmic bootcount driver Philip Oberfichtner
2022-03-18 11:04 ` [PATCH v2 1/2] power: pfuze100: Add MEMx register definitions Philip Oberfichtner
2022-03-26  2:46   ` Tom Rini
2022-03-18 11:04 ` [PATCH v2 2/2] bootcount: Add pmic pfuze100 bootcount driver Philip Oberfichtner
2022-03-26  2:46   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox