From: Hrushiraj Gandhi <hrushirajg23@gmail.com>
To: Srinivas Kandagatla <srini@kernel.org>, Heiko Stuebner <heiko@sntech.de>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
Hrushiraj Gandhi <hrushirajg23@gmail.com>
Subject: [PATCH v2 0/2] nvmem: rockchip-efuse: add write support with VQPS gating
Date: Wed, 29 Jul 2026 14:28:54 +0530 [thread overview]
Message-ID: <20260729085856.226001-1-hrushirajg23@gmail.com> (raw)
Add RK3399 eFuse write (OTP programming) support, gated on the presence
of an optional VQPS programming supply in the device tree.
Changes in v2:
- Replaced the rockchip,efuse-write-enable boolean property (v1) with
a proper optional vqps-supply regulator, as suggested by Heiko
Stuebner. The supply presence acts as the hardware-level gate for
write support; the driver owns regulator sequencing entirely inside
the write callback (enable before A_PGM strobe loop, disable after).
- Removed stale debug dev_info() left from development.
- Fixed checkpatch: removed blank line after while open-brace in
rockchip_rk3399_efuse_read().
Link: https://lore.kernel.org/all/20260715110107.409204-1-hrushirajg23@gmail.com/
Hrushiraj Gandhi (2):
dt-bindings: nvmem: rockchip-efuse: add optional vqps supply
nvmem: rockchip-efuse: add write support with optional VQPS supply
gating
.../bindings/nvmem/rockchip-efuse.yaml | 5 +
drivers/nvmem/rockchip-efuse.c | 178 +++++++++++++++---
2 files changed, 158 insertions(+), 25 deletions(-)
--
2.47.3
next reply other threads:[~2026-07-29 8:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-29 8:58 Hrushiraj Gandhi [this message]
2026-07-29 8:58 ` [PATCH v2 1/2] dt-bindings: nvmem: rockchip-efuse: add optional vqps supply Hrushiraj Gandhi
2026-07-29 8:58 ` [PATCH v2 2/2] nvmem: rockchip-efuse: add write support with optional VQPS supply gating Hrushiraj Gandhi
2026-07-29 9:11 ` sashiko-bot
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=20260729085856.226001-1-hrushirajg23@gmail.com \
--to=hrushirajg23@gmail.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh@kernel.org \
--cc=srini@kernel.org \
/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