public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2017-06-05 11:25:34 to 2017-06-13 06:25:26 UTC [more...]

[PATCH] mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
 2017-06-13  6:24 UTC  (4+ messages)

[PATCH v6 00/18] mtd: nand: denali: Denali NAND IP patch bomb
 2017-06-13  5:04 UTC  (19+ messages)
` [PATCH v6 01/18] mtd: nand: denali: set NAND_ECC_CUSTOM_PAGE_ACCESS
` [PATCH v6 02/18] mtd: nand: denali: remove unneeded find_valid_banks()
` [PATCH v6 03/18] mtd: nand: denali: handle timing parameters by setup_data_interface()
` [PATCH v6 04/18] mtd: nand: denali: rework interrupt handling
` [PATCH v6 05/18] mtd: nand: denali: fix NAND_CMD_STATUS handling
` [PATCH v6 06/18] mtd: nand: denali: fix NAND_CMD_PARAM handling
` [PATCH v6 07/18] mtd: nand: denali: switch over to cmd_ctrl instead of cmdfunc
` [PATCH v6 08/18] mtd: nand: denali: fix bank reset function to detect the number of chips
` [PATCH v6 09/18] mtd: nand: denali: use interrupt instead of polling for bank reset
` [PATCH v6 10/18] mtd: nand: denali: propagate page to helpers via function argument
` [PATCH v6 11/18] mtd: nand: denali: merge struct nand_buf into struct denali_nand_info
` [PATCH v6 12/18] mtd: nand: denali: use flag instead of register macro for direction
` [PATCH v6 13/18] mtd: nand: denali: fix raw and oob accessors for syndrome page layout
` [PATCH v6 14/18] mtd: nand: denali: support hardware-assisted erased page detection
` [PATCH v6 15/18] mtd: nand: denali: skip driver internal bounce buffer when possible
` [PATCH v6 16/18] mtd: nand: denali: use non-managed kmalloc() for DMA buffer
` [PATCH v6 17/18] mtd: nand: denali: enable bad block table scan
` [PATCH v6 18/18] mtd: nand: denali: avoid magic numbers and rename for clarification

[PATCH v5 00/23] mtd: nand: denali: Denali NAND IP patch bomb
 2017-06-13  4:42 UTC  (51+ 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] mtd: spi-nor: Recover from Spansion/Cypress errors
 2017-06-12 15:01 UTC 

[PATCH v0 00/20] mtd-utils: Return error code if command line option is unknown
 2017-06-12 10:51 UTC  (21+ messages)
` [PATCH v0 01/20] jffs2dump: "
` [PATCH v0 02/20] jffs2dump: Use defines for exit code values
` [PATCH v0 03/20] mkfs.jffs2: Return error code if command line option is unknown
` [PATCH v0 04/20] mkfs.jffs2: Use defines for exit code values
` [PATCH v0 05/20] jffsX-utils: Return error code if command line option is unknown
` [PATCH v0 06/20] mtd-utils: lash_unlock: Use defines for exit code values
` [PATCH v0 07/20] mtd-utils: flashcp: Drop exit code defines
` [PATCH v0 08/20] mtd-utils: ftl_format: Use return directly to leave main function
` [PATCH v0 09/20] mtd-utils: nandtest: Use defines for exit code values
` [PATCH v0 10/20] mtd-utils: nftl_format: "
` [PATCH v0 11/20] nor-utils: rfddump: Return error code if command line option is unknown
` [PATCH v0 12/20] nor-utils: rfdformat: "
` [PATCH v0 13/20] integrity: "
` [PATCH v0 14/20] ubi-utils: ubiblock: "
` [PATCH v0 15/20] ubi-utils: ubiformat: "
` [PATCH v0 16/20] ubi-utils: ubimkvol: "
` [PATCH v0 17/20] ubi-utils: ubirmvol: "
` [PATCH v0 18/20] ubi-utils: ubirsvol: "
` [PATCH v0 19/20] ubi-utils: ubiupdatevol: "
` [PATCH v0 20/20] ubi-utils: mkfs.ubifs: "

[PATCH] ubifs : fix oops when remounting with no_bulk_read
 2017-06-12  1:46 UTC 

[PATCH v6] mtd: handle partitioning on devices with 0 erasesize
 2017-06-10  6:00 UTC  (3+ messages)

[PATCH] mtd: nand: fsl_ifc: remove unused variable
 2017-06-09 21:50 UTC  (4+ messages)

[PATCH 0/3] mtd: sharpslpart partition parser
 2017-06-09 20:58 UTC  (8+ messages)
` [PATCH 1/3] mtd: sharpsl: add sharpslpart MTD "

[PATCH v6 0/3] ARM: dts: imx7: add NAND support
 2017-06-09 19:17 UTC  (7+ 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 "mtd: use class_groups instead of class_attrs" added to driver-core-next
 2017-06-09 18:08 UTC 

[PATCH] driver: mtd: ifc: update bufnum mask for ver >= 2.0.0
 2017-06-09 10:57 UTC 

[PATCH] driver: mtd: ifc: Initialize SRAM for all version >= 1.0
 2017-06-09 10:57 UTC 

patch "mtd: use class_groups instead of class_attrs" added to driver-core-testing
 2017-06-09  8:41 UTC 

[PATCH v3 0/9] mtd: sharpslpart partition parser
 2017-06-09  1:42 UTC  (5+ messages)
` [PATCH v3 1/9] mtd: sharpslpart: add sharpslpart MTD "

[PATCH] mtd: subpagetest: fix wrong written check in function write_eraseblock2
 2017-06-08 23:43 UTC  (2+ messages)

[PATCH v5 0/5] mtd: mchp23k256: device tree and mchp23lcv1024
 2017-06-08 23:40 UTC  (6+ messages)
` [PATCH v5 3/5] mtd: handle partitioning on devices with 0 erasesize
` [PATCH v5 4/5] mtd: mchp23k256: add partitioning support

[PATCH 0/4] mtd: mchp23k256: device tree and mchp23lcv1024
 2017-06-08 23:21 UTC  (12+ messages)
` [PATCH 3/4] mtd: mchp23k256: add partitioning 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 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  (8+ messages)
` [PATCH 2/5] mtd: block2mtd: Add support for specifying MTD write size and subpage shift

[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  (5+ messages)

[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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox