Linux-mtd Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-13 01:10:25 to 2023-12-22 08:41:47 UTC [more...]

Proszę o kontakt
 2023-12-22  8:40 UTC 

[PATCH 0/2] ubifs: Fix two kmemleaks in error path
 2023-12-22  8:38 UTC  (5+ messages)
` [PATCH 1/2] ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed
` [PATCH 2/2] ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path

[PATCH V3 1/6] dt-bindings: nvmem: layouts: add U-Boot environment variables layout
 2023-12-21 17:34 UTC  (6+ messages)
` [PATCH V3 2/6] nvmem: core: add nvmem_dev_size() helper
` [PATCH V3 3/6] nvmem: u-boot-env: use nvmem_add_one_cell() nvmem subsystem helper
` [PATCH V3 4/6] nvmem: u-boot-env: use nvmem device helpers
` [PATCH V3 5/6] nvmem: u-boot-env: improve coding style
` [PATCH V3 6/6] nvmem: layouts: add U-Boot env layout

[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
 2023-12-21 14:54 UTC  (19+ messages)
` [PATCH RFC v3 for-6.8/block 01/17] block: add some bdev apis
` [PATCH RFC v3 for-6.8/block 02/17] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH RFC v3 for-6.8/block 03/17] bcache: use bdev api in read_super()
` [PATCH RFC v3 for-6.8/block 04/17] mtd: block2mtd: use bdev apis
` [PATCH RFC v3 for-6.8/block 05/17] s390/dasd: use bdev api in dasd_format()
` [PATCH RFC v3 for-6.8/block 06/17] scsicam: use bdev api in scsi_bios_ptable()
` [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v3 for-6.8/block 08/17] bio: export bio_add_folio_nofail()
` [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis
` [PATCH RFC v3 for-6.8/block 10/17] cramfs: use bdev apis in cramfs_blkdev_read()
` [PATCH RFC v3 for-6.8/block 11/17] erofs: use bdev api
` [PATCH RFC v3 for-6.8/block 12/17] nilfs2: use bdev api in nilfs_attach_log_writer()
` [PATCH RFC v3 for-6.8/block 13/17] jbd2: use bdev apis
` [PATCH RFC v3 for-6.8/block 14/17] buffer: add a new helper to read sb block
` [PATCH RFC v3 for-6.8/block 15/17] ext4: use "
` [PATCH RFC v3 for-6.8/block 16/17] ext4: remove block_device_ejected()
` [PATCH RFC v3 for-6.8/block 17/17] ext4: use bdev apis

[PATCH 1/2] dt-bindings: mtd: partitions: u-boot: Fix typo
 2023-12-21 14:40 UTC  (7+ messages)
` [PATCH RFT 2/2] ARM: dts: mxs: imx28: Fix NAND hierarchy description

[PATCH 0/4] mtd: rawnand: Fix sequential reads
 2023-12-21 10:06 UTC  (6+ messages)
` [PATCH 1/4] mtd: rawnand: Prevent crossing LUN boundaries during "
` [PATCH 2/4] mtd: rawnand: Fix core interference with "
` [PATCH 3/4] mtd: rawnand: Prevent sequential reads with on-die ECC engines
` [PATCH 4/4] mtd: rawnand: Clarify conditions to enable continuous reads

[PATCH v7 0/7] Add octal DTR support for Macronix flash
 2023-12-21  9:07 UTC  (8+ messages)
` [PATCH v7 1/7] mtd: spi-nor: add Octal "
` [PATCH v7 2/7] spi: spi-mem: Allow specifying the byte order in DTR mode
` [PATCH v7 3/7] mtd: spi-nor: core: "
` [PATCH v7 4/7] mtd: spi-nor: sfdp: Get the 8D-8D-8D byte order from BFPT
` [PATCH v7 5/7] spi: mxic: Add support for swapping byte
` [PATCH v7 6/7] mtd: spi-nor: add support for Macronix Octal flash with RWW feature
` [PATCH v7 7/7] mtd: spi-nor: add support for Macronix Octal flash

[PATCH v11 00/10] spi: Add support for stacked/parallel memories
 2023-12-21  6:54 UTC  (20+ messages)
` [PATCH v11 07/10] mtd: spi-nor: Add stacked memories support in spi-nor

[GIT PULL] mtd: spi-nor: changes for v6.8
 2023-12-21  6:40 UTC 

[GIT PULL] mtd: nand: Changes for v6.8-rc1
 2023-12-20  9:28 UTC 

[PATCH] mtd: rawnand: fix Excess struct member description kernel-doc warnings
 2023-12-20  9:12 UTC  (2+ messages)

[PATCH V4] mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
 2023-12-20  9:12 UTC  (2+ messages)

[PATCH v2] mtd: spi-nor: core: Discard HW capabilities if no enable function
 2023-12-20  9:02 UTC  (12+ messages)
` [PATCH v3] mtd: spi-nor: sfdp: Get the 1-1-8 and 1-8-8 protocol from SFDP
  ` Re (subset): "

[PATCH] MAINTAINERS: change my mail to the kernel.org one
 2023-12-20  8:51 UTC  (2+ messages)

Nowe informacje na stronie www
 2023-12-20  8:36 UTC 

[PATCH V2 1/5] dt-bindings: nvmem: layouts: add U-Boot environment variables layout
 2023-12-20  7:27 UTC  (10+ messages)
` [PATCH V2 2/5] nvmem: core: add nvmem_dev_size() helper
` [PATCH V2 3/5] nvmem: u-boot-env: use more nvmem subsystem helpers
` [PATCH V2 4/5] nvmem: u-boot-env: improve coding style
` [PATCH V2 5/5] nvmem: layouts: add U-Boot env layout

[PATCH v3] mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
 2023-12-20  2:15 UTC  (8+ messages)

[PATCH v6.8 1/2] nvmem: layouts: refactor .add_cells() callback arguments
 2023-12-19 12:56 UTC  (7+ messages)
` [PATCH v6.8 2/2] nvmem: drop nvmem_layout_get_match_data()

[PATCH 1/4] dt-bindings: nvmem: layouts: add U-Boot environment variables layout
 2023-12-19 10:10 UTC  (13+ messages)
` [PATCH 2/4] nvmem: core: add nvmem_dev_size() helper
` [PATCH 3/4] nvmem: u-boot-env: use more nvmem subsystem helpers
` [PATCH 4/4] nvmem: layouts: add U-Boot env layout

[PATCH] mtd: spi-nor: core: Discard HW capabilities if no enable function
 2023-12-19  9:19 UTC  (3+ messages)

Fotowoltaika - propozycja instalacji
 2023-12-19  8:30 UTC 

[PATCH 0/4] mtd: spi-nor: mark the flash name as obsolete
 2023-12-19  2:47 UTC  (11+ messages)
` [PATCH 1/4] mtd: spi-nor: print flash ID instead of name
` [PATCH 2/4] mtd: spi-nor: mark the flash name as obsolete
` [PATCH 3/4] mtd: spi-nor: sysfs: hide the flash name if not set
` [PATCH 4/4] mtd: spi-nor: drop superfluous debug prints

[PATCH v7 0/7] mtd: ubi: allow UBI volumes to provide NVMEM
 2023-12-19  2:33 UTC  (8+ messages)
` [PATCH v7 1/7] dt-bindings: mtd: add basic bindings for UBI
` [PATCH v7 2/7] dt-bindings: mtd: ubi-volume: allow UBI volumes to provide NVMEM
` [PATCH v7 3/7] mtd: ubi: block: use notifier to create ubiblock from parameter
` [PATCH v7 4/7] mtd: ubi: attach from device tree
` [PATCH v7 5/7] mtd: ubi: introduce pre-removal notification for UBI volumes
` [PATCH v7 6/7] mtd: ubi: populate ubi volume fwnode
` [PATCH v7 7/7] mtd: ubi: provide NVMEM layer over UBI volumes

[PATCH RFC] dt-bindings: nvmem: u-boot,env: add any-name MAC cells compatible
 2023-12-18 22:02 UTC  (3+ messages)
` [PATCH RFC] dt-bindings: nvmem: u-boot, env: "

[PATCH v6 0/7] mtd: ubi: allow UBI volumes to provide NVMEM
 2023-12-18  7:05 UTC  (9+ messages)
` [PATCH v6 1/7] dt-bindings: mtd: add basic bindings for UBI
` [PATCH v6 2/7] dt-bindings: mtd: ubi-volume: allow UBI volumes to provide NVMEM
` [PATCH v6 3/7] mtd: ubi: block: use notifier to create ubiblock from parameter
` [PATCH v6 4/7] mtd: ubi: attach from device tree
` [PATCH v6 5/7] mtd: ubi: introduce pre-removal notification for UBI volumes
` [PATCH v6 6/7] mtd: ubi: populate ubi volume fwnode
` [PATCH v6 7/7] mtd: ubi: provide NVMEM layer over UBI volumes

[PATCH v5 0/7] mtd: ubi: allow UBI volumes to provide NVMEM
 2023-12-17 12:21 UTC  (11+ messages)
` [PATCH v5 1/7] dt-bindings: mtd: add basic bindings for UBI
` [PATCH v5 2/7] dt-bindings: mtd: ubi-volume: allow UBI volumes to provide NVMEM
` [PATCH v5 3/7] mtd: ubi: block: use notifier to create ubiblock from parameter
` [PATCH v5 4/7] mtd: ubi: attach from device tree
` [PATCH v5 5/7] mtd: ubi: introduce pre-removal notification for UBI volumes
` [PATCH v5 6/7] mtd: ubi: populate ubi volume fwnode
` [PATCH v5 7/7] mtd: ubi: provide NVMEM layer over UBI volumes

[PATCH] mkfs.ubifs: fix xattr scanning for builds with selinux support
 2023-12-16  4:42 UTC  (2+ messages)

[PATCH 0/2] Fix some bugs in ubi_resize_volume() function
 2023-12-15 12:52 UTC  (3+ messages)

[PATCH v6 00/40] ep93xx device tree conversion
 2023-12-15 12:27 UTC  (6+ messages)
` [PATCH v6 20/40] mtd: rawnand: add support for ts72xx

[PATCH] mtd: rawnand: pl353: Fix kernel doc
 2023-12-15 10:59 UTC  (2+ messages)

[PATCH 1/2] mtd: rawnand: rockchip: Rename a structure
 2023-12-15 10:59 UTC  (2+ messages)

[PATCH 2/2] mtd: rawnand: rockchip: Add missing title to a kernel doc comment
 2023-12-15 10:59 UTC  (2+ messages)

[PATCH] mtd: rawnand: diskonchip: fix a potential double free in doc_probe
 2023-12-15 10:59 UTC  (2+ messages)

[PATCH] mtd: maps: vmu-flash: Fix the (mtd core) switch to ref counters
 2023-12-15 10:59 UTC  (2+ messages)

[PATCH] mtd: ssfdc: Remove an unused variable
 2023-12-15 10:59 UTC  (2+ messages)

[PATCH v2 0/1] Get the 1-1-8 protocol from BFPT
 2023-12-15  7:27 UTC  (10+ messages)
` [PATCH v2 1/1] mtd: spi-nor: sfdp: "

[PATCH] mtd: spi-nor: macronix: add support for Macronix octaflash mx25uw51345g
 2023-12-15  6:52 UTC  (2+ messages)

[PATCH v6 1/3] dt-bindings: mtd: partitions: Add binman compatible
 2023-12-14 21:09 UTC  (7+ messages)

[RFC PATCH 0/6] Add GPT parser to MTD layer
 2023-12-14 10:34 UTC  (3+ messages)

[PATCH 1/2] fbdev: Remove support for Carillo Ranch driver
 2023-12-13 11:42 UTC  (3+ messages)

[PATCH] mtd: spi-nor: sfdp: Get the 1-1-8 protocol from BFPT
 2023-12-13 10:09 UTC  (2+ messages)

[PATCH] mtd: spi-nor: core: Introduce spi_nor_abort_octal_dtr()
 2023-12-13  9:16 UTC  (9+ messages)

[PATCH RFC v2 for-6.8/block 00/18] block: don't access bd_inode directly from other modules
 2023-12-13  1:10 UTC  (5+ messages)
` [PATCH RFC v2 for-6.8/block 01/18] block: add some bdev apis


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 read-only IMAP folder(s) and NNTP newsgroup(s).