This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8326f5e1a47b Merge tag 'firewire-updates-6.11' of git://git.kernel.org/ [...] new 395a02d04ed4 landlock: Use bit-fields for storing handled layer access masks new 33c97e7c0338 landlock: Clarify documentation for struct landlock_ruleset_attr new f4b89d8ce5a8 landlock: Various documentation improvements new 9fa23750c6e5 Merge tag 'landlock-6.11-rc1' of git://git.kernel.org/pub/ [...] new 5350f6ec55df mtd: cfi: Get rid of redundant 'else' new cf4ccd1c029e mtd: physmap: Use *-y instead of *-objs in Makefile new a5cf054d325e mtd: make mtd_test.c a separate module new f32ded4b5575 mtd: add missing MODULE_DESCRIPTION() macros new 2538af030d6f mtd: cmdlinepart: Replace `dbg()` macro with `pr_debug()` new be1d1a76570c mtd: spi-nor: Remove support for Xilinx S3AN flashes new 9539d12d9f52 mtd: spi-nor: get rid of non-power-of-2 page size handling new d323a41884a9 mtd: spi-nor: remove .setup() callback new 2d95d1324844 mtd: spi-nor: get rid of SPI_NOR_NO_FR new e159079a8be0 mtd: spi-nor: simplify spi_nor_get_flash_info() new d35df77707bf mtd: spi-nor: winbond: fix w25q128 regression new b93f410b8b2a Merge tag 'spi-nor/for-6.11' into mtd/next new 4e976b1521ca dt-bindings: mtd: amlogic,meson-nand: support fields for b [...] new 2234585f5c12 mtd: rawnand: meson: refactor use of 'meson_nfc_cmd_access()' new 04a81b4f9ba1 mtd: rawnand: meson: read/write access for boot ROM pages new 94beaa25c78e mtd: rawnand: mxc: separate page read from ecc calc new d3dfbae6d4ad mtd: rawnand: mxc: implement exec_op new 726005052d2a mtd: rawnand: mxc: support software ECC new 8675330ac7b7 mtd: rawnand: cadence: remove unused struct 'ecc_info' new 70cdc145c42e dt-bindings: mtd: gpmi-nand: Add 'fsl,imx8qxp-gpmi-nand' c [...] new 355235842d0a mtd: rawnand: gpmi: add 'support_edo_timing' in gpmi_devdata new cbbfb0b4f897 mtd: rawnand: gpmi: add iMX8QXP support. new bf66d81975d4 mtd: rawnand: mxc: use 'time_left' variable with wait_for_ [...] new e33df1c488d6 mtd: rawnand: intel: use 'time_left' variable with wait_fo [...] new 14427d4b8831 dt-bindings: mtd: qcom,nandc: Define properties at top-level new 478211867460 mtd: rawnand: lpx32xx: Request DMA channels using DT entries new aacbb6c837df mtd: spinand: macronix: Add support for reading Device ID 2 new d29e8e28d6d5 mtd: spinand: macronix: Add support for serial NAND flash new a503f91a3645 mtd: rawnand: lpx32xx: Fix dma_request_chan() error checks new 78a0b13f5744 Merge tag 'nand/for-6.11' into mtd/next new c43a20e4a520 Merge tag 'mtd/for-6.11' of git://git.kernel.org/pub/scm/l [...]
The 35 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/amlogic,meson-nand.yaml | 18 + .../devicetree/bindings/mtd/gpmi-nand.yaml | 22 + .../devicetree/bindings/mtd/qcom,nandc.yaml | 38 +- Documentation/userspace-api/landlock.rst | 2 +- drivers/mtd/chips/cfi_cmdset_0020.c | 1 + drivers/mtd/chips/cfi_util.c | 1 + drivers/mtd/maps/Makefile | 11 +- drivers/mtd/maps/map_funcs.c | 1 + drivers/mtd/nand/raw/cadence-nand-controller.c | 5 - drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c | 20 +- drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.h | 6 +- drivers/mtd/nand/raw/intel-nand-controller.c | 6 +- drivers/mtd/nand/raw/lpc32xx_mlc.c | 26 +- drivers/mtd/nand/raw/lpc32xx_slc.c | 26 +- drivers/mtd/nand/raw/meson_nand.c | 86 ++- drivers/mtd/nand/raw/mxc_nand.c | 700 ++++++++++----------- drivers/mtd/nand/spi/macronix.c | 64 +- drivers/mtd/parsers/brcm_u-boot.c | 1 + drivers/mtd/parsers/cmdlinepart.c | 18 +- drivers/mtd/parsers/tplink_safeloader.c | 1 + drivers/mtd/spi-nor/Makefile | 1 - drivers/mtd/spi-nor/core.c | 188 +++--- drivers/mtd/spi-nor/core.h | 12 - drivers/mtd/spi-nor/everspin.c | 19 +- drivers/mtd/spi-nor/winbond.c | 2 + drivers/mtd/spi-nor/xilinx.c | 169 ----- drivers/mtd/tests/Makefile | 34 +- drivers/mtd/tests/mtd_test.c | 9 + include/linux/mtd/cfi.h | 32 +- include/uapi/linux/landlock.h | 66 +- security/landlock/limits.h | 2 - security/landlock/ruleset.c | 4 - security/landlock/ruleset.h | 24 +- security/landlock/syscalls.c | 17 +- 34 files changed, 767 insertions(+), 865 deletions(-) delete mode 100644 drivers/mtd/spi-nor/xilinx.c