linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-03 08:35:29 to 2019-02-06 18:18:15 UTC [more...]

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

[PATCH V2] drivers/mtd: Fix device registration error
 2019-02-06 16:19 UTC  (2+ messages)

[PATCH] ARM: tegra: add "jedec,spi-nor" flash compatible binding
 2019-02-06 13:16 UTC  (2+ messages)

[PATCH v2] mtd: rawnand: gpmi: fix MX28 bus master lockup problem
 2019-02-06  8:42 UTC  (4+ messages)
` [v2] "

[PATCH] mtd: Remove a debug trace in mtdpart.c
 2019-02-06  8:37 UTC  (2+ messages)
`  "

[PATCH] mtd: Make sure mtd->erasesize is valid even if the partition is of size 0
 2019-02-06  8:37 UTC  (3+ messages)
`  "

[PATCH] drivers/mtd: Fix device registration error
 2019-02-06  6:40 UTC  (4+ messages)

Ciao!
 2019-02-06  4:05 UTC 

[PATCH] mtd: powernv: SPDX and comment fixups
 2019-02-06  1:08 UTC  (2+ messages)

[PATCH] cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer
 2019-02-05 23:03 UTC  (5+ messages)
      `  "

[PATCH v3] mtd: rawnand: atmel: fix possible object reference leak
 2019-02-05 19:11 UTC  (3+ messages)

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

[PATCH] mtd: rawnand: meson: Fix linking error on 32-bit platforms
 2019-02-05 19:06 UTC  (2+ messages)

[PATCH -next] mtd: rawnand: stm32_fmc2: Make some functions static
 2019-02-05 19:06 UTC  (2+ messages)

[PATCH][next] mtd: rawnand: meson: fix missing assignment of ret on a call to meson_chip_buffer_init
 2019-02-05 19:05 UTC  (2+ messages)

[PATCH][next] mtd: rawnand: meson:: make several functions static
 2019-02-05 19:05 UTC  (2+ messages)

[PATCH v3 1/9] dt-bindings: mtd: ingenic: Add compatible strings for JZ4740 and JZ4725B
 2019-02-05 18:54 UTC  (13+ 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 0/2] mtd: nand: Add Cadence NAND controller driver
 2019-02-05 17:08 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: "

[PATCH v5 00/13] spi: atmel-quadspi: introduce sam9x60 qspi controller
 2019-02-05 16:26 UTC  (15+ messages)
` [PATCH v5 01/13] spi: atmel-quadspi: cache MR value to avoid a write access
` [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 04/13] spi: atmel-quadspi: fix naming scheme
` [PATCH v5 05/13] spi: atmel-quadspi: remove unnecessary cast
` [PATCH v5 06/13] spi: atmel-quadspi: return appropriate error code
` [PATCH v5 07/13] spi: atmel-quadspi: switch to SPDX license identifiers
` [PATCH v5 08/13] spi: atmel-quadspi: rework transfer macros
` [PATCH v5 09/13] dt-bindings: spi: atmel-quadspi: update example to new clock binding
` [PATCH v5 10/13] dt-bindings: spi: atmel-quadspi: make "pclk" mandatory
` [PATCH v5 11/13] spi: atmel-quadspi: add support for named peripheral clock
` [PATCH v5 12/13] dt-bindings: spi: atmel-quadspi: QuadSPI driver for Microchip SAM9X60
` [PATCH v5 13/13] spi: atmel-quadspi: add support for sam9x60 qspi controller

[PATCH v2] mtd: rawnand: jz4780: fix possible object reference leak
 2019-02-05 16:21 UTC  (3+ messages)

[PATCH v2] mtd: rawnand: mtk: fix possible object reference leak
 2019-02-05 16:18 UTC 

[PATCH] mtd: rawnand: gpmi: fix MX28 bus master lockup problem
 2019-02-05 15:45 UTC  (6+ 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] 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 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 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  (19+ messages)
` [PATCH v2 4/9] mtd: rawnand: jz4780: Add support for the JZ4740
` [PATCH v2 9/9] mtd: rawnand: jz4780-bch: "

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


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