Linux-mtd Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-06 10:31:31 to 2023-06-08 06:13:51 UTC [more...]

[PATCH v2] mtd: rawnand: meson: check buffer length
 2023-06-08  6:10 UTC  (5+ messages)

[PATCH] mtd: spinand: macronix: Add support for serial NAND flash
 2023-06-08  5:21 UTC 

[PATCH v3 0/2] Meson NAND: waiting w/o wired ready/busy pin
 2023-06-08  4:47 UTC  (3+ 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 v1] mtd: rawnand: meson: remove unneeded bitwise OR with zeroes
 2023-06-08  4:37 UTC  (4+ messages)

[PATCH v2] mtd: rawnand: meson: replace integer consts with proper defines
 2023-06-08  4:36 UTC 

decouple block open flags from fmode_t
 2023-06-08  1:18 UTC  (118+ 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 v2 00/17] Prevent NAND chip unevaluated properties
 2023-06-07 20:47 UTC  (31+ messages)
` [PATCH v2 01/17] dt-bindings: mtd: Accept nand related node names
` [PATCH v2 02/17] dt-bindings: mtd: Create a file for raw NAND chip properties
` [PATCH v2 03/17] dt-bindings: mtd: Mark nand-ecc-placement deprecated
` [PATCH v2 04/17] dt-bindings: mtd: Describe nand-ecc-mode
` [PATCH v2 05/17] dt-bindings: mtd: qcom: Fix a property position
` [PATCH v2 06/17] dt-bindings: mtd: qcom: Prevent NAND chip unevaluated properties
` [PATCH v2 07/17] dt-bindings: mtd: ingenic: "
` [PATCH v2 08/17] dt-bindings: mtd: sunxi: "
` [PATCH v2 09/17] dt-bindings: mtd: meson: "
` [PATCH v2 10/17] dt-bindings: mtd: brcmnand: "
` [PATCH v2 11/17] dt-bindings: mtd: denali: "
` [PATCH v2 12/17] dt-bindings: mtd: intel: "
` [PATCH v2 13/17] dt-bindings: mtd: rockchip: "
` [PATCH v2 14/17] dt-bindings: mtd: stm32: "
` [PATCH v2 15/17] dt-bindings: mtd: mediatek: Reference raw-nand-chip.yaml
` [PATCH v2 16/17] dt-bindings: mtd: mediatek: Prevent NAND chip unevaluated properties
` [PATCH v2 17/17] dt-bindings: mtd: ti,am654: Prevent "

[PATCH 00/12] mtd: rawnand: brcmnand: driver and doc updates
 2023-06-07 20:24 UTC  (22+ messages)
` [PATCH 01/12] mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controller
` [PATCH 02/12] mtd: rawnand: brcmnand: Fix potential false time out warning
` [PATCH 03/12] mtd: rawnand: brcmnand: Fix crash during the panic_write
` [PATCH 04/12] mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write
` [PATCH 05/12] dt-bindings: mtd: brcmnand: Updates for bcmbca SoCs
` [PATCH 06/12] ARM: dts: broadcom: bcmbca: Add NAND controller node
` [PATCH 07/12] arm64: "
` [PATCH 08/12] mtd: rawnand: brcmnand: Rename bcm63138 nand driver
` [PATCH 09/12] mtd: rawnand: brcmnand: Add new compatible string
` [PATCH 10/12] mtd: rawnand: brcmnand: Add BCMBCA read data bus interface
` [PATCH 11/12] mtd: rawnand: brcmnand: Add support for getting ecc setting from strap
` [PATCH 12/12] mtd: rawnand: brcmnand: Support write protection setting from dts

[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  (14+ messages)

[PATCH 0/4] ubifs: Convert writeback to use folios
 2023-06-07 14:48 UTC  (12+ messages)
` [PATCH 1/4] ubifs: Convert from writepage to writepages
` [PATCH 2/4] ubifs: Convert ubifs_writepage to use a folio
` [PATCH 4/4] ubifs: Convert do_writepage() to take "

[PATCH v2] ubi: block: Fix cleanup handling
 2023-06-07  9:25 UTC 

[PATCH v2] mtd: rawnand: meson: waiting w/o wired ready/busy pin
 2023-06-07  8:02 UTC  (2+ messages)

[PATCH v1] mtd: rawnand: meson: waiting w/o wired ready/busy pin
 2023-06-07  7:31 UTC  (6+ messages)

[PATCH] Revert "mtd: rawnand: arasan: Prevent an unsupported configuration"
 2023-06-07  5:39 UTC 

[PATCH 0/3] Fix a couple of missing unevaluated properties
 2023-06-06 16:23 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: mtd: qcom: Fix a property position
` [PATCH 3/3] dt-bindings: mtd: ingenic: Prevent NAND chip unevaluated properties

[PATCH v3] mtd: otp: Put factory OTP/NVRAM into the entropy pool
 2023-06-06 14:29 UTC 

[RFC PATCH v5 0/6] refactoring, fixes and updates for Meson NAND
 2023-06-06 12:11 UTC  (10+ messages)
` [RFC PATCH v5 2/6] mtd: rawnand: meson: wait for command in polling mode

[PATCH v8 0/3] dt-bindings: mtd: marvell-nand: Add YAML scheme
 2023-06-06 11:14 UTC  (17+ messages)
` [PATCH v8 3/3] dt-bindings: mtd: marvell-nand: Convert to YAML DT scheme


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