linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-06 16:12:15 to 2020-05-10 08:36:09 UTC [more...]

[PATCH v4 0/8] New Arasan NAND controller driver
 2020-05-10  8:35 UTC  (15+ messages)
` [PATCH v4 1/8] lib/bch: Rework a little bit the exported function names
` [PATCH v4 2/8] lib/bch: Allow easy bit swapping
` [PATCH v4 3/8] mtd: rawnand: Ensure the number of bitflips is consistent
` [PATCH v4 4/8] mtd: rawnand: Add nand_extract_bits()
` [PATCH v4 5/8] MAINTAINERS: Add Arasan NAND controller and bindings
` [PATCH v4 6/8] dt-bindings: mtd: Document ARASAN NAND bindings
` [PATCH v4 7/8] mtd: rawnand: arasan: Add new Arasan NAND controller
` [PATCH v4 8/8] mtd: rawnand: arasan: Support the hardware BCH ECC engine

[PATCH v2 00/19] mtd: rawnand: cafe: Convert to exec_op() (and more)
 2020-05-10  7:35 UTC  (13+ messages)
` [PATCH v2 06/19] mtd: rawnand: cafe: Demistify register fields

[PATCH v6 00/18] pstore: mtd: support crash log to block and mtd device
 2020-05-09 23:41 UTC  (19+ messages)
` [PATCH v6 01/18] pstore/ram: Move dump_oops to end of module_param list
` [PATCH v6 02/18] pstore/platform: Switch pstore_info::name to const
` [PATCH v6 03/18] pstore/platform: Move module params after declarations
` [PATCH v6 04/18] pstore/platform: Use backend name for console registration
` [PATCH v6 05/18] pstore/ram: Refactor ftrace buffer merging
` [PATCH v6 06/18] pstore/ftrace: Provide ftrace log merging routine
` [PATCH v6 07/18] printk: Introduce kmsg_dump_reason_str()
` [PATCH v6 08/18] pstore/zone: Introduce common layer to manage storage zones
` [PATCH v6 09/18] pstore/blk: Introduce backend for block devices
` [PATCH v6 10/18] pstore/zone,blk: Add support for pmsg frontend
` [PATCH v6 11/18] pstore/zone,blk: Add console frontend support
` [PATCH v6 12/18] pstore/zone,blk: Add ftrace "
` [PATCH v6 13/18] Documentation: Add details for pstore/blk
` [PATCH v6 14/18] pstore/zone: Provide way to skip "broken" zone for MTD devices
` [PATCH v6 15/18] pstore/blk: Provide way to query pstore configuration
` [PATCH v6 16/18] pstore/blk: Support non-block storage devices
` [PATCH v6 17/18] mtd: Support kmsg dumper based on pstore/blk
` [PATCH v6 18/18] pstore/blk: Introduce "best_effort" mode

[PATCH 00/17] Clean nandsim error path
 2020-05-09 22:29 UTC  (20+ messages)
` [PATCH 01/17] mtd: rawnand: nandsim: Consistent use of 'ns' instead of 'dev'
` [PATCH 02/17] mtd: rawnand: nandsim: Use octal permissions
` [PATCH 03/17] mtd: rawnand: nandsim: Use a consistent ns_ prefix for all functions
` [PATCH 04/17] mtd: rawnand: nandsim: Clean error handling
` [PATCH 05/17] mtd: rawnand: nandsim: Keep track of the created debugfs entries
` [PATCH 06/17] mtd: rawnand: nandsim: Remove debugfs entries at unload time
` [PATCH 07/17] mtd: rawnand: nandsim: Fix the two ns_alloc_device() error paths
` [PATCH 08/17] mtd: rawnand: nandsim: Free partition names on error in ns_init()
` [PATCH 09/17] mtd: rawnand: nandsim: Free the allocated device "
` [PATCH 10/17] mtd: rawnand: nandsim: Free the partition names in ns_free()
` [PATCH 11/17] mtd: rawnand: nandsim: Stop using nand_release()
` [PATCH 12/17] mtd: rawnand: nandsim: Use an additional label when freeing the nandsim object
` [PATCH 13/17] mtd: rawnand: nandsim: Free erase_block_wear on error
` [PATCH 14/17] mtd: rawnand: nandsim: Fix the label pointing on nand_cleanup()
` [PATCH 15/17] mtd: rawnand: nandsim: Manage lists on error in ns_init_module()
` [PATCH 16/17] mtd: rawnand: nandsim: Rename a label "
` [PATCH 17/17] mtd: rawnand: nandsim: Reorganize ns_cleanup_module()

[PATCH 13/17] mtd: rawnand: cafe: Add exec_op() support
 2020-05-09 20:10 UTC  (3+ messages)

[PATCH v4 00/12] pstore: mtd: support crash log to block and mtd device
 2020-05-09 19:10 UTC  (21+ messages)
` [PATCH v4 01/12] printk: Introduce kmsg_dump_reason_str()
` [PATCH v4 02/12] pstore/zone: Introduce common layer to manage storage zones
` [PATCH v4 03/12] pstore/blk: Introduce backend for block devices
` [PATCH v4 04/12] pstore/blk: Provide way to choose pstore frontend support
` [PATCH v4 05/12] pstore/blk: Add support for pmsg frontend
` [PATCH v4 06/12] pstore/blk: Add console frontend support
` [PATCH v4 07/12] pstore/blk: Add ftrace "
` [PATCH v4 08/12] Documentation: Add details for pstore/blk
` [PATCH v4 09/12] pstore/zone: Provide way to skip "broken" zone for MTD devices
` [PATCH v4 10/12] pstore/blk: Provide way to query pstore configuration
` [PATCH v4 11/12] pstore/blk: Support non-block storage devices
` [PATCH v4 12/12] mtd: Support kmsg dumper based on pstore/blk

[PATCH 0/5] mtd: rawnand: davinci: Convert to exec_op()
 2020-05-09 14:13 UTC  (3+ messages)

[PATCH v5 00/12] pstore: mtd: support crash log to block and mtd device
 2020-05-09 11:14 UTC  (13+ messages)
` [PATCH v5 01/12] printk: pstore: Introduce kmsg_dump_reason_str()
` [PATCH v5 02/12] pstore/zone: Introduce common layer to manage storage zones
` [PATCH v5 03/12] pstore/blk: Introduce backend for block devices
` [PATCH v5 04/12] pstore/blk: Provide way to choose pstore frontend support
` [PATCH v5 05/12] pstore/blk: Add support for pmsg frontend
` [PATCH v5 06/12] pstore/blk: Add console frontend support
` [PATCH v5 07/12] pstore/blk: Add ftrace "
` [PATCH v5 08/12] Documentation: Add details for pstore/blk
` [PATCH v5 09/12] pstore/zone: Provide way to skip "broken" zone for MTD devices
` [PATCH v5 10/12] pstore/blk: Provide way to query pstore configuration
` [PATCH v5 11/12] pstore/blk: Support non-block storage devices
` [PATCH v5 12/12] mtd: Support kmsg dumper based on pstore/blk

[RFC-PATCH] mtd: spi-nor: add conditional 4B opcodes
 2020-05-08 19:28 UTC  (5+ messages)

[PATCH 0/6] mtd: spi-nor: Move cadence-qaudspi to spi-mem framework
 2020-05-08 18:54 UTC  (7+ messages)
` [PATCH 1/6] mtd: spi-nor: cadence-quadspi: Drop cdns, is-decoded-cs property
` [PATCH 2/6] mtd: spi-nor: cadence-quadspi: Provide a way to disable DAC mode
` [PATCH 3/6] mtd: spi-nor: cadence-quadspi: Don't initialize rx_dma_complete on failure
` [PATCH 4/6] mtd: spi-nor: cadence-quadspi: Fix error path on failure to acquire reset lines
` [PATCH 5/6] mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework
` [PATCH 6/6] spi: Move cadence-quadspi driver to drivers/spi/

[PATCH v3 0/8] New Arasan NAND controller driver
 2020-05-08 17:20 UTC  (29+ messages)
` [PATCH v3 1/8] lib/bch: Rework a little bit the exported function names
` [PATCH v3 2/8] lib/bch: Allow easy bit swapping
` [PATCH v3 3/8] mtd: rawnand: Ensure the number of bitflips is consistent
` [PATCH v3 4/8] mtd: rawnand: Add nand_extract_bits()
` [PATCH v3 5/8] MAINTAINERS: Add Arasan NAND controller and bindings
` [PATCH v3 6/8] dt-bindings: mtd: Document ARASAN NAND bindings
` [PATCH v3 7/8] mtd: rawnand: arasan: Add new Arasan NAND controller
` [PATCH v3 8/8] mtd: rawnand: arasan: Support the hardware BCH ECC engine

[PATCH] mtd: rawnand: gpmi: Use nand_extract_bits()
 2020-05-08 17:18 UTC 

[PATCH v3 00/11] pstore: mtd: support crash log to block and mtd device
 2020-05-08 12:46 UTC  (5+ messages)
` [PATCH v3 02/11] pstore/blk: new support logger for block devices

[PATCH] mtd: Replace zero-length array with flexible-array
 2020-05-08 10:33 UTC  (2+ messages)

[PATCH 00/17] mtd: rawnand: cafe: Convert to exec_op() (and more)
 2020-05-08 10:32 UTC  (3+ messages)

[PATCH 0/4] mtd: rawnand: cs553x: Convert to exec_op()
 2020-05-08 10:22 UTC  (10+ messages)
` [PATCH 1/4] mtd: rawnand: cs553x: Declare controllers instead of NAND chips
` [PATCH 2/4] mtd: rawnand: cs553x: Stop using chip->legacy.IO_ADDR_{R, W}
  ` [PATCH 2/4] mtd: rawnand: cs553x: Stop using chip->legacy.IO_ADDR_{R,W}
` [PATCH 3/4] mtd: rawnand: cs553x: Implement exec_op()
` [PATCH 4/4] mtd: rawnand: cs553x: Get rid of the legacy interface implementation

[PATCH 0/3] mtd: rawnand: Get rid of the cmx270 driver
 2020-05-08 10:10 UTC  (2+ messages)

[PATCH] mtd: physmap: Add Baikal-T1 physically mapped ROMs support
 2020-05-08 10:08 UTC 

[PATCH 00/20] crypto: introduce crypto_shash_tfm_digest()
 2020-05-08  6:07 UTC  (2+ messages)

[PATCH v5 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-05-08  2:31 UTC  (11+ messages)
` [PATCH v5 1/2] dt-bindings: mtd: Add YAML for Nand Flash Controller support
` [PATCH v5 2/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

[PATCH] jffs2: Replace zero-length array with flexible-array
 2020-05-07 18:55 UTC 

[PATCH v2 0/3] Fix proposal for the Micron shallow erase issue
 2020-05-07 12:20 UTC  (21+ messages)
` [PATCH v2 3/3] mtd: rawnand: micron: Address the "
  ` [EXT] "

[PATCH v5 00/13] Supporting restricted NAND controllers
 2020-05-07 12:12 UTC  (16+ messages)
` [PATCH v5 01/13] mtd: rawnand: Translate obscure bitfields into readable macros
` [PATCH v5 02/13] mtd: rawnand: Reorder the nand_chip->options flags
` [PATCH v5 03/13] mtd: rawnand: Rename a NAND chip option
` [PATCH v5 04/13] mtd: rawnand: Fix comments about the use of bufpoi
` [PATCH v5 05/13] mtd: rawnand: Rename the use_bufpoi variables
` [PATCH v5 06/13] mtd: rawnand: Avoid indirect access to ->data_buf()
` [PATCH v5 07/13] mtd: rawnand: Add a helper to check supported operations
` [PATCH v5 08/13] mtd: rawnand: Give the possibility to verify a read operation is supported
` [PATCH v5 09/13] mtd: rawnand: onfi: Adapt the parameter page read to constraint controllers
` [PATCH v5 10/13] mtd: rawnand: jedec: "
` [PATCH v5 11/13] mtd: rawnand: Expose monolithic read/write_page_raw() helpers
` [PATCH v5 12/13] mtd: rawnand: Allow controllers to overload soft ECC hooks
` [PATCH v5 13/13] mtd: rawnand: micron: Allow controllers to overload raw accessors

[PATCH] mtd: lpddr: fix excessive stack usage with clang
 2020-05-07 10:21 UTC  (3+ messages)

[PATCH v4] mtd: clear cache_state to avoid writing to bad blocks repeatedly
 2020-05-07  7:53 UTC  (2+ messages)
` ping; "


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