linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-29 17:29:46 to 2021-11-08 10:32:52 UTC [more...]

[PATCH v3 00/25] mtd: spi-nor: Clean params init
 2021-11-08 10:31 UTC  (31+ messages)
` [PATCH v3 03/25] mtd: spi-nor: Introduce spi_nor_set_mtd_info()
` [PATCH v3 04/25] mtd: spi-nor: Get rid of nor->page_size
` [PATCH v3 05/25] mtd: spi-nor: core: Introduce the late_init() hook
` [PATCH v3 06/25] mtd: spi-nor: atmel: Use flash late_init() for locking
` [PATCH v3 07/25] mtd: spi-nor: sst: "
` [PATCH v3 08/25] mtd: spi-nor: winbond: Use manufacturer late_init() for OTP ops
` [PATCH v3 09/25] mtd: spi-nor: xilinx: Use manufacturer late_init() to set setup method
` [PATCH v3 10/25] mtd: spi-nor: sst: Use manufacturer late_init() to set _write()
` [PATCH v3 11/25] mtd: spi-nor: spansion: Use manufacturer late_init()
` [PATCH v3 12/25] mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only when SFDP is defined
` [PATCH v3 13/25] mtd: spi-nor: sst: Get rid of SST_WRITE flash_info flag
` [PATCH v3 14/25] mtd: spi-nor: Introduce flash_info flags masks
` [PATCH v3 15/25] mtd: spi-nor: Introduce spi_nor_nonsfdp_init_flags()
` [PATCH v3 16/25] mtd: spi-nor: Introduce spi_nor_init_fixup_flags()
` [PATCH v3 17/25] mtd: spi-nor: core: Introduce SPI_NOR_PARSE_SFDP
` [PATCH v3 18/25] mtd: spi-nor: core: Init flash params based on SFDP first for new flash additions
` [PATCH v3 19/25] mtd: spi-nor: core: Move spi_nor_set_addr_width() in spi_nor_setup()
` [PATCH v3 20/25] mtd: spi-nor: sst: sst26vf064b: Init flash based on SFDP
` [PATCH v3 21/25] mtd: spi-nor: winbond: w25q256jvm: "
` [PATCH v3 22/25] mtd: spi-nor: spansion: s25fl256s0: Skip SFDP parsing
` [PATCH v3 23/25] mtd: spi-nor: gigadevice: gd25q256: Init flash based on SFDP
` [PATCH v3 24/25] mtd: spi-nor: issi: is25lp256: "
` [PATCH v3 25/25] mtd: spi-nor: macronix: mx25l25635e: "

[PATCH 1/4] mtd: dataflash: Warn about failure to unregister mtd device
 2021-11-08  9:31 UTC  (4+ messages)
` [PATCH 2/4] mtd: mchp23k256: "
` [PATCH 3/4] mtd: mchp48l640: "
` [PATCH 4/4] mtd: sst25l: "

[PATCH 0/2] mtd: spi-nor: Erase fixes
 2021-11-08  9:26 UTC  (4+ messages)
` [PATCH 1/2] mtd: spi-nor: Fix shift-out-of-bounds
  ` (EXT) "
` [PATCH 2/2] mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is set

[GIT PULL][RESEND] mtd: Changes for 5.16
 2021-11-08  8:26 UTC 

[GIT PULL] mtd: Changes for 5.16
 2021-11-08  8:22 UTC  (3+ messages)

[PATCH 0/3] mtd: Ingenic NAND fix for JZ4740
 2021-11-07 18:43 UTC  (3+ messages)

[GIT PULL] mtd: spi-nor: Changes for 5.16
 2021-11-07 16:43 UTC  (2+ messages)

[GIT PULL] mtd: nand: Changes for 5.16
 2021-11-07 16:43 UTC  (2+ messages)

[PATCH v2 00/12] Some bugfixs for ubi/ubifs
 2021-11-06 12:25 UTC  (13+ messages)
` [PATCH v2 01/12] ubifs: rename_whiteout: Fix double free for whiteout_ui->data
` [PATCH v2 02/12] ubifs: Fix deadlock in concurrent rename whiteout and inode writeback
` [PATCH v2 03/12] ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode comment
` [PATCH v2 04/12] ubifs: Add missing iput if do_tmpfile() failed in rename whiteout
` [PATCH v2 05/12] ubifs: Rename whiteout atomically
` [PATCH v2 06/12] ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback work
` [PATCH v2 07/12] ubifs: Rectify space amount budget for mkdir/tmpfile operations
` [PATCH v2 08/12] ubifs: setflags: Make dirtied_ino_d 8 bytes aligned
` [PATCH v2 09/12] ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()
` [PATCH v2 10/12] ubifs: Fix to add refcount once page is set private
` [PATCH v2 11/12] ubi: fastmap: Return error code if memory allocation fails in add_aeb()
` [PATCH v2 12/12] ubi: fastmap: Add all fastmap pebs into 'ai->fastmap' when fm->used_blocks>=2

[PATCH v3 0/6] mtd: spi-nor: Handle ID collisions
 2021-11-06 11:36 UTC  (7+ messages)
` [PATCH v3 1/6] mtd: spi-nor: core: Report correct name in case of "
` [PATCH v3 2/6] mtd: spi-nor: macronix: Handle ID collision b/w MX25L3233F and MX25L3205D
` [PATCH v3 3/6] mtd: spi-nor: macronix: Handle ID collision b/w MX25L12805D and MX25L12835F
` [PATCH v3 4/6] mtd: spi-nor: Introduce Manufacturer ID collisions driver
` [PATCH v3 5/6] mtd: spi-nor: manuf-id-collisions: Add support for xt25f128b
` [PATCH v3 6/6] mtd: spi-nor: manuf-id-collisions: Add support for xm25qh64c

[PATCH] mtd: spi-nor: Constify part specific fixup hooks
 2021-11-06 10:29 UTC 

[PATCH v2 00/35] mtd: spi-nor: Handle ID collisions and clean params init
 2021-11-06  9:58 UTC  (4+ messages)
` [PATCH v2 05/35] mtd: spi-nor: Introduce Manufacturer ID collisions driver

UBSAN: shift-out-of-bounds in drivers/mtd/spi-nor/core.c
 2021-11-05 14:48 UTC 

[PATCH -next V3] ubi: fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl
 2021-11-05  9:30 UTC 

[PATCH 05/11] ubifs: Rename whiteout atomically
 2021-11-05  5:35 UTC 

[PATCH v5 00/14] last set for add_disk() error handling
 2021-11-04 18:16 UTC  (20+ messages)
` [PATCH v5 01/14] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH v5 02/14] nvdimm/btt: add error handling support for add_disk()
` [PATCH v5 03/14] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH v5 04/14] nvdimm/blk: add error handling support for add_disk()
` [PATCH v5 05/14] nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned
` [PATCH v5 06/14] nvdimm/pmem: use add_disk() error handling
` [PATCH v5 07/14] z2ram: add error handling support for add_disk()
` [PATCH v5 08/14] block/sunvdc: "
` [PATCH v5 09/14] mtd/ubi/block: "
` [PATCH v5 10/14] ataflop: remove ataflop_probe_lock mutex
` [PATCH v5 11/14] block: update __register_blkdev() probe documentation
` [PATCH v5 12/14] ataflop: address add_disk() error handling on probe
` [PATCH v5 13/14] floppy: "
` [PATCH v5 14/14] block: add __must_check for *add_disk*() callers

[PATCH] mtd: core: provide unique name for nvmem device
 2021-11-04 13:48 UTC 

[PATCH v4 0/4] last set for add_disk() error handling
 2021-11-03 19:28 UTC  (11+ messages)
` [PATCH v4 1/4] block: update __register_blkdev() probe documentation
` [PATCH v4 2/4] ataflop: address add_disk() error handling on probe
` [PATCH v4 3/4] floppy: "
` [PATCH v4 4/4] block: add __must_check for *add_disk*() callers

[PATCH 1/2] dt-bindings: mtd: brcmnand: add "no-wp" property
 2021-11-03 18:08 UTC  (5+ messages)
` [PATCH 2/2] mtd: rawnand: brcmnand: support "no-wp" DT property

[PATCH v3 00/13] block: add_disk() error handling stragglers
 2021-11-03 17:48 UTC  (15+ messages)
` [PATCH v3 01/13] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH v3 02/13] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH v3 03/13] nvdimm/btt: add error handling support for add_disk()
` [PATCH v3 04/13] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH v3 05/13] nvdimm/blk: add error handling support for add_disk()
` [PATCH v3 06/13] nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned
` [PATCH v3 07/13] nvdimm/pmem: use add_disk() error handling
` [PATCH v3 08/13] z2ram: add error handling support for add_disk()
` [PATCH v3 09/13] block/sunvdc: "
` [PATCH v3 10/13] mtd/ubi/block: "
` [PATCH v3 11/13] ataflop: remove ataflop_probe_lock mutex
` [PATCH v3 12/13] block: fix __register_blkdev() probe add_disk() failures
` [PATCH v3 13/13] block: add __must_check for *add_disk*() callers

[PATCH v2 00/13] block: add_disk() error handling stragglers
 2021-11-03 17:41 UTC  (31+ messages)
` [PATCH v2 01/13] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH v2 02/13] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH v2 03/13] nvdimm/btt: add error handling support for add_disk()
` [PATCH v2 04/13] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH v2 05/13] nvdimm/blk: add error handling support for add_disk()
` [PATCH v2 06/13] nvdimm/pmem: cleanup the disk if pmem_release_disk() is yet assigned
` [PATCH v2 07/13] nvdimm/pmem: use add_disk() error handling
` [PATCH v2 08/13] z2ram: add error handling support for add_disk()
` [PATCH v2 09/13] block/sunvdc: "
` [PATCH v2 10/13] mtd/ubi/block: "
` [PATCH v2 11/13] ataflop: remove ataflop_probe_lock mutex
` [PATCH v2 12/13] block: make __register_blkdev() return an error
` [PATCH v2 13/13] block: add __must_check for *add_disk*() callers

[PATCH 1/2] mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6
 2021-11-03 16:14 UTC  (4+ messages)
` [PATCH 2/2] gpmi-nand: Add ERR007117 protection for nfc_apply_timings

[PATCH 00/13] block: add_disk() error handling stragglers
 2021-11-03 12:09 UTC  (15+ messages)
` [PATCH 03/13] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH 04/13] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH 06/13] nvdimm/blk: avoid calling del_gendisk() on early failures
` (subset) [PATCH 00/13] block: add_disk() error handling stragglers

[PATCH v2 0/7] Add SPI Multi I/O Bus Controller support for RZ/G2L
 2021-11-03  9:12 UTC  (6+ messages)
` [PATCH v2 7/7] memory: renesas-rpc-if: Add "

[PATCH] Fixed a crash caused by CONFIG_JFFS2_FS_WBUF_VERIFY not allocating memory to Wbuf_Verify under UBI
 2021-11-03  3:57 UTC 

[PATCH -next V2 0/2] ubi: fix race between ctrl_cdev_ioctl and ubi_cdev_ioctl
 2021-11-03  1:32 UTC  (3+ messages)
` [PATCH -next V2 1/2] ubi: fix race between volume operations and uif_init
` [PATCH -next V2 2/2] ubi: fix race between volume operations and uif_close

[PATCH 6/9] mtd: remove unused header file <linux/mtd/latch-addr-flash.h>
 2021-11-02 22:02 UTC 

[PATCH v2] drivers: mtd: Fixed breaking list in __mtd_del_partition
 2021-11-02 17:27 UTC 

[PATCH v3] drivers: mtd: Fixed breaking list in __mtd_del_partition
 2021-11-02 17:26 UTC 

[PATCH -next] ubi: fix race between ctrl_cdev_ioctl and ubi_cdev_ioctl
 2021-11-02 13:01 UTC  (2+ messages)

[PATCH v5 0/4] mtd: core: protect access to mtd devices while in suspend
 2021-11-02 11:02 UTC  (5+ messages)
` [PATCH v5 1/4] mtd: rawnand: nand_bbt: hide suspend/resume hooks while scanning bbt
` [PATCH v5 2/4] mtd: mtdconcat: don't use mtd_{suspend,resume}()
` [PATCH v5 3/4] mtd: core: protect access to MTD devices while in suspend
` [PATCH v5 4/4] mtd: rawnand: remove suspended check

[PATCH v4 0/4] mtd: core: protect access to mtd devices while in suspend
 2021-11-02  8:43 UTC  (8+ messages)
` [PATCH v4 1/4] mtd: rawnand: nand_bbt: hide suspend/resume hooks while scanning bbt
` [PATCH v4 3/4] mtd: core: protect access to MTD devices while in suspend

[PATCH] MAINTAINERS: Add myself as the SPI NOR co-maintainer
 2021-11-02  8:40 UTC  (3+ messages)

[GIT PULL] fscrypt updates for 5.16
 2021-11-01 20:04 UTC  (2+ messages)

GPMI iMX6ull timeout on DMA
 2021-11-01  4:01 UTC  (8+ messages)
` [RFC PATCH 1/2] mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6
  ` [RFC PATCH 2/2] gpmi-nand: Add ERR007117 protection for nfc_apply_timings

TS3 TS CUBICCARDカード【重要:必ずお読みください】
 2021-10-30 18:03 UTC 


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