This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5e06802b426b Merge tag 'hid-for-linus-2025032601' of git://git.kernel.o [...] new 9ea13d9e40cf dt-bindings: mtd: physmap: Ensure all properties are defined new 1b61a59876f0 mtd: Replace kcalloc() with devm_kcalloc() new 2aee30bb10d7 mtd: Add check for devm_kcalloc() new 6697dae1e2da mtd: capture device name setting failure when adding mtd new 2a6a44555f07 mtd: Fix error handling in mtd_device_parse_register() error path new 6bc9f4273988 mtd: mtdpart: Do not supply NULL to printf() new 9fe1617df3c8 mtd: rawnand: gpmi: Use str_enabled_disabled() in gpmi_nan [...] new 3081f26059a8 mtd: mchp48l640: Use str_enable_disable() in mchp48l640_wr [...] new 48a29721c967 dt-bindings: mtd: atmel,dataflash: convert txt to yaml new 9b4db032fb2b mtd: spi-nor: winbond: Add support for w25q01jv new 8079d5bc5c3d mtd: spi-nor: winbond: Add support for w25q02jv new a20d7d265eda mtd: spi-nor: sort headers alphabetically new 03e7bb864d9a mtd: spi-nor: use scope-based mutex cleanup helpers new 798aafeffb36 mtd: spi-nor: macronix: Add post_sfdp fixups for Quad Inpu [...] new 797bbaa7531f mtd: spi-nor: macronix: add support for mx66{l2, u1}g45g new 93020292fea7 mtd: spi-nor: explicitly include <linux/math64.h> new fafa240a1798 mtd: spi-nor: explicitly include <linux/of.h> new eec373688d91 mtd: spi-nor: drop unused <linux/of_platform.h> new 59ee921ca7ec Merge tag 'spi-nor/for-6.15' into mtd/next new 499a4b16a486 dt-bindings: mtd: arasan,nand-controller: Ensure all prope [...] new 07d0aa9393ab mtd: spinand: make spinand_{read,write}_page global new c06b1f753bea mtd: spinand: add OTP support new e278b8c73b05 mtd: spinand: make spinand_{wait,otp_page_size} global new 9ad2857c82d5 mtd: spinand: otp: add helpers functions new b741d3fa5d3c mtd: spinand: micron: OTP access for MT29F2G01ABAGD new a3b219e476d3 mtd: spinand: esmt: OTP access for F50{L,D}1G41LB new 1db50b96b059 mtd: rawnand: qcom: finish converting register to FIELD_PREP new 34684bb5e436 mtd: rawnand: use kcalloc() instead of kzalloc() new f2cb43c98010 mtd: spinand: Add read retry support new a9d94a2a9e5a mtd: spinand: macronix: Add support for read retry new 87b726bc79f1 dt-bindings: mtd: mxc-nand: Document fsl,imx31-nand new ddc210cf8b8a mtd: rawnand: brcmnand: fix PM resume warning new b28f47ac3ddd mtd: spinand: Improve spinand_info macros style new ca8cbbb2be8f mtd: nand: Fix a kdoc comment new b0e63a0847ee dt-bindings: mtd: gpmi-nand: Add compatible string for i.M [...] new 2dd33fc2a81d Merge tag 'nand/for-6.15' into mtd/next new f6e0150b2003 Merge tag 'mtd/for-6.15' of git://git.kernel.org/pub/scm/l [...]
The 37 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../bindings/mtd/arasan,nand-controller.yaml | 2 +- .../devicetree/bindings/mtd/atmel,dataflash.yaml | 55 ++++ .../devicetree/bindings/mtd/atmel-dataflash.txt | 17 - .../devicetree/bindings/mtd/gpmi-nand.yaml | 7 + .../devicetree/bindings/mtd/mtd-physmap.yaml | 5 +- .../devicetree/bindings/mtd/mxc-nand.yaml | 8 +- drivers/mtd/devices/mchp48l640.c | 9 +- drivers/mtd/mtdcore.c | 14 +- drivers/mtd/mtdpart.c | 3 +- drivers/mtd/mtdpstore.c | 12 +- drivers/mtd/nand/raw/brcmnand/brcmnand.c | 2 +- drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c | 5 +- drivers/mtd/nand/raw/nand_base.c | 4 +- drivers/mtd/nand/raw/qcom_nandc.c | 36 +- drivers/mtd/nand/spi/Makefile | 3 +- drivers/mtd/nand/spi/core.c | 85 ++++- drivers/mtd/nand/spi/esmt.c | 90 ++++- drivers/mtd/nand/spi/macronix.c | 79 ++++- drivers/mtd/nand/spi/micron.c | 135 +++++++- drivers/mtd/nand/spi/otp.c | 362 +++++++++++++++++++++ drivers/mtd/spi-nor/core.c | 77 ++--- drivers/mtd/spi-nor/macronix.c | 31 ++ drivers/mtd/spi-nor/otp.c | 1 + drivers/mtd/spi-nor/swp.c | 1 + drivers/mtd/spi-nor/winbond.c | 88 +++++ include/linux/mtd/nand-qpic-common.h | 6 +- include/linux/mtd/nand.h | 2 +- include/linux/mtd/spinand.h | 129 +++++++- 28 files changed, 1122 insertions(+), 146 deletions(-) create mode 100644 Documentation/devicetree/bindings/mtd/atmel,dataflash.yaml delete mode 100644 Documentation/devicetree/bindings/mtd/atmel-dataflash.txt create mode 100644 drivers/mtd/nand/spi/otp.c