[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220818164405.1953698-1-horatiu.vultur@microchip.com>
Date: Thu, 18 Aug 2022 18:44:03 +0200
From: Horatiu Vultur <horatiu.vultur@...rochip.com>
To: <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: <srinivas.kandagatla@...aro.org>, <robh+dt@...nel.org>,
<krzysztof.kozlowski+dt@...aro.org>,
Horatiu Vultur <horatiu.vultur@...rochip.com>
Subject: [PATCH 0/2] nvmem: lan966x-otpc: add support
Add support for lan966x OTP controller that is available on lan966x.
The driver gives access to non-volatile memory. It allows both write
and read access to it.
Horatiu Vultur (2):
dt-bindings: lan966x-otpc: document Lan966X OTPC
nvmem: lan966x-otpc: add support
.../nvmem/microchip,lan966x-otpc.yaml | 42 +++
drivers/nvmem/Kconfig | 8 +
drivers/nvmem/Makefile | 2 +
drivers/nvmem/lan966x-otpc.c | 248 ++++++++++++++++++
4 files changed, 300 insertions(+)
create mode 100644 Documentation/devicetree/bindings/nvmem/microchip,lan966x-otpc.yaml
create mode 100644 drivers/nvmem/lan966x-otpc.c
--
2.33.0
Powered by blists - more mailing lists