linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-15 10:13:07 to 2022-02-22 07:26:54 UTC [more...]

[PATCH v4 00/32] mtd: spi-nor: move vendor specific code into vendor modules
 2022-02-22  7:26 UTC  (35+ messages)
` [PATCH v4 01/32] mtd: spi-nor: atmel: unify function names
` [PATCH v4 02/32] mtd: spi-nor: catalyst: "
` [PATCH v4 03/32] mtd: spi-nor: eon: "
` [PATCH v4 04/32] mtd: spi-nor: esmt: "
` [PATCH v4 05/32] mtd: spi-nor: everspin: "
` [PATCH v4 06/32] mtd: spi-nor: fujitsu: "
` [PATCH v4 07/32] mtd: spi-nor: gigadevice: "
` [PATCH v4 08/32] mtd: spi-nor: intel: "
` [PATCH v4 09/32] mtd: spi-nor: issi: "
` [PATCH v4 10/32] mtd: spi-nor: macronix: "
` [PATCH v4 11/32] mtd: spi-nor: micron-st: "
` [PATCH v4 12/32] mtd: spi-nor: spansion: "
` [PATCH v4 13/32] mtd: spi-nor: sst: "
` [PATCH v4 14/32] mtd: spi-nor: winbond: "
` [PATCH v4 15/32] mtd: spi-nor: xilinx: "
` [PATCH v4 16/32] mtd: spi-nor: xmc: "
` [PATCH v4 17/32] mtd: spi-nor: slightly refactor the spi_nor_setup()
` [PATCH v4 18/32] mtd: spi-nor: allow a flash to define its own ready() function
` [PATCH v4 19/32] mtd: spi-nor: export more function to be used in vendor modules
` [PATCH v4 20/32] mtd: spi-nor: guard _page_size parameter in S3AN_INFO()
` [PATCH v4 21/32] mtd: spi-nor: move all xilinx specifics into xilinx.c
` [PATCH v4 22/32] mtd: spi-nor: xilinx: rename vendor specific functions and defines
` [PATCH v4 23/32] mtd: spi-nor: xilinx: correct the debug message
` [PATCH v4 24/32] mtd: spi-nor: move all micron-st specifics into micron-st.c
` [PATCH v4 25/32] mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flag
` [PATCH v4 26/32] mtd: spi-nor: micron-st: rename vendor specific functions and defines
` [PATCH v4 27/32] mtd: spi-nor: spansion: slightly rework control flow in late_init()
` [PATCH v4 28/32] mtd: spi-nor: move all spansion specifics into spansion.c
` [PATCH v4 29/32] mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flag
` [PATCH v4 30/32] mtd: spi-nor: spansion: rename vendor specific functions and defines
` [PATCH v4 31/32] mtd: spi-nor: slightly change code style in spi_nor_sr_ready()
` [PATCH v4 32/32] mtd: spi-nor: renumber flags

[PATCH v2 1/1] mtd: spi-nor: winbond: Add support for w25q01jv-iq
 2022-02-22  7:24 UTC 

[PATCH stable 4.19] mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status
 2022-02-22  3:20 UTC  (3+ messages)
` [PATCH stable 4.14] "
` [PATCH stable 4.9] "

Make NAND_BBT_NO_OOB_BBM configurable or let the gpmi driver decide?
 2022-02-21 19:00 UTC 

[RFC RFT PATCH v2 0/2] Add nvmem support for dynamic partitions
 2022-02-21 15:57 UTC  (5+ messages)
` [RFC RFT PATCH v2 1/2] dt-bindings: mtd: partitions: Document new partition-dynamic nodes
` [RFC RFT PATCH v2 2/2] mtd: core: introduce of support for dynamic partitions

[PATCH v6 0/3] Stacked/parallel memories bindings
 2022-02-21 15:24 UTC  (3+ messages)

[PATCH v3 00/32] mtd: spi-nor: move vendor specific code into vendor modules
 2022-02-21 12:15 UTC  (34+ messages)
` [PATCH v3 01/32] mtd: spi-nor: atmel: unify function names
` [PATCH v3 02/32] mtd: spi-nor: catalyst: "
` [PATCH v3 03/32] mtd: spi-nor: eon: "
` [PATCH v3 04/32] mtd: spi-nor: esmt: "
` [PATCH v3 05/32] mtd: spi-nor: everspin: "
` [PATCH v3 06/32] mtd: spi-nor: fujitsu: "
` [PATCH v3 07/32] mtd: spi-nor: gigadevice: "
` [PATCH v3 08/32] mtd: spi-nor: intel: "
` [PATCH v3 09/32] mtd: spi-nor: issi: "
` [PATCH v3 10/32] mtd: spi-nor: macronix: "
` [PATCH v3 11/32] mtd: spi-nor: micron-st: "
` [PATCH v3 12/32] mtd: spi-nor: spansion: "
` [PATCH v3 13/32] mtd: spi-nor: sst: "
` [PATCH v3 14/32] mtd: spi-nor: winbond: "
` [PATCH v3 15/32] mtd: spi-nor: xilinx: "
` [PATCH v3 16/32] mtd: spi-nor: xmc: "
` [PATCH v3 17/32] mtd: spi-nor: slightly refactor the spi_nor_setup()
` [PATCH v3 18/32] mtd: spi-nor: allow a flash to define its own ready() function
` [PATCH v3 19/32] mtd: spi-nor: export more function to be used in vendor modules
` [PATCH v3 20/32] mtd: spi-nor: guard _page_size parameter in S3AN_INFO()
` [PATCH v3 21/32] mtd: spi-nor: move all xilinx specifics into xilinx.c
` [PATCH v3 22/32] mtd: spi-nor: xilinx: rename vendor specific functions and defines
` [PATCH v3 23/32] mtd: spi-nor: xilinx: correct the debug message
` [PATCH v3 24/32] mtd: spi-nor: move all micron-st specifics into micron-st.c
` [PATCH v3 25/32] mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flag
` [PATCH v3 26/32] mtd: spi-nor: micron-st: rename vendor specific functions and defines
` [PATCH v3 27/32] mtd: spi-nor: spansion: slightly rework control flow in late_init()
` [PATCH v3 28/32] mtd: spi-nor: move all spansion specifics into spansion.c
` [PATCH v3 29/32] mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flag
` [PATCH v3 30/32] mtd: spi-nor: spansion: rename vendor specific functions and defines
` [PATCH v3 31/32] mtd: spi-nor: slightly change code style in spi_nor_sr_ready()
` [PATCH v3 32/32] mtd: spi-nor: renumber flags

[PATCH 0/4] spi-mem: Allow specifying the byte order in DTR mode
 2022-02-21  7:44 UTC  (9+ messages)
` [PATCH 1/4] spi: "
` [PATCH 2/4] mtd: spi-nor: core: "
` [PATCH 3/4] mtd: spi-nor: sfdp: Get the 8D-8D-8D byte order from BFPT
` [PATCH 4/4] mtd: spi-nor: core: Introduce SPI_NOR_DTR_BSWAP16 no_sfdp_flag

[PATCH 0/3] mtd: spi-nor: Rework Octal DTR enable methods
 2022-02-21  7:40 UTC  (3+ messages)
` [PATCH 1/3] mtd: spi-nor: core: Add helpers to read/write any register

[PATCH v8 0/3] mtd: spi-nor: Add support for Infineon s25hl-t/s25hs-t
 2022-02-21  7:14 UTC  (4+ messages)
` [PATCH v8 1/3] mtd: spi-nor: spansion: Add support for Read Any Register
` [PATCH v8 2/3] mtd: spi-nor: spansion: Add support for volatile QE bit
` [PATCH v8 3/3] mtd: spi-nor: spansion: Add s25hl-t/s25hs-t IDs and fixups

[PATCH v2 00/32] mtd: spi-nor: move vendor specific code into vendor modules
 2022-02-20 19:07 UTC  (34+ messages)
` [PATCH v2 01/32] mtd: spi-nor: atmel: unify function names
` [PATCH v2 02/32] mtd: spi-nor: catalyst: "
` [PATCH v2 03/32] mtd: spi-nor: eon: "
` [PATCH v2 04/32] mtd: spi-nor: esmt: "
` [PATCH v2 05/32] mtd: spi-nor: everspin: "
` [PATCH v2 06/32] mtd: spi-nor: fujitsu: "
` [PATCH v2 07/32] mtd: spi-nor: gigadevice: "
` [PATCH v2 08/32] mtd: spi-nor: intel: "
` [PATCH v2 09/32] mtd: spi-nor: issi: "
` [PATCH v2 10/32] mtd: spi-nor: macronix: "
` [PATCH v2 11/32] mtd: spi-nor: micron-st: "
` [PATCH v2 12/32] mtd: spi-nor: spansion: "
` [PATCH v2 13/32] mtd: spi-nor: sst: "
` [PATCH v2 14/32] mtd: spi-nor: winbond: "
` [PATCH v2 15/32] mtd: spi-nor: xilinx: "
` [PATCH v2 16/32] mtd: spi-nor: xmc: "
` [PATCH v2 17/32] mtd: spi-nor: slightly refactor the spi_nor_setup()
` [PATCH v2 18/32] mtd: spi-nor: allow a flash to define its own ready() function
` [PATCH v2 19/32] mtd: spi-nor: export more function to be used in vendor modules
` [PATCH v2 20/32] mtd: spi-nor: guard _page_size parameter in S3AN_INFO()
` [PATCH v2 21/32] mtd: spi-nor: move all xilinx specifics into xilinx.c
` [PATCH v2 22/32] mtd: spi-nor: xilinx: rename vendor specific functions and defines
` [PATCH v2 23/32] mtd: spi-nor: xilinx: correct the debug message
` [PATCH v2 24/32] mtd: spi-nor: move all micron-st specifics into micron-st.c
` [PATCH v2 25/32] mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flag
` [PATCH v2 26/32] mtd: spi-nor: micron-st: rename vendor specific functions and defines
` [PATCH v2 27/32] mtd: spi-nor: spansion: slightly rework control flow in late_init()
` [PATCH v2 28/32] mtd: spi-nor: move all spansion specifics into spansion.c
` [PATCH v2 29/32] mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flag
` [PATCH v2 30/32] mtd: spi-nor: spansion: rename vendor specific functions and defines
` [PATCH v2 31/32] mtd: spi-nor: slightly change code style in spi_nor_sr_ready()
` [PATCH v2 32/32] mtd: spi-nor: renumber flags

[BUG] mtd: cfi_cmdset_0002: write regression since v4.17-rc1
 2022-02-20 12:22 UTC  (10+ messages)

[PATCH] mtd: rawnand: omap2: Actually prevent invalid configuration and build error
 2022-02-19 19:36 UTC 

[PATCH] mtd: rawnand: omap2: Prevent invalid configuration and build error
 2022-02-19 19:11 UTC  (3+ messages)

[GIT PULL] mtd: Fixes for v5.17-rc5
 2022-02-18 17:40 UTC  (2+ messages)

[PATCH v2] mtd: rawnand: pl353: Set the nand chip node as the flash node
 2022-02-18 14:33 UTC  (2+ messages)

[PATCH v3 0/4] mtd: rawnand: stm32_fmc2: Add NAND Write Protect support
 2022-02-18 14:33 UTC  (11+ messages)
` [PATCH v3 1/4] dt-binding: mtd: nand: Document the wp-gpios property
` [PATCH v3 2/4] mtd: rawnand: stm32_fmc2: Add NAND Write Protect support
` [PATCH v3 3/4] nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property
` [PATCH v3 4/4] mtd: "

[PATCH 7/9] mtd: spear_smi: use GFP_KERNEL
 2022-02-18 14:32 UTC  (2+ messages)

[PATCH v3] dt-bindings: mtd: drop mtd/cortina,gemini-flash.txt
 2022-02-18 14:32 UTC  (4+ messages)

[PATCH] mtd: parsers: trx: allow to use on MediaTek MIPS SoCs
 2022-02-18 14:32 UTC  (2+ messages)

[GIT PULL] : spi-mem/ecc changes for 5.18
 2022-02-18 14:10 UTC 

[PATCH 0/5] spi: make remove callback a void function
 2022-02-18 12:37 UTC  (3+ messages)
` [PATCH 5/5] "

[PATCH -next v3 0/2] jffs2: fix two memory leak when mount jffs2
 2022-02-18  6:14 UTC  (2+ messages)

[PATCH -next] jffs2: fix use-after-free in jffs2_clear_xattr_subsystem
 2022-02-18  6:12 UTC  (2+ messages)

[PATCH mtd-utils] nor-utils: fix memory leak
 2022-02-18  3:22 UTC 

[PATCH v2 0/4] mtd: rawnand: stm32_fmc2: Add NAND Write Protect support
 2022-02-17 14:08 UTC  (14+ messages)
` [PATCH v2 3/4] nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property
` [PATCH v2 4/4] mtd: "

[PATCH RESEND v2 0/2] refine the NFC clock framework
 2022-02-17 13:05 UTC  (4+ messages)
` [PATCH RESEND v2 1/2] mtd: rawnand: meson: discard the common MMC sub "
` [PATCH RESEND v2 2/2] dt-bindings: nand: meson: refine Amlogic NAND controller driver

[PATCH] dt-bindings: mtd: partitions: add UBI binding
 2022-02-17 10:24 UTC 

[PATCH 00/10] spi: spi-mem: Add driver for Aspeed SMC controllers
 2022-02-17  8:37 UTC  (11+ messages)
` [PATCH 02/10] dt-bindings: spi: Add Aspeed SMC controllers device tree binding
` [PATCH 09/10] ARM: dts: aspeed: Enable Dual SPI RX transfers
` [PATCH 10/10] spi: aspeed: Activate new spi-mem driver

[PATCH] dt-bindings: mtd: partitions: convert Broadcom's TRX to the json-schema
 2022-02-17  7:43 UTC  (3+ messages)

[PATCH v1 00/14] mtd: spi-nor: move vendor specific code into vendor modules
 2022-02-17  7:31 UTC  (39+ messages)
` [PATCH v1 01/14] mtd: spi-nor: export more function to be used in "
` [PATCH v1 02/14] mtd: spi-nor: slightly refactor the spi_nor_setup()
` [PATCH v1 03/14] mtd: spi-nor: allow a flash to define its own ready() function
` [PATCH v1 04/14] mtd: spi-nor: move all xilinx specifics into xilinx.c
` [PATCH v1 05/14] mtd: spi-nor: xilinx: rename vendor specific functions and defines
` [PATCH v1 06/14] mtd: spi-nor: xilinx: correct the debug message
` [PATCH v1 07/14] mtd: spi-nor: move all micron-st specifics into micron-st.c
` [PATCH v1 08/14] mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flag
` [PATCH v1 09/14] mtd: spi-nor: micron-st: fix micron_st prefix
` [PATCH v1 12/14] mtd: spi-nor: move all spansion specifics into spansion.c
` [PATCH v1 13/14] mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flag
` [PATCH v1 14/14] mtd: spi-nor: renumber flags

[PATCH v6 0/3] mtd: spi-nor / spi / MFD: Convert intel-spi to SPI MEM
 2022-02-16 16:28 UTC  (4+ messages)

[PATCH] dt-bindings: mtd: partitions: convert BCM47xx to the json-schema
 2022-02-16 10:41 UTC 

[PATCH v7 0/3] mtd: spi-nor: Add support for Cypress s25hl-t/s25hs-t
 2022-02-16  8:05 UTC  (5+ messages)
` [PATCH v7 2/3] mtd: spi-nor: spansion: Add support for volatile QE bit

[PATCH v3 00/17] mtd: spinand: Add Octal DTR SPI (8D-8D-8D) mode support
 2022-02-15 17:37 UTC  (5+ messages)
` [PATCH v3 05/17] mtd: spinand: Define ctrl_ops for non-page read/write op templates


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).