[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241030140315.40562-1-srinivas.kandagatla@linaro.org>
Date: Wed, 30 Oct 2024 14:03:08 +0000
From: srinivas.kandagatla@...aro.org
To: gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
Subject: [PATCH 0/7] nvmem: patches(set 1) for 6.13
From: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
Hi Greg,
Here are few patches in nvmem for 6.13 that includes
- support for R-Car E-Fuse.
- fix some spelling typos
- convert sprd,* efuse bindings to Yaml.
- move renesas efuse and otp bindings to correct location.
- convert zi-rave eeprom bindings to Yaml.
There is a warning in this dt-bindings due to missing patches,
However all the patches that are required are now picked up by Rob H via
dt-tree.
Can you please queue them up for 6.13.
Thanks,
Srini
Frank Li (1):
dt-bindings: nvmem: convert zii,rave-sp-eeprom.txt to yaml format
Geert Uytterhoeven (2):
dt-bindings: fuse: Move renesas,rcar-{efuse,otp} to nvmem
nvmem: Add R-Car E-FUSE driver
Shen Lichuan (2):
nvmem: Correct some typos in comments
nvmem: imx-iim: Convert comma to semicolon
Stanislav Jakubek (2):
dt-bindings: nvmem: sprd,sc2731-efuse: convert to YAML
dt-bindings: nvmem: sprd,ums312-efuse: convert to YAML
.../{fuse => nvmem}/renesas,rcar-efuse.yaml | 35 +++--
.../{fuse => nvmem}/renesas,rcar-otp.yaml | 17 ++-
.../bindings/nvmem/sc27xx-efuse.txt | 52 -------
.../bindings/nvmem/sprd,sc2731-efuse.yaml | 68 +++++++++
.../bindings/nvmem/sprd,ums312-efuse.yaml | 61 ++++++++
.../devicetree/bindings/nvmem/sprd-efuse.txt | 39 -----
.../bindings/nvmem/zii,rave-sp-eeprom.txt | 40 -----
.../bindings/nvmem/zii,rave-sp-eeprom.yaml | 54 +++++++
MAINTAINERS | 2 +
drivers/nvmem/Kconfig | 11 ++
drivers/nvmem/Makefile | 2 +
drivers/nvmem/brcm_nvram.c | 2 +-
drivers/nvmem/core.c | 4 +-
drivers/nvmem/imx-iim.c | 10 +-
drivers/nvmem/lpc18xx_otp.c | 2 +-
drivers/nvmem/microchip-otpc.c | 2 +-
drivers/nvmem/rcar-efuse.c | 142 ++++++++++++++++++
17 files changed, 385 insertions(+), 158 deletions(-)
rename Documentation/devicetree/bindings/{fuse => nvmem}/renesas,rcar-efuse.yaml (54%)
rename Documentation/devicetree/bindings/{fuse => nvmem}/renesas,rcar-otp.yaml (60%)
delete mode 100644 Documentation/devicetree/bindings/nvmem/sc27xx-efuse.txt
create mode 100644 Documentation/devicetree/bindings/nvmem/sprd,sc2731-efuse.yaml
create mode 100644 Documentation/devicetree/bindings/nvmem/sprd,ums312-efuse.yaml
delete mode 100644 Documentation/devicetree/bindings/nvmem/sprd-efuse.txt
delete mode 100644 Documentation/devicetree/bindings/nvmem/zii,rave-sp-eeprom.txt
create mode 100644 Documentation/devicetree/bindings/nvmem/zii,rave-sp-eeprom.yaml
create mode 100644 drivers/nvmem/rcar-efuse.c
--
2.25.1
Powered by blists - more mailing lists