linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-16 17:46:49 to 2023-07-20 08:32:17 UTC [more...]

[PATCH v3 00/42] ep93xx device tree conversion
 2023-07-20 11:29 UTC  (32+ messages)
` [PATCH v3 01/42] gpio: ep93xx: split device in multiple
` [PATCH v3 02/42] dt-bindings: clock: Add Cirrus EP93xx
` [PATCH v3 03/42] clk: ep93xx: add DT support for "
` [PATCH v3 04/42] dt-bindings: pinctrl: Add "
` [PATCH v3 05/42] pinctrl: add a Cirrus ep93xx SoC pin controller
` [PATCH v3 06/42] dt-bindings: soc: Add Cirrus EP93xx
` [PATCH v3 07/42] soc: Add SoC driver for Cirrus ep93xx
` [PATCH v3 08/42] dt-bindings: timers: Add Cirrus EP93xx
` [PATCH v3 09/42] clocksource: ep93xx: Add driver for Cirrus Logic EP93xx
` [PATCH v3 10/42] dt-bindings: rtc: Add Cirrus EP93xx
` [PATCH v3 11/42] rtc: ep93xx: add DT support for "
` [PATCH v3 12/42] dt-bindings: watchdog: Add Cirrus EP93x
` [PATCH v3 13/42] watchdog: ep93xx: add DT support for Cirrus EP93xx
` [PATCH v3 14/42] power: reset: Add a driver for the ep93xx reset
` [PATCH v3 15/42] dt-bindings: pwm: Add Cirrus EP93xx
` [PATCH v3 16/42] pwm: ep93xx: add DT support for "
` [PATCH v3 17/42] dt-bindings: spi: Add "
` [PATCH v3 18/42] spi: ep93xx: add DT support for "
` [PATCH v3 19/42] dt-bindings: net: Add "
` [PATCH v3 20/42] net: cirrus: add DT support for "
` [PATCH v3 23/42] dt-bindings: mtd: Add ts7200 nand-controller
` [PATCH v3 28/42] input: keypad: ep93xx: add DT support for Cirrus EP93xx
` [PATCH v3 30/42] rtc: m48t86: add DT support for m48t86
` [PATCH v3 31/42] dt-bindings: wdt: Add ts72xx
` [PATCH v3 32/42] wdt: ts72xx: add DT support for ts72xx
` [PATCH v3 33/42] gpio: ep93xx: add DT support for gpio-ep93xx
` [PATCH v3 36/42] ARM: ep93xx: DT for the Cirrus ep93xx SoC platforms
` [PATCH v3 37/42] pwm: ep93xx: drop legacy pinctrl
` [PATCH v3 40/42] ARM: ep93xx: soc: drop defines
` [PATCH v3 41/42] ARM: dts: ep93xx: Add EDB9302 DT
` [PATCH v3 42/42] ASoC: cirrus: edb93xx: Delete driver

[RFC PATCH 0/6] nvmem: add block device NVMEM provider
 2023-07-20  8:24 UTC  (13+ messages)
` [RFC PATCH 1/6] mmc: core: set card fwnode_handle
` [RFC PATCH 2/6] mmc: block: set fwnode of disk devices
` [RFC PATCH 3/6] block: add new genhd flag GENHD_FL_NO_NVMEM
` [RFC PATCH 4/6] mtd: blkdevs: set GENHD_FL_NO_NVMEM
` [RFC PATCH 5/6] mtd: ubi: block: "
` [RFC PATCH 6/6] block: implement NVMEM provider

[PATCH v2 0/8] mtd: spi-nor: spansion: Add support for Infineon S28HS02GT
 2023-07-20  7:54 UTC  (10+ messages)
` [PATCH v2 1/8] mtd: spi-nor: spansion: use CLPEF as an alternative to CLSR
` [PATCH v2 2/8] mtd: spi-nor: spansion: preserve CFR2V[7] when writing MEMLAT
` [PATCH v2 3/8] mtd: spi-nor: spansion: prepare octal dtr methods for multi chip support
` [PATCH v2 4/8] mtd: spi-nor: spansion: switch set_octal_dtr method to use vreg_offset
` [PATCH v2 5/8] mtd: spi-nor: spansion: switch h28hx's ready() "
` [PATCH v2 6/8] mtd: spi-nor: spansion: add MCP support in set_octal_dtr()
` [PATCH v2 7/8] mtd: spi-nor: spansion: add octal DTR support in RD_ANY_REG_OP
` [PATCH v2 8/8] mtd: spi-nor: spansion: add support for S28HS02GT

[PATCH V1 1/1] linux: drivers: mtd: spi-nor: gigadevice.c
 2023-07-20  7:05 UTC  (4+ messages)

[PATCH] mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op()
 2023-07-20  7:04 UTC  (2+ messages)

[PATCH] mtd: spi-nor: avoid holes in struct spi_mem_op
 2023-07-20  6:50 UTC  (3+ messages)

[PATCH v2 0/3] mtd: rawnand: Sequential page reads
 2023-07-20  6:20 UTC  (15+ messages)
` [PATCH v2 3/3] mtd: rawnand: Support for sequential cache reads

Question about Davinci NAND using 4 bit ECC
 2023-07-20  6:08 UTC  (3+ messages)

[RFC PATCH 00/21] crypto: consolidate and clean up compression APIs
 2023-07-20  1:23 UTC  (30+ messages)
` [RFC PATCH 01/21] crypto: scomp - Revert "add support for deflate rfc1950 (zlib)"
` [RFC PATCH 02/21] crypto: qat - Drop support for allocating destination buffers
` [RFC PATCH 03/21] crypto: acompress - Drop destination scatterlist allocation feature
` [RFC PATCH 04/21] net: ipcomp: Migrate to acomp API from deprecated comp API
` [RFC PATCH 05/21] ubifs: Pass worst-case buffer size to compression routines
` [RFC PATCH 06/21] ubifs: Avoid allocating buffer space unnecessarily
` [RFC PATCH 07/21] ubifs: Migrate to acomp compression API
` [RFC PATCH 08/21] zram: "
` [RFC PATCH 09/21] crypto: nx - Migrate to scomp API
` [RFC PATCH 10/21] crypto: 842 - drop obsolete 'comp' implementation
` [RFC PATCH 11/21] crypto: deflate "
` [RFC PATCH 12/21] crypto: lz4 "
` [RFC PATCH 13/21] crypto: lz4hc "
` [RFC PATCH 14/21] crypto: lzo-rle "
` [RFC PATCH 15/21] crypto: lzo "
` [RFC PATCH 16/21] crypto: zstd "
` [RFC PATCH 17/21] crypto: cavium/zip "
` [RFC PATCH 18/21] crypto: compress_null "
` [RFC PATCH 19/21] crypto: remove obsolete 'comp' compression API
` [RFC PATCH 20/21] crypto: deflate - implement acomp API directly
` [RFC PATCH 21/21] crypto: scompress - Drop the use of per-cpu scratch buffers

[PATCH v2 00/15] ARM: oxnas support removal
 2023-07-19 22:30 UTC  (7+ messages)
` [PATCH v2 01/15] clk: oxnas: remove obsolete clock driver
` [PATCH v2 02/15] dt-bindings: clk: oxnas: remove obsolete bindings
` [PATCH v2 12/15] power: reset: oxnas-restart: remove obsolete restart driver

[PATCH v1 1/2] dt-bindings: mtd: nand-controller: add nand-skip-bbtscan and nand-no-bbm-quirk DT options
 2023-07-19 19:39 UTC  (6+ messages)
` [PATCH v1 2/2] mtd: rawnand: "

[PATCH 1/3] dt-bindings: nvmem: convert U-Boot env to NVMEM layout
 2023-07-19 16:19 UTC  (4+ messages)
` [PATCH 2/3] nvmem: core: export nvmem device size
` [PATCH WIP 3/3] nvmem: u-boot-env: convert to NVMEM layout

ubiblock: null pointer dereference using scatterlist in work_queue
 2023-07-19 14:38 UTC  (8+ messages)

[PATCH v1] mtd: spi-nor: macronix: Add support for MX77U25650F
 2023-07-19 15:18 UTC  (2+ messages)

[PATCH][next] mtdblock: make warning messages ratelimited
 2023-07-19 10:33 UTC 

[PATCH V2] mtd: rawnand: brcmnand: propagate init error -EPROBE_DEFER up
 2023-07-19  8:43 UTC 

[PATCH] mtd: rawnand: brcmnand: propagate init error -EPROBE_DEFER up
 2023-07-19  8:38 UTC  (3+ messages)

[PATCH v2] mtd: spi-nor: Correct flags for Winbond w25q128
 2023-07-18 11:58 UTC  (10+ messages)

[PATCH V2 0/5] ubi: Enhanced fault injection capability for the UBI driver
 2023-07-18  8:51 UTC  (6+ messages)
` [PATCH V2 1/5] ubi: Use the fault injection framework to enhance the fault injection capability
` [PATCH V2 2/5] ubi: Split io_failures into write_failure and erase_failure
` [PATCH V2 3/5] ubi: Add six fault injection type for testing
` [PATCH V2 4/5] ubi: Reserve sufficient buffer length for the input mask
` [PATCH V2 5/5] mtd: Add several functions to the fail_function list

[PATCH V4] nvmem: add explicit config option to read old syntax fixed OF cells
 2023-07-18  9:19 UTC  (4+ messages)
` [Linux-stm32] "

[PATCH] Add support for XMC XM25QH128C/XM25QH256C/XM25QU256C/XM25QH512C/XM25QU512C
 2023-07-18 17:15 UTC  (2+ messages)

[PATCH v5] mtd: spi-nor: Correct flags for Winbond w25q128
 2023-07-18 17:43 UTC  (2+ messages)

[PATCH] Revert "nvmem: add new config option"
 2023-07-18 16:59 UTC  (4+ messages)

[PATCH] ubifs: Fix memory leak of bud->log_hash
 2023-07-19  6:25 UTC  (2+ messages)

[PATCH 0/3] spi: spi-cadence-quadspi: Add Rx tuning support for DTR mode
 2023-07-18 11:30 UTC  (4+ messages)

[PATCH v5 0/8] fs: implement multigrain timestamps
 2023-07-19  1:35 UTC  (3+ messages)
` [PATCH v5 6/8] xfs: switch to "

[PATCH] mtd: spi-nor: Make octal_dtr_enable() dedicate for enabling Octal DTR
 2023-07-18 17:43 UTC  (4+ messages)
` [PATCH] mtd: spi-nor: rename method for enabling or disabling octal DTR

[PATCH] mtd: spi-nor: gigadevice: Add support for gd25lb256e
 2023-07-18 17:49 UTC  (3+ messages)
` [PATCH v2] mtd: spi-nor: gigadevice: Add support for gd25lb256

[PATCH 0/5] mtd: spi-nor: spansion: Add support for Infineon S28HS02GT
 2023-07-18  7:30 UTC  (5+ messages)
` [PATCH 3/5] mtd: spi-nor: spansion: Add MCP support in octal_dtr_enable()

[PATCH 1/3] mtd: rawnand: marvell: Ensure program page operations are successful
 2023-07-17 19:42 UTC  (3+ messages)
` [PATCH 2/3] mtd: rawnand: arasan: "
` [PATCH 3/3] mtd: rawnand: pl353: "

mtd: WARNING: CPU: 0 PID: 1 at del_gendisk+0x27c/0x2fc
 2023-07-18 16:53 UTC 

[PATCH] mtd: mtdpart: check for subpartitions parsing result
 2023-07-18 13:49 UTC 

[PATCH 1/4] mtd: spi-nor: make sure op does not contain garbage
 2023-07-17 16:36 UTC  (4+ messages)
` [PATCH 2/4] mtd: spi-nor: micron-st: make "
` [PATCH 3/4] mtd: spi-nor: spansion: make sure "
` [PATCH 4/4] mtd: spi-nor: spansion: make sure op does not contain garbage (2)

[PATCH 0/2] Add support for gigadevice and macronix SPI-NOR
 2023-07-17 16:03 UTC  (4+ messages)
` [PATCH 1/2] mtd: spi-nor: gigadevice: Add support for gd25lb256e and gd25d{2,4}0c
` [PATCH 2/2] mtd: spi-nor: macronix: Add support for mx66u1g45g

mtd: spi-nor: flash_info db overhaul
 2023-07-17 14:55 UTC  (2+ messages)

[PATCH] Add support for XMC XM25QH128C/XM25QH256C/XM25QU256C/XM25QH512C/XM25QU512C
 2023-07-17 12:31 UTC  (2+ messages)

[bug report] UBI: rename sv to av
 2023-07-17  7:51 UTC 

[bug report] mtd: rawnand: qcom: Implement exec_op()
 2023-07-17  7:40 UTC 

[bug report] mtd: rawnand: qcom: Implement exec_op()
 2023-07-17  7:38 UTC 

[PATCH 0/8] mtd: rawnand: qcom: Misc fixes
 2023-07-17  6:38 UTC  (17+ messages)
` [PATCH 1/8] mtd: rawnand: qcom: Use the BIT() macro
` [PATCH 2/8] mtd: rawnand: qcom: Use u8 instead of uint8_t
` [PATCH 3/8] mtd: rawnand: qcom: Fix alignment with open parenthesis
` [PATCH 4/8] mtd: rawnand: qcom: Fix the spacing
` [PATCH 5/8] mtd: rawnand: qcom: Fix wrong indentation
` [PATCH 6/8] mtd: rawnand: qcom: Fix a typo
` [PATCH 7/8] mtd: rawnand: qcom: Early structure initialization
` [PATCH 8/8] mtd: rawnand: qcom: Fix address parsing within ->exec_op()

[PATCH v4 0/2] support 512B ECC step size for Meson NAND
 2023-07-17  5:34 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: nand: meson: make ECC properties dependent
` [PATCH v4 2/2] mtd: rawnand: meson: support for 512B ECC step size

[PATCH v1 0/3] mtd: spi-nor: Modify rule of parse SFDP
 2023-07-17  1:10 UTC  (4+ messages)
` [PATCH v1 1/3] mtd: spi-nor: Modify rule for parse sfdp


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