messages from 2021-07-15 06:35:26 to 2021-08-06 20:05:15 UTC [more...]
[RFC PATCH] mtd: spinand: core: Properly fill the OOB area
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)
[V2] mtd: spinand: Add support for Etron EM73D044VCx
2021-08-06 19:34 UTC (2+ messages)
[PATCH 0/2] mtd: mtdconcat: Fix callback functions check
2021-08-06 19:28 UTC (5+ 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 00/13] mtd: spinand: Add Octal DTR SPI (8D-8D-8D) mode support
2021-08-06 19:14 UTC (22+ 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 0/4] Fix various issues with RFD and FTLs
2021-08-06 18:21 UTC (8+ 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
[PATCH V5 RESEND] mtd: rawnand: Add Loongson1 NAND driver
2021-08-06 18:09 UTC (2+ messages)
[PATCH] mtd: rawnand: xway: No hardcoded ECC engine for Micron Chips
2021-08-06 16:56 UTC (2+ messages)
[RFC PATCH v1 0/4] keys: introduce key_extract_material helper
2021-08-06 10:53 UTC (6+ messages)
` [RFC PATCH v1 1/4] "
` [RFC PATCH v1 2/4] dm: crypt: use new "
` [RFC PATCH v1 3/4] ubifs: auth: remove never hit key type error check
` [RFC PATCH v1 4/4] ubifs: auth: consult encrypted and trusted keys if no logon key was found
[PATCH v2 00/35] mtd: spi-nor: Handle ID collisions and clean params init
2021-08-04 8:23 UTC (44+ 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
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
[PATCH 0/3] mtdblock: Advertise about UBI and UBI block
2021-08-01 23:45 UTC (8+ 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
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 (4+ messages)
` [PATCH 01/15] dt-bindings: mtd: update mtd-physmap.yaml reference
` (subset) [PATCH 00/15] Fix some DT binding references at next-20210722
MTD: How to get actual image size from MTD partition
2021-07-29 17:11 UTC (16+ messages)
[PATCH] mtd: spi-nor: micron-st: add another variant of mt25qu256a
2021-07-29 6:21 UTC
[PATCH] fscrypt: document struct fscrypt_operations
2021-07-29 4:37 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
ubifs: corrupted dirent (ENOENT), problably related to O_TMPFILE and linkat
2021-07-27 21:06 UTC (4+ messages)
[PATCH] MAINTAINERS: repair Miquel Raynal's email address
2021-07-27 6:43 UTC (2+ messages)
[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] mtd: spi-nor: esmt: Use correct name of f25l32qa
2021-07-23 14:12 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] mtd: spi-nor: swp: fix unlock lower area failure
2021-07-22 12:14 UTC
[PATCH] mtd: fix size in mtd_info_user to support 64-bit
2021-07-22 8:47 UTC (7+ messages)
Kernel 4.14: Using dm-verity with squashfs rootfs - mounting issue
2021-07-21 17:29 UTC (5+ messages)
[PATCH] dt-bindings: mtd: spi-nand: Convert to DT schema format
2021-07-21 10:17 UTC (6+ messages)
[PATCH] dt-bindings: More dropping redundant minItems/maxItems
2021-07-20 21:31 UTC (2+ messages)
[PATCH] dt-bindings: memory: renesas, rpc-if: Miscellaneous improvements
2021-07-20 16:42 UTC (4+ messages)
` [PATCH] dt-bindings: memory: renesas,rpc-if: "
mtd-utils: Proper way to handle erasize=0
2021-07-19 22:33 UTC (4+ messages)
[PATCH v7 0/3] mtd: spi-nor: Add support for Cypress s25hl-t/s25hs-t
2021-07-19 8:03 UTC (4+ messages)
` [PATCH v7 1/3] mtd: spi-nor: spansion: Add support for Read/Write Any Register
` [PATCH v7 2/3] mtd: spi-nor: spansion: Add support for volatile QE bit
` [PATCH v7 3/3] mtd: spi-nor: spansion: Add s25hl-t/s25hs-t IDs and fixups
[PATCH] mtd: devices: mchp48l640: Fix memory leak on cmd
2021-07-19 3:45 UTC (3+ messages)
[PATCH] mtd: hyperbus: rpc-if: fix bug in rpcif_hb_remove
2021-07-16 20:49 UTC
[PATCH] mtd: spi-nor: esmt: Add support for F25L16PA
2021-07-16 14:47 UTC (3+ messages)
[PATCH] jffs2: Convert from atomic_t to refcount_t on jffs2_xattr_datum->refcnt
2021-07-16 10:08 UTC
ubifs error at boot "bad node type" again
2021-07-16 7:10 UTC
[PATCH v6 0/3] mtd: spi-nor: Add support for Cypress s25hl-t/s25hs-t
2021-07-16 6:27 UTC (3+ messages)
[PATCH] dt-bindings: mtd: gpmc: Fix the ECC bytes vs. OOB bytes equation
2021-07-15 23:08 UTC (2+ messages)
[PATCH] mtd: rawnand: nand_bbt: Skip bad blocks when searching for the BBT in NAND
2021-07-15 23:08 UTC (2+ messages)
[PATCH] mtd: spinand: Fix comment
2021-07-15 23:08 UTC (2+ messages)
[PATCH] mtd: rawnand: Fix a couple of spelling mistakes in Kconfig
2021-07-15 23:08 UTC (2+ messages)
[PATCH v2] dt_bindings: mtd: partitions: redboot: convert to YAML
2021-07-15 23:03 UTC (2+ messages)
[PATCH v2] mtd: mtd_blkdevs: Initialize rq.limits.discard_granularity
2021-07-15 22:50 UTC (2+ messages)
[PATCH v2] mtd: break circular locks in register_mtd_blktrans
2021-07-15 22:50 UTC (2+ messages)
[PATCH] mtd: mchp48l640: silence some uninitialized variable warnings
2021-07-15 22:50 UTC (2+ messages)
[PATCH v2] mtd: core: handle flashes without OTP gracefully
2021-07-15 22:50 UTC (2+ messages)
[PATCH v2] mtd: cfi_cmdset_0002: fix crash when erasing/writing AMD cards
2021-07-15 22:50 UTC (2+ messages)
[PATCH v12 00/10] Add Rockchip SFC(serial flash controller) support
2021-07-15 22:42 UTC (2+ messages)
` (subset) "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).