Linux-mtd Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-07 09:45:59 to 2023-06-12 17:53:25 UTC [more...]

[PATCH 00/12] mtd: rawnand: brcmnand: driver and doc updates
 2023-06-12 17:53 UTC  (21+ messages)
` [PATCH 05/12] dt-bindings: mtd: brcmnand: Updates for bcmbca SoCs
` [PATCH 10/12] mtd: rawnand: brcmnand: Add BCMBCA read data bus interface

[PATCH v2 0/5] Fixes for Rockchip NAND controller driver
 2023-06-12 17:41 UTC  (9+ messages)
` [PATCH v2 1/5] mtd: nand: raw: rockchip-nand-controller: copy hwecc PA data to oob_poi buffer
` [PATCH v2 2/5] mtd: nand: raw: rockchip-nand-controller: add skipbbt option
` [PATCH v2 3/5] mtd: nand: raw: rockchip-nand-controller: fix oobfree offset and description
` [PATCH v2 4/5] mtd: nand: raw: add basic sandisk manufacturer ops
` [PATCH v2 5/5] mtd: nand: add support for the Sandisk SDTNQGAMA chip

[PATCH 0/2] mtd: spi-nor: Support for another sst flash
 2023-06-12 17:06 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: mtd: spi-nor: Document sst26vf0xxb flash series
` [PATCH 2/2] mtd: spi-nor: Add support for sst26vf032b flash

[PATCH v4] mtd: rawnand: macronix: OTP access for MX30LFxG18AC
 2023-06-12 16:53 UTC  (2+ messages)

decouple block open flags from fmode_t v2
 2023-06-12 14:11 UTC  (38+ messages)
` [PATCH 01/30] block: also call ->open for incremental partition opens
` [PATCH 02/30] cdrom: remove the unused bdev argument to cdrom_open
` [PATCH 03/30] cdrom: remove the unused mode argument to cdrom_ioctl
` [PATCH 04/30] cdrom: remove the unused cdrom_close_write release code
` [PATCH 05/30] cdrom: track if a cdrom_device_info was opened for data
` [PATCH 06/30] cdrom: remove the unused mode argument to cdrom_release
` [PATCH 07/30] block: pass a gendisk on bdev_check_media_change
` [PATCH 08/30] block: pass a gendisk to ->open
` [PATCH 09/30] block: remove the unused mode argument to ->release
` [PATCH 10/30] block: rename blkdev_close to blkdev_release
` [PATCH 11/30] swsusp: don't pass a stack address to blkdev_get_by_path
` [PATCH 12/30] bcache: "
` [PATCH 13/30] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [PATCH 14/30] btrfs: "
` [PATCH 15/30] block: use the holder as indication for exclusive opens
` [PATCH 16/30] block: add a sb_open_mode helper
` [PATCH 17/30] fs: remove sb->s_mode
` [PATCH 18/30] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [PATCH 19/30] scsi: replace the fmode_t argument to scsi_ioctl "
` [PATCH 20/30] scsi: replace the fmode_t argument to ->sg_io_fn "
` [PATCH 21/30] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [PATCH 22/30] mtd: block: use a simple bool to track open for write
` [PATCH 23/30] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [PATCH 24/30] ubd: remove commented out code in ubd_open
` [PATCH 25/30] block: move a few internal definitions out of blkdev.h
` [PATCH 26/30] block: remove unused fmode_t arguments from ioctl handlers
` [PATCH 27/30] block: replace fmode_t with a block-specific type for block open flags
  ` [dm-devel] "
` [PATCH 28/30] block: always use I_BDEV on file->f_mapping->host to find the bdev
` [PATCH 29/30] block: store the holder in file->private_data
` [PATCH 30/30] fs: remove the now unused FMODE_* flags

[linux-next:master] [splice] 2cb1e08985: stress-ng.sendfile.ops_per_sec 11.6% improvement
 2023-06-12 12:25 UTC  (2+ messages)

[PATCH 0/5] mtd: spi-nor: spansion: Add support for Infineon S28HS02GT
 2023-06-12 12:23 UTC  (11+ messages)
` [PATCH 1/5] mtd: spi-nor: spansion: Preserve CFR2V[7] when writing MEMLAT
` [PATCH 2/5] mtd: spi-nor: spansion: Rework octal_dtr_enable()
` [PATCH 3/5] mtd: spi-nor: spansion: Add MCP support in octal_dtr_enable()
` [PATCH 4/5] mtd: spi-nor: spansion: Octal DTR support in RD_ANY_REG_OP
` [PATCH 5/5] mtd: spi-nor: spansion: Add S28HS02GT ID and fixups

[PATCH] mtd: spi-nor: spansion: CLPEF as an alternative to CLSR
 2023-06-12 11:17 UTC  (2+ messages)

[PATCH] mtd: maps: pismo: Switch back to use i2c_driver's .probe()
 2023-06-11 20:43 UTC 

[PATCH v1 0/5] Fixes for Rockchip NAND controller driver
 2023-06-10 22:13 UTC  (10+ messages)
` [PATCH v1 1/5] mtd: nand: raw: rockchip-nand-controller: copy hwecc PA data to oob_poi buffer
` [PATCH v1 2/5] mtd: nand: raw: rockchip-nand-controller: add skipbbt option
` [PATCH v1 3/5] mtd: nand: raw: rockchip-nand-controller: fix nand timing default
` [PATCH v1 4/5] mtd: nand: raw: rockchip-nand-controller: fix oobfree offset and description
` [PATCH v1 5/5] mtd: nand: add support for the Sandisk SDTNQGAMA chip

[PATCH v2 00/17] Prevent NAND chip unevaluated properties
 2023-06-10  9:27 UTC  (12+ messages)
` [PATCH v2 06/17] dt-bindings: mtd: qcom: "
` [PATCH v2 07/17] dt-bindings: mtd: ingenic: "

[PATCH v2] ubi: block: Fix cleanup handling
 2023-06-10  7:19 UTC  (4+ messages)

[PATCH V2] dt-bindings: mtd: partitions: Include TP-Link SafeLoader in allowed list
 2023-06-09 15:27 UTC  (2+ messages)

[PATCH] mtd: chips: Use SPDX license headers
 2023-06-09 15:27 UTC  (2+ messages)

[PATCH] mtd: mtdpart: Drop useless LIST_HEAD
 2023-06-09 15:27 UTC  (2+ messages)

[PATCH v3] mtd: otp: Put factory OTP/NVRAM into the entropy pool
 2023-06-09 15:27 UTC  (2+ messages)

[PATCH v2] mtd: rawnand: meson: replace integer consts with proper defines
 2023-06-09 15:25 UTC  (2+ messages)

[PATCH v3 0/2] Meson NAND: waiting w/o wired ready/busy pin
 2023-06-09 15:25 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: nand: meson: Fix 'nand-rb' property
` [PATCH v3 2/2] mtd: rawnand: meson: waiting w/o wired ready/busy pin

[PATCH] Revert "mtd: rawnand: arasan: Prevent an unsupported configuration"
 2023-06-09 15:25 UTC  (2+ messages)

[PATCH] mtd: spinand: macronix: Add support for serial NAND flash
 2023-06-09 15:24 UTC  (2+ messages)

[PATCH v3] mtd: rawnand: meson: check buffer length
 2023-06-09 11:28 UTC 

[PATCH v2] mtd: rawnand: meson: check buffer length
 2023-06-09 10:55 UTC  (12+ messages)

[ANNOUNCE] Alpine Linux Persistence and Storage Summit 2023
 2023-06-09  9:29 UTC 

[PATCH 0/4] ubifs: Convert writeback to use folios
 2023-06-08 15:09 UTC  (11+ messages)
` [PATCH 1/4] ubifs: Convert from writepage to writepages
` [PATCH 2/4] ubifs: Convert ubifs_writepage to use a folio
` [PATCH 3/4] ubifs: Use a folio in do_truncation()
` [PATCH 4/4] ubifs: Convert do_writepage() to take a folio

[PATCH v3 1/5] mtd: rawnand: qcom: Implement exec_op()
 2023-06-08 14:03 UTC  (5+ messages)
` [PATCH v3 2/5] mtd: rawnand: qcom: Add support for reset, readid, status exec_op
` [PATCH v3 4/5] mtd: rawnand: qcom: Add support for read, write, erase exec_ops

decouple block open flags from fmode_t
 2023-06-08  9:44 UTC  (81+ messages)
` [PATCH 01/31] block: also call ->open for incremental partition opens
` [PATCH 02/31] cdrom: remove the unused bdev argument to cdrom_open
` [PATCH 03/31] cdrom: remove the unused mode argument to cdrom_ioctl
` [PATCH 04/31] cdrom: remove the unused cdrom_close_write release code
` [PATCH 05/31] cdrom: track if a cdrom_device_info was opened for data
` [PATCH 06/31] cdrom: remove the unused mode argument to cdrom_release
` [PATCH 07/31] block: pass a gendisk on bdev_check_media_change
` [PATCH 08/31] block: share code between disk_check_media_change and disk_force_media_change
` [PATCH 09/31] block: pass a gendisk to ->open
` [PATCH 10/31] block: remove the unused mode argument to ->release
` [PATCH 11/31] block: rename blkdev_close to blkdev_release
` [PATCH 12/31] swsusp: don't pass a stack address to blkdev_get_by_path
` [PATCH 13/31] bcache: "
` [PATCH 14/31] rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_path
` [PATCH 15/31] btrfs: "
` [PATCH 16/31] block: use the holder as indication for exclusive opens
` [PATCH 17/31] block: add a sb_open_mode helper
` [PATCH 18/31] fs: remove sb->s_mode
` [PATCH 19/31] scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
` [PATCH 20/31] scsi: replace the fmode_t argument to scsi_ioctl "
` [PATCH 21/31] scsi: replace the fmode_t argument to ->sg_io_fn "
` [PATCH 22/31] nvme: replace the fmode_t argument to the nvme ioctl handlers "
` [PATCH 23/31] mtd: block: use a simple bool to track open for write
` [PATCH 24/31] rnbd-srv: replace sess->open_flags with a "bool readonly"
` [PATCH 25/31] ubd: remove commented out code in ubd_open
` [PATCH 26/31] block: move a few internal definitions out of blkdev.h
` [PATCH 27/31] block: remove unused fmode_t arguments from ioctl handlers
` [PATCH 28/31] block: replace fmode_t with a block-specific type for block open flags
` [PATCH 29/31] block: always use I_BDEV on file->f_mapping->host to find the bdev
` [PATCH 30/31] block: store the holder in file->private_data
` [PATCH 31/31] fs: remove the now unused FMODE_* flags

[PATCH V8 0/7] spi: Add support for stacked/parallel memories
 2023-06-08  9:29 UTC  (4+ messages)
` [PATCH V8 1/7] spi: Add stacked and parallel memories support in SPI core

[PATCH v1] mtd: rawnand: meson: remove unneeded bitwise OR with zeroes
 2023-06-08  4:37 UTC  (4+ messages)

[PATCH v1 0/2] Meson NAND: waiting w/o wired ready/busy pin
 2023-06-07 18:58 UTC  (8+ messages)
` [PATCH v1 1/2] dt-bindings: nand: meson: Fix 'nand-rb' property
` [PATCH v1 2/2] mtd: rawnand: meson: waiting w/o wired ready/busy pin

[PATCH v1] dt-bindings: nand: meson: Fix 'nand-rb' property
 2023-06-07 15:21 UTC  (13+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).