linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-21 14:11:41 to 2025-03-05 16:18:52 UTC [more...]

[PATCH 1/2] mtd: spi-nor: sst: register SFDP region into NVMEM framework to read MAC Address
 2025-03-05 15:09 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: microchip: sama5d29_curiosity: Add nvmem-layout in QSPI to describe EUI48 MAC address region

[PATCH v15 0/2] Add QPIC SPI NAND driver
 2025-03-05 11:25 UTC  (5+ messages)
` [PATCH v15 1/2] spi: dt-bindings: Introduce qcom,spi-qpic-snand
` [PATCH v15 2/2] spi: spi-qpic: add driver for QCOM SPI NAND flash Interface

[PATCH v13 0/2] Add support for Loongson-1 NAND
 2025-03-05 11:05 UTC  (3+ messages)
` [PATCH v13 1/2] dt-bindings: mtd: Add Loongson-1 NAND Controller
` [PATCH v13 2/2] mtd: rawnand: Add Loongson-1 NAND Controller Driver

Message from production
 2025-03-05  8:56 UTC 

[PATCH RESEND] mtd: cfi_cmdset_0001: Fix exception handling in cfi_intelext_setup()
 2025-03-04 19:21 UTC 

[PATCH] mtd: rawnand: tegra: Simplify maximum determination in tegra_nand_setup_timing()
 2025-03-04 15:09 UTC  (7+ messages)
  `  "

[PATCH] mtd: spinand: Improve spinand_info macros style
 2025-03-04 13:54 UTC  (3+ messages)

[PATCH v12 0/2] Add support for Loongson-1 NAND
 2025-03-04 13:52 UTC  (5+ messages)
` [PATCH v12 2/2] mtd: rawnand: Add Loongson-1 NAND Controller Driver

[PATCH] mtd: Fix error handling in mtd_device_parse_register() error path
 2025-03-04 11:08 UTC  (2+ messages)

Proszę o kontakt
 2025-03-04  8:50 UTC 

[PATCH v2 00/18] Introduce and use generic parity16/32/64 helper
 2025-03-03 19:37 UTC  (31+ messages)
` [PATCH v2 01/18] lib/parity: Add __builtin_parity() fallback implementations
` [PATCH v2 02/18] bitops: Optimize parity8() using __builtin_parity()
` [PATCH v2 03/18] bitops: Add parity16(), parity32(), and parity64() helpers
` [PATCH v2 04/18] media: media/test_drivers: Replace open-coded parity calculation with parity8()
` [PATCH v2 05/18] media: pci: cx18-av-vbi: "
` [PATCH v2 06/18] media: saa7115: "
` [PATCH v2 07/18] serial: max3100: "
` [PATCH v2 08/18] lib/bch: Replace open-coded parity calculation with parity32()
` [PATCH v2 09/18] Input: joystick - "
` [PATCH v2 10/18] net: ethernet: oa_tc6: "
` [PATCH v2 11/18] wifi: brcm80211: "
` [PATCH v2 12/18] drm/bridge: dw-hdmi: "
` [PATCH v2 13/18] mtd: ssfdc: "
` [PATCH v2 14/18] fsi: i2cr: "
` [PATCH v2 15/18] fsi: i2cr: Replace open-coded parity calculation with parity64()
` [PATCH v2 16/18] Input: joystick - "
` [PATCH v2 17/18] nfp: bpf: "
` [PATCH v2 18/18] bitops: Add parity() macro for automatic type-based selection

[PATCH v3 0/3] Freescale Enhanced Local Bus Controller (eLBC) binding YAML conversion
 2025-03-03 14:00 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: memory-controllers: Add fsl,elbc-gpcm-uio
` [PATCH v3 2/3] dt-bindings: nand: Add fsl,elbc-fcm-nand
` [PATCH v3 3/3] dt-bindings: memory-controllers: Convert fsl,elbc to YAML

[PATCH v2 06/11] ubifs: reorder capability check last
 2025-03-03 13:49 UTC  (2+ messages)

[PATCH *-next 00/18] Remove weird and needless 'return' for void APIs
 2025-03-03 11:30 UTC  (27+ messages)
` [PATCH *-next 01/18] mm/mmu_gather: Remove needless return in void API tlb_remove_page()
` [PATCH *-next 08/18] net: sched: Remove needless return in void API qdisc_watchdog_schedule_ns()
` [PATCH *-next 13/18] gpiolib: Remove needless return in two void APIs
` [PATCH *-next 14/18] PM: wakeup: Remove needless return in three "
` [PATCH *-next 15/18] mfd: db8500-prcmu: "
` [PATCH *-next 18/18] mtd: nand: Do not return void function in void function

[PATCH] dt-bindings: mtd: mxc-nand: Document fsl,imx31-nand
 2025-03-03 10:45 UTC  (3+ messages)

[PATCH v2] mtd: rawnand: brcmnand: fix PM resume warning
 2025-03-03 10:45 UTC  (3+ messages)

Zwrot
 2025-03-03  8:55 UTC 

[PATCH 00/17] Introduce and use generic parity32/64 helper
 2025-03-02 15:47 UTC  (54+ messages)
` [PATCH 01/17] bitops: Add generic parity calculation for u32
` [PATCH 02/17] bitops: Add generic parity calculation for u64
` [PATCH 03/17] x86: Replace open-coded parity calculation with parity8()
` [PATCH 04/17] media: media/test_drivers: "
` [PATCH 05/17] media: pci: cx18-av-vbi: "
` [PATCH 06/17] media: saa7115: "
` [PATCH 07/17] serial: max3100: "
` [PATCH 08/17] lib/bch: Replace open-coded parity calculation with parity32()
` [PATCH 09/17] Input: joystick - "
` [PATCH 10/17] net: ethernet: oa_tc6: "
` [PATCH 11/17] wifi: brcm80211: "
` [PATCH 12/17] drm/bridge: dw-hdmi: "
` [PATCH 13/17] mtd: ssfdc: "
` [PATCH 14/17] fsi: i2cr: "
` [PATCH 15/17] fsi: i2cr: Replace open-coded parity calculation with parity64()
` [PATCH 16/17] Input: joystick - "
` [PATCH 17/17] nfp: bpf: "

[PATCH v6 00/11] mtd: add driver for Intel discrete graphics
 2025-03-02 14:09 UTC  (12+ messages)
` [PATCH v6 01/11] mtd: core: always create master device
` [PATCH v6 02/11] mtd: add driver for intel graphics non-volatile memory device
` [PATCH v6 03/11] mtd: intel-dg: implement region enumeration
` [PATCH v6 04/11] mtd: intel-dg: implement access functions
` [PATCH v6 05/11] mtd: intel-dg: register with mtd
` [PATCH v6 06/11] mtd: intel-dg: align 64bit read and write
` [PATCH v6 07/11] mtd: intel-dg: wake card on operations
` [PATCH v6 08/11] drm/i915/nvm: add nvm device for discrete graphics
` [PATCH v6 09/11] drm/i915/nvm: add support for access mode
` [PATCH v6 10/11] drm/xe/nvm: add on-die non-volatile memory device
` [PATCH v6 11/11] drm/xe/nvm: add support for access mode

[PATCH mtd-utils] ubifs-utils: link libmissing.a in case execinfo.h isn't present
 2025-03-01  1:23 UTC  (2+ messages)

[PATCH] mtd: spi-nor: spansion: Add support for CY15V104QSN
 2025-02-28 14:01 UTC 

Rekrutacja handlowca
 2025-02-28  9:00 UTC 

[PATCH] mtd: rawnand: brcmnand: fix PM resume warning
 2025-02-27 12:58 UTC  (2+ messages)

[PATCH v4 mtd-utils 1/4] ubifs-utils: ubifs.h: Include <fcntl.h>
 2025-02-27  6:58 UTC  (5+ messages)
` [PATCH v4 mtd-utils 3/4] configure.ac: Add a check for execinfo and backtrace

[PATCH v5 00/11] mtd: add driver for Intel discrete graphics
 2025-02-26 12:51 UTC  (12+ messages)
` [PATCH v5 01/11] mtd: core: always create master device
` [PATCH v5 02/11] mtd: add driver for intel graphics non-volatile memory device
` [PATCH v5 03/11] mtd: intel-dg: implement region enumeration
` [PATCH v5 04/11] mtd: intel-dg: implement access functions
` [PATCH v5 05/11] mtd: intel-dg: register with mtd
` [PATCH v5 06/11] mtd: intel-dg: align 64bit read and write
` [PATCH v5 07/11] mtd: intel-dg: wake card on operations
` [PATCH v5 08/11] drm/i915/nvm: add nvm device for discrete graphics
` [PATCH v5 09/11] drm/i915/nvm: add support for access mode
` [PATCH v5 10/11] drm/xe/nvm: add on-die non-volatile memory device
` [PATCH v5 11/11] drm/xe/nvm: add support for access mode

[PATCH v2 00/12] YAML conversion of several Freescale/PowerPC DT bindings
 2025-02-25 12:54 UTC  (9+ messages)
` [PATCH v2 05/12] dt-bindings: dma: Convert fsl,elo*-dma to YAML
` [PATCH v2 09/12] dt-bindings: memory-controllers: Convert fsl,elbc "

[PATCH v2] mtd: spi-nor: explicitly include <linux/math64.h>
 2025-02-24 17:09 UTC  (2+ messages)

[PATCH v5 0/2] Add support for read retry
 2025-02-24 15:40 UTC  (4+ messages)
` [PATCH v5 1/2] mtd: spi-nand: Add read retry support
` [PATCH v5 2/2] mtd: spi-nand: macronix: Add support for read retry

[PATCH] mtd: rawnand: use kcalloc() instead of kzalloc()
 2025-02-24 15:40 UTC  (2+ messages)

[PATCH] mtd: Fix potential UAF for mtdswap_dev pointers
 2025-02-24 15:36 UTC  (2+ messages)

[PATCH] mtd: spi-nor: explicitly include <linux/math64.h>
 2025-02-23  6:49 UTC 

[GIT PULL] mtd: Changes for 6.14-rc4
 2025-02-21 17:10 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).