public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Philip Oberfichtner <pro@denx.de>
To: u-boot@lists.denx.de
Cc: Heiko Schocher <hs@denx.de>,
	matthias.winker@de.bosch.com, Philip Oberfichtner <pro@denx.de>,
	Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com>,
	Jaehoon Chung <jh80.chung@samsung.com>,
	Lokesh Vutla <lokeshvutla@ti.com>,
	Nandor Han <nandor.han@vaisala.com>,
	Simon Glass <sjg@chromium.org>
Subject: [PATCH v2 0/2] Add pmic bootcount driver
Date: Fri, 18 Mar 2022 12:04:36 +0100	[thread overview]
Message-ID: <20220318110438.2863532-1-pro@denx.de> (raw)


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


             reply	other threads:[~2022-03-18 11:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-18 11:04 Philip Oberfichtner [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220318110438.2863532-1-pro@denx.de \
    --to=pro@denx.de \
    --cc=Gireesh.Hiremath@in.bosch.com \
    --cc=hs@denx.de \
    --cc=jh80.chung@samsung.com \
    --cc=lokeshvutla@ti.com \
    --cc=matthias.winker@de.bosch.com \
    --cc=nandor.han@vaisala.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox