linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-25 11:40:38 to 2020-10-01 07:51:29 UTC [more...]

[PATCH v14 00/15] mtd: spi-nor: add xSPI Octal DTR support
 2020-10-01  7:50 UTC  (22+ 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

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

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

[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][next] mtd: rawnand: Replace one-element array with flexible-array member
 2020-09-30 22:32 UTC  (4+ messages)

[PATCH 0/5] Creation of a SPI-NAND ECC engine
 2020-09-30 18:52 UTC  (7+ 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 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  (8+ messages)
` [PATCH v13 17/20] mtd: rawnand: Use the ECC framework OOB layouts
` [PATCH v13 19/20] mtd: rawnand: Use the ECC framework user input parsing bits

[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 v3] mtd: parsers: bcm63xx: simplify CFE detection
 2020-09-29 17:27 UTC  (8+ messages)
` [PATCH v4] "
          ` [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  (11+ 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 3/8] MAINTAINERS: add maintainers to ROCKCHIP NFC
` [PATCH v9 4/8] arm64: dts: rockchip: Add NFC node for RK3308 SoC
` [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)

UBIFS-AUTH panic after reboot
 2020-09-29  8:45 UTC  (11+ messages)

[PATCH] ubifs: journal: Make sure to not dirty twice for auth nodes
 2020-09-29  8:44 UTC  (3+ messages)

[PATCH v4 0/4] spi: spi-mtk-nor: Add mt8192 support
 2020-09-29  7:37 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: spi: add mt8192-nor compatible string
` [PATCH v4 2/4] spi: spi-mtk-nor: use dma_alloc_coherent() for bounce buffer
` [PATCH v4 3/4] spi: spi-mtk-nor: support 36bit dma addressing
` [PATCH v4 4/4] spi: spi-mtk-nor: Add power management support

[PATCH v14 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-09-28 18:21 UTC  (3+ messages)
` [PATCH v14 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "

[PATCH v4 0/2] Add support for micron SPI NAND MT29F2G01AAAED
 2020-09-28 16:25 UTC  (9+ messages)
` [PATCH v4 1/2] mtd: spinand: micron: Generalize the function and structure names

[PATCH] mtd: spear_smi: Enable compile testing
 2020-09-28 15:57 UTC 

[PATCH 1/3] mtd: rawnand: Fix wrongful fallthrough NAND_ECC_SOFT
 2020-09-28 15:00 UTC  (2+ messages)

[PATCH] mtd: rawnand: ams-delta: Fix non-OF build warning
 2020-09-28 14:59 UTC  (2+ messages)

[PATCH -next] mtd: onenand_base: simplify the return expression of onenand_transfer_auto_oob
 2020-09-28 14:59 UTC  (2+ messages)

[PATCH -next] mtd: rawnand: remove redundant dev_err call in cadence_nand_dt_probe
 2020-09-28 14:59 UTC  (2+ messages)

[PATCH 2/3] mtd: rawnand: Introduce nand_set_ecc_on_host_ops()
 2020-09-28 15:00 UTC  (2+ messages)

[PATCH 3/3] mtd: rawnand: Don't overwrite the error code from nand_set_ecc_soft_ops()
 2020-09-28 15:00 UTC  (2+ messages)

[PATCH v3 0/6] spi: spi-mtk-nor: Add mt8192 support
 2020-09-28  2:18 UTC  (4+ messages)
` [PATCH v3 5/6] spi: spi-mtk-nor: support 36bit dma addressing

[PATCH 0/4] Add IRQ mode support for hisi-sfc-v3xx driver and some cleanups
 2020-09-25 20:42 UTC  (2+ messages)

[PATCH v3 0/4] Actually implement nvmem support for mtd
 2020-09-25 18:39 UTC  (4+ messages)
` [PATCH v3 3/4] of_net: add mac-address-increment support

[PATCH] mtd: spi-nor: gigadevice: add GD25LQ80C
 2020-09-25 12:01 UTC  (4+ 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).