linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-01 08:51:16 to 2019-02-05 15:45:35 UTC [more...]

[PATCH v5 00/13] spi: atmel-quadspi: introduce sam9x60 qspi controller
 2019-02-05 15:43 UTC  (4+ messages)
` [PATCH v5 02/13] spi: atmel-quadspi: order header files inclusion alphabetically
` [PATCH v5 03/13] spi: atmel-quadspi: drop wrappers for iomem accesses
` [PATCH v5 09/13] dt-bindings: spi: atmel-quadspi: update example to new clock binding

[PATCH] mtd: rawnand: gpmi: fix MX28 bus master lockup problem
 2019-02-05 15:42 UTC  (5+ messages)

[PATCH 1/3] mtd: rawnand: meson: Fix a limit test in meson_nfc_select_chip()
 2019-02-05 15:38 UTC  (4+ messages)

[PATCH v2] mtd: rawnand: jz4780: fix possible object reference leak
 2019-02-05 15:07 UTC 

[PATCH v3] mtd: rawnand: atmel: fix possible object reference leak
 2019-02-05 14:37 UTC  (2+ messages)

[PATCH v5 00/11] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project
 2019-02-05 14:07 UTC  (12+ messages)
` [PATCH v5 01/11] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
` [PATCH v5 02/11] mtd: cfi_cmdset_0002: Remove chip_ready() from do_write_buffer()
` [PATCH v5 03/11] mtd: cfi_cmdset_0002: Remove goto statement "
` [PATCH v5 04/11] mtd: cfi_cmdset_0002: Call xip_enable() once only in do_write_buffer()
` [PATCH v5 05/11] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size
` [PATCH v5 06/11] mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement
` [PATCH v5 07/11] mtd: cfi_cmdset_0002: Remove op_done goto statement from do_write_oneword()
` [PATCH v5 08/11] mtd: cfi_cmdset_0002: Remove retry "
` [PATCH v5 09/11] mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence
` [PATCH v5 10/11] mtd: cfi_cmdset_0002: Split to wait write buffer to check if completed
` [PATCH v5 11/11] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit paths

[PATCH v3 1/9] dt-bindings: mtd: ingenic: Add compatible strings for JZ4740 and JZ4725B
 2019-02-05 14:12 UTC  (11+ messages)
` [PATCH v3 2/9] dt-bindings: mtd: ingenic: Change 'BCH' to 'ECC' in documentation
` [PATCH v3 3/9] mtd: rawnand: Move drivers for Ingenic SoCs to subfolder
` [PATCH v3 4/9] mtd: rawnand: ingenic: Use SPDX license notifiers
` [PATCH v3 5/9] mtd: rawnand: ingenic: Rename jz4780_nand driver to ingenic_nand
` [PATCH v3 6/9] mtd: rawnand: ingenic: Separate top-level and SoC specific code
` [PATCH v3 7/9] mtd: rawnand: ingenic: Add support for the JZ4740
` [PATCH v3 8/9] mtd: rawnand: ingenic: Add support for the JZ4725B
` [PATCH v3 9/9] mtd: rawnand: ingenic: Add ooblayout for the Qi Ben Nanonote

[PATCH] mtd: rawnand: mtk: fix object reference leaks in mtk_ecc_get
 2019-02-05 13:31 UTC  (2+ messages)

[PATCH] mtd: rawnand: jz4780: fix object reference leaks in jz4780_bch_get
 2019-02-05 13:30 UTC  (2+ messages)

[PATCH] mtd: rawnand: denali_dt: remove single anonymous clock support
 2019-02-05 13:18 UTC  (7+ messages)

[PATCH v2] mtd: nand: fix object reference leaks in atmel_pmecc_get_by_node
 2019-02-05 13:17 UTC  (2+ messages)

[PATCH v4 00/11] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project
 2019-02-05 13:15 UTC  (15+ messages)
` [PATCH v4 01/11] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
` [PATCH v4 02/11] mtd: cfi_cmdset_0002: Remove chip_ready() from do_write_buffer()
` [PATCH v4 03/11] mtd: cfi_cmdset_0002: Remove goto statement "
` [PATCH v4 04/11] mtd: cfi_cmdset_0002: Call xip_enable() once only in do_write_buffer()
` [PATCH v4 05/11] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size
` [PATCH v4 06/11] mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement
` [PATCH v4 07/11] mtd: cfi_cmdset_0002: Remove op_done goto statement from do_write_oneword()
` [PATCH v4 08/11] mtd: cfi_cmdset_0002: Remove retry "
` [PATCH v4 09/11] mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence
` [PATCH v4 10/11] mtd: cfi_cmdset_0002: Split to wait write buffer to check if completed
` [PATCH v4 11/11] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit paths

[PATCH] mtd: Make sure mtd->erasesize is valid even if the partition is of size 0
 2019-02-05 12:58 UTC  (2+ messages)

[PATCH v2] mtd: rawnand: mark expected switch fall-throughs
 2019-02-05 12:55 UTC  (2+ messages)

[RESEND v4 00/11] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project
 2019-02-05 12:33 UTC  (15+ messages)
` [RESEND v4 01/11] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
` [RESEND v4 02/11] mtd: cfi_cmdset_0002: Remove chip_ready() from do_write_buffer()
` [RESEND v4 03/11] mtd: cfi_cmdset_0002: Remove goto statement "
` [RESEND v4 04/11] mtd: cfi_cmdset_0002: Call xip_enable() once only in do_write_buffer()
` [RESEND v4 05/11] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size
` [RESEND v4 06/11] mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement
` [RESEND v4 07/11] mtd: cfi_cmdset_0002: Remove op_done goto statement from do_write_oneword()
` [RESEND v4 08/11] mtd: cfi_cmdset_0002: Remove retry "
` [RESEND v4 09/11] mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence
` [RESEND v4 10/11] mtd: cfi_cmdset_0002: Split to wait write buffer to check if completed
` [RESEND v4 11/11] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit paths

[PATCH 0/6] mtd: afs: Support AFSv2 parsing
 2019-02-05 11:25 UTC  (5+ messages)
` [PATCH 1/6] mtd: afs: simplify partition parsing

[PATCH] mtd: spi-nor: cadence-quadspi: write upto 8-bytes data in STIG mode
 2019-02-05 10:00 UTC  (5+ messages)

[PATCH] drivers/mtd: Fix device registration error
 2019-02-05  9:05 UTC 

[PATCH v5 0/2] cadence-quadspi: Add Octal mode support
 2019-02-05  6:13 UTC  (4+ messages)
` [PATCH v5 2/2] mtd: spi-nor: cadence-quadspi: Add support for Octal SPI controller

[PATCH 2/2] mtd: spinand: micron: Support for all Micron SPI NAND flashes
 2019-02-04 23:05 UTC  (4+ messages)

[RESEND v4 00/11] mtd: cfi_cmdset_0002: Fix flash write issue for OpenWrt Project
 2019-02-04 18:15 UTC  (12+ messages)
` [RESEND v4 01/11] mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()
` [RESEND v4 02/11] mtd: cfi_cmdset_0002: Remove chip_ready() from do_write_buffer()
` [RESEND v4 03/11] mtd: cfi_cmdset_0002: Remove goto statement "
` [RESEND v4 04/11] mtd: cfi_cmdset_0002: Call xip_enable() once only in do_write_buffer()
` [RESEND v4 05/11] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size
` [RESEND v4 06/11] mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement
` [RESEND v4 07/11] mtd: cfi_cmdset_0002: Remove op_done goto statement from do_write_oneword()
` [RESEND v4 08/11] mtd: cfi_cmdset_0002: Remove retry "
` [RESEND v4 09/11] mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence
` [RESEND v4 10/11] mtd: cfi_cmdset_0002: Split to wait write buffer to check if completed
` [RESEND v4 11/11] mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit paths

[PATCH v4 00/13] spi: atmel-quadspi: introduce sam9x60 qspi controller
 2019-02-04 14:37 UTC  (19+ messages)
` [PATCH v4 01/13] spi: atmel-quadspi: cache MR value to avoid a write access
` [PATCH v4 02/13] spi: atmel-quadspi: order header files inclusion alphabetically
` [PATCH v4 03/13] spi: atmel-quadspi: drop wrappers for iomem accesses
` [PATCH v4 04/13] spi: atmel-quadspi: fix naming scheme
` [PATCH v4 05/13] spi: atmel-quadspi: remove unnecessary cast
` [PATCH v4 06/13] spi: atmel-quadspi: return appropriate error code
` [PATCH v4 07/13] spi: atmel-quadspi: switch to SPDX license identifiers
` [PATCH v4 08/13] spi: atmel-quadspi: rework transfer macros
` [PATCH v4 09/13] dt-bindings: spi: atmel-quadspi: update example to new clock binding
` [PATCH v4 10/13] dt-bindings: spi: atmel-quadspi: make "pclk" mandatory
` [PATCH v4 11/13] spi: atmel-quadspi: add support for named peripheral clock
` [PATCH v4 12/13] dt-bindings: spi: atmel-quadspi: QuadSPI driver for Microchip SAM9X60
` [PATCH v4 13/13] spi: atmel-quadspi: add support for sam9x60 qspi controller

subpage reads/writes with fsl_elbc_nand driver
 2019-02-04 12:42 UTC  (3+ messages)

[PATCH 1/2] mtd: spinand: Add function to read parameter page
 2019-02-04 11:17 UTC 

[PATCH 0/2] Support parameter page and Redesign Micron SPI NAND
 2019-02-04 11:17 UTC 

[PATCH v2 0/9] Ingenic JZ4780 NAND patchset v2
 2019-02-04 10:02 UTC  (28+ messages)
` [PATCH v2 1/9] mtd: rawnand: Move drivers for Ingenic SoCs to subfolder
` [PATCH v2 2/9] dt-bindings: mtd: ingenic: Add compatible strings for the JZ4740
` [PATCH v2 3/9] mtd: rawnand: jz4780: Use SPDX license notifiers
` [PATCH v2 4/9] mtd: rawnand: jz4780: Add support for the JZ4740
` [PATCH v2 5/9] mtd: rawnand: jz4780: Add ooblayout for the JZ4725B
` [PATCH v2 6/9] mtd: rawnand: jz4780: Add ooblayout for the Qi Ben Nanonote
` [PATCH v2 7/9] mtd: rawnand: jz4780-bch: Separate top-level and SoC specific code
` [PATCH v2 8/9] mtd: rawnand: jz4780-bch: Add support for the JZ4725B
` [PATCH v2 9/9] mtd: rawnand: jz4780-bch: Add support for the JZ4740

[PATCH 1/2] mtd: spi-nor: Add support for EN25Q80A
 2019-02-03 13:54 UTC  (4+ messages)
` [PATCH 2/2] mtd: spi-nor: Add support for MX25V8035F

[PATCH] mtd: spi-nor: Add support for mx25u3235f
 2019-02-03 11:32 UTC  (2+ messages)

[PATCH] mtd: nand: fix object reference leaks in atmel_pmecc_get_by_node
 2019-02-03 10:25 UTC  (3+ messages)

[PATCH] cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer
 2019-02-03  8:35 UTC  (3+ messages)

[PATCH v3 00/13] spi: atmel-quadspi: introduce sam9x60 qspi controller
 2019-02-02 13:30 UTC  (31+ messages)
` [PATCH v3 01/13] spi: atmel-quadspi: cache MR value to avoid a write access
` [PATCH v3 02/13] spi: atmel-quadspi: order header files inclusion alphabetically
` [PATCH v3 03/13] spi: atmel-quadspi: drop wrappers for iomem accesses
` [PATCH v3 04/13] spi: atmel-quadspi: fix naming scheme
` [PATCH v3 05/13] spi: atmel-quadspi: remove unnecessary cast
` [PATCH v3 06/13] spi: atmel-quadspi: return appropriate error code
` [PATCH v3 07/13] spi: atmel-quadspi: switch to SPDX license identifiers
` [PATCH v3 08/13] spi: atmel-quadspi: drop unused and NOP transfer macros
` [PATCH v3 09/13] dt-bindings: spi: atmel-quadspi: update example to new clock binding
` [PATCH v3 10/13] dt-bindings: spi: atmel-quadspi: make "pclk" mandatory
` [PATCH v3 11/13] spi: atmel-quadspi: add support for named peripheral clock
` [PATCH v3 12/13] dt-bindings: spi: atmel-quadspi: QuadSPI driver for Microchip SAM9X60
` [PATCH v3 13/13] spi: atmel-quadspi: add support for sam9x60 qspi controller

[Question] setup_data_interface() hook when switching to a different type of NAND chip
 2019-02-02  7:43 UTC  (3+ messages)

[PATCH 2/3] mtd: rawnand: meson: fix a loop in meson_nand_bch_mode()
 2019-02-02  3:01 UTC  (2+ messages)

[PATCH 3/3] mtd: rawnand: meson: remove unnecessary condition in meson_nfc_select_chip()
 2019-02-02  3:01 UTC  (2+ messages)

[PATCH v2 00/10] spi: atmel-quadspi: introduce sam9x60 qspi controller
 2019-02-01 15:45 UTC  (8+ messages)
` [PATCH v2 10/10] spi: atmel-quadspi: add support for "

[PATCH 1/2] mtd: add DT bindings for the Intel IXP4xx Flash
 2019-02-01 10:04 UTC  (2+ messages)
` [PATCH 2/2] mtd: physmap_of: add a hook for Intel IXP4xx flash probing

[PATCH 1/2] mtd: add DT bindings for the Intel IXP4xx Flash
 2019-02-01 10:03 UTC 

[PATCH 1/2] mtd: Fix the check on nvmem_register() ret code
 2019-02-01  9:02 UTC  (12+ messages)
` [PATCH 2/2] mtd: Check add_mtd_device() "


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