linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-23 14:13:58 to 2021-08-16 19:10:35 UTC [more...]

[PATCH v2 00/35] mtd: spi-nor: Handle ID collisions and clean params init
 2021-08-16 19:09 UTC  (51+ messages)
` [PATCH v2 01/35] mtd: spi-nor: core: Introduce SPI_NOR_PARSE_SFDP
` [PATCH v2 02/35] mtd: spi-nor: core: Report correct name in case of ID collisions
` [PATCH v2 03/35] mtd: spi-nor: macronix: Handle ID collision b/w MX25L3233F and MX25L3205D
` [PATCH v2 04/35] mtd: spi-nor: macronix: Handle ID collision b/w MX25L12805D and MX25L12835F
` [PATCH v2 05/35] mtd: spi-nor: Introduce Manufacturer ID collisions driver
` [PATCH v2 06/35] mtd: spi-nor: manuf-id-collisions: Add support for xt25f128b
` [PATCH v2 07/35] mtd: spi-nor: manuf-id-collisions: Add support for xm25qh64c
` [PATCH v2 08/35] mtd: spi-nor: core: Introduce the ate_init() hook
` [PATCH v2 09/35] mtd: spi-nor: atmel: Use flash late_init() for locking
` [PATCH v2 10/35] mtd: spi-nor: sst: "
` [PATCH v2 11/35] mtd: spi-nor: winbond: Use manufacturer late_init() for OTP ops
` [PATCH v2 12/35] mtd: spi-nor: xilinx: Use manufacturer late_init() to set setup method
` [PATCH v2 13/35] mtd: spi-nor: sst: Use manufacturer late_init() to set _write()
` [PATCH v2 14/35] mtd: spi-nor: spansion: Use manufacturer late_init()
` [PATCH v2 15/35] mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only when SFDP is defined
` [PATCH v2 16/35] mtd: spi-nor: core: Mark default_init() as deprecated
` [PATCH v2 17/35] mtd: spi-nor: Introduce spi_nor_nonsfdp_flags_init()
` [PATCH v2 18/35] mtd: spi-nor: Get rid of SPI_NOR_4B_OPCODES flag
` [PATCH v2 19/35] mtd: spi-nor: Get rid of SPI_NOR_IO_MODE_EN_VOLATILE flag
` [PATCH v2 20/35] mtd: spi-nor: core: Use container_of to get the pointer to struct spi_nor
` [PATCH v2 21/35] mtd: spi-nor: Introduce spi_nor_set_mtd_info()
` [PATCH v2 22/35] mtd: spi-nor: core: Use common naming scheme for setting mtd_info fields
` [PATCH v2 23/35] mtd: spi-nor: Get rid of nor->page_size
` [PATCH v2 24/35] mtd: spi-nor: core: Fix spi_nor_flash_parameter otp description
` [PATCH v2 25/35] mtd: spi-nor: core: Move spi_nor_set_addr_width() in spi_nor_setup()
` [PATCH v2 26/35] mtd: spi-nor: core: Introduce spi_nor_init_default_params()
` [PATCH v2 27/35] mtd: spi-nor: core: Init flash params based on SFDP first for new flash additions
` [PATCH v2 28/35] mtd: spi-nor: sst: sst26vf064b: Use SPI_NOR_PARSE_SFDP
` [PATCH v2 29/35] mtd: spi-nor: winbond: w25q256jvm: "
` [PATCH v2 30/35] mtd: spi-nor: issi: is25lp256: "
` [PATCH v2 31/35] mtd: spi-nor: spansion: s25fl256s0: Skip SFDP parsing
` [PATCH v2 32/35] mtd: spi-nor: gigadevice: gd25q256: Use SPI_NOR_PARSE_SFDP
` [PATCH v2 33/35] mtd: spi-nor: micron-st: n25q256a: "
` [PATCH v2 34/35] mtd: spi-nor: macronix: mx25l25635e: "
` [PATCH v2 35/35] docs: mtd: spi-nor: Add details about how to propose a new flash addition

[GIT PULL] mtd: Changes for 5.14-rc7
 2021-08-16 16:40 UTC  (2+ messages)

[PATCH] mtd: spinand: macronix: Add Quad support for serial NAND flash
 2021-08-16 14:27 UTC  (2+ messages)

[PATCH 0/2] mtd: mtdconcat: Fix callback functions check
 2021-08-16 14:27 UTC  (13+ messages)
` [PATCH 1/2] mtd: mtdconcat: Judge callback function existence getting from master for each partition
` [PATCH 2/2] mtd: mtdconcat: Remove concat_{read|write}_oob

[PATCH v2 0/5] Fix various issues with RFD and FTLs
 2021-08-16 14:27 UTC  (11+ messages)
` [PATCH v2 1/5] mtd: rfd_ftl: allow use of MTD_RAM for testing purposes
` [PATCH v2 2/5] mtd: rfd_ftl: add discard support
` [PATCH v2 3/5] mtd: blk_devs: make discard work on FTLs
` [PATCH v2 4/5] mtd: rfd_ftl: fix use-after-free
` [PATCH v2 5/5] mtd: rfd_ftl: use container_of() rather than cast

[PATCH] Add ubiscan utility
 2021-08-16 13:21 UTC 

[PATCH v3] mtd: spinand: add support for Foresee FS35ND0*G parts
 2021-08-16  8:11 UTC  (2+ messages)

[PATCH] mtd: rawnand: mxic: Enable and prepare clocks in probe
 2021-08-16  8:01 UTC  (2+ messages)

[PATCH] mtd: rawnand: intel: Fix error handling in probe
 2021-08-16  7:48 UTC  (2+ messages)

[RFC PATCH] mtd: spinand: core: Properly fill the OOB area
 2021-08-16  7:42 UTC  (5+ messages)

[PATCH v2] mtd: rawnand: xway: No hardcoded ECC engine, use device tree setting
 2021-08-16  7:31 UTC  (2+ messages)

[PATCH v13 0/6] Add Rockchip SFC(serial flash controller) support
 2021-08-12 18:39 UTC  (8+ messages)
` [PATCH v13 1/6] dt-bindings: rockchip-sfc: Bindings for Rockchip serial flash controller
` [PATCH v13 2/6] spi: rockchip-sfc: add rockchip "
` [PATCH v13 3/6] arm64: dts: rockchip: Add SFC to PX30
` [PATCH v13 4/6] arm: dts: rockchip: Add SFC to RV1108
` [PATCH v13 5/6] arm64: dts: rockchip: Add SFC to RK3308
  ` [PATCH v13 6/6] arm64: dts: rockchip: Enable SFC for Odroid Go Advance

ubifs: corrupted dirent (ENOENT), problably related to O_TMPFILE and linkat
 2021-08-12 12:01 UTC  (5+ messages)

[PATCH v6 00/15] Add octal DTR support for Macronix flash
 2021-08-12 15:01 UTC  (16+ messages)
` [PATCH v6 01/15] mtd: spi-nor: macronix: add support for Macronix octaflash
` [PATCH v6 02/15] mtd: spi-nor: macronix: Add support for mx66lm1g45g
` [PATCH v6 03/15] mtd: spi-nor: macronix: Add support for mx25lm25645g
` [PATCH v6 04/15] mtd: spi-nor: macronix: Add support for mx66uw2g345g
` [PATCH v6 05/15] mtd: spi-nor: macronix: Add support for mx66uw2g345gx0
` [PATCH v6 06/15] mtd: spi-nor: macronix: Add support for mx66um1g45g
` [PATCH v6 07/15] mtd: spi-nor: macronix: Add support for mx66uw1g45g
` [PATCH v6 08/15] mtd: spi-nor: macronix: Add support for mx25uw51245g
` [PATCH v6 09/15] mtd: spi-nor: macronix: Add support for mx25uw51345g
` [PATCH v6 10/15] mtd: spi-nor: macronix: Add support for mx25um25645g
` [PATCH v6 11/15] mtd: spi-nor: macronix: Add support for mx25uw25645g
` [PATCH v6 12/15] mtd: spi-nor: macronix: Add support for mx25um25345g
` [PATCH v6 13/15] mtd: spi-nor: macronix: Add support for mx25uw25345g
` [PATCH v6 14/15] mtd: spi-nor: macronix: Add support for mx25uw6445g
` [PATCH v6 15/15] mtd: spi-nor: macronix: Add support for mx25uw6345g

[PATCH v2 0/2] Add octal DTR support for Macronix flash
 2021-08-09 13:06 UTC  (2+ messages)
` (subset) "

[PATCH] mtd: rawnand: xway: No hardcoded ECC engine for Micron Chips
 2021-08-08  6:45 UTC  (3+ messages)

[PATCH 0/4] Fix various issues with RFD and FTLs
 2021-08-07 21:33 UTC  (14+ messages)
` [PATCH 1/4] mtd: rfd_ftl: allow use of MTD_RAM for testing purposes
` [PATCH 2/4] mtd: rfd_ftl: add discard support
` [PATCH 4/4] mtd: rfd_ftl: fix use-after-free

[V2] mtd: spinand: Add support for Etron EM73D044VCx
 2021-08-07 10:25 UTC  (4+ messages)

[PATCH] fscrypt: document struct fscrypt_operations
 2021-08-07  6:30 UTC  (2+ messages)

[PATCH 0/3] mtdblock: Advertise about UBI and UBI block
 2021-08-06 20:05 UTC  (11+ messages)
` [PATCH 1/3] mtdblock: Update old JFFS2 mention in Kconfig
` [PATCH 2/3] mtdblock: Add comment about UBI block devices
` [PATCH 3/3] mtdblock: Warn if the added for a NAND device

[PATCH] MAINTAINERS: repair Miquel Raynal's email address
 2021-08-06 20:03 UTC  (3+ messages)

[PATCH] mtd: rawnand: omap: Fix kernel doc warning on 'calcuate' typo
 2021-08-06 20:03 UTC  (2+ messages)

[PATCH] mtd: rawnand: remove never changed ret variable
 2021-08-06 20:02 UTC  (2+ messages)

[PATCH] mtd: fix lock hierarchy in deregister_mtd_blktrans
 2021-08-06 19:45 UTC  (3+ messages)

[PATCH] mtd: rawnand: Fix probe failure due to of_get_nand_secure_regions()
 2021-08-06 19:45 UTC  (3+ messages)

[PATCH 00/13] mtd: spinand: Add Octal DTR SPI (8D-8D-8D) mode support
 2021-08-06 19:14 UTC  (21+ messages)
` [PATCH 03/13] mtd: spinand: Setup spi_mem_op for the SPI IO protocol using reg_proto
` [PATCH 04/13] mtd: spinand: Fix odd byte addr and data phase in read/write reg op and write VCR op for Octal DTR mode
` [PATCH 06/13] mtd: spinand: Add macros for Octal DTR page read and write operations
` [PATCH 07/13] mtd: spinand: Allow enabling Octal DTR mode in the core
` [PATCH 08/13] mtd: spinand: Reject 8D-8D-8D op_templates if octal_dtr_enale() is missing in manufacturer_op
` [PATCH 09/13] mtd: spinand: Add support for write volatile configuration register op
` [PATCH 10/13] mtd: spinand: Add octal_dtr_enable() for Winbond manufacturer_ops
` [PATCH 11/13] mtd: spinand: Add support for Power-on-Reset (PoR) instruction
` [PATCH 12/13] mtd: spinand: Perform Power-on-Reset when runtime_pm suspend is issued
` [PATCH 13/13] mtd: spinand: Add support for Winbond W35N01JW SPI NAND flash

[PATCH V5 RESEND] mtd: rawnand: Add Loongson1 NAND driver
 2021-08-06 18:09 UTC  (2+ messages)

[RFC PATCH v1 0/4] keys: introduce key_extract_material helper
 2021-08-06 10:53 UTC  (2+ messages)

spi-nor 5.11 regression: Division by zero in kernel
 2021-08-03  4:13 UTC  (4+ messages)

[PATCH v2] dt-bindings: memory: renesas, rpc-if: Miscellaneous improvements
 2021-08-02 20:40 UTC  (2+ messages)
` [PATCH v2] dt-bindings: memory: renesas,rpc-if: "

Files read as corrupt when migrating from old kernel (3.0.x) to new kernel (5.2.x)
 2021-08-02 17:48 UTC 

[PATCH] mtd: spi-nor: macronix: Add support for mx77l51250f
 2021-08-02 14:12 UTC 

Kernel 4.19 MTD failed CRC error on Samsung NAND
 2021-08-01  1:13 UTC 

[BUG] jffs2: possible null-pointer dereference in jffs2_scan_dirty_space()
 2021-07-31  4:05 UTC 

[PATCH 00/15] Fix some DT binding references at next-20210722
 2021-07-29 20:07 UTC  (3+ messages)
` [PATCH 01/15] dt-bindings: mtd: update mtd-physmap.yaml reference

MTD: How to get actual image size from MTD partition
 2021-07-29 17:11 UTC  (15+ messages)

[PATCH] mtd: spi-nor: micron-st: add another variant of mt25qu256a
 2021-07-29  6:21 UTC 

[PATCH 1/2] mtd: spi-nor: micron-st: sync flags of mt25ql02g and mt25qu02g with other mt25q
 2021-07-28 10:00 UTC  (6+ messages)
` [PATCH 2/2] mtd: spi-nor: micron-st: add support for mt25ql01g and mt25qu01g

[PATCH] mtd: rawnand: Add a check in of_get_nand_secure_regions()
 2021-07-26  7:58 UTC  (5+ messages)

[PATCH 0/5] fscrypt: report correct st_size for encrypted symlinks
 2021-07-26  3:58 UTC  (2+ messages)

[ANNOUNCE] mtd-utils-2.1.3 is released
 2021-07-25 19:13 UTC 

[PATCH v2] mtd: spi-nor: esmt: Use correct name of f25l32qa
 2021-07-23 14:12 UTC  (2+ messages)
` [PATCH v3] "


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