public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2025-02-26 17:11:46 to 2025-03-07 18:50:07 UTC [more...]

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

[PATCH] jffs2: check that raw node were preallocated before writing summary
 2025-03-07 16:34 UTC 

[PATCH 00/21] mtd: spinand: Add octal support
 2025-03-07 16:03 UTC  (30+ messages)
` [PATCH 01/21] mtd: spinand: Use more specific naming for the reset op
` [PATCH 02/21] mtd: spinand: Use more specific naming for the write enable/disable op
` [PATCH 03/21] mtd: spinand: Use more specific naming for the read ID op
` [PATCH 04/21] mtd: spinand: Use more specific naming for the get/set feature ops
` [PATCH 05/21] mtd: spinand: Use more specific naming for the erase op
` [PATCH 06/21] mtd: spinand: Use more specific naming for the page read op
` [PATCH 07/21] mtd: spinand: Use more specific naming for the (single) read from cache ops
` [PATCH 08/21] mtd: spinand: Use more specific naming for the (dual output) "
` [PATCH 09/21] mtd: spinand: Use more specific naming for the (dual IO) "
` [PATCH 10/21] mtd: spinand: Use more specific naming for the (quad output) "
` [PATCH 11/21] mtd: spinand: Use more specific naming for the (quad IO) "
` [PATCH 12/21] mtd: spinand: Use more specific naming for the program execution op
` [PATCH 13/21] mtd: spinand: Use more specific naming for the (single) program load op
` [PATCH 14/21] mtd: spinand: Use more specific naming for the (quad) "
` [PATCH 15/21] mtd: spinand: winbond: Rename DTR variants
` [PATCH 16/21] mtd: spinand: winbond: Add support for W35N01JW in single mode
` [PATCH 17/21] mtd: spinand: Define octal read from cache operations
` [PATCH 18/21] mtd: spinand: winbond: Add octal read support
` [PATCH 19/21] mtd: spinand: Define octal load to cache operations
` [PATCH 20/21] mtd: spinand: winbond: Add octal program support
` [PATCH 21/21] mtd: spinand: winbond: Add support for W35N02JW and W35N02JW chips

[PATCH 0/3] mtd: spi-nor: headers cleanup
 2025-03-07 12:21 UTC  (8+ messages)
` [PATCH 1/3] mtd: spi-nor: explicitly include <linux/of.h>
` [PATCH 2/3] mtd: spi-nor: explicitly include <linux/mod_devicetable.h>
` [PATCH 3/3] mtd: spi-nor: drop unused <linux/of_platform.h>

[PATCH v2] mtd: spi-nor: explicitly include <linux/math64.h>
 2025-03-07  6:37 UTC  (2+ messages)

[PATCH v2 0/2] Add support for Quad Input Page Program
 2025-03-07  6:35 UTC  (8+ messages)
` [PATCH v2 1/2] mtd: spi-nor: macronix: Add post_sfdp fixups "

[PATCH] mtd: spi-nor: spansion: Add support for CY15V104QSN
 2025-03-06 10:54 UTC  (2+ messages)

[PATCH] mtd: spinand: Improve spinand_info macros style
 2025-03-06 11:10 UTC  (5+ messages)

[PATCH v2] mtd: spi-nor: add support for MRAM Everspin EM008LX
 2025-03-06 10:59 UTC  (2+ messages)

CYRS17B spi-nor flash support in ubi/ubifs
 2025-03-06 10:25 UTC  (2+ messages)

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

[PATCH] mtd: nand: Fix a kdoc comment
 2025-03-06  9:10 UTC  (2+ messages)

[PATCH] spi: spi-mem: Introduce a default ->exec_op() debug log
 2025-03-06  9:05 UTC  (2+ messages)

[PATCH v2 00/18] Introduce and use generic parity16/32/64 helper
 2025-03-05 16:20 UTC  (32+ 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 v15 0/2] Add QPIC SPI NAND driver
 2025-03-05 11:25 UTC  (3+ messages)

[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 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 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  (8+ messages)
` [PATCH *-next 14/18] PM: wakeup: Remove needless return in three "
` [PATCH *-next 15/18] mfd: db8500-prcmu: "

[PATCH] dt-bindings: mtd: mxc-nand: Document fsl,imx31-nand
 2025-03-03 10:45 UTC  (2+ 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  (14+ messages)
` [PATCH 02/17] bitops: Add generic parity calculation for u64

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

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


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