linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-22 16:08:22 to 2023-04-01 16:21:09 UTC [more...]

[PATCH 00/49] mtd: nand: Convert to platform remove callback returning void
 2023-04-01 16:19 UTC  (12+ messages)
` [PATCH 01/49] mtd: nand: mxic-ecc: "
` [PATCH 04/49] mtd: onenand: samsung: "
` [PATCH 07/49] mtd: rawnand: atmel: "
` [PATCH 08/49] mtd: rawnand: au1550nd: "
` [PATCH 12/49] mtd: rawnand: denali_dt: "
` [PATCH 21/49] mtd: rawnand: intel: "
` [PATCH 22/49] mtd: rawnand: lpc32xx_mlc: "
` [PATCH 26/49] mtd: rawnand: mpc5121_nfc: "
` [PATCH 27/49] mtd: rawnand: mtk: "
` [PATCH 34/49] mtd: rawnand: oxnas: "
` [PATCH 49/49] mtd: rawnand: xway: "

[PATCH] mtd: spi-nor: Fix a trivial typo
 2023-03-31 19:47 UTC 

[PATCH v6 1/2] mtd: spi-nor: Delay the initialization of bank_size
 2023-03-31 19:46 UTC  (2+ messages)
` [PATCH v6 2/2] mtd: spi-nor: macronix: Add support for mx25uw51245g with RWW

[PATCH v5 0/8] mtd: spi-nor: read while write support
 2023-03-31 19:37 UTC  (16+ messages)
` [PATCH v5 1/8] mtd: spi-nor: Introduce the concept of bank
` [PATCH v5 2/8] mtd: spi-nor: Add a macro to define more banks
` [PATCH v5 3/8] mtd: spi-nor: Reorder the preparation vs. locking steps
` [PATCH v5 4/8] mtd: spi-nor: Separate preparation and locking
` [PATCH v5 5/8] mtd: spi-nor: Prepare the introduction of a new locking mechanism
` [PATCH v5 6/8] mtd: spi-nor: Add a RWW flag
` [PATCH v5 7/8] mtd: spi-nor: Enhance locking to support reads while writes
` [PATCH v5 8/8] mtd: spi-nor: macronix: Add support for mx25uw51245g with RWW
` Re (subset): [PATCH v5 0/8] mtd: spi-nor: read while write support

[PATCH RFC 00/20] ARM: oxnas support removal
 2023-03-31 14:58 UTC  (28+ messages)
` [PATCH RFC 01/20] ARM: dts: oxnas: remove obsolete device tree files
` [PATCH RFC 02/20] ARM: oxnas: remove OXNAS support
` [PATCH RFC 03/20] ARM: configs: remove oxnas_v6_defconfig
` [PATCH RFC 04/20] dt-bindings: arm: oxnas: remove obsolete bindings
` [PATCH RFC 05/20] clk: oxnas: remove obsolete clock driver
` [PATCH RFC 06/20] dt-bindings: clk: oxnas: remove obsolete bindings
` [PATCH RFC 07/20] clksource: timer-oxnas-rps: remove obsolete timer driver
` [PATCH RFC 08/20] dt-bindings: timer: oxsemi,rps-timer: remove obsolete bindings
` [PATCH RFC 09/20] nand: oxnas_nand: remove obsolete raw nand driver
` [PATCH RFC 10/20] dt-bindings: mtd: oxnas-nand: remove obsolete bindings
` [PATCH RFC 11/20] net: stmmac: dwmac-oxnas: remove obsolete dwmac glue driver
` [PATCH RFC 12/20] dt-bindings: net: oxnas-dwmac: remove obsolete bindings
` [PATCH RFC 13/20] pinctrl: pinctrl-oxnas: remove obsolete pinctrl driver
` [PATCH RFC 14/20] dt-bindings: pinctrl: oxnas,pinctrl: remove obsolete bindings
` [PATCH RFC 15/20] dt-bindings: gpio: gpio_oxnas: "
` [PATCH RFC 16/20] power: reset: oxnas-restart: remove obsolete restart driver
` [PATCH RFC 17/20] reset: oxnas: remove obsolete reset driver
` [PATCH RFC 18/20] irqchip: irq-versatile-fpga: remove obsolete oxnas compatible
` [PATCH RFC 19/20] dt-bindings: interrupt-controller: arm,versatile-fpga-irq: mark oxnas compatible as deprecated
` [PATCH RFC 20/20] MAINTAINERS: remove OXNAS entry

[PATCH] mtd: spi-nor: sst: Unlock addition for sst26vf016
 2023-03-31 10:25 UTC  (2+ messages)

[PATCH v5 00/10] mtd: spi-nor: Address mode discovery (BFPT method & current address mode)
 2023-03-31  7:46 UTC  (11+ messages)
` [PATCH v5 01/10] mtd: spi-nor: core: Move generic method to core - micron_st_nor_set_4byte_addr_mode
` [PATCH v5 02/10] mtd: spi-nor: core: Update name and description of micron_st_nor_set_4byte_addr_mode
` [PATCH v5 03/10] mtd: spi-nor: core: Update name and description of spansion_set_4byte_addr_mode
` [PATCH v5 04/10] mtd: spi-nor: core: Update name and description of spi_nor_set_4byte_addr_mode
` [PATCH v5 05/10] mtd: spi-nor: core: Make spi_nor_set_4byte_addr_mode_brwr public
` [PATCH v5 06/10] mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP data
` [PATCH v5 07/10] mtd: spi-nor: Stop exporting spi_nor_restore()
` [PATCH v5 08/10] mtd: spi-nor: core: Update flash's current address mode when changing address mode
` [PATCH v5 09/10] mtd: spi-nor: core: Introduce spi_nor_set_4byte_addr_mode()
` [PATCH v5 10/10] mtd: spi-nor: spansion: Determine current address mode

[PATCH v2] ubifs: Fix memory leak in do_rename
 2023-03-30 14:40 UTC 

[PATCH] ubifs: Fix memory leak in do_rename
 2023-03-30 14:38 UTC  (3+ messages)

[PATCH v2] ubifs: Free memory for tmpfile name
 2023-03-30 11:05 UTC  (2+ messages)

[PATCH] ubifs: Free memory for tmpfile name
 2023-03-30  8:21 UTC  (4+ messages)

[PATCH -next v3] ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size
 2023-03-29 21:33 UTC  (5+ messages)

[PATCH v4 00/11] mtd: spi-nor: Address mode discovery (BFPT method & current address mode)
 2023-03-29 17:28 UTC  (7+ messages)
` [PATCH v4 06/11] mtd: spi-nor: Parse BFPT to determine the 4-Byte Address Mode methods
` [PATCH v4 07/11] mtd: spi-nor: Favor the BFPT-parsed set_4byte_addr_mode method
` [PATCH v4 11/11] mtd: spi-nor: spansion: Determine current address mode

[PATCH v4] mtd: spinand: add support for ESMT F50x1G41LB
 2023-03-29 11:42 UTC 

[PATCH v2] mtd: rawnand: meson: fix bitmask for length in command word
 2023-03-29 10:55 UTC  (5+ messages)

[PATCH v1] mtd: rawnand: meson: fix bitmask for length in command word
 2023-03-29  9:55 UTC  (13+ messages)

[PATCH v2] mtd: ubi: eba.c: fix return value overwrite issue in try_write_vid_and_data()
 2023-03-29  1:14 UTC  (2+ messages)

[PATCH v2] mtdblock: tolerate corrected bit-flips
 2023-03-28 16:51 UTC  (2+ messages)

[PATCH v3 0/2] mtd: rawnand: stm32_fmc2: do not support EDO mode
 2023-03-28 15:58 UTC  (3+ messages)
` [PATCH v3 1/2] mtd: rawnand: stm32_fmc2: remove unsupported "
` [PATCH v3 2/2] mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_min

[PATCH 0/2] depends on ARCH_STM32 instead of MACH_STM32MP157
 2023-03-28 14:31 UTC  (7+ messages)
` [PATCH 1/2] memory: stm32-fmc2-ebi: "
  ` (subset) "
` [PATCH 2/2] mtd: rawnand: stm32_fmc2: "

[PATCH] mtd: lpddr_cmds: remove unused words variable
 2023-03-28 14:31 UTC  (2+ messages)

[PATCH v2 0/2] mtd: rawnand: stm32_fmc2: do not support EDO mode
 2023-03-28 14:01 UTC  (13+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_min

[PATCH] mtdblock: tolerate corrected bit-flips
 2023-03-28 14:00 UTC  (4+ messages)

[PATCH v3] mtd: spinand: add support for ESMT F50x1G41LB
 2023-03-28 13:06 UTC  (3+ messages)

[PATCH 0/5] mtd: rawnand: qcom: Add support for QSPI nand
 2023-03-28 11:18 UTC  (8+ messages)
` [PATCH 2/5] mtd: rawnand: qcom: Add initial support for qspi nand

[PATCH 0/8] spi: Introduce spi-cs-setup-ns dt property
 2023-03-28  9:36 UTC  (4+ messages)
` [PATCH 5/8] ARM: dts: at91-sama5d27_wlsom1: Set sst26vf064b SPI NOR flash at its maximum frequency

[PATCH v4 0/8] mtd: spi-nor: read while write support
 2023-03-28  8:22 UTC  (13+ messages)
` [PATCH v4 3/8] mtd: spi-nor: Reorder the preparation vs locking steps
` [PATCH v4 7/8] mtd: spi-nor: Enhance locking to support reads while writes

Słowa kluczowe do wypozycjonowania
 2023-03-28  7:40 UTC 

[GIT PULL] mtd: Fixes for 6.3-rc5
 2023-03-27 16:49 UTC  (2+ messages)

[PATCH] driver core: class: mark the struct class for sysfs callbacks as constant
 2023-03-27 16:05 UTC  (2+ messages)

[PATCH 0/2] mtd: nand: raw: macronix: allow disabling block protection
 2023-03-27  8:21 UTC  (14+ messages)
` [PATCH 1/2] dt-bindings: mtd: nand: Macronix: document new binding
` [PATCH 2/2] mtd: nand: raw: macronix: allow disabling block protection

[PATCH] mtd: rawnand: stm32_fmc2: do not support EDO mode
 2023-03-27  8:11 UTC  (5+ messages)

[PATCH RFC] mtd: rawnand: xway: don't yield while holding spinlock
 2023-03-26 23:52 UTC 

[PATCH resent] mtd: cfi_cmdset_0001: Fix exception handling in cfi_intelext_setup()
 2023-03-25  9:43 UTC 

[PATCH v3 0/9] mtd: spi-nor: read while write support
 2023-03-24 15:13 UTC  (6+ messages)
` [PATCH v3 2/9] mtd: spi-nor: Introduce the concept of bank

[PATCH v3 01/10] kobject: introduce kobject_del_and_put()
 2023-03-23 12:26 UTC  (4+ messages)

[PATCH v3 05/10] ubifs: convert to kobject_del_and_put()
 2023-03-23  1:08 UTC  (4+ messages)

[PATCH] dt-bindings: mtd: Drop unneeded quotes
 2023-03-22 19:13 UTC  (3+ messages)

[PATCH v5] mtd: rawnand: hynix: fix up bit 0 of sdr_timing_mode
 2023-03-22 16:08 UTC  (2+ messages)

[PATCH] mtd: rawnand: remove unused is_imx51_nfc and imx53_nfc functions
 2023-03-22 16:08 UTC  (2+ messages)

[PATCH] mtd: Avoid magic values
 2023-03-22 16:08 UTC  (2+ messages)

[PATCH] mtd: nand: qcom: Use of_property_present() for testing DT property presence
 2023-03-22 16:08 UTC  (2+ messages)

[PATCH v2] mtd: Avoid printing error messages on probe deferrals
 2023-03-22 16:08 UTC  (2+ messages)

[PATCH] mtd: Use of_property_read_bool() for boolean properties
 2023-03-22 16:08 UTC  (2+ messages)

[PATCH] mtd: rawnand: nandsim: Artificially prevent sequential page reads
 2023-03-22 16:07 UTC  (2+ messages)

[PATCH] mtdblock: tolerate corrected bit-flips
 2023-03-22 16:08 UTC  (2+ messages)

[PATCH] dt-bindings: mtd: jedec,spi-nor: Document CPOL/CPHA support
 2023-03-22 16:08 UTC  (2+ messages)

[RFC PATCH v1] mtd: rawnand: meson: invalidate cache on polling ECC bit
 2023-03-22 16:07 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).