linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-14 09:07:30 to 2025-02-26 18:45:26 UTC [more...]

[PATCH v3 0/3] Freescale Enhanced Local Bus Controller (eLBC) binding YAML conversion
 2025-02-26 18:45 UTC  (6+ 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 00/17] Introduce and use generic parity32/64 helper
 2025-02-26 18:33 UTC  (47+ 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 mtd-utils] ubifs-utils: link libmissing.a in case execinfo.h isn't present
 2025-02-26 18:24 UTC 

[PATCH v4 mtd-utils 1/4] ubifs-utils: ubifs.h: Include <fcntl.h>
 2025-02-26 18:23 UTC  (5+ messages)
` [PATCH v4 mtd-utils 2/4] ubifs-utils: journal: Include <sys/stat.h>
` [PATCH v4 mtd-utils 3/4] configure.ac: Add a check for execinfo and backtrace
` [PATCH v4 mtd-utils 4/4] ubifs-utils: extract_files: Include <linux/limits.h>

[PATCH *-next 00/18] Remove weird and needless 'return' for void APIs
 2025-02-26 17:06 UTC  (37+ messages)
` [PATCH *-next 01/18] mm/mmu_gather: Remove needless return in void API tlb_remove_page()
` [PATCH *-next 02/18] cpu: Remove needless return in void API suspend_enable_secondary_cpus()
` [PATCH *-next 03/18] crypto: api - Remove needless return in void API crypto_free_tfm()
` [PATCH *-next 04/18] crypto: scomp - Remove needless return in void API crypto_scomp_free_ctx()
` [PATCH *-next 05/18] sysfs: Remove needless return in void API sysfs_enable_ns()
` [PATCH *-next 06/18] skbuff: Remove needless return in void API consume_skb()
` [PATCH *-next 07/18] wifi: mac80211: Remove needless return in void API _ieee80211_hw_set()
` [PATCH *-next 08/18] net: sched: Remove needless return in void API qdisc_watchdog_schedule_ns()
` [PATCH *-next 09/18] ipv4/igmp: Remove needless return in void API ip_mc_dec_group()
` [PATCH *-next 10/18] IB/rdmavt: Remove needless return in void API rvt_mod_retry_timer()
` [PATCH *-next 11/18] ratelimit: Remove needless return in void API ratelimit_default_init()
` [PATCH *-next 12/18] siox: Remove needless return in void API siox_driver_unregister()
` [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 16/18] rhashtable: "
` [PATCH *-next 17/18] dma-mapping: Remove needless return in five "
` [PATCH *-next 18/18] mtd: nand: Do not return void function in void function

[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  (18+ 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 11/12] dt-bindings: nand: Add fsl,elbc-fcm-nand
` [PATCH v2 12/12] dt-bindings: mtd: raw-nand-chip: Relax node name pattern

[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 v15 0/2] Add QPIC SPI NAND driver
 2025-02-24 11:14 UTC  (3+ 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] 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)

[PATCH] dt-bindings: mtd: mxc-nand: Document fsl,imx31-nand
 2025-02-21 17:54 UTC  (2+ messages)

[PATCH v4 0/2] Add support for read retry
 2025-02-21 13:59 UTC  (4+ messages)
` [PATCH v4 1/2] mtd: spi-nand: Add read retry support
` [PATCH v4 2/2] mtd: spi-nand: macronix: Add support for read retry

Współpraca
 2025-02-21  8:45 UTC 

[ANNOUNCE] mtd-utils-2.3.0 is released
 2025-02-20 14:58 UTC  (4+ messages)

[GIT PULL] mtd: topic branch for spi with Qcom changes
 2025-02-20 11:33 UTC  (6+ messages)

[PATCH mtd-utils v3] tests: add test_DATA to EXTRA_DIST
 2025-02-20 11:25 UTC 

[PATCH mtd-utils v2] tests: add test_DATA to EXTRA_DIST
 2025-02-20  8:48 UTC  (2+ messages)

[PATCH 0/2] jffs2: fix a couple of uninit value errors
 2025-02-19 15:18 UTC  (3+ messages)
` [PATCH 1/2] jffs2: initialize filesystem-private inode info in ->alloc_inode callback

[PATCH mtd/fixes] mtd: rawnand: cadence: fix unchecked dereference
 2025-02-19 13:41 UTC  (2+ messages)

[GIT PULL] mtd: spi-nor: fixes for v6.14-rc4
 2025-02-19 13:41 UTC  (4+ messages)

[PATCH] Fixed a spelling error in the comments
 2025-02-19 13:37 UTC  (4+ messages)
  ` mtd: rawnand: r852: "

[PATCH mtd-utils] tests: add test_DATA to EXTRA_DIST
 2025-02-19 12:00 UTC  (2+ messages)

Zapytanie ofertowe
 2025-02-19  9:06 UTC 

[PATCH v12 0/3] mtd: Add support for stacked memories
 2025-02-19  8:36 UTC  (8+ messages)
` [PATCH v12 1/3] dt-bindings: mtd: Describe MTD partitions concatenation

[PATCH v3 mtd-utils 1/4] ubifs-utils: ubifs.h: Include <fcntl.h>
 2025-02-19  1:46 UTC  (6+ messages)
` [PATCH v3 mtd-utils 2/4] ubifs-utils: journal: Include <sys/stat.h>
` [PATCH v3 mtd-utils 3/4] configure.ac: Add a check for execinfo and backtrace
` [PATCH v3 mtd-utils 4/4] ubifs-utils: extract_files: Include <linux/limits.h>

[PATCH mtd-utils 1/5] ubifs-utils: defs.h: Include <fcntl.h>
 2025-02-18 22:00 UTC  (11+ messages)
` [PATCH mtd-utils 2/5] ubifs-utils: ubifs.h: "
` [PATCH mtd-utils 3/5] ubifs-utils: journal: Include <sys/stat.h>
` [PATCH mtd-utils 4/5] configure.ac: Add a check for execinfo and backtrace
` [PATCH mtd-utils 5/5] ubifs-utils: extract_files: Define XATTR_LIST_MAX locally

[PATCH 0/2] mtd: spi-nor: use scope-based mutex cleanup helpers
 2025-02-18 14:23 UTC  (3+ messages)
` [PATCH 1/2] mtd: spi-nor: sort headers alphabetically

[PATCH v2 mtd-utils 1/4] ubifs-utils: ubifs.h: Include <fcntl.h>
 2025-02-18 12:01 UTC  (8+ messages)
` [PATCH v2 mtd-utils 2/4] ubifs-utils: journal: Include <sys/stat.h>
` [PATCH v2 mtd-utils 3/4] configure.ac: Add a check for execinfo and backtrace
` [PATCH v2 mtd-utils 4/4] ubifs-utils: extract_files: Include <linux/limits.h>

[PATCH] mtd: spi-nor: sst: Fix SST write failure
 2025-02-17 14:21 UTC  (2+ messages)

[RFC] UBI statistics and bitrot interface
 2025-02-15  5:21 UTC  (5+ messages)

[PATCH v2] mtd: spinand: winbond: Fix oob_layout for W25N01JW
 2025-02-14 18:32 UTC  (3+ messages)

[PATCH v3 0/2] add clock-names property to nand node
 2025-02-14 18:25 UTC  (2+ messages)

Zwrot
 2025-02-14  9:01 UTC 


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