public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2021-11-26 16:35:48 to 2021-12-09 09:43:11 UTC [more...]

[PATCH] dt-bindings: mtd: ti,gpmc-nand: Add missing 'rb-gpios'
 2021-12-09  9:42 UTC  (4+ messages)

[PATCH v2 0/6] mtd: nand: omap2: Switch to exec_ops, support AM64 SoC
 2021-12-09  9:04 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: mtd: ti, gpmc-nand: Add compatible for AM64 NAND
` [PATCH v2 2/6] mtd: rawnand: omap2: Allow build on K3 platforms
` [PATCH v2 3/6] mtd: rawnand: omap2: move to exec_op interface
` [PATCH v2 4/6] mtd: rawnand: omap2: Add compatible for AM64 SoC
` [PATCH v2 5/6] mtd: rawnand: omap2: fix force_8bit flag behaviour for DMA mode
` [PATCH v2 6/6] mtd: rawnand: omap2: drop unused variable

[PATCH 0/4] mtd: nand: omap2: Switch to exec_ops, support AM64 SoC
 2021-12-08 16:35 UTC  (11+ messages)
` [PATCH 1/4] dt-bindings: mtd: ti, gpmc-nand: Add compatible for AM64 NAND
  ` [PATCH 1/4] dt-bindings: mtd: ti,gpmc-nand: "
` [PATCH 4/4] mtd: nand: omap2: Add support for NAND Controller on AM64 SoC

[PATCH v6 00/14] mtd: spi-nor: Clean params init
 2021-12-07 15:07 UTC  (16+ messages)
` [PATCH v6 01/14] mtd: spi-nor: Fix mtd size for s3an flashes
` [PATCH v6 02/14] mtd: spi-nor: core: Don't use mtd_info in the NOR's probe sequence of calls
` [PATCH v6 03/14] mtd: spi-nor: Introduce spi_nor_set_mtd_info()
` [PATCH v6 04/14] mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only when SFDP is defined
` [PATCH v6 05/14] mtd: spi-nor: core: Introduce flash_info mfr_flags
` [PATCH v6 06/14] mtd: spi-nor: Rework the flash_info flags
` [PATCH v6 07/14] mtd: spi-nor: Introduce spi_nor_init_flags()
` [PATCH v6 08/14] mtd: spi-nor: Introduce spi_nor_init_fixup_flags()
` [PATCH v6 09/14] mtd: spi-nor: core: Init all flash parameters based on SFDP where possible
` [PATCH v6 10/14] mtd: spi-nor: core: Move spi_nor_set_addr_width() in spi_nor_setup()
` [PATCH v6 11/14] mtd: spi-nor: winbond: w25q256jvm: Init flash based on SFDP
` [PATCH v6 12/14] mtd: spi-nor: spansion: s25fl256s0: Skip SFDP parsing
` [PATCH v6 13/14] mtd: spi-nor: gigadevice: gd25q256: Init flash based on SFDP
` [PATCH v6 14/14] mtd: spi-nor: issi: is25lp256: "

[PATCH v3 0/3] Stacked/parallel memories bindings
 2021-12-07 14:31 UTC  (16+ messages)
` [PATCH v3 1/3] dt-bindings: mtd: spi-nor: Allow two CS per device
` [PATCH v3 2/3] spi: dt-bindings: Describe stacked/parallel memories modes
` [PATCH v3 3/3] spi: dt-bindings: Add an example with two stacked flashes

[PATCH v3 00/22] External ECC engines & Macronix support
 2021-12-07 10:53 UTC  (25+ messages)
` [PATCH v3 01/22] dt-bindings: mtd: nand-controller: Fix the reg property description
` [PATCH v3 02/22] dt-bindings: mtd: nand-controller: Fix a comment in the examples
` [PATCH v3 03/22] dt-bindings: mtd: nand-controller: Harmonize the property types
` [PATCH v3 04/22] dt-bindings: mtd: nand-chip: Create a NAND chip description
` [PATCH v3 05/22] dt-bindings: mtd: spi-nand: Convert spi-nand description file to yaml
` [PATCH v3 06/22] dt-bindings: vendor-prefixes: Clarify Macronix prefix
` [PATCH v3 07/22] dt-bindings: spi: mxic: The interrupt property is not mandatory
` [PATCH v3 08/22] dt-bindings: spi: mxic: Convert to yaml
` [PATCH v3 09/22] dt-bindings: spi: mxic: Document the nand-ecc-engine property
` [PATCH v3 10/22] dt-bindings: mtd: Describe Macronix NAND ECC engine
` [PATCH v3 11/22] mtd: spinand: macronix: Use random program load
` [PATCH v3 12/22] mtd: nand: ecc: Add infrastructure to support hardware engines
` [PATCH v3 13/22] mtd: nand: Add a new helper to retrieve the ECC context
` [PATCH v3 14/22] mtd: nand: mxic-ecc: Add Macronix external ECC engine support
` [PATCH v3 15/22] mtd: nand: mxic-ecc: Support SPI pipelined mode
` [PATCH v3 16/22] mtd: spinand: Delay a little bit dirmap creation
` [PATCH v3 17/22] mtd: spinand: Create direct mapping descriptors for ECC operations
` [PATCH v3 18/22] spi: mxic: Fix the transmit path
` [PATCH v3 19/22] spi: mxic: Create a helper to configure the controller before an operation
` [PATCH v3 20/22] spi: mxic: Create a helper to ease the start of "
` [PATCH v3 21/22] spi: mxic: Add support for direct mapping
` [PATCH v3 22/22] spi: mxic: Add support for pipelined ECC operations

ubiattach fails after ubiformat
 2021-12-06 22:13 UTC 

[PATCH 0/2] mtd: spi-nor: Erase fixes
 2021-12-06 18:17 UTC  (3+ messages)
` [PATCH 2/2] mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is set

[PATCH v5 00/14] mtd: spi-nor: Clean params init
 2021-12-06 18:12 UTC  (24+ messages)
` [PATCH v5 01/14] mtd: spi-nor: Fix mtd size for s3an flashes
` [PATCH v5 02/14] mtd: spi-nor: core: Don't use mtd_info in the NOR's probe sequence of calls
` [PATCH v5 03/14] mtd: spi-nor: Introduce spi_nor_set_mtd_info()
` [PATCH v5 04/14] mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only when SFDP is defined
` [PATCH v5 05/14] mtd: spi-nor: core: Introduce flash_info mfr_flags
` [PATCH v5 06/14] mtd: spi-nor: Rework the flash_info flags
` [PATCH v5 07/14] mtd: spi-nor: Introduce spi_nor_init_flags()
` [PATCH v5 08/14] mtd: spi-nor: Introduce spi_nor_init_fixup_flags()
` [PATCH v5 09/14] mtd: spi-nor: core: Init all flash parameters based on SFDP where possible
` [PATCH v5 10/14] mtd: spi-nor: core: Move spi_nor_set_addr_width() in spi_nor_setup()
` [PATCH v5 11/14] mtd: spi-nor: winbond: w25q256jvm: Init flash based on SFDP
` [PATCH v5 12/14] mtd: spi-nor: spansion: s25fl256s0: Skip SFDP parsing
` [PATCH v5 13/14] mtd: spi-nor: gigadevice: gd25q256: Init flash based on SFDP
` [PATCH v5 14/14] mtd: spi-nor: issi: is25lp256: "

[PATCH] mtd_blkdevs: don't scan partitions for plain mtdblock
 2021-12-06 16:47 UTC  (2+ messages)

[PATCH] mtd: nand: fix boolreturn.cocci warning
 2021-12-06 12:15 UTC 

[PATCH 0/4] enabling Advanced protection and security features
 2021-12-06 11:13 UTC  (10+ messages)
` [PATCH 1/4] mtd: spi-nor: micron-st: add advanced "
` [PATCH 2/4] mtd: spi-nor: add advanced protection and security features support
` [PATCH 3/4] mtd: add advanced protection and security ioctls
` [PATCH 4/4] mtd: spi-nor: micron-st: add mt25qu128abb and mt25ql128abb

[PATCH v2 0/3] Renesas RZ/N1 NAND controller support
 2021-12-06  9:10 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: mtd: rzn1: Describe Renesas RZ/N1 NAND controller
` [PATCH v2 2/3] mtd: rawnand: rzn1: Add new NAND controller driver

[PATCH] fectest.c: fix buffer overrun
 2021-12-06  0:50 UTC  (2+ messages)

[PATCH] mtd-tests: use pages during readtest and stress
 2021-12-06  0:49 UTC  (2+ messages)

[PATCH] mtd: onenand: remove redundant variable ooblen
 2021-12-05 23:07 UTC 

[next] WARNING: CPU: 2 PID: 66 at kernel/locking/rwsem.c:1298 __up_read
 2021-12-03 13:41 UTC  (4+ messages)

[PATCH v5 0/4] mtd: core: protect access to mtd devices while in suspend
 2021-12-03 13:39 UTC  (13+ messages)
` [PATCH v5 3/4] mtd: core: protect access to MTD "

[PATCH] mtd: Introduce an expert mode for forensics and debugging purposes
 2021-12-03 13:37 UTC  (2+ messages)

[PATCH] mtd: gen_probe: Use bitmap_zalloc() when applicable
 2021-12-03 13:37 UTC  (2+ messages)

[PATCH v2] mtdchar: prevent unbounded allocation in MEMWRITE ioctl
 2021-12-03 13:37 UTC  (2+ messages)

[PATCH] mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip()
 2021-12-03 13:35 UTC  (2+ messages)

[PATCH V2] mtd: dataflash: Add device-tree SPI IDs
 2021-12-03 13:36 UTC  (2+ messages)

[PATCH v4 00/13] mtd: spi-nor: Clean params init
 2021-12-03 12:03 UTC  (13+ messages)
` [PATCH v4 01/13] mtd: spi-nor: core: Don't use mtd_info in the NOR's probe sequence of calls
` [PATCH v4 02/13] mtd: spi-nor: Introduce spi_nor_set_mtd_info()
` [PATCH v4 03/13] mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only when SFDP is defined
` [PATCH v4 04/13] mtd: spi-nor: core: Introduce flash_info mfr_flags
` [PATCH v4 05/13] mtd: spi-nor: Rework the flash_info flags

[PATCH/RFC -nxt] mtd_blkdevs: Set GENHD_FL_NO_PART
 2021-12-03  8:25 UTC  (5+ messages)

[PATCH v2 0/5] Stacked/parallel memories bindings
 2021-12-02 15:51 UTC  (16+ messages)
` [PATCH v2 1/5] spi: dt-bindings: Allow describing flashes with two CS
` [PATCH v2 2/5] dt-bindings: mtd: spi-nor: Allow external properties
` [PATCH v2 3/5] dt-bindings: mtd: spi-nor: Allow two CS per device
` [PATCH v2 4/5] spi: dt-bindings: Describe stacked/parallel memories modes
` [PATCH v2 5/5] spi: dt-bindings: Add an example with two stacked flashes

[PATCH v2 1/2] mtd: spi-nor: micron-st: make mt25ql02g/mt25qu02g match more specific, add 4B opcodes
 2021-12-02  9:20 UTC  (2+ messages)

[PATCH V2] mtd: spi-nor: winbond: Add support for winbond chip
 2021-12-02  6:38 UTC 

[PATCH v2 00/20] External ECC engines & Macronix support
 2021-12-01 23:20 UTC  (8+ messages)
` [PATCH v2 03/20] dt-bindings: mtd: nand-chip: Create a NAND chip description

[PATCH v3 0/3] Add bindings for peripheral-specific SPI controller properties
 2021-12-01 18:32 UTC  (5+ messages)

[PATCH 2/3] MIPS: TXX9: Remove rbtx4939 board support
 2021-12-01 13:06 UTC  (4+ messages)
` [PATCH 3/3] MIPS: TXX9: Remove TX4939 SoC support

[PATCH] mtd: rawnand: arasan: Fix clock rate in NV-DDR
 2021-12-01  8:16 UTC  (7+ messages)

Reg: New MFD Driver for my PCIe Device
 2021-12-01  7:11 UTC  (11+ messages)

[PATCH V1] mtd: spi-nor: winbond: Add support for winbond chip
 2021-12-01  4:45 UTC  (3+ messages)

[PATCH] mtd: dataflash: Add device-tree SPI IDs
 2021-11-30 11:26 UTC  (4+ messages)

[PATCH] mtd: spi-nor: mt25qu: Ignore 6th ID byte
 2021-11-30  9:49 UTC  (8+ messages)

[RFC,v4,0/5] Add Mediatek SPI Nand controller and convert ECC driver
 2021-11-30  8:32 UTC  (6+ messages)
` [RFC,v4,1/5] mtd: nand: ecc: Move mediatek "
` [RFC,v4,2/5] mtd: nand: ecc: mtk: Convert to the ECC infrastructure
` [RFC,v4,3/5] spi: mtk: Add mediatek SPI Nand Flash interface driver
` [RFC, v4, 4/5] mtd: spinand: Move set/get OOB databytes to each ECC engines
` [RFC,v4,5/5] arm64: dts: mtk: Add snfi node

remove ->rq_disk v2
 2021-11-27 16:49 UTC  (4+ messages)

[PATCH] Allow rfddump and rfdformat to work on a test mtdram
 2021-11-27 15:35 UTC 

[PATCH v2 20/20] spi: mxic: Add support for pipelined ECC operations
 2021-11-27  7:49 UTC  (3+ messages)


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