public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-02-18 13:43:54 to 2022-02-24 09:38:12 UTC [more...]

[PATCH 0/4] spi-mem: Allow specifying the byte order in DTR mode
 2022-02-24  9:37 UTC  (20+ 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

Ruch z pierwszej pozycji w Google
 2022-02-24  9:05 UTC 

[PATCH] mtd: nand: raw: qcom_nandc: Don't clear_bam_transaction on READID
 2022-02-24  7:33 UTC  (16+ messages)

[PATCH] dt-bindings: mtd: partitions: convert Broadcom's TRX to the json-schema
 2022-02-23 23:05 UTC  (4+ messages)

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

[PATCH RESEND stable 4.19] mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status
 2022-02-23 18:29 UTC  (7+ messages)
` [PATCH RESEND stable 4.14] "
` [PATCH RESEND stable 4.9] "

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

[PATCH v4 00/32] mtd: spi-nor: move vendor specific code into vendor modules
 2022-02-23 12:01 UTC  (59+ 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

Make NAND_BBT_NO_OOB_BBM configurable or let the gpmi driver decide?
 2022-02-23 10:59 UTC  (3+ messages)

[RFC RFT PATCH v2 0/2] Add nvmem support for dynamic partitions
 2022-02-22 18:24 UTC  (9+ 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 00/28] External ECC engines & Macronix support
 2022-02-22 10:41 UTC  (4+ messages)
` [PATCH v6 14/28] mtd: nand: mxic-ecc: Add Macronix external ECC engine support

[PATCH v3 1/1] mtd: spi-nor: winbond: Add support for w25q01jv-iq
 2022-02-22  8:56 UTC 

[PATCH v2 1/1] mtd: spi-nor: winbond: Add support for w25q01jv-iq
 2022-02-22  7:50 UTC  (2+ messages)

[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] "

[PATCH v6 0/3] Stacked/parallel memories bindings
 2022-02-21 15:24 UTC  (2+ 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 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 14/32] mtd: spi-nor: winbond: unify function names
 2022-02-20 19:07 UTC  (2+ messages)

[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 1/4] dt-binding: mtd: nand: Document the wp-gpios property
 2022-02-18 14:33 UTC  (2+ messages)

[PATCH v3 2/4] mtd: rawnand: stm32_fmc2: Add NAND Write Protect support
 2022-02-18 14:33 UTC  (2+ messages)

[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  (2+ 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 v3 0/4] mtd: rawnand: stm32_fmc2: Add NAND Write Protect support
 2022-02-18 13:25 UTC  (5+ messages)
` [PATCH v3 3/4] nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property
` [PATCH v3 4/4] mtd: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox