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

[PATCH -next 00/11] mtd: Use devm_clk_get_enabled() to simplify the drivers
 2023-08-21  3:17 UTC  (46+ 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 02/12] mtd: rawnand: arasan: "
      ` [PATCH -next v3 00/12] mtd: Use devm_clk_get_*() helper function to simplify the drivers
        ` [PATCH -next v3 01/12] mtd: spear_smi: Use helper function devm_clk_get_enabled()
        ` [PATCH -next v3 02/12] mtd: rawnand: arasan: "
        ` [PATCH -next v3 03/12] mtd: rawnand: fsmc: "
        ` [PATCH -next v3 04/12] mtd: rawnand: intel: "
        ` [PATCH -next v3 05/12] mtd: rawnand: lpc32xx_slc: "
        ` [PATCH -next v3 06/12] mtd: rawnand: mpc5121: "
        ` [PATCH -next v3 07/12] mtd: rawnand: mtk: "
        ` [PATCH -next v3 08/12] mtd: rawnand: stm32_fmc2: "
        ` [PATCH -next v3 09/12] mtd: rawnand: sunxi: "
        ` [PATCH -next v3 10/12] mtd: rawnand: vf610_nfc: "
        ` [PATCH -next v3 11/12] mtd: spi-nor: nxp-spifi: "
        ` [PATCH -next v3 12/12] mtd: rawnand: orion: Use helper function devm_clk_get_optional_enabled()
  ` [PATCH -next v2 03/12] mtd: rawnand: fsmc: 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 06/12] mtd: rawnand: mpc5121: "
  ` [PATCH -next v2 07/12] mtd: rawnand: mtk: "
  ` [PATCH -next v2 08/12] mtd: rawnand: stm32_fmc2: "
  ` [PATCH -next v2 09/12] mtd: rawnand: sunxi: "
  ` [PATCH -next v2 10/12] mtd: rawnand: vf610_nfc: "
  ` [PATCH -next v2 11/12] mtd: spi-nor: nxp-spifi: "
  ` [PATCH -next v2 12/12] mtd: rawnand: orion: Use helper function devm_clk_get_optional_enabled()
  ` (subset) [PATCH -next v2 00/12] mtd: Use devm_clk_get_*() helper function to simplify the drivers

[PATCH] ubifs: fix missing error code err
 2023-08-19  2:24 UTC  (2+ messages)

[PATCH 0/3]mtd: rawnand: qcom: Fixes for exec_op
 2023-08-18 20:02 UTC  (7+ messages)
` [PATCH 1/3] mtd: rawnand: qcom: Update read_loc size to 512
` [PATCH 2/3] mtd: rawnand: qcom: Clear buf_count and buf_start in raw read
` [PATCH 3/3] mtd: rawnand: qcom: Add read/read_start ops in exec_op path

[PATCH 01/10] mtd: rawnand: qcom: Remove superfluous initialization of "ret"
 2023-08-18 14:41 UTC  (2+ messages)

[PATCH 02/10] mtd: rawnand: qcom: Rename variables in qcom_op_cmd_mapping()
 2023-08-18 14:41 UTC  (2+ messages)

[PATCH 03/10] mtd: rawnand: qcom: Handle unsupported opcode in qcom_op_cmd_mapping()
 2023-08-18 14:41 UTC  (2+ messages)

[PATCH 04/10] mtd: rawnand: qcom: Fix the opcode check in qcom_check_op()
 2023-08-18 14:41 UTC  (2+ messages)

[PATCH 05/10] mtd: rawnand: qcom: Use EOPNOTSUPP instead of ENOTSUPP
 2023-08-18 14:41 UTC  (2+ messages)

[PATCH 06/10] mtd: rawnand: qcom: Wrap qcom_nand_exec_op() to 80 columns
 2023-08-18 14:41 UTC  (2+ messages)

[GIT PULL] mtd: spi-nor: changes for 6.6
 2023-08-18 14:41 UTC  (2+ messages)

[PATCH 07/10] mtd: rawnand: qcom: Unmap sg_list and free desc within submic_descs()
 2023-08-18 14:41 UTC  (2+ messages)

[PATCH 08/10] mtd: rawnand: qcom: Simplify the call to nand_prog_page_end_op()
 2023-08-18 14:41 UTC  (2+ messages)

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

[PATCH 09/10] mtd: rawnand: qcom: Do not override the error no of submit_descs()
 2023-08-18 14:41 UTC  (2+ messages)

[PATCH v2] mtd: rawnand: fix -Wvoid-pointer-to-enum-cast warning
 2023-08-18 14:41 UTC  (2+ messages)

[PATCH v2] mtd: maps: fix -Wvoid-pointer-to-enum-cast warning
 2023-08-18 14:40 UTC  (2+ messages)

[PATCH] mtd: rawnand: fsmc: handle clk prepare error in fsmc_nand_resume()
 2023-08-18 14:41 UTC  (2+ messages)

[PATCH v4] mtd: spi-nor: Add support for sst26vf032b flash
 2023-08-18 10:07 UTC  (7+ messages)

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

Pytanie o samochód
 2023-08-18  8:15 UTC 

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

[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,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  (8+ 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

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  (3+ messages)
` [PATCH v3 1/8] dt-bindings: mtd: add basic bindings for UBI

[PATCH v7 00/13] fs: implement multigrain timestamps
 2023-08-09 22:37 UTC  (19+ messages)
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time


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