linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-05 15:56:19 to 2018-07-11 11:33:02 UTC [more...]

[PATCH v2 00/24] mtd: rawnand: Improve compile-test coverage
 2018-07-11 11:32 UTC  (33+ messages)
` [PATCH v2 01/24] mtd: rawnand: atmel: Use uintptr_t casts instead of unsigned int
` [PATCH v2 02/24] mtd: rawnand: atmel: Add an __iomem cast on gen_pool_dma_alloc() call
` [PATCH v2 03/24] mtd: rawnand: atmel: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v2 04/24] mtd: rawnand: s3c2410: "
` [PATCH v2 05/24] mtd: rawnand: orion: Avoid direct inclusion of asm headers
` [PATCH v2 06/24] mtd: rawnand: orion: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v2 07/24] mtd: rawnand: davinci: Stop doing iomem pointer <-> u32 conversions
` [PATCH v2 08/24] mtd: rawnand: davinci: Use uintptr_t casts instead of unsigned ones
` [PATCH v2 09/24] mtd: rawnand: davinci: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v2 10/24] mtd: rawnand: sunxi: Add an U suffix to NFC_PAGE_OP definition
` [PATCH v2 11/24] mtd: rawnand: sunxi: Make sure ret is initialized in sunxi_nfc_read_byte()
` [PATCH v2 12/24] mtd: rawnand: sunxi: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v2 13/24] mtd: rawnand: fscm: Avoid collision on PC def when compiling for MIPS
` [PATCH v2 14/24] mtd: rawnand: fsmc: Use uintptr_t casts instead of unsigned ones
` [PATCH v2 15/24] mtd: rawnand: fsmc: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v2 16/24] memory: fsl_ifc: "
` [PATCH v2 17/24] mtd: rawnand: fsl_ifc: Add an __iomem specifier on eccstat_regs
` [PATCH v2 18/24] mtd: rawnand: fsl_ifc: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v2 19/24] MIPS: txx9: Move the ndfc.h header to include/linux/platform_data/txx9
` [PATCH v2 20/24] mtd: rawnand: txx9ndfmc: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v2 21/24] MIPS: jz4740: Move jz4740_nand.h header to include/linux/platform_data/jz4740
` [PATCH v2 22/24] mtd: rawnand: jz4740: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v2 23/24] mtd: rawnand: jz4780: Drop the dependency on MACH_JZ4780
` [PATCH v2 24/24] memory: jz4780-nemc: Allow selection of this driver when COMPILE_TEST=y

[PATCH 2/2] mtd: rawnand: micron: Fix on-die ECC detection logic
 2018-07-11 10:32 UTC 

[PATCH] mtd: nand/raw: MTD_NAND_BCM47XXNFLASH needs CONFIG_BCMA
 2018-07-11  8:44 UTC  (2+ messages)

[LINUX PATCH v11 0/3] Add arm pl353 smc memory and nand driver for xilinx zynq soc
 2018-07-11  7:36 UTC  (4+ messages)
` [LINUX PATCH v11 1/3] dt-bindings: memory: Add pl353 smc controller devicetree binding information
` [LINUX PATCH v11 2/3] memory: pl353: Add driver for arm pl353 static memory controller
` [LINUX PATCH v11 3/3] mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface

[PATCH 1/4] mtd: cfi_cmdset_0002: Change write buffer to check correct value
 2018-07-10 23:20 UTC  (7+ messages)

[PATCH 0/2] mtd: rawnand: micron: Fix on-die ECC
 2018-07-10 21:40 UTC  (5+ messages)
` [PATCH 1/2] mtd: rawnand: micron: Define the proper layout for 8bit/512bytes "
` [PATCH 2/2] mtd: rawnand: micron: Fix on-die ECC detection logic

[PATCH 4.17 51/56] mtd: cfi_cmdset_0002: Change definition naming to retry write operation
 2018-07-10 18:25 UTC  (3+ messages)
` [PATCH 4.17 52/56] mtd: cfi_cmdset_0002: Change erase functions to retry for error
` [PATCH 4.17 53/56] mtd: cfi_cmdset_0002: Change erase functions to check chip good only

[PATCH 4.14 47/53] mtd: cfi_cmdset_0002: Change definition naming to retry write operation
 2018-07-10 18:25 UTC  (3+ messages)
` [PATCH 4.14 48/53] mtd: cfi_cmdset_0002: Change erase functions to retry for error
` [PATCH 4.14 49/53] mtd: cfi_cmdset_0002: Change erase functions to check chip good only

[PATCH 4.9 48/52] mtd: cfi_cmdset_0002: Change definition naming to retry write operation
 2018-07-10 18:25 UTC  (3+ messages)
` [PATCH 4.9 49/52] mtd: cfi_cmdset_0002: Change erase functions to retry for error
` [PATCH 4.9 50/52] mtd: cfi_cmdset_0002: Change erase functions to check chip good only

[PATCH 4.4 43/47] mtd: cfi_cmdset_0002: Change definition naming to retry write operation
 2018-07-10 18:25 UTC  (3+ messages)
` [PATCH 4.4 44/47] mtd: cfi_cmdset_0002: Change erase functions to retry for error
` [PATCH 4.4 45/47] mtd: cfi_cmdset_0002: Change erase functions to check chip good only

[PATCH 3.18 20/23] mtd: cfi_cmdset_0002: Change definition naming to retry write operation
 2018-07-10 18:24 UTC  (3+ messages)
` [PATCH 3.18 21/23] mtd: cfi_cmdset_0002: Change erase functions to retry for error
` [PATCH 3.18 22/23] mtd: cfi_cmdset_0002: Change erase functions to check chip good only

Patch "mtd: cfi_cmdset_0002: Change erase functions to check chip good only" has been added to the 4.4-stable tree
 2018-07-10 14:51 UTC 

Patch "mtd: cfi_cmdset_0002: Change erase functions to retry for error" has been added to the 4.9-stable tree
 2018-07-10 14:52 UTC 

Patch "mtd: cfi_cmdset_0002: Change erase functions to check chip good only" has been added to the 4.9-stable tree
 2018-07-10 14:52 UTC 

Patch "mtd: cfi_cmdset_0002: Change erase functions to retry for error" has been added to the 4.4-stable tree
 2018-07-10 14:51 UTC 

Patch "mtd: cfi_cmdset_0002: Change definition naming to retry write operation" has been added to the 4.9-stable tree
 2018-07-10 14:52 UTC 

Patch "mtd: cfi_cmdset_0002: Change erase functions to check chip good only" has been added to the 4.17-stable tree
 2018-07-10 14:51 UTC 

Patch "mtd: cfi_cmdset_0002: Change erase functions to retry for error" has been added to the 4.17-stable tree
 2018-07-10 14:51 UTC 

Patch "mtd: cfi_cmdset_0002: Change definition naming to retry write operation" has been added to the 4.4-stable tree
 2018-07-10 14:51 UTC 

Patch "mtd: cfi_cmdset_0002: Change erase functions to retry for error" has been added to the 4.14-stable tree
 2018-07-10 14:51 UTC 

Patch "mtd: cfi_cmdset_0002: Change erase functions to check chip good only" has been added to the 4.14-stable tree
 2018-07-10 14:51 UTC 

Patch "mtd: cfi_cmdset_0002: Change definition naming to retry write operation" has been added to the 4.17-stable tree
 2018-07-10 14:51 UTC 

Patch "mtd: cfi_cmdset_0002: Change definition naming to retry write operation" has been added to the 4.14-stable tree
 2018-07-10 14:51 UTC 

Patch "mtd: cfi_cmdset_0002: Change erase functions to check chip good only" has been added to the 3.18-stable tree
 2018-07-10 14:50 UTC 

Patch "mtd: cfi_cmdset_0002: Change erase functions to retry for error" has been added to the 3.18-stable tree
 2018-07-10 14:50 UTC 

Patch "mtd: cfi_cmdset_0002: Change definition naming to retry write operation" has been added to the 3.18-stable tree
 2018-07-10 14:50 UTC 

[PATCH] mtd: nuc900_nand: mark expected switch fall-through
 2018-07-10 13:29 UTC 

[PATCH v6 0/6] mtd: rawnand: support MT29F1G08ABAFAWP-ITE:F
 2018-07-10 12:44 UTC 

[PATCH v6 0/6] mtd: rawnand: support MT29F1G08ABAFAWP-ITE:F
 2018-07-10 12:17 UTC 

UBIFS question: Power-cuts after ubifs_leb_unmap()
 2018-07-10  6:58 UTC  (4+ messages)

[PATCH] mtd: spi-nor: Support controllers with limited TX FIFO size
 2018-07-09 21:34 UTC  (2+ messages)

[PATCH 5/6 v2] mtd: rawnand: ams-delta: use GPIO lookup table
 2018-07-09 19:38 UTC  (2+ messages)
` [PATCH v3] "

Ruth
 2018-07-09 13:12 UTC 

[PATCH v6 0/6] mtd: rawnand: support MT29F1G08ABAFAWP-ITE:F
 2018-07-09 18:41 UTC  (2+ messages)

[PATCH 1/3] mtd: rawnand: davinci: fix build testing on 64-bit
 2018-07-09 16:12 UTC  (5+ messages)
` [PATCH 2/3] mtd: atmel nand: fix build warning "
` [PATCH 3/3] mtd: sunxi_nand: fix build warning

[PATCH] add support to non-uniform SFDP SPI NOR flash memories
 2018-07-09 14:48 UTC  (3+ messages)
` [PATCH] mtd: spi-nor: "

[PATCH] mtd: rawnand: hynix: Use ->exec_op() in hynix_nand_reg_write_op()
 2018-07-09  7:41 UTC  (2+ messages)

[PATCH v6 0/6] mtd: rawnand: support MT29F1G08ABAFAWP-ITE:F
 2018-07-08 23:56 UTC  (6+ messages)
` [PATCH v6 5/6] mtd: rawnand: micron: support 8/512 on-die ECC

[PATCH v3 1/3] mtd: rawnand: marvell: add suspend and resume hooks
 2018-07-08 22:10 UTC  (8+ messages)
` [PATCH v3 2/3] mtd: rawnand: marvell: remove bogus comment in marvell_nfc_select_chip()
` [PATCH v3 3/3] mtd: rawnand: marvell: set reg_clk to NULL if it can't be obtained

[PATCH] mtd: rawnand: gpmi: Switch to SPDX identifier
 2018-07-08 22:00 UTC  (4+ messages)

[PATCH 0/8] mtd: rawnand: Bunch of cleanup
 2018-07-08 21:58 UTC  (4+ messages)
` [PATCH 8/8] mtd: rawnand: plat_nand: Kill pdata->ctrl.{hwcontrol, read_byte}()

[PATCH 00/27] mtd: rawnand: Improve compile-test coverage
 2018-07-08 21:55 UTC  (11+ messages)
` [PATCH 05/27] mtd: rawnand: s3c2410: Allow selection of this driver when COMPILE_TEST=y
` [PATCH 17/27] mtd: rawnand: fsmc: "
` [PATCH 21/27] bcma: "

[PATCH] mtd: rawnand: tegra: check bounds of die_nr properly
 2018-07-08 21:51 UTC  (2+ messages)

[PATCH] mtd: spinand: Use 2-factor allocator calls
 2018-07-08 21:50 UTC  (4+ messages)

[PATCH -next v2] mtd: spinand: fix missing unlock on error
 2018-07-08 21:50 UTC  (3+ messages)
` [PATCH -next v3] "

[PATCH -next] mtd: spinand: Fix error return code in spinand_init()
 2018-07-08 21:49 UTC  (2+ messages)

[PATCH 0/3] mtd: rawnand: micron: Get the actual number of bitflips
 2018-07-08 21:48 UTC  (2+ messages)

[PATCH v5] mtd: rawnand: qcom: erased page bitflips detection
 2018-07-08 21:47 UTC  (2+ messages)

[PATCH] mtd: rawnand: gpmi: remove redundant variable payload_virt
 2018-07-08 21:46 UTC  (2+ messages)

[PATCH] ubifs: xattr: Don't operate on deleted inodes
 2018-07-08 21:33 UTC 

[PATCH] ubifs: gc: Fix typo
 2018-07-08 21:24 UTC 

[ANNOUNCE] Alpine Linux Persistence and Storage Summit
 2018-07-08 20:25 UTC 

[ANNOUNCE] Alpine Linux Persistence and Storage Summit
 2018-07-08 20:15 UTC 

[PATCH 0/2] fix regressions in DoC G4 driver
 2018-07-08 14:24 UTC  (8+ messages)
` [PATCH 1/2] mtd: rawnand: docg4: fix NULL deref while probing
` [PATCH 2/2] mtd: rawnand: docg4: specify bits_per_cell

[PATCH] mtdchar: fix overflows in adjustment of `count`
 2018-07-08 12:45 UTC  (4+ messages)

[[LINUX PATCH v10] 0/4] Add arm pl353 smc memory and nand driver for xilinx zynq soc
 2018-07-08 12:38 UTC  (7+ messages)
` [[LINUX PATCH v10] 4/4] mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface

INFO
 2018-07-08  8:06 UTC 

[PATCH 16/25] ubifs: authenticate replayed journal
 2018-07-08  6:08 UTC  (2+ messages)

[PATCH 14/25] ubifs: Add authentication nodes to journal
 2018-07-08  2:59 UTC  (2+ messages)

[PATCH v4 1/3] mtd: rawnand: marvell: add suspend and resume hooks
 2018-07-08  0:10 UTC  (3+ messages)
` [PATCH v4 2/3] mtd: rawnand: marvell: remove bogus comment in marvell_nfc_select_chip()
` [PATCH v4 3/3] mtd: rawnand: marvell: set reg_clk to NULL if it can't be obtained

[PATCH v2 1/2] mtd: rawnand: gpmi: Switch to SPDX identifier
 2018-07-07 17:25 UTC  (2+ messages)
` [PATCH v2 2/2] mtd: rawnand: mxc: "

[PATCH] mtd: stm32-quadspi: replace "%p" with "%pK"
 2018-07-07 10:09 UTC  (5+ messages)

[PATCH v2] mtd: atmel-quadspi: add suspend/resume hooks
 2018-07-07 10:08 UTC  (4+ messages)

[PATCH] mtd: nftl: remove redundant variable nb_erases
 2018-07-07 10:04 UTC  (2+ messages)

[PATCH] mtd: cfi_cmdset_0002: remove redundant variable timeo
 2018-07-07 10:03 UTC  (2+ messages)

[PATCH] mtd: Use kasprintf() instead of fixed buffer formatting
 2018-07-07 10:01 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: mtd: document Broadcom's TRX firmware format binding
 2018-07-07 10:01 UTC  (3+ messages)
` [PATCH V2 "

[PATCH] mtd: gpio_flash: add error handling for ioremap_nocache
 2018-07-07  9:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] mtd: nxp-spifi: release flash_np in nxp_spifi_probe()
 2018-07-07  6:58 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 1/3] mtd: rawnand: marvell: add suspend and resume hooks
 2018-07-07  6:45 UTC  (7+ messages)
` [PATCH v2 2/3] mtd: rawnand: marvell: remove bogus comment in marvell_nfc_select_chip()
` [PATCH v2 3/3] mtd: rawnand: marvell: set reg_clk to NULL if it can't be obtained

[PATCH 1/3] mtd: rawnand: marvell: remove bogus comment in marvell_nfc_select_chip()
 2018-07-07  6:23 UTC  (9+ messages)
` [PATCH 2/3] mtd: rawnand: marvell: set reg_clk to NULL if it can't be obtained
` [PATCH 3/3] mtd: rawnand: marvell: add suspend and resume hooks

marvell_nand driver fails to suspend
 2018-07-06 20:07 UTC  (10+ messages)

UBI on small SPI-NOR device
 2018-07-06 18:25 UTC  (2+ messages)

[BUG] mtd: rawnand: mircon: Cannot detect chip with commit 51f3b3970a8c
 2018-07-06 17:20 UTC  (2+ messages)

[PATCH] mtd: spi-nor: cadence-quadspi: Fix direct mode write timeouts
 2018-07-06 13:38 UTC  (2+ messages)

[PATCH 0/5] Update for removing driver specific BBM functions
 2018-07-06  7:51 UTC  (6+ messages)
` [PATCH 1/5] mtd: rawnand: qcom: remove driver specific bad block check function
` [PATCH 2/5] mtd: rawnand: qcom: remove driver specific block_markbad function
` [PATCH 3/5] mtd: rawnand: qcom: fix NAND register write errors
` [PATCH 4/5] mtd: rawnand: qcom: update BBT related flags
` [PATCH 5/5] mtd: rawnand: qcom: reorganization by removing read/write helpers

[PATCH v2 00/12] Port the FSL QSPI driver to the SPI framework
 2018-07-06  5:08 UTC  (2+ messages)

[BACKPORT PATCH] mtd: nand: fix return value check for bad block status
 2018-07-05 18:06 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).