linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-22 11:22:29 to 2020-05-25 09:30:53 UTC [more...]

[PATCH v9 00/19] mtd: spi-nor: add xSPI Octal DTR support
 2020-05-25  9:15 UTC  (20+ messages)
` [PATCH v9 01/19] spi: spi-mem: allow specifying whether an op is DTR or not
` [PATCH v9 02/19] spi: spi-mem: allow specifying a command's extension
` [PATCH v9 03/19] spi: atmel-quadspi: reject DTR ops
` [PATCH v9 04/19] spi: spi-mtk-nor: "
` [PATCH v9 05/19] mtd: spi-nor: add support for DTR protocol
` [PATCH v9 06/19] mtd: spi-nor: sfdp: default to addr_width of 3 for configurable widths
` [PATCH v9 07/19] mtd: spi-nor: sfdp: prepare BFPT parsing for JESD216 rev D
` [PATCH v9 08/19] mtd: spi-nor: sfdp: get command opcode extension type from BFPT
` [PATCH v9 09/19] mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
` [PATCH v9 10/19] mtd: spi-nor: core: use dummy cycle and address width info from SFDP
` [PATCH v9 11/19] mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR mode
` [PATCH v9 12/19] mtd: spi-nor: core: enable octal DTR mode when possible
` [PATCH v9 13/19] mtd: spi-nor: sfdp: do not make invalid quad enable fatal
` [PATCH v9 14/19] mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPT
` [PATCH v9 15/19] mtd: spi-nor: core: perform a Soft Reset on shutdown
` [PATCH v9 16/19] mtd: spi-nor: core: disable Octal DTR mode on suspend
` [PATCH v9 17/19] mtd: spi-nor: core: expose spi_nor_default_setup() in core.h
` [PATCH v9 18/19] mtd: spi-nor: spansion: add support for Cypress Semper flash
` [PATCH v9 19/19] mtd: spi-nor: micron-st: allow using MT35XU512ABA in Octal DTR mode

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

[PATCH v2 00/17] Clean nandsim error path
 2020-05-25  8:55 UTC  (4+ messages)
` [PATCH v2 01/62] mtd: rawnand: ams-delta: Stop using nand_release()
` [PATCH v2 01/17] mtd: rawnand: nandsim: Consistent use of 'ns' instead of 'dev'

[PATCH 00/17] Clean nandsim error path
 2020-05-25  8:35 UTC  (17+ messages)
` [PATCH 06/17] mtd: rawnand: nandsim: Remove debugfs entries at unload time
` [PATCH 15/17] mtd: rawnand: nandsim: Manage lists on error in ns_init_module()
` [PATCH 17/17] mtd: rawnand: nandsim: Reorganize ns_cleanup_module()

[PATCH v2 0/2] enable spi flash and update is25wp256d page write capabilities
 2020-05-25  5:45 UTC  (2+ messages)

[PATCH v2 0/5] mtd: rawnand: brcmnand: support v2.1-v2.2 controllers
 2020-05-24 22:06 UTC  (23+ messages)
` [PATCH v3 "
  ` [PATCH v3 5/5] nand: "
  ` [PATCH v4 0/5] mtd: rawnand: "
    ` [PATCH v4 1/5] mtd: rawnand: brcmnand: rename v4 registers
    ` [PATCH v4 2/5] mtd: rawnand: brcmnand: fix CS0 layout
    ` [PATCH v4 3/5] mtd: rawnand: brcmnand: rename page sizes
    ` [PATCH v4 4/5] dt: bindings: brcmnand: add v2.1 and v2.2 support
    ` [PATCH v4 5/5] mtd: rawnand: brcmnand: support v2.1-v2.2 controllers

[PATCH v8 00/19] mtd: spi-nor: add xSPI Octal DTR support
 2020-05-24 20:17 UTC  (21+ messages)
` [PATCH v8 01/19] spi: spi-mem: allow specifying whether an op is DTR or not
` [PATCH v8 02/19] spi: spi-mem: allow specifying a command's extension
` [PATCH v8 03/19] spi: atmel-quadspi: reject DTR ops
` [PATCH v8 04/19] spi: spi-mtk-nor: "
` [PATCH v8 05/19] mtd: spi-nor: add support for DTR protocol
` [PATCH v8 06/19] mtd: spi-nor: sfdp: default to addr_width of 3 for configurable widths
` [PATCH v8 07/19] mtd: spi-nor: sfdp: prepare BFPT parsing for JESD216 rev D
` [PATCH v8 08/19] mtd: spi-nor: sfdp: get command opcode extension type from BFPT
` [PATCH v8 09/19] mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
` [PATCH v8 10/19] mtd: spi-nor: core: use dummy cycle and address width info from SFDP
` [PATCH v8 11/19] mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR mode
` [PATCH v8 12/19] mtd: spi-nor: core: enable octal DTR mode when possible
` [PATCH v8 13/19] mtd: spi-nor: sfdp: do not make invalid quad enable fatal
` [PATCH v8 14/19] mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPT
` [PATCH v8 15/19] mtd: spi-nor: core: perform a Soft Reset on shutdown
` [PATCH v8 16/19] mtd: spi-nor: core: disable Octal DTR mode on suspend
` [PATCH v8 17/19] mtd: spi-nor: core: expose spi_nor_default_setup() in core.h
` [PATCH v8 18/19] mtd: spi-nor: spansion: add support for Cypress Semper flash
` [PATCH v8 19/19] mtd: spi-nor: micron-st: allow using MT35XU512ABA in Octal DTR mode

[PATCH v5 1/2] mtd: rawnand: stm32_fmc2: cosmetic change to use nfc instead of fmc2 where relevant
 2020-05-24 19:17 UTC  (2+ messages)

[PATCH v5 2/2] mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macros
 2020-05-24 19:17 UTC  (2+ messages)

[PATCH v2 01/19] mtd: rawnand: Propage CS selection to sub operations
 2020-05-24 19:17 UTC  (2+ messages)

[PATCH v2 1/2] MAINTAINERS: Remove Piotr Sroka and mark Cadence NFC as orphaned
 2020-05-24 19:17 UTC  (2+ messages)

[PATCH v2 2/2] MAINTAINERS: Remove Xiaolei Li and mark MTK NFC as orphaned
 2020-05-24 19:17 UTC  (2+ messages)

[PATCH v4 1/2] mtd: rawnand: brcmnand: fix hamming oob layout
 2020-05-24 19:17 UTC  (2+ messages)

[PATCH v4 2/2] mtd: rawnand: brcmnand: improve hamming oob layout
 2020-05-24 19:17 UTC  (2+ messages)

[PATCH v4] mtd: rawnand: brcmnand: correctly verify erased pages
 2020-05-24 19:16 UTC  (2+ messages)

[PATCH v2 1/4] mtd: rawnand: davinci: Inherit from nand_controller
 2020-05-24 19:10 UTC  (2+ messages)

[PATCH v2 2/4] mtd: rawnand: davinci: Stop using nand_chip.legacy.IO_ADDR_{R, W}
 2020-05-24 19:10 UTC  (2+ messages)

[PATCH v2 3/4] mtd: rawnand: davinci: Implement exec_op()
 2020-05-24 19:10 UTC  (2+ messages)

[PATCH v2 4/4] mtd: rawnand: davinci: Get rid of the legacy interface implementation
 2020-05-24 19:10 UTC  (2+ messages)

[PATCH] mtd: rawnand: Fix nand_gpio_waitrdy()
 2020-05-24 19:10 UTC  (2+ messages)

[PATCH v2] mtd: rawnand: Remove the cmx270 NAND controller driver
 2020-05-24 19:10 UTC  (2+ messages)

[RESEND PATCH v2] mtd: rawnand: micron: Adapt the PAGE READ flow to constraint controllers
 2020-05-24 19:10 UTC  (2+ messages)

[PATCH v5 1/8] lib/bch: Rework a little bit the exported function names
 2020-05-24 19:10 UTC  (2+ messages)

[PATCH v5 2/8] lib/bch: Allow easy bit swapping
 2020-05-24 19:09 UTC  (2+ messages)

[PATCH v5 3/8] mtd: rawnand: Ensure the number of bitflips is consistent
 2020-05-24 19:09 UTC  (2+ messages)

[PATCH v5 4/8] mtd: rawnand: Add nand_extract_bits()
 2020-05-24 19:09 UTC  (2+ messages)

[PATCH v5 5/8] MAINTAINERS: Add Arasan NAND controller and bindings
 2020-05-24 19:09 UTC  (2+ messages)

[PATCH v5 6/8] dt-bindings: mtd: Document ARASAN NAND bindings
 2020-05-24 19:09 UTC  (2+ messages)

[PATCH v5 7/8] mtd: rawnand: arasan: Add new Arasan NAND controller
 2020-05-24 19:09 UTC  (2+ messages)

[PATCH v5 8/8] mtd: rawnand: arasan: Support the hardware BCH ECC engine
 2020-05-24 19:09 UTC  (2+ messages)

[PATCH v2 01/62] mtd: rawnand: ams-delta: Stop using nand_release()
 2020-05-24 19:09 UTC  (2+ messages)

[PATCH] mtd: rawnand: Fix runtime PM imbalance on error
 2020-05-24 19:08 UTC  (3+ messages)

[PATCH v2 02/62] mtd: rawnand: au1550nd: Stop using nand_release()
 2020-05-24 19:09 UTC  (2+ messages)

[PATCH v2 03/62] mtd: rawnand: bcm47xx: Stop using nand_release()
 2020-05-24 19:08 UTC  (2+ messages)

[PATCH v2 04/62] mtd: rawnand: brcmnand: Stop using nand_release()
 2020-05-24 19:08 UTC  (2+ messages)

[PATCH v2 05/62] mtd: rawnand: cadence: Stop using nand_release()
 2020-05-24 19:08 UTC  (2+ messages)

[PATCH v2 06/62] mtd: rawnand: cafe: Stop using nand_release()
 2020-05-24 19:08 UTC  (2+ messages)

[PATCH v2 08/62] mtd: rawnand: cs553x: Stop using nand_release()
 2020-05-24 19:08 UTC  (2+ messages)

[PATCH v2 09/62] mtd: rawnand: davinci: Stop using nand_release()
 2020-05-24 19:08 UTC  (2+ messages)

[PATCH v2 10/62] mtd: rawnand: denali: Delete items from the list in the _remove() path
 2020-05-24 19:08 UTC  (2+ messages)

[PATCH v2 11/62] mtd: rawnand: denali: Stop using nand_release()
 2020-05-24 19:08 UTC  (2+ messages)

[PATCH v2 12/62] mtd: rawnand: diskonchip: Fix the probe error path
 2020-05-24 19:08 UTC  (2+ messages)

[PATCH v2 13/62] mtd: rawnand: diskonchip: Stop using nand_release()
 2020-05-24 19:08 UTC  (2+ messages)

[PATCH v2 14/62] mtd: rawnand: fsl_elbc: Stop using nand_release()
 2020-05-24 19:07 UTC  (2+ messages)

[PATCH v2 15/62] mtd: rawnand: fsl_ifc: Stop using nand_release()
 2020-05-24 19:07 UTC  (2+ messages)

[PATCH v2 16/62] mtd: rawnand: fsl_upm: Stop using nand_release()
 2020-05-24 19:07 UTC  (2+ messages)

[PATCH v2 17/62] mtd: rawnand: fsmc: Stop using nand_release()
 2020-05-24 19:07 UTC  (2+ messages)

[PATCH v2 18/62] mtd: rawnand: gpio: Stop using nand_release()
 2020-05-24 19:07 UTC  (2+ messages)

[PATCH v2 19/62] mtd: rawnand: gpmi: Stop using nand_release()
 2020-05-24 19:07 UTC  (2+ messages)

[PATCH v2 20/62] mtd: rawnand: hisi504: Stop using nand_release()
 2020-05-24 19:07 UTC  (2+ messages)

[PATCH v2 21/62] mtd: rawnand: ingenic: Fix the probe error path
 2020-05-24 19:07 UTC  (2+ messages)

[PATCH v2 22/62] mtd: rawnand: ingenic: Stop using nand_release()
 2020-05-24 19:07 UTC  (2+ messages)

[PATCH v2 23/62] mtd: rawnand: lpc32xx_mlc: Stop using nand_release()
 2020-05-24 19:07 UTC  (2+ messages)

[PATCH v2 24/62] mtd: rawnand: lpc32xx_slc: Stop using nand_release()
 2020-05-24 19:07 UTC  (2+ messages)

[PATCH v2 25/62] mtd: rawnand: marvell: Stop using nand_release()
 2020-05-24 19:06 UTC  (2+ messages)

[PATCH v2 26/62] mtd: rawnand: mpc5121: Stop using nand_release()
 2020-05-24 19:06 UTC  (2+ messages)

[PATCH v2 27/62] mtd: rawnand: mtk: Fix the probe error path
 2020-05-24 19:06 UTC  (2+ messages)

[PATCH v2 28/62] mtd: rawnand: mtk: Stop using nand_release()
 2020-05-24 19:06 UTC  (2+ messages)

[PATCH v2 29/62] mtd: rawnand: mxc: Stop using nand_release()
 2020-05-24 19:06 UTC  (2+ messages)

[PATCH v2 30/62] mtd: rawnand: mxic: Stop using nand_release()
 2020-05-24 19:06 UTC  (2+ messages)

[PATCH v2 31/62] mtd: rawnand: ndfc: Stop using nand_release()
 2020-05-24 19:06 UTC  (2+ messages)

[PATCH v2 32/62] mtd: rawnand: omap2: Stop using nand_release()
 2020-05-24 19:06 UTC  (2+ messages)

[PATCH v2 33/62] mtd: rawnand: orion: Fix the probe error path
 2020-05-24 19:06 UTC  (2+ messages)

[PATCH v2 34/62] mtd: rawnand: orion: Stop using nand_release()
 2020-05-24 19:06 UTC  (2+ messages)

[PATCH v2 35/62] mtd: rawnand: oxnas: Keep track of registered devices
 2020-05-24 19:05 UTC  (2+ messages)

[PATCH v2 36/62] mtd: rawnand: oxnas: Fix the probe error path
 2020-05-24 19:05 UTC  (2+ messages)

[PATCH v2 37/62] mtd: rawnand: oxnas: Unregister all devices on error
 2020-05-24 19:05 UTC  (2+ messages)

[PATCH v2 38/62] mtd: rawnand: oxnas: Release all devices in the _remove() path
 2020-05-24 19:05 UTC  (2+ messages)

[PATCH v2 39/62] mtd: rawnand: oxnas: Stop using nand_release()
 2020-05-24 19:05 UTC  (2+ messages)

[PATCH v2 40/62] mtd: rawnand: pasemi: Fix the probe error path
 2020-05-24 19:05 UTC  (2+ messages)

[PATCH v2 41/62] mtd: rawnand: pasemi: Stop using nand_release()
 2020-05-24 19:05 UTC  (2+ messages)

[PATCH v2 42/62] mtd: rawnand: plat_nand: Fix the probe error path
 2020-05-24 19:05 UTC  (2+ messages)

[PATCH v2 43/62] mtd: rawnand: plat_nand: Stop using nand_release()
 2020-05-24 19:05 UTC  (2+ messages)

[PATCH v2 44/62] mtd: rawnand: qcom: Stop using nand_release()
 2020-05-24 19:05 UTC  (2+ messages)

[PATCH v2 45/62] mtd: rawnand: r852: Stop using nand_release()
 2020-05-24 19:04 UTC  (2+ messages)

[PATCH v2 46/62] mtd: rawnand: s3c2410: Stop using nand_release()
 2020-05-24 19:04 UTC  (2+ messages)

[PATCH v2 47/62] mtd: rawnand: sh_flctl: Stop using nand_release()
 2020-05-24 19:04 UTC  (2+ messages)

[PATCH v2 48/62] mtd: rawnand: sharpsl: Fix the probe error path
 2020-05-24 19:04 UTC  (2+ messages)

[PATCH v2 53/62] mtd: rawnand: sunxi: Fix the probe error path
 2020-05-24 19:04 UTC  (2+ messages)

[PATCH v2 49/62] mtd: rawnand: sharpsl: Stop using nand_release()
 2020-05-24 19:04 UTC  (2+ messages)

[PATCH v2 50/62] mtd: rawnand: socrates: Fix the probe error path
 2020-05-24 19:04 UTC  (2+ messages)

[PATCH v2 51/62] mtd: rawnand: socrates: Stop using nand_release()
 2020-05-24 19:04 UTC  (2+ messages)

[PATCH v2 52/62] mtd: rawnand: stm32_fmc2: Stop using nand_release()
 2020-05-24 19:04 UTC  (2+ messages)

[PATCH v2 60/62] mtd: rawnand: xway: Fix the probe error path
 2020-05-24 19:03 UTC  (2+ messages)

[PATCH v2 54/62] mtd: rawnand: sunxi: Stop using nand_release()
 2020-05-24 19:04 UTC  (2+ messages)

[PATCH v2 55/62] mtd: rawnand: tango: Stop using nand_release()
 2020-05-24 19:04 UTC  (2+ messages)

[PATCH v2 56/62] mtd: rawnand: tmio: Fix the probe error path
 2020-05-24 19:04 UTC  (2+ messages)

[PATCH v2 57/62] mtd: rawnand: tmio: Stop using nand_release()
 2020-05-24 19:03 UTC  (2+ messages)

[PATCH v2 58/62] mtd: rawnand: txx9ndfmc: Stop using nand_release()
 2020-05-24 19:03 UTC  (2+ messages)

[PATCH v2 59/62] mtd: rawnand: vf610: Stop using nand_release()
 2020-05-24 19:03 UTC  (2+ messages)

[PATCH v2 61/62] mtd: rawnand: xway: Stop using nand_release()
 2020-05-24 19:03 UTC  (2+ messages)

[PATCH v2 3/4] mtd: rawnand: ingenic: Fix the RB gpio active-high property on qi, lb60
 2020-05-24 19:03 UTC  (2+ messages)

[PATCH v2 4/4] mtd: rawnand: ingenic: Convert the driver to exec_op()
 2020-05-24 19:03 UTC  (2+ messages)

[PATCH] mtd: rawnand: gpmi: Fix runtime PM imbalance on error
 2020-05-24 19:03 UTC  (2+ messages)

[PATCH] mtd: rawnand: gpmi: Fix runtime PM imbalance in gpmi_nand_probe
 2020-05-24 19:03 UTC  (2+ messages)

[PATCH] mtd: rawnand: gpmi: Use nand_extract_bits()
 2020-05-24 19:02 UTC  (2+ messages)

[PATCH v2 00/19] mtd: rawnand: cafe: Convert to exec_op() (and more)
 2020-05-24 15:29 UTC  (8+ messages)

KASAN: use-after-free Read in uif_close
 2020-05-24 11:14 UTC  (5+ messages)

[PATCH v7 00/20] mtd: spi-nor: add xSPI Octal DTR support
 2020-05-22 20:30 UTC  (4+ messages)
` [PATCH v7 02/20] spi: spi-mem: allow specifying a command's extension

[PATCH v6 00/19] mtd: spi-nor: add xSPI Octal DTR support
 2020-05-22 18:23 UTC  (4+ messages)
` [PATCH v6 04/19] spi: spi-mem: allow specifying a command's extension

[PATCH v2 1/3] ARM: pxa: remove Compulab pxa2xx boards
 2020-05-22 13:22 UTC  (10+ messages)

Issue with 'ubi part' ubi_io_read: error -74 (ECC error)
 2020-05-22 12:19 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).