linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-30 09:37:23 to 2020-10-06 05:24:03 UTC [more...]

[PATCH] Revert "mtd: spi-nor: Prefer asynchronous probe"
 2020-10-06  5:23 UTC  (3+ messages)

[PATCH 0/4] dt-bindings: additional/unevaluatedProperties clean-ups
 2020-10-06  1:23 UTC  (15+ messages)
` [PATCH 1/4] dt-bindings: Add missing 'unevaluatedProperties'
` [PATCH 2/4] dt-bindings: Use 'additionalProperties' instead of 'unevaluatedProperties'
` [PATCH 3/4] dt-bindings: Explicitly allow additional properties in board/SoC schemas
` [PATCH 4/4] dt-bindings: Explicitly allow additional properties in common schemas

[PATCH v16 00/15] mtd: spi-nor: add xSPI Octal DTR support
 2020-10-05 15:31 UTC  (16+ messages)
` [PATCH v16 01/15] mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPP
` [PATCH v16 02/15] mtd: spi-nor: add spi_nor_controller_ops_{read_reg, write_reg, erase}()
` [PATCH v16 03/15] mtd: spi-nor: add support for DTR protocol
` [PATCH v16 04/15] mtd: spi-nor: sfdp: get command opcode extension type from BFPT
` [PATCH v16 05/15] mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
` [PATCH v16 06/15] mtd: spi-nor: core: use dummy cycle and address width info from SFDP
` [PATCH v16 07/15] mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR mode
` [PATCH v16 08/15] mtd: spi-nor: Introduce SNOR_F_IO_MODE_EN_VOLATILE
` [PATCH v16 09/15] mtd: spi-nor: Parse SFDP SCCR Map
` [PATCH v16 10/15] mtd: spi-nor: core: enable octal DTR mode when possible
` [PATCH v16 11/15] mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPT
` [PATCH v16 12/15] mtd: spi-nor: core: perform a Soft Reset on shutdown
` [PATCH v16 13/15] mtd: spi-nor: core: disable Octal DTR mode on suspend
` [PATCH v16 14/15] mtd: spi-nor: spansion: add support for Cypress Semper flash
` [PATCH v16 15/15] mtd: spi-nor: micron-st: allow using MT35XU512ABA in Octal DTR mode

[PATCH v4 0/4] spi: spi-mtk-nor: Add mt8192 support
 2020-10-05 15:24 UTC  (3+ messages)
` [PATCH v4 2/4] spi: spi-mtk-nor: use dma_alloc_coherent() for bounce buffer

[PATCH -next] mtd: sunxi-nand: add dma support for allwinner h3
 2020-10-05 14:56 UTC  (4+ messages)
  ` [PATCH v2] mtd: sunxi-nand: add dma support for allwinner h3 - corrected obvious style issues

[PATCH] mtd: spi-nor: Prefer asynchronous probe
 2020-10-05 14:53 UTC  (8+ messages)

[PATCH v10 0/8] Add Rockchip NFC drivers for RK3308 and others
 2020-10-05 14:41 UTC  (3+ messages)
` [PATCH v10 1/8] dt-bindings: mtd: Describe Rockchip RK3xxx NAND flash controller

[PATCH] mtd: spi-nor: Don't copy self-pointing struct around
 2020-10-05  8:48 UTC 

[PATCH] mtd: spi-nor: Fix 3-or-4 address byte mode logic
 2020-10-04 21:36 UTC  (7+ messages)

[PATCH v2] mtd: spi-nor: Fix address width on flash chips > 16MB
 2020-10-04 21:32 UTC 

[PATCH v3] mtd: hyperbus: add Renesas RPC-IF driver
 2020-10-03 20:23 UTC 

[Linux-kernel-mentees] [PATCH] fs: jffs2: super: Fix null pointer dereference in jffs2_parse_param()
 2020-10-03 20:33 UTC 

[PATCH 0/2] Platform integrity information in sysfs (version 9)
 2020-10-04  4:01 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] "

[PATCH v5 0/3] mtd: spi-nor: keep lock bits if they are non-volatile
 2020-10-03 15:32 UTC  (4+ messages)
` [PATCH v5 1/3] mtd: spi-nor: atmel: remove global protection flag
` [PATCH v5 2/3] mtd: spi-nor: sst: "
` [PATCH v5 3/3] mtd: spi-nor: keep lock bits if they are non-volatile

[PATCH v4 0/3] mtd: spi-nor: keep lock bits if they are non-volatile
 2020-10-03 14:17 UTC  (4+ messages)
` [PATCH v4 1/3] mtd: spi-nor: atmel: remove global protection flag
` [PATCH v4 2/3] mtd: spi-nor: sst: "
` [PATCH v4 3/3] mtd: spi-nor: keep lock bits if they are non-volatile

[PATCH v15 00/15] mtd: spi-nor: add xSPI Octal DTR support
 2020-10-03 11:40 UTC  (18+ messages)
` [PATCH v15 01/15] mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPP
` [PATCH v15 02/15] mtd: spi-nor: add spi_nor_controller_ops_{read_reg, write_reg, erase}()
` [PATCH v15 03/15] mtd: spi-nor: add support for DTR protocol
` [PATCH v15 04/15] mtd: spi-nor: sfdp: get command opcode extension type from BFPT
` [PATCH v15 05/15] mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
` [PATCH v15 06/15] mtd: spi-nor: core: use dummy cycle and address width info from SFDP
` [PATCH v15 07/15] mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR mode
` [PATCH v15 08/15] mtd: spi-nor: Introduce SNOR_F_IO_MODE_EN_VOLATILE
` [PATCH v15 09/15] mtd: spi-nor: Parse SFDP SCCR Map
` [PATCH v15 10/15] mtd: spi-nor: core: enable octal DTR mode when possible
` [PATCH v15 11/15] mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPT
` [PATCH v15 12/15] mtd: spi-nor: core: perform a Soft Reset on shutdown
` [PATCH v15 13/15] mtd: spi-nor: core: disable Octal DTR mode on suspend
` [PATCH v15 14/15] mtd: spi-nor: spansion: add support for Cypress Semper flash
` [PATCH v15 15/15] mtd: spi-nor: micron-st: allow using MT35XU512ABA in Octal DTR mode

[PATCH -next] mtd: vmu-flash: simplify the return expression of probe_maple_vmu
 2020-10-02  7:15 UTC  (2+ messages)

[PATCH] mtd: spear_smi: Enable compile testing
 2020-10-02  7:15 UTC  (2+ messages)

[PATCH v3] mtd: physmap: Add Baikal-T1 physically mapped ROM support
 2020-10-02  7:15 UTC  (2+ messages)

[PATCH] mtd/map: fix typoes for struct memcard
 2020-10-02  7:15 UTC  (2+ messages)

[PATCH] mtd: parsers: bcm63xx: Do not make it modular
 2020-10-02  7:15 UTC  (2+ messages)

[PATCH v9 0/8] Add Rockchip NFC drivers for RK3308 and others
 2020-10-02  6:27 UTC  (3+ messages)
` [PATCH v9 2/8] mtd: rawnand: rockchip: NFC drivers for RK3308, RK2928 "

[PATCH 0/4] mtd: spi-nor: Fix non-uniform erase map issues
 2020-10-02  5:18 UTC  (5+ messages)
` [PATCH 1/4] mtd: spi-nor: sfdp: Fix wrong erase type bitmask for overlaid region
` [PATCH 2/4] mtd: spi-nor: sfdp: Fix last erase region marking
` [PATCH 3/4] mtd: spi-nor: core: Fix erase type discovery for overlaid region
` [PATCH 4/4] mtd: spi-nor: core: Add erase size check for erase command initialization

imx27: Unsupported ECC algorithm
 2020-10-01 21:39 UTC  (7+ messages)

[PATCH v14 00/15] mtd: spi-nor: add xSPI Octal DTR support
 2020-10-01 19:43 UTC  (40+ messages)
` [PATCH v14 01/15] mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPP
` [PATCH v14 02/15] mtd: spi-nor: add spi_nor_controller_ops_{read_reg, write_reg, erase}()
  ` [PATCH v14 02/15] mtd: spi-nor: add spi_nor_controller_ops_{read_reg,write_reg,erase}()
` [PATCH v14 03/15] mtd: spi-nor: add support for DTR protocol
` [PATCH v14 04/15] mtd: spi-nor: sfdp: get command opcode extension type from BFPT
` [PATCH v14 05/15] mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
` [PATCH v14 06/15] mtd: spi-nor: core: use dummy cycle and address width info from SFDP
` [PATCH v14 07/15] mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR mode
` [PATCH v14 08/15] mtd: spi-nor: core: enable octal DTR mode when possible
` [PATCH v14 09/15] mtd: spi-nor: Introduce SNOR_F_IO_MODE_EN_VOLATILE
` [PATCH v14 10/15] mtd: spi-nor: Parse SFDP SCCR Map
` [PATCH v14 11/15] mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPT
` [PATCH v14 12/15] mtd: spi-nor: core: perform a Soft Reset on shutdown
` [PATCH v14 13/15] mtd: spi-nor: core: disable Octal DTR mode on suspend
` [PATCH v14 14/15] mtd: spi-nor: spansion: add support for Cypress Semper flash
` [PATCH v14 15/15] mtd: spi-nor: micron-st: allow using MT35XU512ABA in Octal DTR mode

[RFC PATCH 1/2] mtd: spi-nor: atmel: remove global SNOR_F_HAS_LOCK
 2020-10-01 15:25 UTC  (8+ messages)
` [RFC PATCH 2/2] mtd: spi-nor: sst: "

[PATCH v3] mtd: spi-nor: keep lock bits if they are non-volatile
 2020-10-01 12:26 UTC  (10+ messages)

[PATCH 0/6] Bringing generic ECC engine support to SPI-NAND
 2020-10-01 10:20 UTC  (7+ messages)
` [PATCH 1/6] mtd: nand: Add helpers to manage ECC engines and configurations
` [PATCH 2/6] dt-bindings: mtd: Deprecate nand-ecc-mode
` [PATCH 3/6] mtd: spinand: Use the external ECC engine logic
` [PATCH 4/6] mtd: spinand: Allow the case where there is no ECC engine
` [PATCH 5/6] mtd: spinand: Fix OOB read
` [PATCH 6/6] mtd: spinand: Remove outdated comment

[PATCH][next] mtd: rawnand: Replace one-element array with flexible-array member
 2020-10-01  9:21 UTC  (6+ messages)

[PATCH 0/5] Creation of a SPI-NAND ECC engine
 2020-10-01  8:36 UTC  (8+ messages)
` [PATCH 1/5] mtd: spinand: Fix typo in comment
` [PATCH 2/5] mtd: spinand: Move ECC related definitions earlier in the driver
` [PATCH 3/5] mtd: spinand: Instantiate a SPI-NAND on-die ECC engine
` [PATCH 4/5] mtd: nand: Let on-die ECC engines be retrieved from the NAND core
` [PATCH 5/5] mtd: spinand: Fill a default ECC provider/algorithm

[PATCH v15 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-10-01  8:06 UTC  (3+ messages)
` [PATCH v15 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "
` [PATCH v15 2/2] mtd: rawnand: Add NAND controller support on "

[PATCH v2 0/4] mtd: spi-nor: OTP support
 2020-10-01  5:35 UTC  (7+ messages)
` [PATCH v2 2/4] mtd: spi-nor: add "
` [PATCH v2 3/4] mtd: spi-nor: implement OTP support for Macronix and similar flashes
` [PATCH v2 4/4] mtd: spi-nor: implement OTP support for Winbond "

[RESEND PATCH 0/2] enable lock interface for macronix chips
 2020-09-30 16:22 UTC  (9+ messages)
` [RESEND PATCH 1/2] mtd: spi-nor: do not touch TB bit without SPI_NOR_HAS_TB
` [RESEND PATCH 2/2] mtd: spi-nor: enable lock interface for macronix chips

[PATCH 0/2] Platform integrity information in sysfs (version 9)
 2020-09-30 14:19 UTC  (2+ messages)

[PATCH 2/2] Platform integrity information in sysfs (version 9)
 2020-09-30 13:51 UTC 

[PATCH 1/2] Platform integrity information in sysfs (version 9)
 2020-09-30 13:51 UTC 

[PATCH v13 00/15] mtd: spi-nor: add xSPI Octal DTR support
 2020-09-30 12:32 UTC  (6+ messages)
` [PATCH v13 14/15] mtd: spi-nor: spansion: add support for Cypress Semper flash


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).