public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2025-10-13 15:28:42 to 2025-10-31 17:30:00 UTC [more...]

[PATCH 00/28] mtd: spinand: Octal DTR support
 2025-10-31 17:27 UTC  (28+ messages)
` [PATCH 01/28] spi: spi-mem: Make the DTR command operation macro more suitable
` [PATCH 02/28] spi: spi-mem: Create a repeated address operation
` [PATCH 03/28] spi: spi-mem: Limit octal DTR constraints to octal DTR situations
` [PATCH 04/28] mtd: spinand: Fix kernel doc
` [PATCH 05/28] mtd: spinand: Add missing check
` [PATCH 06/28] mtd: spinand: Remove stale definitions
` [PATCH 07/28] mtd: spinand: Use standard return values
` [PATCH 08/28] mtd: spinand: Decouple write enable and write disable operations
` [PATCH 09/28] mtd: spinand: Create an array of operation templates
` [PATCH 10/28] mtd: spinand: Make use of the operation templates through SPINAND_OP()
` [PATCH 11/28] mtd: spinand: Convert vendor drivers to SPINAND_OP()
` [PATCH 12/28] mtd: spinand: macronix: Convert vendor specific operation "
` [PATCH 13/28] mtd: spinand: winbond: Convert W25N "
` [PATCH 14/28] mtd: spinand: winbond: Convert W35N "
` [PATCH 15/28] mtd: spinand: List vendor specific operations and make sure they are supported
` [PATCH 16/28] mtd: spinand: macronix: Register vendor specific operation
` [PATCH 17/28] mtd: spinand: winbond: Register W25N "
` [PATCH 18/28] mtd: spinand: winbond: Register W35N "
` [PATCH 19/28] mtd: spinand: winbond: Fix style
` [PATCH 20/28] mtd: spinand: winbond: Rename IO_MODE register macro
` [PATCH 21/28] mtd: spinand: winbond: Configure the IO mode after the dummy cycles
` [PATCH 22/28] mtd: spinand: Gather all the bus interface steps in one single function
` [PATCH 23/28] mtd: spinand: Add support for setting a bus interface
` [PATCH 24/28] mtd: spinand: Propagate the bus interface across core helpers
` [PATCH 25/28] mtd: spinand: Give the bus interface to the configuration helper
` [PATCH 26/28] mtd: spinand: Warn if using SSDR-only vendor commands in a non SSDR mode
` [PATCH 28/28] mtd: spinand: winbond: W35N octal DTR support

[PATCH] dt-bindings: Remove extra blank lines
 2025-10-31  6:46 UTC  (18+ messages)

[PATCH] mtd: spear_smi: fix kernel-doc warnings <linux/mtd/spear_smi.h>
 2025-10-31  5:41 UTC 

[PATCH] dt-bindings: mtd: nvidia,tegra20-nand: convert to DT schema
 2025-10-30 18:47 UTC 

[PATCH v4 00/16] Introduce Allwinner H6/H616 NAND controller support
 2025-10-28 17:05 UTC  (28+ messages)
` [PATCH v4 01/16] dt-bindings: mtd: sunxi: Add H616 compatible
` [PATCH v4 02/16] mtd: rawnand: sunxi: Remove superfluous register readings
` [PATCH v4 03/16] mtd: rawnand: sunxi: Replace hard coded value by a define
` [PATCH v4 04/16] mtd: rawnand: sunxi: move ECC strenghts in sunxi_nfc_caps
` [PATCH v4 05/16] mtd: rawnand: sunxi: introduce reg_ecc_err_cnt "
` [PATCH v4 06/16] mtd: rawnand: sunxi: introduce reg_user_data "
` [PATCH v4 07/16] mtd: rawnand: sunxi: rework pattern found registers
` [PATCH v4 08/16] mtd: rawnand: sunxi: add has_ecc_block_512 capability
` [PATCH v4 09/16] mtd: rawnand: sunxi: introduce ecc_mode_mask in sunxi_nfc_caps
` [PATCH v4 10/16] mtd: rawnand: sunxi: introduce random en/dir "
` [PATCH v4 11/16] mtd: rawnand: sunxi: introduce reg_pat_id "
` [PATCH v4 12/16] mtd: rawnand: sunxi: introduce reg_spare_area "
` [PATCH v4 13/16] mtd: rawnand: sunxi: introduce ecc_err_mask "
` [PATCH v4 14/16] mtd: rawnand: sunxi: introduce sram_size "
` [PATCH v4 15/16] mtd: rawnand: sunxi: Add support for H616 nand controller
` [PATCH v4 16/16] arm64: dts: allwinner: h616: add NAND controller
` (subset) [PATCH v4 00/16] Introduce Allwinner H6/H616 NAND controller support

[PATCH v3] mtd: intel-dg: wake card on operations
 2025-10-28 16:36 UTC  (2+ messages)

[PATCH] mtd: rawnand: lpc32xx_slc: fix GPIO descriptor leak on probe error and remove
 2025-10-28 15:59 UTC  (2+ messages)

[PATCH 1/1] mtd: rawnand: gpmi: Remove redundant pm_runtime_mark_last_busy() calls
 2025-10-28 15:59 UTC  (2+ messages)

[PATCH v3] mtd: rawnand: cadence: Add support for NV-DDR interface mode
 2025-10-28 15:59 UTC  (2+ messages)

[PATCH v0 0/2] mtd: nand: allow unconventional NAND layouts
 2025-10-28 15:59 UTC  (4+ messages)
` [PATCH v0 1/2] Revert "mtd: rawnand: marvell: fix layouts"
` [PATCH v0 2/2] mtd: nand: relax ECC parameter validation check

[RFC PATCH 00/10] SPINAND PHY Tuning Series
 2025-10-28 15:41 UTC  (5+ messages)
` [RFC PATCH 01/10] spi: spi-mem: Introduce support for tuning controller

[PATCH] misc-utils: docfdisk.c: validate partition size to prevent arithmetic overflow
 2025-10-28 10:48 UTC 

[PATCH v3 00/15] Introduce Allwinner H6/H616 NAND controller support
 2025-10-28  7:30 UTC  (28+ messages)
` [PATCH v3 01/15] mtd: rawnand: sunxi: Remove superfluous register readings
` [PATCH v3 02/15] mtd: rawnand: sunxi: move ECC strenghts in sunxi_nfc_caps
` [PATCH v3 03/15] mtd: rawnand: sunxi: introduce reg_ecc_err_cnt "
` [PATCH v3 04/15] mtd: rawnand: sunxi: introduce reg_user_data "
` [PATCH v3 05/15] mtd: rawnand: sunxi: rework pattern found registers
` [PATCH v3 06/15] mtd: rawnand: sunxi: add has_ecc_block_512 capability
` [PATCH v3 07/15] mtd: rawnand: sunxi: introduce ecc_mode_mask in sunxi_nfc_caps
` [PATCH v3 08/15] mtd: rawnand: sunxi: introduce random en/dir "
` [PATCH v3 09/15] mtd: rawnand: sunxi: introduce reg_pat_id "
` [PATCH v3 10/15] mtd: rawnand: sunxi: introduce reg_spare_area "
` [PATCH v3 11/15] mtd: rawnand: sunxi: introduce ecc_err_mask "
` [PATCH v3 12/15] mtd: rawnand: sunxi: introduce sram_size "
` [PATCH v3 13/15] mtd: rawnand: sunxi: Add support for H616 nand controller
` [PATCH v3 14/15] dt-bindings: mtd: sunxi: Add H616 compatible
` [PATCH v3 15/15] arm64: dts: allwinner: h616: add NAND controller

[PATCH] mtd: rawnand: cadence: avoid NULL dereference of DMA device pointer
 2025-10-28  5:44 UTC 

[bug report] mtd: rawnand: cadence: fix DMA device NULL pointer dereference
 2025-10-28  2:23 UTC  (2+ messages)

[PATCH] misc-utils: docfdisk.c: fix potential integer underflow in partition size calculation
 2025-10-27 22:50 UTC 

[PATCH 0/3] mtd: spi-nor: spansion: Add SMPT fixup for S25FS-S
 2025-10-27 22:36 UTC  (9+ messages)
` [PATCH 1/3] mtd: spi-nor: sfdp: introduce smpt_read_dummy fixup hook
` [PATCH 2/3] mtd: spi-nor: sfdp: introduce smpt_map_id "
` [PATCH 3/3] mtd: spi-nor: spansion: SMPT fixups for S25FS-S

[PATCH] mtd: spi-nor: spansion: Add SMPT fixup for S25FS512S
 2025-10-27 22:35 UTC  (18+ messages)

Pytanie o samochód
 2025-10-27  8:40 UTC 

[PATCH 1/5] mtd-utils: don't include features.h
 2025-10-26 20:00 UTC  (5+ messages)
` [PATCH 2/5] mtd-utils: rbtree: just include stddef.h
` [PATCH 3/5] mtd-utils: reduce linux/types.h usage
` [PATCH 4/5] mtd-utils: serve_image: fix _POSIX_C_SOURCE
` [PATCH 5/5] mtd-utils: add GNU_SOURCE define to c files

[PATCH v2] mtd: rawnand: cadence: Add support for NV-DDR interface mode
 2025-10-25  2:20 UTC  (3+ messages)

[PATCH] mtd: rawnand: cadence: Add support for NV-DDR interface mode
 2025-10-24 11:11 UTC  (4+ messages)

[PATCH] mtd: intel-dg: wake card on operations
 2025-10-23 10:53 UTC  (7+ messages)

[PATCH] mtd: rawnand: cadence: fix DMA device NULL pointer dereference
 2025-10-23  7:04 UTC  (2+ messages)

[PATCH] mtd: core: Add nand_id sysfs attribute for NAND devices
 2025-10-23  6:54 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v0] mtd: rawnand: marvell: fix 8bit ECC layouts
 2025-10-22 20:18 UTC  (3+ messages)

[PATCH v2] mtd: intel-dg: wake card on operations
 2025-10-22 14:26 UTC  (4+ messages)

[PATCH] dt-bindings: mtd: physmap: add 'clocks' and 'power-domains'
 2025-10-22 10:02 UTC  (2+ messages)

[PATCH] mtd: rawnand: realtek: Make rtl_ecc_engine_ops const
 2025-10-22  9:56 UTC  (2+ messages)

[PATCH next] mtd: nand: realtek-ecc: Fix a IS_ERR() vs NULL bug in probe
 2025-10-22  9:56 UTC  (2+ messages)

[PATCH] mtd: nand: MTD_NAND_ECC_REALTEK should depend on HAS_DMA
 2025-10-22  9:56 UTC  (2+ messages)

[PATCH v2 resend] mtdchar: fix integer overflow in read/write ioctls
 2025-10-22  9:56 UTC  (2+ messages)

[PATCH] ubifs: using vmalloc_array() to handle the code
 2025-10-22  8:14 UTC  (2+ messages)

Informacja z księgowości
 2025-10-21  7:40 UTC 

DRAM for Automotive For Review
 2025-10-20 18:04 UTC 

[PATCH v3 0/3] Add iommu supports
 2025-10-20 15:22 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: mtd: cdns,hp-nfc: Add iommu property
` [PATCH 2/3] dt-bindings: dma: snps,dw-axi-dmac: "
` [PATCH 3/3] arm64: dts: socfpga: agilex5: Add SMMU nodes

Energia elektryczna - zmiany
 2025-10-20  7:51 UTC 

[PATCH] mtd: spi-nor: atmel: add at25dn011
 2025-10-17  6:44 UTC  (2+ messages)

Rekrutacja handlowca
 2025-10-16  8:01 UTC 

[PATCH] mtd: spi-nor: Enable locking for n25q00a
 2025-10-14 18:25 UTC  (9+ messages)

[PATCH v2 00/15] Introduce Allwinner H6/H616 NAND controller support
 2025-10-14  7:13 UTC  (9+ messages)
` [PATCH v2 02/15] mtd: rawnand: sunxi: move ECC strenghts in sunxi_nfc_caps
` [PATCH v2 14/15] dt-bindings: mtd: sunxi: Add H616 compatible
` [PATCH v2 15/15] arm64: dts: allwinner: h616: add NAND controller


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