linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-06 06:04:04 to 2019-09-19 19:49:48 UTC [more...]

[PATCH v3 00/40] Introduce the generic ECC engine abstraction
 2019-09-19 19:31 UTC  (24+ messages)
` [PATCH v3 01/40] mtd: rawnand: Avoid a typedef
` [PATCH v3 02/40] mtd: rawnand: Add an invalid ECC mode to discriminate with valid ones
` [PATCH v3 03/40] mtd: rawnand: Create a new enumeration to describe OOB placement
` [PATCH v3 04/40] mtd: rawnand: Separate the ECC engine type and the "
` [PATCH v3 05/40] mtd: rawnand: Create a new enumeration to describe properly ECC types
` [PATCH v3 06/40] mtd: rawnand: Use the new ECC engine type enumeration
` [PATCH v3 07/40] mtd: rawnand: Drop the legacy ECC "
` [PATCH v3 08/40] mtd: nand: Move nand_device forward declaration to the top
` [PATCH v3 09/40] mtd: nand: Add an extra level in the Kconfig hierarchy
` [PATCH v3 10/40] mtd: nand: Drop useless 'depends on' in Kconfig
` [PATCH v3 11/40] mtd: nand: Add a NAND page I/O request type
` [PATCH v3 12/40] mtd: nand: Rename a core structure
` [PATCH v3 13/40] mtd: nand: Add more parameters to the nand_ecc_props structure
` [PATCH v3 14/40] mtd: nand: Introduce the ECC engine abstraction
` [PATCH v3 15/40] mtd: nand: Convert the generic NAND layer to the generic ECC framework
` [PATCH v3 16/40] mtd: Fix typo in mtd_ooblayout_set_databytes() description
` [PATCH v3 17/40] mtd: nand: Move standard OOB layouts to the generic ECC core
` [PATCH v3 18/40] mtd: nand: Move ECC specific functions to the "
` [PATCH v3 19/40] mtd: nand: ecc: Turn the software BCH implementation generic
` [PATCH v3 20/40] mtd: rawnand: Get rid of chip->ecc.priv
` [PATCH v3 21/40] mtd: nand: ecc: Move Hamming code to the generic NAND layer
` [PATCH v3 22/40] mtd: nand: ecc: Clarify the software Hamming introductory line
` [PATCH v3 23/40] mtd: nand: ecc: Turn the software Hamming implementation generic

[PATCH] mtd: Initialize all parameters of mtd_oob_ops
 2019-09-19 19:06 UTC 

[PATCH 00/23] mtd: spi-nor: Quad Enable and (un)lock methods
 2019-09-19 17:34 UTC  (29+ messages)
` [PATCH 01/23] mtd: spi-nor: hisi-sfc: Drop nor->erase NULL assignment
` [PATCH 02/23] mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'
` [PATCH 03/23] mtd: spi-nor: cadence-quadspi: Fix cqspi_command_read() definition
` [PATCH 04/23] mtd: spi-nor: Rename nor->params to nor->flash
` [PATCH 05/23] mtd: spi-nor: Rework read_sr()
` [PATCH 06/23] mtd: spi-nor: Rework read_fsr()
` [PATCH 07/23] mtd: spi-nor: Rework read_cr()
` [PATCH 08/23] mtd: spi-nor: Rework write_enable/disable()
` [PATCH 09/23] mtd: spi-nor: Fix retlen handling in sst_write()
` [PATCH 10/23] mtd: spi-nor: Rework write_sr()
` [PATCH 11/23] mtd: spi-nor: Rework spi_nor_read/write_sr2()
` [PATCH 12/23] mtd: spi-nor: Report error in spi_nor_xread_sr()
` [PATCH 13/23] mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr()
` [PATCH 14/23] mtd: spi-nor: Drop duplicated new line
` [PATCH 15/23] mtd: spi-nor: Drop spansion_quad_enable()
` [PATCH 16/23] mtd: spi-nor: Fix errno on quad_enable methods
` [PATCH 17/23] mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()
` [PATCH 18/23] mtd: spi-nor: Rework macronix_quad_enable()
` [PATCH 19/23] mtd: spi-nor: Rework spansion(_no)_read_cr_quad_enable()
` [PATCH 20/23] mtd: spi-nor: Update sr2_bit7_quad_enable()
` [PATCH 21/23] mtd: spi-nor: Rework the disabling of block write protection
` [PATCH 22/23] mtd: spi-nor: Add Global Block Unlock support
` [PATCH 23/23] mtd: spi-nor: Unlock global block protection on sst26vf064b

[PATCH] mtd: st_spi_fsm: remove unused variable
 2019-09-19 15:08 UTC  (2+ messages)

[PATCH] - change calculating of position page containing BBM
 2019-09-19 13:33 UTC  (5+ messages)

cannot ubiupdatevol squashfs image
 2019-09-19 13:08 UTC  (8+ messages)

[PATCH] mtd: st_spi_fsm: Use devm_platform_ioremap_resource() in stfsm_probe()
 2019-09-19 12:16 UTC  (7+ messages)
      `  "
  ` [PATCH v2] "

[Bug] mtd: rawnand: gpmi
 2019-09-19 12:15 UTC  (18+ messages)

[PATCH] driver/mtd/spi-nor: Regression lock/unlock fail
 2019-09-19  5:05 UTC  (2+ messages)

[PATCH] UBI: fix warning static is not at beginning of declaration
 2019-09-19  1:38 UTC 

[PATCH v9 0/2] mtd: spi-nor: add support for is25wp256 spi-nor flash
 2019-09-18 16:01 UTC  (3+ messages)
` [PATCH v9 1/2] mtd: spi-nor: add support for is25wp256
` [PATCH v9 2/2] mtd: spi-nor: fix nor->addr_width "

[PATCH for 5.2.y] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
 2019-09-18 13:59 UTC  (5+ messages)

[PATCH v8 1/9] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
 2019-09-18 13:40 UTC  (6+ messages)

[v7 0/2] mtd: rawnand: Add Cadence NAND controller driver
 2019-09-18 12:31 UTC  (3+ messages)
` [v7 1/2] mtd: rawnand: Add new Cadence NAND driver to MTD subsystem
` [v7 2/2] dt-bindings: mtd: Add Cadence NAND controller driver

[PATCH RFC 1/3] mtd: rawnand: Add support manufacturer postponed initialization
 2019-09-18  7:56 UTC  (3+ messages)
` [PATCH RFC 2/3] mtd: rawnand: Add support Macronix Block Protection function
` [PATCH RFC 3/3] mtd: rawnand: Add support Macronix power down mode

[PATCH 0/2] Untangle Spansion S25F{L|S}512S chip IDs
 2019-09-18  5:45 UTC  (8+ messages)
` [PATCH] mtd: chips: gen_probe: kill useless initializer in mtd_do_chip_probe()
` [PATCH] mtd: cfi_util: use DIV_ROUND_UP() in cfi_udelay()

[PATCH for 4.4.y] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
 2019-09-17 17:54 UTC 

[PATCH for 4.9.y] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
 2019-09-17 17:54 UTC 

[PATCH for 4.14.y] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
 2019-09-17 17:54 UTC 

[PATCH for 4.19.y] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
 2019-09-17 17:52 UTC 

[PATCH] mtd: Remove myself from MAINTAINERS
 2019-09-17 16:48 UTC  (2+ messages)

[PATCH] ubi: Print skip_check in ubi_dump_vol_info()
 2019-09-17  6:31 UTC 

[PATCH v8 0/9] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project
 2019-09-17  4:20 UTC  (2+ messages)

linux-next: manual merge of the vfs tree with the ubifs tree
 2019-09-16 16:37 UTC  (2+ messages)

[v6 0/2] mtd: rawnand: Add Cadence NAND controller driver
 2019-09-16 16:14 UTC  (4+ messages)
` [v6 1/2] mtd: rawnand: Add new Cadence NAND driver to MTD subsystem
` [v6 2/2] dt-bindings: mtd: Add Cadence NAND controller driver

[PATCH 0/8] Introduce generic ONFI support
 2019-09-16 10:41 UTC  (6+ messages)
` [PATCH 6/8] mtd: spinand: micron: Turn driver implementation generic
    ` [EXT] "

[PATCH v2 1/2] mtd: spi-nor: intel-spi: support chips without software sequencer
 2019-09-16  9:42 UTC  (7+ messages)

[GIT PULL] mtd: CFI changes for v5.4-rc1
 2019-09-16  5:58 UTC  (2+ messages)

[GIT PULL] mtd: spi-nor: Changes for 5.4
 2019-09-16  5:58 UTC  (2+ messages)

[GIT PULL] mtd: nand: Changes for 5.4
 2019-09-16  5:57 UTC  (2+ messages)

[PATCH] ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gaps
 2019-09-16  1:20 UTC  (7+ messages)
  ` 答复: "

[PATCH v1] ubifs: support page statistics in vmstat
 2019-09-15 22:05 UTC  (3+ messages)

[PATCH] ubifs: super: Use struct_size() helper
 2019-09-15 21:58 UTC  (2+ messages)

[PATCH] mtd: fix oops when writing to phram device on arm64
 2019-09-15 21:48 UTC  (2+ messages)

[v5 0/2] mtd: nand: Add Cadence NAND controller driver
 2019-09-13 14:41 UTC  (10+ messages)
` [v5 2/2] dt-bindings: mtd: "
` [v5 1/2] mtd: nand: Add new Cadence NAND driver to MTD subsystem

[PATCH] mtd: rawnand: fix spelling mistake "gravepagess" -> "gravepages"
 2019-09-13 12:33 UTC  (2+ messages)

[BACKPORT 4.14.y 00/18] Backport candidate from TI 4.14 product kernel
 2019-09-11 14:01 UTC  (7+ messages)
` [BACKPORT 4.14.y 03/18] drm/omap: panel-dsi-cm: fix driver
` [BACKPORT 4.14.y 04/18] usb: dwc3: Allow disabling of metastability workaround

[PATCH 00/13] mtd: spi-nor: Clean Flash Register operations
 2019-09-11  9:41 UTC  (14+ messages)
` [PATCH 01/13] mtd: spi-nor: hisi-sfc: Drop nor->erase NULL asignment
` [PATCH 02/13] mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'
` [PATCH 03/13] mtd: spi-nor: cadence-quadspi: Fix cqspi_command_read() definition
` [PATCH 04/13] mtd: spi-nor: Rename nor->params to nor->flash
` [PATCH 05/13] mtd: spi-nor: Rework read_sr()
` [PATCH 06/13] mtd: spi-nor: Rework read_fsr()
` [PATCH 07/13] mtd: spi-nor: Rework read_cr()
` [PATCH 08/13] mtd: spi-nor: Rework write_enable/disable()
` [PATCH 09/13] mtd: spi-nor: Rework write_sr()
` [PATCH 10/13] mtd: spi-nor: Rework spi_nor_read/write_sr2()
` [PATCH 11/13] mtd: spi-nor: Report error in spi_nor_xread_sr()
` [PATCH 12/13] mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr()
` [PATCH 13/13] mtd: spi-nor: Drop duplicated new line

mtd raw nand denali.c broken for Intel/Altera Cyclone V
 2019-09-11  7:27 UTC  (6+ messages)

[PATCH] Fix reading support of the 1-4-4-DTR read-mode from the wrong bit of the SFDP table which is part of the linux-imx fork located in the following repo: https://source.codeaurora.org/external/imx/linux-imx/?h=imx_4.14.98_2.1.0
 2019-09-11  6:54 UTC 

[PATCH 2/2] mtd: phram,slram: Disable when the kernel is locked down
 2019-09-10 23:43 UTC  (5+ messages)
  ` [PATCH 2/2] mtd: phram, slram: "

[PATCH] ubiupdatevol: Prevent null pointer dereference
 2019-09-10  8:19 UTC  (2+ messages)

[PATCH v3 0/3] mtd: cadence-qspi:add support for Intel lgm-qspi
 2019-09-09 10:47 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: "
` [PATCH v3 2/3] mtd: spi-nor: cadence-quadspi: Disable the DAC for Intel LGM SoC
` [PATCH v3 3/3] mtd: spi-nor: cadence-quadspi: disable the auto-poll for Intel LGM

[PATCH v2 0/3] dt-bindings: mtd: cadence-qspi:add support for Intel lgm-qspi
 2019-09-09  7:32 UTC  (4+ messages)
` [PATCH v2 2/3] mtd: spi-nor: cadence-quadspi: disable DMA and DAC for Intel LGM

[PATCH 1/2] mtd: nand: brcmnand: Add support for flash-dma v0
 2019-09-06 19:47 UTC  (2+ messages)
` [PATCH 2/2] mtd: rawnand: use bounce buffer when vmalloced data buf detected

[PATCH] docs: mtd: Update spi nor reference driver
 2019-09-06 15:10 UTC  (5+ messages)

A big issue of NAND fragmentation
 2019-09-06 11:18 UTC  (5+ messages)


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