linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-08 07:22:15 to 2023-08-18 07:47:56 UTC [more...]

[PATCH -next 00/11] mtd: Use devm_clk_get_enabled() to simplify the drivers
 2023-08-18  7:46 UTC  (20+ messages)
` [PATCH -next 01/11] mtd: spear_smi: Use helper function devm_clk_get_enabled()
` [PATCH -next 02/11] mtd: rawnand: arasan: "
` [PATCH -next 03/11] mtd: rawnand: fsmc: "
` [PATCH -next 04/11] mtd: rawnand: intel: "
` [PATCH -next 05/11] mtd: rawnand: lpc32xx_slc: "
` [PATCH -next 06/11] mtd: rawnand: mpc5121: "
` [PATCH -next 07/11] mtd: rawnand: mtk: "
` [PATCH -next 08/11] mtd: rawnand: stm32_fmc2: "
` [PATCH -next 09/11] mtd: rawnand: sunxi: "
` [PATCH -next 10/11] mtd: rawnand: vf610_nfc: "
` [PATCH -next 11/11] mtd: spi-nor: "
` [PATCH -next v2 00/12] mtd: Use devm_clk_get_*() helper function to simplify the drivers
  ` [PATCH -next v2 01/12] mtd: spear_smi: Use helper function devm_clk_get_enabled()
  ` [PATCH -next v2 04/12] mtd: rawnand: intel: "
  ` [PATCH -next v2 05/12] mtd: rawnand: lpc32xx_slc: "
  ` [PATCH -next v2 08/12] mtd: rawnand: stm32_fmc2: "

[PATCH v3] mtd: spi-nor: Check bus width while setting QE bit
 2023-08-18  7:15 UTC  (2+ messages)

[PATCH v2] mtd: rawnand: fix -Wvoid-pointer-to-enum-cast warning
 2023-08-17 17:52 UTC 

[PATCH] Add support for more XMC series
 2023-08-17 17:17 UTC  (6+ messages)

[PATCH] mtd: rawnand: fsmc: handle clk prepare error in fsmc_nand_resume()
 2023-08-17 11:58 UTC 

[PATCH] mtd: rawnand: fix -Wvoid-pointer-to-enum-cast warning
 2023-08-17  8:43 UTC  (2+ messages)

[PATCH v1] mtd: spinand: micron: correct parameters
 2023-08-17  7:53 UTC  (5+ messages)

[PATCH] mtd-utils: nandtest: handle large nand devices
 2023-08-17  1:17 UTC  (4+ messages)

[PATCH v2] mtd: maps: fix -Wvoid-pointer-to-enum-cast warning
 2023-08-16 18:26 UTC 

[PATCH v2,1/2] mtd: spi-nor: giga: gd25lq64c: Disable quad mode according to bus width
 2023-08-16 18:24 UTC  (11+ messages)
` [PATCH v2,2/2] arm64: dts: mediatek: mt8183: set bus rx width to disable quad mode

[PATCH 00/17] -Wmissing-prototype warning fixes
 2023-08-16 14:38 UTC  (3+ messages)
` [PATCH 01/17] [RESEND] jffs2: mark __jffs2_dbg_superblock_counts() static

[PATCH] mtd: pcmcia: add ID for SEIKO EPSON LWB257SX20 256KB RAM device
 2023-08-16 13:13 UTC 

[PATCH 0/4] Add a property to override the quad mode
 2023-08-16 11:17 UTC  (11+ messages)
` [PATCH 1/4] dt-bindings: mtd: jedec,spi-nor: Add disable-quad-mode property
` [PATCH 2/4] mtd: spi-nor: sfdp: read "
` [PATCH 3/4] arm64: dts: mediatek: mt8183: disable quad mode for spi nor
` [PATCH 4/4] arm64: dts: qcom: sc7180: "

Fwd: ubi: fastmap: Fix a series of wear leveling problems
 2023-08-16 11:08 UTC  (2+ messages)

[PATCH] mtd: maps: fix -Wvoid-pointer-to-enum-cast warning
 2023-08-16  5:34 UTC  (4+ messages)

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-15  9:14 UTC  (14+ messages)
` [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
` [PATCH v4 46/48] mm: shrinker: make memcg "

Build regressions/improvements in v6.5-rc3
 2023-08-14 19:00 UTC  (4+ messages)

[PATCH v3 0/5] Add octal DTR support for Macronix flash
 2023-08-14  8:24 UTC  (14+ messages)
` [PATCH v3 2/5] mtd: spi-nor: core: Hook manufacture by checking first byte ID
` [PATCH v3 3/5] spi: spi-mem: Allow specifying the byte order in DTR mode

[PATCH v2 00/15] ARM: oxnas support removal
 2023-08-14  8:17 UTC  (5+ messages)
` [PATCH v2 09/15] pinctrl: pinctrl-oxnas: remove obsolete pinctrl driver

[PATCH 00/12] ubi: fastmap: Fix a series of wear leveling problems
 2023-08-12  8:00 UTC  (13+ messages)
` [PATCH 01/12] ubi: fastmap: Fix missed ec updating after erasing old fastmap data block
` [PATCH 02/12] ubi: fastmap: erase_block: Get erase counter from wl_entry rather than flash
` [PATCH 03/12] ubi: fastmap: Allocate memory with GFP_NOFS in ubi_update_fastmap
` [PATCH 04/12] ubi: Replace erase_block() with sync_erase()
` [PATCH 05/12] ubi: fastmap: Use free pebs reserved for bad block handling
` [PATCH 06/12] ubi: fastmap: Wait until there are enough free PEBs before filling pools
` [PATCH 07/12] ubi: fastmap: Remove unneeded break condition while "
` [PATCH 08/12] ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor exists
` [PATCH 09/12] ubi: fastmap: Get wl PEB even ec beyonds the 'max' if free PEBs are run out
` [PATCH 10/12] ubi: fastmap: Fix lapsed wear leveling for first 64 PEBs
` [PATCH 11/12] ubi: fastmap: Add module parameter to control reserving filling pool PEBs
` [PATCH 12/12] ubi: fastmap: Add control in 'UBI_IOCATT' ioctl to reserve PEBs for filling pools

[PATCH v2 0/29] block: Make blkdev_get_by_*() return handle
 2023-08-11 12:27 UTC  (3+ messages)
` [PATCH 12/29] mtd: block2mtd: Convert to bdev_open_by_dev/path()

[PATCH 0/7] Fix UBI Block wrt. highmem
 2023-08-11  8:36 UTC  (16+ messages)
` [PATCH 1/7] ubi: block: Refactor sg list processing for highmem
` [PATCH 2/7] scatterlist: Add kmap helpers
` [PATCH 3/7] scsi: dc395x: Switch to kmap_sg
` [PATCH 4/7] scsi: esp_scsi: "
` [PATCH 5/7] scsi: fdomain: "
` [PATCH 6/7] ubi: block: "
` [PATCH 7/7] scsi: core: Remove scsi_kmap_atomic_sg()

raw nand: Accessing R/B# through GPIO never used
 2023-08-11  6:40 UTC 

[PATCH v4 0/8] mtd: ubi: allow UBI volumes to provide NVMEM
 2023-08-11  1:38 UTC  (9+ messages)
` [PATCH v4 1/8] dt-bindings: mtd: add basic bindings for UBI
` [PATCH v4 2/8] dt-bindings: mtd: nvmem-cells: add support for UBI volumes
` [PATCH v4 3/8] mtd: ubi: block: don't return on error when removing
` [PATCH v4 4/8] mtd: ubi: block: use notifier to create ubiblock
` [PATCH v4 5/8] mtd: ubi: attach MTD partition from device-tree
` [PATCH v4 6/8] mtd: ubi: introduce pre-removal notification for UBI volumes
` [PATCH v4 7/8] mtd: ubi: populate ubi volume fwnode
` [PATCH v4 8/8] mtd: ubi: provide NVMEM layer over UBI volumes

ubiblock: null pointer dereference using scatterlist in work_queue
 2023-08-10 15:43 UTC  (9+ messages)

[PATCH v3 20/50] dt-bindings: atmel-nand: add microchip,sam9x7-pmecc
 2023-08-10  5:27 UTC  (3+ messages)

[PATCH v3 0/8] mtd: ubi: allow UBI volumes to provide NVMEM
 2023-08-09 22:58 UTC  (11+ messages)
` [PATCH v3 1/8] dt-bindings: mtd: add basic bindings for UBI
` [PATCH v3 2/8] dt-bindings: mtd: nvmem-cells: allow UBI volumes to provide NVMEM
` [PATCH v3 3/8] mtd: ubi: block: don't return on error when removing
` [PATCH v3 4/8] mtd: ubi: block: use notifier to create ubiblock from parameter
` [PATCH v3 5/8] mtd: ubi: attach MTD partition from device-tree
` [PATCH v3 6/8] mtd: ubi: introduce pre-removal notification for UBI volumes
` [PATCH v3 7/8] mtd: ubi: populate ubi volume fwnode
` [PATCH v3 8/8] mtd: ubi: provide NVMEM layer over UBI volumes

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-09 22:37 UTC  (45+ messages)
` [PATCH v7 01/13] fs: remove silly warning from current_time
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps
` [PATCH v7 13/13] btrfs: convert to "

[PATCH -next v3 RESEND] mtd: rawnand: Propagate error and simplify ternary operators for brcmstb_nand_wait_for_completion()
 2023-08-08 22:32 UTC  (2+ messages)

[PATCH 01/41] mtd: spi-nor: remove catalyst 'flashes'
 2023-08-08 18:34 UTC  (3+ messages)

[PATCH v4] mtd: spi-nor: Add support for sst26vf032b flash
 2023-08-08 15:30 UTC  (5+ messages)

[RFC PATCH 0/6] nvmem: add block device NVMEM provider
 2023-08-08 10:59 UTC  (5+ messages)
` [RFC PATCH 2/6] mmc: block: set fwnode of disk devices

[PATCH 00/41] mtd: spi-nor: clean the flash_info database up
 2023-08-08  9:25 UTC  (3+ messages)

[PATCH 02/41] mtd: spi-nor: remove Fujitsu MB85RS1MT support
 2023-08-08  9:04 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).