linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-01 10:10:47 to 2018-07-05 09:46:23 UTC [more...]

[PATCH 00/27] mtd: rawnand: Improve compile-test coverage
 2018-07-05  9:45 UTC  (17+ messages)
` [PATCH 01/27] mtd: rawnand: gpmi: Remove useless dependency on MTD_NAND
` [PATCH 02/27] mtd: rawnand: Add 'depends on HAS_IOMEM' where missing
` [PATCH 03/27] mtd: rawnand: atmel: Allow selection of this driver when COMPILE_TEST=y
` [PATCH 04/27] mtd: rawnand: omap2: "
` [PATCH 06/27] mtd: rawnand: sharpsl: Remove inclusion of mach and asm headers
` [PATCH 08/27] mtd: rawnand: lpc32xx: Allow selection of these drivers when COMPILE_TEST=y
` [PATCH 09/27] mtd: rawnand: brcmnand: Allow selection of this driver "
` [PATCH 10/27] mtd: rawnand: orion: Avoid direct inclusion of asm headers
` [PATCH 11/27] mtd: rawnand: orion: Allow selection of this driver when COMPILE_TEST=y
` [PATCH 12/27] mtd: rawnand: mxc: Avoid inclusion of asm/mach headers
` [PATCH 13/27] mtd: rawnand: mxc: Allow selection of this driver when COMPILE_TEST=y
` [PATCH 15/27] mtd: rawnand: sunxi: "
` [PATCH 18/27] mtd: rawnand: nuc900: "
` [PATCH 19/27] memory: fsl_ifc: "
` [PATCH 20/27] mtd: rawnand: "
` [PATCH 26/27] mtd: rawnand: jz4780: Drop the dependency on MACH_JZ4780

[PATCH -next] mtd: spinand: Fix missing unlock on error path
 2018-07-05  8:48 UTC  (6+ messages)
` [PATCH -next v2] mtd: spinand: fix missing unlock on error
  ` [PATCH -next v3] "

marvell_nand driver fails to suspend
 2018-07-05  8:22 UTC  (6+ messages)

[RFC PATCH v2 0/6] New QuadSPI driver for Atmel SAMA5D2
 2018-07-05  7:26 UTC  (6+ messages)
` [RFC PATCH v2 1/6] mtd: spi-nor: atmel-quaspi: Typo fix
` [RFC PATCH v2 6/6] dt-bindings: spi: QuadSPI driver for Atmel SAMA5D2

[PATCH] mtd: spinand: Use 2-factor allocator calls
 2018-07-05  7:03 UTC  (2+ messages)

[PATCH] mtd: rawnand: hynix: Use ->exec_op() in hynix_nand_reg_write_op()
 2018-07-04 14:18 UTC  (2+ messages)

[PATCH] ubifs: Handle LPT corruption better in ubifs_garbage_collect_leb()
 2018-07-04 14:02 UTC 

[PATCH 00/25] UBIFS authentication support
 2018-07-04 12:41 UTC  (26+ messages)
` [PATCH 01/25] ubifs: refactor create_default_filesystem()
` [PATCH 02/25] ubifs: pass ubifs_zbranch to try_read_node()
` [PATCH 03/25] ubifs: pass ubifs_zbranch to read_znode()
` [PATCH 04/25] ubifs: export pnode_lookup as ubifs_pnode_lookup
` [PATCH 05/25] ubifs: implement ubifs_lpt_lookup using ubifs_pnode_lookup
` [PATCH 06/25] ubifs: drop write_node
` [PATCH 07/25] ubifs: Store read superblock node
` [PATCH 08/25] ubifs: Format changes for authentication support
` [PATCH 09/25] ubifs: add separate functions to init/crc a node
` [PATCH 10/25] ubifs: add helper functions for authentication support
` [PATCH 11/25] ubifs: Create functions to embed a HMAC in a node
` [PATCH 12/25] ubifs: Add hashes to the tree node cache
` [PATCH 13/25] ubifs: authentication: Add hashes to index nodes
` [PATCH 14/25] ubifs: Add authentication nodes to journal
` [PATCH 15/25] ubifs: Add auth nodes to garbage collector journal head
` [PATCH 16/25] ubifs: authenticate replayed journal
` [PATCH 17/25] ubifs: authentication: authenticate LPT
` [PATCH 18/25] ubfis: authentication: authenticate master node
` [PATCH 19/25] ubifs: Create hash for default LPT
` [PATCH 20/25] ubifs: authentication: Authenticate super block node
` [PATCH 21/25] ubifs: Add hashes and HMACs to default filesystem
` [PATCH 22/25] ubifs: do not update inode size in-place in authenticated mode
` [PATCH 23/25] ubifs: Enable authentication support
` [PATCH 24/25] ubifs: support offline signed images
` [PATCH 25/25] Documentation: ubifs: Add authentication whitepaper

[PATCH v3 00/11] Fix NAND controllers probe functions error path
 2018-07-04 10:07 UTC  (3+ messages)
` [PATCH v3 01/11] mtd: rawnand: docg4: fix the probe function "

[PATCH] ubifs: log: Don't leak kernel memory to the MTD
 2018-07-04  9:40 UTC 

[PATCH] mtd: rawnand: tegra: check bounds of die_nr properly
 2018-07-04  9:13 UTC 

[PATCH v2] mtd: atmel-quadspi: add suspend/resume hooks
 2018-07-04  8:57 UTC  (3+ messages)

[PATCH -next] mtd: spinand: Fix error return code in spinand_init()
 2018-07-04  8:34 UTC  (2+ messages)

[bug report] mtd: rawnand: add NVIDIA Tegra NAND Flash controller driver
 2018-07-04  8:14 UTC  (5+ messages)

[PATCH v8 0/6] mtd: rawnand: add NVIDIA Tegra NAND flash support
 2018-07-04  7:45 UTC  (4+ messages)

[PATCH v2 00/32] Allow dynamic allocations during NAND chip identification phase
 2018-07-04  7:14 UTC  (35+ messages)
` [PATCH v2 01/32] mtd: rawnand: add hooks that may be called during nand_scan()
` [PATCH v2 02/32] mtd: rawnand: brcmnand: convert driver to nand_scan()
` [PATCH v2 03/32] mtd: rawnand: cafe: "
` [PATCH v2 04/32] mtd: rawnand: davinci: "
` [PATCH v2 05/32] mtd: rawnand: denali: convert "
` [PATCH v2 06/32] mtd: rawnand: fsl_elbc: convert driver "
` [PATCH v2 07/32] mtd: rawnand: fsl_ifc: "
` [PATCH v2 08/32] mtd: rawnand: fsmc: "
` [PATCH v2 09/32] mtd: rawnand: gpmi: "
` [PATCH v2 10/32] mtd: rawnand: hisi504: "
` [PATCH v2 11/32] mtd: rawnand: jz4780: "
` [PATCH v2 12/32] mtd: rawnand: lpc32xx_mlc: "
` [PATCH v2 13/32] mtd: rawnand: lpc32xx_slc: "
` [PATCH v2 14/32] mtd: rawnand: marvell: "
` [PATCH v2 15/32] mtd: rawnand: mtk: "
` [PATCH v2 16/32] mtd: rawnand: mxc: "
` [PATCH v2 17/32] mtd: rawnand: nandsim: "
` [PATCH v2 18/32] mtd: rawnand: omap2: "
` [PATCH v2 19/32] mtd: rawnand: s3c2410: "
` [PATCH v2 20/32] mtd: rawnand: sh_flctl: move all NAND chip related setup in one function
` [PATCH v2 21/32] mtd: rawnand: sh_flctl: convert driver to nand_scan()
` [PATCH v2 22/32] mtd: rawnand: sunxi: "
` [PATCH v2 23/32] mtd: rawnand: tango: "
` [PATCH v2 24/32] mtd: rawnand: txx9ndfmc: "
` [PATCH v2 25/32] mtd: rawnand: vf610: "
` [PATCH v2 26/32] mtd: rawnand: atmel: "
` [PATCH v2 27/32] mtd: rawnand: sm_common: convert driver to nand_scan_with_ids()
` [PATCH v2 28/32] mtd: rawnand: docg4: convert driver to nand_scan()
` [PATCH v2 29/32] mtd: rawnand: qcom: "
` [PATCH v2 30/32] mtd: rawnand: jz4740: "
` [PATCH v2 31/32] mtd: rawnand: do not export nand_scan_[ident|tail]() anymore
` [PATCH v2 32/32] mtd: rawnand: allocate dynamically ONFI parameters during detection

[PATCH] mtd: nftl: remove redundant variable nb_erases
 2018-07-04  6:46 UTC 

UBIFS assert when create new sub-dir under a transmute enabled dir with Smack enabled
 2018-07-03 15:25 UTC  (6+ messages)

[BACKPORT PATCH] mtd: nand: fix return value check for bad block status
 2018-07-03 13:34 UTC 

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

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

[PATCH 0/3] mtd: rawnand: micron: Get the actual number of bitflips
 2018-07-03 12:20 UTC  (4+ messages)
` [PATCH 1/3] mtd: rawnand: micron: Stop passing mtd to ecc_status() funcs
` [PATCH 2/3] mtd: rawnand: micron: Disable ECC earlier in the read path
` [PATCH 3/3] mtd: rawnand: micron: Get the actual number of bitflips

[PATCH v5] mtd: rawnand: qcom: erased page bitflips detection
 2018-07-03 12:06 UTC 

[PATCH] mtd: rawnand: gpmi: remove redundant variable payload_virt
 2018-07-03  8:12 UTC 

[PATCH] mtd: cfi_cmdset_0002: remove redundant variable timeo
 2018-07-03  7:43 UTC 

[PATCH] ubifs: tnc: use monotonic znode timestamp
 2018-07-03  7:28 UTC  (3+ messages)

[PATCH v4 00/15] Update for QCOM NAND driver
 2018-07-03  3:30 UTC  (3+ messages)

[PATCH] ubifs: Use kmalloc_array()
 2018-07-02 21:48 UTC  (2+ messages)

[PATCH 1/2] Revert "UBIFS: Fix potential integer overflow in allocation"
 2018-07-02 21:44 UTC  (8+ messages)
` [PATCH 2/2] ubifs: Check data node size before truncate

Respond
 2018-07-02 18:07 UTC 

[PATCH] ubifs: use timespec64 for inode timestamps
 2018-07-02 14:20 UTC  (2+ messages)

[PATCH v5 0/2] ubi: add possibility to skip CRC check for static UBI volumes
 2018-07-02 13:49 UTC  (4+ messages)
` [PATCH v5 1/2] ubi: provide a way to skip CRC checks
` [PATCH v5 2/2] ubi: expose the volume CRC check skip flag

[PATCH] arm: dts: socfpga: denali needs nand_x_clk too
 2018-07-02 13:19 UTC  (11+ messages)

[PATCH v4 0/5] mtd: rawnand: denali: add new clocks and improve setup_data_interface
 2018-07-02 12:28 UTC  (2+ messages)

[PATCH v3 0/2] ubi: add possibility to skip CRC check for static UBI volumes
 2018-07-02  9:36 UTC  (20+ messages)
` [PATCH v3 1/2] ubi: provide a way to skip CRC checks
` [PATCH v3 2/2] ubi: expose the volume CRC check skip flag

[PATCH v4 0/2] ubi: add possibility to skip CRC check for static UBI volumes
 2018-07-02  8:32 UTC  (3+ messages)
` [PATCH v4 1/2] ubi: provide a way to skip CRC checks
` [PATCH v4 2/2] ubi: expose the volume CRC check skip flag

[PATCH 1/4] mtd: cfi_cmdset_0002: Change write buffer to check correct value
 2018-07-02  7:34 UTC  (8+ messages)
` [PATCH 2/4] mtd: cfi_cmdset_0002: Change definition naming to retry write operation
` [PATCH 3/4] mtd: cfi_cmdset_0002: Change erase functions to retry for error
` [PATCH 4/4] mtd: cfi_cmdset_0002: Change erase functions to check chip good only

[PATCH 0/2] mtd: rawnand: meson: add Amlogic NAND driver support
 2018-07-02  7:17 UTC  (7+ messages)
` [PATCH 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller

Patch "mtd: cfi_cmdset_0002: Change erase functions to retry for error" has been added to the 4.17-stable tree
 2018-07-02  2:58 UTC  (4+ messages)

[PATCH][next] mtd: rawnand: fix a couple of spelling mistakes
 2018-07-01 18:14 UTC  (3+ messages)

[PATCH] mtd: rawnand: mxc: remove __init qualifier from mxcnd_probe_dt
 2018-07-01 18:12 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v9 0/6] mtd: Add a SPI NAND driver
 2018-07-01 18:11 UTC  (2+ messages)

[PATCH 4.17 100/220] mtd: cfi_cmdset_0002: Change write buffer to check correct value
 2018-07-01 16:22 UTC 

[PATCH 4.14 072/157] mtd: cfi_cmdset_0002: Change write buffer to check correct value
 2018-07-01 16:22 UTC 

[PATCH 4.9 040/101] mtd: cfi_cmdset_0002: Change write buffer to check correct value
 2018-07-01 16:21 UTC 

[PATCH 4.4 052/105] mtd: cfi_cmdset_0002: Change write buffer to check correct value
 2018-07-01 16:02 UTC 

[PATCH 3.18 63/85] mtd: cfi_cmdset_0002: Change write buffer to check correct value
 2018-07-01 16:02 UTC 

Patch "mtd: cfi_cmdset_0002: Change write buffer to check correct value" has been added to the 4.9-stable tree
 2018-07-01 10:10 UTC 

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

Patch "mtd: cfi_cmdset_0002: Change write buffer to check correct value" has been added to the 4.4-stable tree
 2018-07-01 10:09 UTC 

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

Patch "mtd: cfi_cmdset_0002: Change write buffer to check correct value" has been added to the 4.17-stable tree
 2018-07-01 10:09 UTC 

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


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