linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-01 09:01:19 to 2017-06-08 22:34:49 UTC [more...]

[PATCH v6 0/3] ARM: dts: imx7: add NAND support
 2017-06-08 22:34 UTC  (4+ messages)
` [PATCH v6 1/3] clk: imx7d: create clocks behind rawnand clock gate
` [PATCH v6 2/3] ARM: dts: imx7: add GPMI NAND and APBH DMA
` [PATCH v6 3/3] ARM: dts: imx7-colibri: add NAND support

[PATCH v5 0/3] ARM: dts: imx7: add NAND support
 2017-06-08 22:23 UTC  (9+ messages)
` [PATCH v5 1/3] clk: imx7d: create clocks behind rawnand clock gate
` [PATCH v5 2/3] ARM: dts: imx7: add GPMI NAND and APBH DMA
` [PATCH v5 3/3] ARM: dts: imx7-colibri: add NAND support

[PATCH v5 00/23] mtd: nand: denali: Denali NAND IP patch bomb
 2017-06-08 17:30 UTC  (47+ messages)
` [PATCH v5 01/23] mtd: nand: add generic helpers to check, match, maximize ECC settings
` [PATCH v5 02/23] mtd: nand: add a shorthand to generate nand_ecc_caps structure
` [PATCH v5 03/23] mtd: nand: denali: avoid hard-coding ECC step, strength, bytes
` [PATCH v5 04/23] mtd: nand: denali: remove Toshiba and Hynix specific fixup code
` [PATCH v5 05/23] mtd: nand: denali_dt: add compatible strings for UniPhier SoC variants
` [PATCH v5 06/23] mtd: nand: denali: set NAND_ECC_CUSTOM_PAGE_ACCESS
` [PATCH v5 07/23] mtd: nand: denali: do not propagate NAND_STATUS_FAIL to waitfunc()
` [PATCH v5 08/23] mtd: nand: denali: remove unneeded find_valid_banks()
` [PATCH v5 09/23] mtd: nand: denali: handle timing parameters by setup_data_interface()
` [PATCH v5 10/23] mtd: nand: denali: rework interrupt handling
` [PATCH v5 11/23] mtd: nand: denali: fix NAND_CMD_STATUS handling
` [PATCH v5 12/23] mtd: nand: denali: fix NAND_CMD_PARAM handling
` [PATCH v5 13/23] mtd: nand: denali: switch over to cmd_ctrl instead of cmdfunc
` [PATCH v5 14/23] mtd: nand: denali: fix bank reset function to detect the number of chips
` [PATCH v5 15/23] mtd: nand: denali: use interrupt instead of polling for bank reset
` [PATCH v5 16/23] mtd: nand: denali: propagate page to helpers via function argument
` [PATCH v5 17/23] mtd: nand: denali: merge struct nand_buf into struct denali_nand_info
` [PATCH v5 18/23] mtd: nand: denali: use flag instead of register macro for direction
` [PATCH v5 19/23] mtd: nand: denali: fix raw and oob accessors for syndrome page layout
` [PATCH v5 20/23] mtd: nand: denali: support hardware-assisted erased page detection
` [PATCH v5 21/23] mtd: nand: denali: skip driver internal bounce buffer when possible
` [PATCH v5 22/23] mtd: nand: denali: use non-managed kmalloc() for DMA buffer
` [PATCH v5 23/23] mtd: nand: denali: enable bad block table scan

[PATCH 3/7] mtd: use class_groups instead of class_attrs
 2017-06-08 10:23 UTC  (2+ messages)

mtd: nand: fsl_ifc: fix handing of bit flips in erased pages
 2017-06-07 21:59 UTC  (4+ messages)

[PATCH] ubifs: Fail commit if TNC is obviously inconsistent
 2017-06-07 21:33 UTC 

[PATCH 0/5] Extends block2mtd and ubi drivers
 2017-06-07  8:46 UTC  (14+ messages)
` [PATCH 1/5] mtd: block2mtd: Check for valid user supplied erase size
` [PATCH 2/5] mtd: block2mtd: Add support for specifying MTD write size and subpage shift
` [PATCH 3/5] mtd: block2mtd: Fallback to read-only mode
` [PATCH 4/5] mtd: block2mtd: Add support for deleting block2mtd mapping
` [PATCH 5/5] ubi: Allow to use read-only UBI volume with not enough PEBs

[PATCH v3] Add UBIFS support to xfstests
 2017-06-07  8:20 UTC  (5+ messages)
` [PATCH v3 1/4] Add tests for character devices
` [PATCH v3 2/4] Add support for UBIFS
` [PATCH v3 3/4] Accept failing with EPERM in addition to ENOKEY for rename without key
` [PATCH v3 4/4] Fix block device requirements and manual scratch mounts

[PATCH -next] mtd: nand: Add support for Toshiba BENAND (Built-in ECC NAND)
 2017-06-07  8:17 UTC  (5+ messages)

[PATCH v4 00/23] mtd: nand: denali: Denali NAND IP patch bomb
 2017-06-07  7:45 UTC  (35+ messages)
` [PATCH v4 01/23] mtd: nand: denali_dt: clean up resource ioremap
` [PATCH v4 02/23] mtd: nand: denali: use BIT() and GENMASK() for register macros
` [PATCH v4 03/23] mtd: nand: add generic helpers to check, match, maximize ECC settings
` [PATCH v4 04/23] mtd: nand: denali: avoid hard-coding ECC step, strength, bytes
` [PATCH v4 05/23] mtd: nand: denali: remove Toshiba and Hynix specific fixup code
` [PATCH v4 06/23] mtd: nand: denali_dt: add compatible strings for UniPhier SoC variants
` [PATCH v4 07/23] mtd: nand: denali: set NAND_ECC_CUSTOM_PAGE_ACCESS
` [PATCH v4 08/23] mtd: nand: denali: do not propagate NAND_STATUS_FAIL to waitfunc()
` [PATCH v4 09/23] mtd: nand: denali: remove unneeded find_valid_banks()
` [PATCH v4 10/23] mtd: nand: denali: handle timing parameters by setup_data_interface()
` [PATCH v4 11/23] mtd: nand: denali: rework interrupt handling
` [PATCH v4 12/23] mtd: nand: denali: fix NAND_CMD_STATUS handling
` [PATCH v4 13/23] mtd: nand: denali: fix NAND_CMD_PARAM handling
` [PATCH v4 14/23] mtd: nand: denali: switch over to cmd_ctrl instead of cmdfunc
` [PATCH v4 15/23] mtd: nand: denali: fix bank reset function to detect the number of chips
` [PATCH v4 16/23] mtd: nand: denali: use interrupt instead of polling for bank reset
` [PATCH v4 17/23] mtd: nand: denali: propagate page to helpers via function argument
` [PATCH v4 18/23] mtd: nand: denali: merge struct nand_buf into struct denali_nand_info
` [PATCH v4 19/23] mtd: nand: denali: use flag instead of register macro for direction
` [PATCH v4 20/23] mtd: nand: denali: fix raw and oob accessors for syndrome page layout
` [PATCH v4 21/23] mtd: nand: denali: skip driver internal bounce buffer when possible
` [PATCH v4 22/23] mtd: nand: denali: use non-managed kmalloc() for DMA buffer
` [PATCH v4 23/23] mtd: nand: denali: enable bad block table scan

[PATCH v4 0/4] Mediatek MT2712 NAND FLASH Controller driver
 2017-06-07  7:37 UTC  (6+ messages)
` [PATCH v4 1/4] mtd: nand: mediatek: update DT bindings

[PATCH] mtd: nand: orion: Handle return value of clk_prepare_enable
 2017-06-07  7:32 UTC  (2+ messages)

fsl_ifc_nand: are blank pages protected by ECC?
 2017-06-07  7:31 UTC  (13+ messages)
  ` [PATCH] nand_base: optimize checking of erased buffers
    ` [PATCH] fsl_ifc_nand: fix handing of bit flips in erased nand
            ` [PATCH] mtd: nand: fsl_ifc: fix handing of bit flips in erased pages
              ` [PATCHv2] "

[PATCH] mtd: nand: gpmi: Fix typo in data structure name
 2017-06-07  7:30 UTC  (2+ messages)

[PATCH] mtd: nand: gpmi: fix typo in comment
 2017-06-07  7:25 UTC  (2+ messages)

[PATCH 1/2] mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()
 2017-06-07  5:43 UTC  (2+ messages)
` [PATCH 2/2] mtd: powernv_flash: Lock around concurrent access to OPAL

[PATCH] mkfs.ubifs: Allow root entry in device table
 2017-06-06 13:46 UTC  (2+ messages)

(no subject)
 2017-06-06  7:19 UTC 

[PATCH v3 0/2] ARM: dts: imx7: add NAND support
 2017-06-06  5:16 UTC  (7+ messages)
` [PATCH v3 1/2] ARM: dts: imx7: add GPMI NAND
` [PATCH v3 2/2] ARM: dts: imx7-colibri: add NAND support

[PATCH v3 31/37] mtd: nand: denali: fix raw and oob accessors for syndrome page layout
 2017-06-06  2:04 UTC  (4+ messages)
` [PATCH v3 32/37] mtd: nand: denali: support hardware-assisted erased page detection

[PATCH] ubifs: Fix a sleep-in-atomic bug in ubifs_read_nnode
 2017-06-05  8:43 UTC  (4+ messages)

[PATCH v3 0/9] mtd: sharpslpart partition parser
 2017-06-05  7:59 UTC  (5+ messages)
` [PATCH v3 3/9] mfd: tmio.h: support partition parser types

[PATCH] ubifs: Fix a sleep-in-atomic bug in read_nnode
 2017-06-05  3:46 UTC 

[PATCH v2 0/3] mtd:nor:ppb_unlock fixes
 2017-06-04 16:18 UTC  (3+ messages)

[PATCH 00/12] Delete CURRENT_TIME, CURRENT_TIME_SEC and current_fs_time
 2017-06-04  7:54 UTC  (19+ messages)
` [PATCH 04/12] fs: ceph: CURRENT_TIME with ktime_get_real_ts()
` [PATCH 10/12] apparmorfs: Replace CURRENT_TIME with current_time()

[GIT PULL] MTD fixes for 4.12
 2017-06-03  1:32 UTC 

[PATCH] UBI: Do not try to autoresize in readonly mode
 2017-06-02 15:39 UTC  (4+ messages)

[PATCH] mtd: nand: Fix various memory leaks in core
 2017-06-02 10:18 UTC 

[PATCH 0/4] mtd: mchp23k256: device tree and mchp23lcv1024
 2017-06-02  9:04 UTC  (10+ messages)
` [PATCH 3/4] mtd: mchp23k256: add partitioning support

[PATCH] Fix typo in comment
 2017-06-02  7:23 UTC  (4+ messages)

[PATCH] mtd: subpagetest: fix wrong written check in function write_eraseblock2
 2017-06-02  7:14 UTC  (3+ messages)

[PATCH v5 0/5] mtd: mchp23k256: device tree and mchp23lcv1024
 2017-06-02  5:36 UTC  (7+ messages)
` [PATCH v5 1/5] mtd: mchp23k256: Add OF device ID table
` [PATCH v5 2/5] mtd: mchp23k256: switch to mtd_device_register()
` [PATCH v5 3/5] mtd: handle partitioning on devices with 0 erasesize
` [PATCH v5 4/5] mtd: mchp23k256: add partitioning support
` [PATCH v5 5/5] mtd: mchp23k256: Add support for mchp23lcv1024

[PATCH v4 0/2] ARM: dts: imx7: add NAND support
 2017-06-02  2:11 UTC  (3+ messages)
` [PATCH v4 1/2] ARM: dts: imx7: add GPMI NAND
` [PATCH v4 2/2] ARM: dts: imx7-colibri: add NAND support

[PATCH] bcm47xx: fix build regression
 2017-06-01 22:16 UTC  (8+ messages)

[PATCH v4 0/5] mtd: mchp23k256: device tree and mchp23lcv1024
 2017-06-01 18:46 UTC  (4+ messages)
` [PATCH v4 4/5] mtd: mchp23k256: add partitioning support

[PULL] mtd: nand: Fixes for 4.12-rc3
 2017-06-01 18:23 UTC  (2+ 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).