linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-02 16:36:53 to 2020-06-15 09:13:02 UTC [more...]

[PATCH v7 15/28] mtd: rawnand: timings: Add a helper to find the closest ONFI mode
 2020-06-15  9:04 UTC  (2+ messages)

[PATCH v7 16/28] mtd: rawnand: timings: Avoid redefining tR_max and tCCS_min
 2020-06-15  9:04 UTC  (2+ messages)

[PATCH v7 17/28] mtd: rawnand: timings: Use default values for tPROG_max and tBERS_max
 2020-06-15  9:04 UTC  (2+ messages)

[PATCH v7 18/28] mtd: rawnand: Hide the chip->data_interface indirection
 2020-06-15  9:04 UTC  (2+ messages)

[PATCH v7 20/28] mtd: rawnand: timings: Make onfi_fill_interface_config() a void helper
 2020-06-15  9:04 UTC  (2+ messages)

[PATCH v7 21/28] mtd: rawnand: Introduce nand_choose_best_sdr_timings()
 2020-06-15  9:04 UTC  (2+ messages)

[PATCH v7 22/28] mtd: rawnand: Add the ->choose_interface_config() hook
 2020-06-15  9:03 UTC  (2+ messages)

[PATCH v7 23/28] mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58TEG5DCLTA00
 2020-06-15  9:03 UTC  (2+ messages)

[PATCH v7 24/28] mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58NVG0S3E
 2020-06-15  9:03 UTC  (2+ messages)

[PATCH v7 25/28] mtd: rawnand: hynix: Implement ->choose_interface_config() for H27UCG8T2ATR-BC
 2020-06-15  9:03 UTC  (2+ messages)

[PATCH v7 26/28] mtd: rawnand: toshiba: Choose the interface configuration for TH58NVG2S3HBAI4
 2020-06-15  9:03 UTC  (2+ messages)

[PATCH v7 27/28] mtd: rawnand: Get rid of the default ONFI timing mode
 2020-06-15  9:02 UTC  (2+ messages)

[PATCH v7 28/28] mtd: rawnand: Allocate the interface configurations dynamically
 2020-06-15  9:02 UTC  (2+ messages)

[PATCH 00/10] mtd: rawnand: fsl_upm: Convert to exec_op() (and more)
 2020-06-15  9:02 UTC  (30+ messages)
` [PATCH 01/10] mtd: rawnand: fsl_upm: Remove unused mtd var
` [PATCH 02/10] mtd: rawnand: fsl_upm: Get rid of the unused fsl_upm_nand.parts field
` [PATCH 03/10] mtd: rawnand: fsl_upm: Allocate the fsl_upm_nand object using devm_kzalloc()
` [PATCH 04/10] mtd: rawnand: fsl_upm: Use devm_kasprintf() to allocate the MTD name
` [PATCH 05/10] mtd: rawnand: fsl_upm: Use platform_get_resource() + devm_ioremap_resource()
` [PATCH 06/10] mtd: rawnand: fsl_upm: Use gpio descriptors
` [PATCH 07/10] mtd: rawnand: fsl_upm: Inherit from nand_controller
` [PATCH 08/10] mtd: rawnand: fsl_upm: Implement exec_op()
` [PATCH 09/10] mtd: rawnand: fsl_upm: Get rid of the legacy interface implementation
` [PATCH 10/10] dt-bindings: mtd: fsl-upm-nand: Deprecate chip-delay and fsl, upm-wait-flags
  ` [PATCH 10/10] dt-bindings: mtd: fsl-upm-nand: Deprecate chip-delay and fsl,upm-wait-flags

[PATCH 0/3] mtd: rawnand: gpio: Convert to exec_op()
 2020-06-15  9:00 UTC  (8+ messages)
` [PATCH 1/3] mtd: rawnand: gpio: Inherit from nand_controller
` [PATCH 2/3] mtd: rawnand: gpio: Implement exec_op()
` [PATCH 3/3] mtd: rawnand: gpio: Get rid of the legacy interface implementation

[PATCH 00/17] spelling.txt: /decriptors/descriptors/
 2020-06-15  9:00 UTC  (3+ messages)
` [PATCH 04/17] drivers: mtd: nand: raw: Fix trivial spelling

[PATCH V4 0/2] Fix issues related to register access in IPQ NAND
 2020-06-15  8:59 UTC  (6+ messages)
` [PATCH V4 1/2] mtd: rawnand: qcom: avoid write to unavailable register
` [PATCH V4 2/2] mtd: rawnand: qcom: set BAM mode only if not set already

[PATCH v2 0/2] mtd: rawnand: brcmnand: ECC error handling on EDU transfers
 2020-06-15  8:59 UTC  (5+ messages)
` [PATCH v2 1/2] mtd: rawnand: brcmnand: Don't default to edu transfer
` [PATCH v2 2/2] mtd: rawnand: brcmnand: ECC error handling on EDU transfers

[PATCH 0/2] mtd: parsers: bcm63xx: simplify CFE detection
 2020-06-15  8:54 UTC  (15+ messages)
` [PATCH 1/2] MIPS: BCM63xx: add helper function to detect CFE
` [PATCH 2/2] mtd: parsers: bcm63xx: simplify CFE detection
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v6 0/8] Add Rockchip NFC drivers for RK3308 and others
 2020-06-15  7:47 UTC  (17+ messages)
` [PATCH v6 1/8] dt-bindings: mtd: Describe Rockchip RK3xxx NAND flash controller
` [PATCH v6 2/8] mtd: rawnand: rockchip: NFC drivers for RK3308, RK2928 and others
` [PATCH v6 3/8] MAINTAINERS: add maintainers to rockchip nfc
` [PATCH v6 4/8] arm64: dts: rockchip: Add nfc dts for RK3308 SOC
` [PATCH v6 5/8] arm64: dts: rockchip: Add nfc dts for PX30 SOC
  ` [PATCH v6 6/8] arm: dts: rockchip: Add nfc dts for RV1108 SOC
  ` [PATCH v6 7/8] arm: dts: rockchip: Add nfc dts for RK2928 and other SOC
  ` [PATCH v6 8/8] arm: dts: rockchip: Add nfc dts for RK3036 SOC

[PATCH] mtd: rawnand: gpmi: fix reference count leak due to pm_runtime_get_sync
 2020-06-15  7:24 UTC  (2+ messages)

[Patch] mtd: set master partition panic write flag
 2020-06-15  7:22 UTC  (3+ messages)

[PATCH 1/2] mtd: rawnand: brcmnand: Don't default to edu transfer
 2020-06-15  7:19 UTC  (10+ messages)
` [PATCH 2/2] mtd: rawnand: brcmnand: Ecc error handling on EDU transfers

[PATCH] mtd: rawnand: brcmnand: force raw OOB writes
 2020-06-14  8:53 UTC  (5+ messages)

[PATCH v1] mtd: spi-nor: Add support for Winbond w25q64jv spi flash
 2020-06-13 23:53 UTC 

[PATCH v3 0/2] Add Renesas RPC-IF support
 2020-06-13 18:42 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: memory: document Renesas RPC-IF bindings
` [PATCH v4 2/2] memory: add Renesas RPC-IF driver

[PATCH v5 0/6] add STM32 FMC2 EBI controller driver
 2020-06-12 15:22 UTC  (7+ messages)
` [PATCH v5 1/6] mtd: rawnand: stm32_fmc2: do not display errors if the driver is deferred
` [PATCH v5 2/6] dt-bindings: mtd: update STM32 FMC2 NAND controller documentation
` [PATCH v5 3/6] dt-bindings: memory-controller: add STM32 FMC2 EBI "
` [PATCH v5 4/6] memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driver
` [PATCH v5 5/6] mtd: rawnand: stm32_fmc2: use regmap APIs
` [PATCH v5 6/6] mtd: rawnand: stm32_fmc2: get resources from parent node

[PATCH V3 0/2] Fix issues related to register access in IPQ NAND
 2020-06-12  7:23 UTC  (5+ messages)
` [PATCH V3 1/2] mtd: rawnand: qcom: avoid write to unavailable register
` [PATCH V3 2/2] mtd: rawnand: qcom: set BAM mode only if not set already

[PATCH] dt-bindings: Fix more incorrect 'reg' property sizes in examples
 2020-06-11 15:21 UTC  (2+ messages)

[PATCH] mtd: revert "spi-nor: intel: provide a range for poll_timout"
 2020-06-11 10:39 UTC  (2+ messages)

[PATCH V2 0/2] Fix issues related to register access in IPQ NAND
 2020-06-11  7:13 UTC  (8+ messages)
` [PATCH V2 1/2] mtd: rawnand: qcom: remove write to unavailable register
` [PATCH V2 2/2] mtd: rawnand: qcom: set BAM mode only if not set already

[GIT PULL] mtd: Changes for 5.8
 2020-06-10 20:30 UTC  (2+ messages)

[GIT PULL] UBI changes for v5.8
 2020-06-10 20:30 UTC  (2+ messages)

[PATCH] mtd: spi-nor: micron-st: enable 4-byte opcodes for n25q512a
 2020-06-10  9:16 UTC 

Volatile lock bit support in MTD
 2020-06-09 14:50 UTC 

[PATCH v3 2/5] powerpc: module_[32|64].c: replace swap function with built-in one
 2020-06-09  5:58 UTC  (2+ messages)

[PATCH v2] jffs2: fix jffs2 mounting failure
 2020-06-09  2:09 UTC  (3+ messages)
  ` [PATCH v3] "

[PATCH AUTOSEL 5.6 086/606] ubifs: fix wrong use of crypto_shash_descsize()
 2020-06-08 23:03 UTC  (5+ messages)
` [PATCH AUTOSEL 5.6 088/606] mtd: spinand: Propagate ECC information to the MTD structure
` [PATCH AUTOSEL 5.6 091/606] ubifs: remove broken lazytime support
` [PATCH AUTOSEL 5.6 097/606] ubi: Fix seq_file usage in detailed_erase_block_info debugfs file
` [PATCH AUTOSEL 5.6 099/606] mtd: Fix mtd not registered due to nvmem name collision

[PATCH] mtd: raw: qcom_nand: Fix register write error
 2020-06-08 12:37 UTC  (2+ messages)

[PATCH] nand: raw: use write_oob_raw for MTD_OPS_AUTO_OOB mode
 2020-06-05 17:09 UTC  (7+ messages)

[PATCH v4 0/7] mtd: spi-nor: add xSPI Octal DTR support
 2020-06-05  7:47 UTC  (7+ messages)
` [PATCH v4 7/7] mtd: spi-nor: macronix: Add Octal 8D-8D-8D supports for Macronix mx25uw51245g

[PATCH v10 00/20] Introduction of the generic ECC framework
 2020-06-05  7:18 UTC  (24+ messages)
` [PATCH v10 01/20] mtd: rawnand: Add a kernel doc to the ECC algorithm enumeration
` [PATCH v10 02/20] mtd: rawnand: Rename the ECC algorithm enumeration items
` [PATCH v10 03/20] mtd: rawnand: Move the nand_ecc_algo enum to the generic NAND layer
` [PATCH v10 04/20] mtd: nand: Add a NAND page I/O request type
` [PATCH v10 05/20] dt-bindings: mtd: Document nand-ecc-placement
` [PATCH v10 06/20] dt-bindings: mtd: Document nand-ecc-engine
` [PATCH v10 07/20] dt-bindings: mtd: Document boolean NAND ECC properties
` [PATCH v10 08/20] mtd: nand: Introduce the ECC engine framework
` [PATCH v10 09/20] mtd: rawnand: Separate the ECC engine type and the ECC byte placement
` [PATCH v10 10/20] mtd: rawnand: Use the new ECC engine type enumeration
` [PATCH v10 11/20] mtd: nand: Create a helper to extract the ECC configuration
` [PATCH v10 12/20] mtd: spinand: Use nanddev_get_ecc_conf() when relevant
` [PATCH v10 13/20] mtd: nand: Create helpers to set/extract the ECC requirements
` [PATCH v10 14/20] mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevant
` [PATCH v10 15/20] mtd: nand: Use the new generic ECC object
` [PATCH v10 16/20] mtd: rawnand: Make use of the ECC framework
` [PATCH v10 17/20] mtd: rawnand: Use the ECC framework OOB layouts
` [PATCH v10 18/20] mtd: rawnand: Use the ECC framework nand_ecc_is_strong_enough() helper
` [PATCH v10 19/20] mtd: rawnand: Use the ECC framework user input parsing bits
` [PATCH v10 20/20] mtd: rawnand: Use the NAND framework user_conf object for ECC flags

[PATCH] mtd: rawnand: tango: Convert the driver to exec_op()
 2020-06-03 14:23 UTC  (2+ messages)

[PATCH] mtd: rawnand: mtk: Convert the driver to exec_op()
 2020-06-03 14:23 UTC  (2+ messages)

[PATCH v2 0/8] mtd: rawnand: bcm47xx: Convert to exec_op() (and more)
 2020-06-03 14:22 UTC  (2+ messages)

[PATCH v9 0/9] Preparation to the generic ECC engine abstraction
 2020-06-03 13:05 UTC  (11+ messages)
` [PATCH v9 4/9] mtd: rawnand: Use nanddev_get_ecc_requirements() when relevant
` [PATCH v9 5/9] mtd: nand: Convert generic NAND bits to use the ECC framework
` [PATCH v9 9/9] mtd: rawnand: Move the user input parsing bits to "

[GIT PULL] CFI and HyperFlash changes for v5.8-rc1
 2020-06-03  7:22 UTC  (2+ messages)

[PATCH] jffs2: fix nothing output for "ls" command
 2020-06-03  7:18 UTC  (2+ messages)

[PATCH] jffs2: GC deadlock reading a page that is used in jffs2_write_begin()
 2020-06-02 21:00 UTC  (5+ messages)

[PATCH 2/2] mtd: spi-nor: intel-spi: fix forced writable option
 2020-06-02 16:36 UTC  (4+ 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).