linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-27 01:16:32 to 2023-11-09 05:48:14 UTC [more...]

[PATCH v1] mtd: rawnand: meson: handle OOB buffer according OOB layout
 2023-11-09  5:39 UTC 

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-11-09  1:07 UTC  (34+ 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 10/22] microblaze: include linux/cpu.h for trap_init() prototype
` [PATCH 11/22] x86: sta2x11: include header for sta2x11_get_instance() prototype
` [PATCH 12/22] csky: fix arch_jump_label_transform_static override
` [PATCH 13/22] arch: add do_page_fault prototypes
` [PATCH 14/22] arch: add missing prepare_ftrace_return() prototypes
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 16/22] bcachefs: mark bch2_target_to_text_sb() static
` [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
` [PATCH 18/22] powerpc: pasemi: mark pas_shutdown() static
` [PATCH 19/22] powerpc: powermac: mark smp_psurge_{give,take}_timebase static
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
` [PATCH 21/22] fbdev/fsl-diu-fb: mark wr_reg_wa() static
` [PATCH 22/22] Makefile.extrawarn: turn on missing-prototypes globally

[PATCH 0/6] Fix polarity and bindings for GPIO-based NAND drivers
 2023-11-08 21:45 UTC  (13+ messages)
` [PATCH 1/6] mtd: rawnand: ams-delta/gpio: Unify polarity
` [PATCH 2/6] dt-bindings: mtd: Rewrite gpio-control-nand in schema
` [PATCH 3/6] MIPS: NI 169445: Fix NAND GPIOs
` [PATCH 4/6] mtd: rawnand: gpio: Use device properties
` [PATCH 5/6] mtd: rawnand: gpio: Support standard nand width
` [PATCH 6/6] mtd: rawnand: gpio: Rename file

[PATCH RFC 0/4] Add set_iofv() callback
 2023-11-08 17:11 UTC  (3+ messages)
` [PATCH RFC 1/4] spi: spi-mem: "
` [PATCH RFC 2/4] mtd: spi-nor: Add post_sfdp() callback

[PATCH] mtd: spinand: gigadevice: Fix the get ecc status issue
 2023-11-08 15:07 UTC 

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


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