From: Heiko Stuebner <heiko@sntech.de>
To: lee@kernel.org, srini@kernel.org
Cc: linux-kernel@vger.kernel.org, heiko@sntech.de
Subject: [PATCH v2 0/2] qnap-mcu: add nvmem subdevice to read the eeprom
Date: Tue, 23 Sep 2025 15:18:13 +0200 [thread overview]
Message-ID: <20250923131815.1898332-1-heiko@sntech.de> (raw)
The qnap-mcu is firmware running on a Weltrend WT61P803 MCU and there is
an eeprom connected to it, that can be read via the serial interface.
The eeprom is somewhat important, as it contains for example the
assigned mac address for the rk3568's gmac interface on TSx33 devices.
So add a nvmem driver for it and hook it into the mfd.
This needs to be applied on top of
commit a141f0ff2548 ("mfd: qnap-mcu: Include linux/types.h in qnap-mcu.h
shared header") to not cause build failures.
changes in v2:
- drop binding patch, already applied
- split up nvmem driver and qnap-mcu-mfd subdevice addition (Lee)
- add Srinivas' Ack for the nvmem driver
Heiko Stuebner (2):
nvmem: Add driver for the eeprom in qnap-mcu controllers
mfd: qnap-mcu: Hook up the eeprom sub-device
drivers/mfd/qnap-mcu.c | 1 +
drivers/nvmem/Kconfig | 9 +++
drivers/nvmem/Makefile | 2 +
drivers/nvmem/qnap-mcu-eeprom.c | 110 ++++++++++++++++++++++++++++++++
4 files changed, 122 insertions(+)
create mode 100644 drivers/nvmem/qnap-mcu-eeprom.c
--
2.47.2
next reply other threads:[~2025-09-23 13:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-23 13:18 Heiko Stuebner [this message]
2025-09-23 13:18 ` [PATCH v2 1/2] nvmem: Add driver for the eeprom in qnap-mcu controllers Heiko Stuebner
2025-09-25 6:03 ` kernel test robot
2025-09-23 13:18 ` [PATCH v2 2/2] mfd: qnap-mcu: Hook up the eeprom sub-device Heiko Stuebner
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=20250923131815.1898332-1-heiko@sntech.de \
--to=heiko@sntech.de \
--cc=lee@kernel.org \
--cc=linux-kernel@vger.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
all inboxes | Powered by JetHome®