Messages in this thread |  | | From | Srinivas Kandagatla <> | Subject | [PATCH 0/5] nvmem: patches (set 1) for 5.11 | Date | Fri, 27 Nov 2020 10:28:32 +0000 |
| |
Hi Greg,
Here are some nvmem patches for 5.11 which includes - adding support to keepout regions in nvmem core - support for unaligned word count in imx provider - imx and qfprom new compatible strings.
Can you please queue them up for 5.11.
thanks for you help, srini
Evan Green (3): nvmem: core: Add support for keepout regions dt-bindings: nvmem: Add soc qfprom compatible strings nvmem: qfprom: Don't touch certain fuses
Fabien Parent (1): dt-bindings: nvmem: mtk-efuse: add documentation for MT8516 SoC
Peng Fan (1): nvmem: imx-ocotp: add support for the unaliged word count
.../devicetree/bindings/nvmem/mtk-efuse.txt | 1 + .../bindings/nvmem/qcom,qfprom.yaml | 17 +- drivers/nvmem/core.c | 153 +++++++++++++++++- drivers/nvmem/imx-ocotp.c | 30 +++- drivers/nvmem/qfprom.c | 30 ++++ include/linux/nvmem-provider.h | 17 ++ 6 files changed, 235 insertions(+), 13 deletions(-)
-- 2.21.0
|  |