public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-10-24 21:41:26 to 2023-11-08 13:01:32 UTC [more...]

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-11-08 12:58 UTC  (10+ messages)
` [PATCH 01/22] [RESEND^2] ida: make 'ida_dump' static
` [PATCH 02/22] [RESEND^2] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH 03/22] [RESEND] kprobes: unify kprobes_exceptions_nofify() prototypes
` [PATCH 04/22] [RESEND] time: make sysfs_get_uname() function visible in header
` [PATCH 05/22] [RESEND] parport: gsc: mark init function static
` [PATCH 06/22] [RESEND] stackleak: add declarations for global functions
` [PATCH 07/22] [RESEND] sched: fair: move unused stub functions to header
` [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes
` [PATCH 09/22] [v2] arch: fix asm-offsets.c building with -Wmissing-prototypes

[PATCH] memory: renesas-rpc-if: Fix IO state based on flash type
 2023-11-08 10:57 UTC  (17+ messages)

[PATCH v5 1/2] spi: Replace -ENOTSUPP with -EOPNOTSUPP in op checking
 2023-11-08  9:43 UTC  (2+ messages)
` [PATCH v5 2/2] mtd: spi-nor: Stop reporting warning message when soft reset is not suported

[PATCH v2 0/6] mtd: spi-nor: introduce die erase
 2023-11-08  8:54 UTC  (38+ messages)
` [PATCH v2 1/6] mtd: spi-nor: use kernel sized types instead of c99 types
` [PATCH v2 2/6] mtd: spi-nor: add erase die (chip) capability
` [PATCH v2 3/6] mtd: spi-nor: spansion: enable die erase for multi die flashes
` [PATCH v2 4/6] mtd: spi-nor: micron-st: "
` [PATCH v2 5/6] mtd: spi-nor: remove NO_CHIP_ERASE flag
` [PATCH v2 6/6] mtd: spi-nor: micron-st: Add support for mt25qu01g

[PATCH] ubifs: describe function parameters
 2023-11-08  6:16 UTC  (2+ messages)

[PATCH] mtd-utils: flash_erase: Add an option for JFFS2 cleanmarker size
 2023-11-07  9:23 UTC 

[PATCH v4] mtd: spi-nor: Improve reporting for software reset failures
 2023-11-06 14:27 UTC  (9+ messages)

[PATCH] ubifs: auth.c: fix kernel-doc function prototype warning
 2023-11-06  6:18 UTC  (2+ messages)

[GIT PULL] UBI and UBIFS Updates for v6.7-rc1
 2023-11-05 18:53 UTC  (2+ messages)

[GIT PULL] mtd: Changes for v6.7
 2023-11-05  3:02 UTC  (2+ messages)

[GIT PULL] mtd: spi-nor: changes for v6.7-rc1
 2023-11-04 11:05 UTC  (2+ messages)

[GIT PULL] mtd: nand: Changes for v6.7
 2023-11-04 10:48 UTC 

[RFC PATCH 0/5] Add QPIC SPI NAND driver support
 2023-11-03 13:54 UTC  (31+ messages)
` [RFC PATCH 1/5] mtd: nand: ecc-qcom: Add support for ECC Engine Driver
` [RFC PATCH 2/5] arm64: dts: qcom: ipq9574: Add ecc engine support
` [RFC PATCH 3/5] mtd: nand: qpic_common: Add support for qpic common API
` [RFC PATCH 4/5] spi: qpic: Add support for qpic spi nand driver
` [RFC PATCH 5/5] arm64: dts: qcom: ipq9574: Add support for SPI nand

[PATCH v4 0/5] ubi: Enhanced fault injection capability for the UBI driver
 2023-11-03 11:39 UTC  (9+ messages)
` [PATCH v4 1/5] ubi: Use the fault injection framework to enhance the fault injection capability
` [PATCH v4 2/5] ubi: Split io_failures into write_failure and erase_failure
` [PATCH v4 3/5] ubi: Add six fault injection type for testing
` [PATCH v4 4/5] ubi: Reserve sufficient buffer length for the input mask
` [PATCH v4 5/5] mtd: Add several functions to the fail_function list

[PATCH 0/4] mtd: Convert to platform remove callback returning (part II)
 2023-11-03  8:11 UTC  (7+ messages)
` [PATCH 1/4] mtd: rawnand: brcmnand: Convert to platform remove callback returning void
` [PATCH 2/4] mtd: rawnand: txx9ndfmc: Switch to module_platform_driver()
` [PATCH 3/4] mtd: rawnand: txx9ndfmc: Drop if block with always false condition
` [PATCH 4/4] mtd: rawnand: txx9ndfmc: Convert to platform remove callback returning void

[PATCH V3] nvmem: brcm_nvram: store a copy of NVRAM content
 2023-11-02  6:28 UTC 

[PATCH 0/6] mtd: spi-nor: introduce die erase
 2023-11-01 14:09 UTC  (12+ messages)
` [PATCH 1/6] mtd: spi-nor: use kernel sized types instead of c99 types
` [PATCH 2/6] mtd: spi-nor: add erase die (chip) capability
` [PATCH 3/6] mtd: spi-nor: spansion: enable die erase for multi die flashes
` [PATCH 4/6] mtd: spi-nor: micron-st: use "
` [PATCH 5/6] mtd: spi-nor: remove NO_CHIP_ERASE flag
` [PATCH 6/6] mtd: spi-nor: micron-st: Add support for mt25qu01g

[PATCH v3 1/2] mtd: spi-nor: Set the erase flag for multi-die
 2023-10-30 15:29 UTC  (7+ messages)
` [PATCH v3 2/2] mtd: spi-nor: micron-st: Add support for mt25qu01g

[PATCH] ubifs: use crypto_shash_tfm_digest() in ubifs_hmac_wkm()
 2023-10-31  4:11 UTC  (2+ messages)

[PATCH 1/2] ubi: block: don't use gendisk->first_minor for the idr_alloc return value
 2023-10-30 14:46 UTC  (4+ messages)
` [PATCH 2/2] block: dev_t components are unsigned

[PATCH v3] mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
 2023-10-29 15:39 UTC  (6+ messages)

[PATCH 1/1] mtd: rawnand: add support for TH58NYG3S0HBAI4 NAND flash
 2023-10-29 13:48 UTC  (3+ messages)

[PATCH] mtd: rawnand: sh_flctl: Convert to module_platform_driver()
 2023-10-27 17:47 UTC  (2+ messages)

[PATCH v3] mtd: rawnand: intel: check return value of devm_kasprintf()
 2023-10-27 17:47 UTC  (2+ messages)

[PATCH v3] mtd: rawnand: meson: check return value of devm_kasprintf()
 2023-10-27 17:47 UTC  (2+ messages)

[PATCH v4] mtd: cfi_cmdset_0001: Byte swap OTP info
 2023-10-27 17:47 UTC  (2+ messages)

[PATCH] mtd: block2mtd: Add a valid holder to blkdev_put()
 2023-10-27 17:47 UTC  (2+ messages)

[PATCH] mtd: spinand: winbond: Add support for W25N02KW
 2023-10-27 17:43 UTC  (2+ messages)

[PATCH] dt-bindings: mtd-partitions: Export special values
 2023-10-27 12:16 UTC  (12+ messages)
` [PATCH v2 0/2] dt-bindings: mtd: partitions: "
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] dt-bindings: mtd: partitions: Document "

[PATCH reworded] Revert "nvmem: add new config option"
 2023-10-27 11:18 UTC  (2+ messages)

[PATCH 0/4] Add tCLQV parameter to tweak SPI timings
 2023-10-26 15:23 UTC  (3+ messages)
` [PATCH 2/4] mtd: spinand: Add support for clock to rx delay setting
` [PATCH 3/4] mtd: spinand: winbond: Add rx sample delay for W25N02KV

[PATCH V2] nvmem: brcm_nvram: store a copy of NVRAM content
 2023-10-26 11:31 UTC  (3+ messages)

[PATCH] mtd: spi-nor: micron-st: Add support for mt25qu01g
 2023-10-26 11:25 UTC  (14+ messages)

[PATCH v4 1/4] mtd: rawnand: Add destructive operation
 2023-10-26  0:26 UTC  (8+ messages)
` [PATCH v4 2/4] mtd: rawnand: NAND controller write protect
` [PATCH v4 3/4] mtd: rawnand: brcmnand: pass host struct to bcmnand_ctrl_poll_status
` [PATCH v4 4/4] mtd: rawnand: brcmnand: exec_op implementation

[PATCH v6 1/3] dt-bindings: mtd: partitions: Add binman compatible
 2023-10-25 21:06 UTC  (3+ messages)
` [PATCH v6 2/3] dt-bindings: mtd: binman-partition: Add binman compatibles
` [PATCH v6 3/3] dt-bindings: mtd: binman-partitions: Add alignment properties

[PATCH v4 1/3] dt-bindings: mtd: partitions: Add binman compatible
 2023-10-25 20:58 UTC  (6+ messages)
` [PATCH v4 2/3] dt-bindings: mtd: binman-partition: Add binman compatibles

[PATCH v1 0/2] jffs2: make cleanmarker support option
 2023-10-25 14:53 UTC  (6+ messages)
` [PATCH v1 2/2] "

[PATCH v5 1/3] dt-bindings: mtd: partitions: Add binman compatible
 2023-10-25 12:11 UTC  (4+ messages)
` [PATCH v5 2/3] dt-bindings: mtd: binman-partition: Add binman compatibles
` [PATCH v5 3/3] dt-bindings: mtd: binman-partitions: Add alignment properties

[PATCH v3] mtd: spi-nor: Improve reporting for software reset failures
 2023-10-25  5:05 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