linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-29 09:11:09 to 2020-10-01 19:44:48 UTC [more...]

[PATCH v14 00/15] mtd: spi-nor: add xSPI Octal DTR support
 2020-10-01 19:43 UTC  (40+ messages)
` [PATCH v14 01/15] mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPP
` [PATCH v14 02/15] mtd: spi-nor: add spi_nor_controller_ops_{read_reg, write_reg, erase}()
  ` [PATCH v14 02/15] mtd: spi-nor: add spi_nor_controller_ops_{read_reg,write_reg,erase}()
` [PATCH v14 03/15] mtd: spi-nor: add support for DTR protocol
` [PATCH v14 04/15] mtd: spi-nor: sfdp: get command opcode extension type from BFPT
` [PATCH v14 05/15] mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
` [PATCH v14 06/15] mtd: spi-nor: core: use dummy cycle and address width info from SFDP
` [PATCH v14 07/15] mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR mode
` [PATCH v14 08/15] mtd: spi-nor: core: enable octal DTR mode when possible
` [PATCH v14 09/15] mtd: spi-nor: Introduce SNOR_F_IO_MODE_EN_VOLATILE
` [PATCH v14 10/15] mtd: spi-nor: Parse SFDP SCCR Map
` [PATCH v14 11/15] mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPT
` [PATCH v14 12/15] mtd: spi-nor: core: perform a Soft Reset on shutdown
` [PATCH v14 13/15] mtd: spi-nor: core: disable Octal DTR mode on suspend
` [PATCH v14 14/15] mtd: spi-nor: spansion: add support for Cypress Semper flash
` [PATCH v14 15/15] mtd: spi-nor: micron-st: allow using MT35XU512ABA in Octal DTR mode

[RFC PATCH 1/2] mtd: spi-nor: atmel: remove global SNOR_F_HAS_LOCK
 2020-10-01 15:25 UTC  (8+ messages)
` [RFC PATCH 2/2] mtd: spi-nor: sst: "

[PATCH] mtd: spi-nor: Fix 3-or-4 address byte mode logic
 2020-10-01 14:15 UTC  (3+ messages)

[PATCH v3] mtd: spi-nor: keep lock bits if they are non-volatile
 2020-10-01 12:26 UTC  (10+ messages)

[PATCH 0/6] Bringing generic ECC engine support to SPI-NAND
 2020-10-01 10:20 UTC  (7+ messages)
` [PATCH 1/6] mtd: nand: Add helpers to manage ECC engines and configurations
` [PATCH 2/6] dt-bindings: mtd: Deprecate nand-ecc-mode
` [PATCH 3/6] mtd: spinand: Use the external ECC engine logic
` [PATCH 4/6] mtd: spinand: Allow the case where there is no ECC engine
` [PATCH 5/6] mtd: spinand: Fix OOB read
` [PATCH 6/6] mtd: spinand: Remove outdated comment

[PATCH][next] mtd: rawnand: Replace one-element array with flexible-array member
 2020-10-01  9:21 UTC  (6+ messages)

[PATCH 0/5] Creation of a SPI-NAND ECC engine
 2020-10-01  8:36 UTC  (8+ messages)
` [PATCH 1/5] mtd: spinand: Fix typo in comment
` [PATCH 2/5] mtd: spinand: Move ECC related definitions earlier in the driver
` [PATCH 3/5] mtd: spinand: Instantiate a SPI-NAND on-die ECC engine
` [PATCH 4/5] mtd: nand: Let on-die ECC engines be retrieved from the NAND core
` [PATCH 5/5] mtd: spinand: Fill a default ECC provider/algorithm

[PATCH v15 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-10-01  8:06 UTC  (3+ messages)
` [PATCH v15 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "
` [PATCH v15 2/2] mtd: rawnand: Add NAND controller support on "

[PATCH v2 0/4] mtd: spi-nor: OTP support
 2020-10-01  5:35 UTC  (7+ messages)
` [PATCH v2 2/4] mtd: spi-nor: add "
` [PATCH v2 3/4] mtd: spi-nor: implement OTP support for Macronix and similar flashes
` [PATCH v2 4/4] mtd: spi-nor: implement OTP support for Winbond "

[PATCH 0/2] Platform integrity information in sysfs (version 9)
 2020-09-30 16:42 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] "

[RESEND PATCH 0/2] enable lock interface for macronix chips
 2020-09-30 16:22 UTC  (9+ messages)
` [RESEND PATCH 1/2] mtd: spi-nor: do not touch TB bit without SPI_NOR_HAS_TB
` [RESEND PATCH 2/2] mtd: spi-nor: enable lock interface for macronix chips

imx27: Unsupported ECC algorithm
 2020-09-30 14:58 UTC  (7+ messages)

[PATCH 0/2] Platform integrity information in sysfs (version 9)
 2020-09-30 14:19 UTC  (2+ messages)

[PATCH 2/2] Platform integrity information in sysfs (version 9)
 2020-09-30 13:51 UTC 

[PATCH 1/2] Platform integrity information in sysfs (version 9)
 2020-09-30 13:51 UTC 

[PATCH v13 00/15] mtd: spi-nor: add xSPI Octal DTR support
 2020-09-30 12:32 UTC  (47+ messages)
` [PATCH v13 01/15] mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPP
` [PATCH v13 02/15] mtd: spi-nor: core: add spi_nor_{read, write}_reg() helpers
  ` [PATCH v13 02/15] mtd: spi-nor: core: add spi_nor_{read,write}_reg() helpers
` [PATCH v13 05/15] mtd: spi-nor: sfdp: get command opcode extension type from BFPT
` [PATCH v13 06/15] mtd: spi-nor: sfdp: parse xSPI Profile 1.0 table
` [PATCH v13 07/15] mtd: spi-nor: core: use dummy cycle and address width info from SFDP
` [PATCH v13 08/15] mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR mode
` [PATCH v13 09/15] mtd: spi-nor: core: enable octal DTR mode when possible
` [PATCH v13 10/15] mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPT
` [PATCH v13 11/15] mtd: spi-nor: core: perform a Soft Reset on shutdown
` [PATCH v13 12/15] mtd: spi-nor: core: disable Octal DTR mode on suspend
` [PATCH v13 13/15] mtd: spi-nor: core: expose spi_nor_default_setup() in core.h
` [PATCH v13 14/15] mtd: spi-nor: spansion: add support for Cypress Semper flash
` [PATCH v13 15/15] mtd: spi-nor: micron-st: allow using MT35XU512ABA in Octal DTR mode
` [RFC PATCH 0/3] mtd: spi-nor: Tackle stateful modes
  ` [RFC PATCH 1/3] mtd: spi-nor: Introduce SNOR_F_IO_MODE_EN_VOLATILE
  ` [RFC PATCH 2/3] mtd: spi-nor: Introduce MTD_SPI_NOR_ALLOW_STATEFUL_MODES
  ` [RFC PATCH 3/3] mtd: spi-nor: Parse SFDP SCCR Map

[PATCH v14 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-09-30  9:35 UTC  (3+ messages)

[PATCH v2] mtd: spi-nor: Do not proceed with spi_nor_sr_unlock if WP
 2020-09-30  9:20 UTC  (2+ messages)

[PATCH] mtd: spi-nor: macronix: Add SECT_4K to mx25l12805d
 2020-09-30  8:34 UTC  (2+ messages)

[PATCH] mtd: spi-nor: Prefer asynchronous probe
 2020-09-30  8:34 UTC  (2+ messages)

[PATCH] mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-S SPI serial flash
 2020-09-30  8:34 UTC  (2+ messages)

[RESEND PATCH v4] mtd: spi-nor: winbond: Add support for w25q64jwm
 2020-09-30  8:34 UTC  (2+ messages)

[PATCH v2 0/4] mtd: hyperbus: hbmc-am654: Add DMA support
 2020-09-30  8:27 UTC  (2+ messages)

[PATCH 00/20] Create generic software ECC engines
 2020-09-30  8:16 UTC  (23+ messages)
` [PATCH 01/20] mtd: nand: ecc: Add an I/O request tweaking mechanism
` [PATCH 02/20] mtd: nand: ecc-bch: Move BCH code to the generic NAND layer
` [PATCH 03/20] mtd: nand: ecc-bch: Cleanup and style fixes
` [PATCH 04/20] mtd: nand: ecc-bch: Stop exporting the private structure
` [PATCH 05/20] mtd: nand: ecc-bch: Return only valid error codes
` [PATCH 06/20] mtd: nand: ecc-bch: Drop mtd_nand_has_bch()
` [PATCH 07/20] mtd: nand: ecc-bch: Update the prototypes to be more generic
` [PATCH 08/20] mtd: nand: ecc-bch: Stop using raw NAND structures
` [PATCH 09/20] mtd: nand: ecc-bch: Create the software BCH engine
` [PATCH 10/20] mtd: rawnand: Get rid of chip->ecc.priv
` [PATCH 11/20] mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer
` [PATCH 12/20] mtd: nand: ecc-hamming: Clarify the driver descriptions
` [PATCH 13/20] mtd: nand: ecc-hamming: Drop/fix the kernel doc
` [PATCH 14/20] mtd: nand: ecc-hamming: Cleanup and style fixes
` [PATCH 15/20] mtd: nand: ecc-hamming: Rename the exported functions
` [PATCH 16/20] mtd: nand: ecc-hamming: Stop using raw NAND structures
` [PATCH 17/20] mtd: nand: ecc-hamming: Remove useless includes
` [PATCH 18/20] mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselected
` [PATCH 19/20] mtd: nand: ecc-hamming: Create the software Hamming engine
` [PATCH 20/20] mtd: nand: Let software ECC engines be retrieved from the NAND core

[PATCH 1/3] ubifs: Fix a memleak after dumping authentication mount options
 2020-09-30  7:09 UTC  (6+ messages)
` [PATCH 2/3] ubifs: Don't parse authentication mount options in remount process
` [PATCH 3/3] ubifs: mount_ubifs: Release authentication resource in error handling path

[PATCH v10 0/8] Add Rockchip NFC drivers for RK3308 and others
 2020-09-30  2:09 UTC  (9+ messages)
` [PATCH v10 1/8] dt-bindings: mtd: Describe Rockchip RK3xxx NAND flash controller
` [PATCH v10 2/8] mtd: rawnand: rockchip: NFC drivers for RK3308, RK2928 and others
` [PATCH v10 3/8] MAINTAINERS: add maintainers to ROCKCHIP NFC
` [PATCH v10 4/8] arm64: dts: rockchip: Add NFC node for RK3308 SoC
` [PATCH v10 5/8] arm64: dts: rockchip: Add NFC node for PX30 SoC
  ` [PATCH v10 6/8] arm: dts: rockchip: Add NFC node for RV1108 SoC
  ` [PATCH v10 7/8] arm: dts: rockchip: Add NFC node for RK2928 and other SoCs
  ` [PATCH v10 8/8] arm: dts: rockchip: Add NFC node for RK3036 SoC

[PATCH v13 00/20] Introduction of the generic ECC framework
 2020-09-29 21:26 UTC  (4+ messages)
` [PATCH v13 17/20] mtd: rawnand: Use the ECC framework OOB layouts

[PATCH v10 00/17] mtd: spi-nor: add xSPI Octal DTR support
 2020-09-29 18:34 UTC  (8+ messages)
` [PATCH v10 05/17] mtd: spi-nor: add support for DTR protocol

[PATCH v4] mtd: parsers: bcm63xx: simplify CFE detection
 2020-09-29 17:27 UTC  (2+ messages)
` [PATCH] mtd: parsers: bcm63xx: Do not make it modular

[PATCH] mkfs.ubifs: remove OPENSSL_no_config()
 2020-09-29 14:05 UTC  (5+ messages)

[PATCH v9 0/8] Add Rockchip NFC drivers for RK3308 and others
 2020-09-29 13:28 UTC  (9+ messages)
` [PATCH v9 1/8] dt-bindings: mtd: Describe Rockchip RK3xxx NAND flash controller
` [PATCH v9 2/8] mtd: rawnand: rockchip: NFC drivers for RK3308, RK2928 and others
` [PATCH v9 5/8] arm64: dts: rockchip: Add NFC node for PX30 SoC
  ` [PATCH v9 6/8] arm: dts: rockchip: Add NFC node for RV1108 SoC
  ` [PATCH v9 7/8] arm: dts: rockchip: Add NFC node for RK2928 and other SoCs
  ` [PATCH v9 8/8] arm: dts: rockchip: Add NFC node for RK3036 SoC

[PATCH] misc-utils: Add fectest to build system
 2020-09-29 12:20 UTC  (2+ messages)

[PATCH] mkfs.ubifs: Fix build with SELinux
 2020-09-29 12:19 UTC  (2+ 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 NNTP newsgroup(s).