linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-23 15:16:53 to 2020-09-30 07:52:41 UTC [more...]

[PATCH v13 00/15] mtd: spi-nor: add xSPI Octal DTR support
 2020-09-30  7:51 UTC  (39+ 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
` [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 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 00/20] Create generic software ECC engines
 2020-09-29 23:01 UTC  (21+ 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 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

imx27: Unsupported ECC algorithm
 2020-09-29 17:46 UTC  (6+ messages)

[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  (4+ messages)
` [PATCH v14 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "
` [PATCH v14 2/2] mtd: rawnand: Add NAND controller support on "

[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 v14 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-09-28 14:25 UTC  (4+ messages)
` [PATCH v14 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "
` [PATCH v14 2/2] mtd: rawnand: Add NAND controller support on "

[RESEND PATCH v4] mtd: spi-nor: winbond: Add support for w25q64jwm
 2020-09-28  6:06 UTC 

[PATCH v3 0/6] spi: spi-mtk-nor: Add mt8192 support
 2020-09-28  2:18 UTC  (16+ messages)
` [PATCH v3 1/6] dt-bindings: spi: add mt8192-nor compatible string
` [PATCH v3 2/6] spi: spi-mtk-nor: fix mishandled logics in checking SPI memory operation
` [PATCH v3 3/6] spi: spi-mtk-nor: support 7 bytes transfer of generic spi
` [PATCH v3 4/6] spi: spi-mtk-nor: use dma_alloc_coherent() for bounce buffer
` [PATCH v3 5/6] spi: spi-mtk-nor: support 36bit dma addressing
` [PATCH v3 6/6] spi: spi-mtk-nor: Add power management support

[PATCH 0/4] Add IRQ mode support for hisi-sfc-v3xx driver and some cleanups
 2020-09-25 20:42 UTC  (6+ messages)
` [PATCH 1/4] spi: hisi-sfc-v3xx: factor out IO modes configuration
` [PATCH 2/4] spi: hisi-sfc-v3xx: factor out bus config and transfer functions
` [PATCH 3/4] spi: hisi-sfc-v3xx: factor out the bit definition of interrupt register
` [PATCH 4/4] spi: hisi-sfc-v3xx: add support for IRQ mode

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

[PATCH] mtd: spi-nor: macronix: Add SECT_4K to mx25l12805d
 2020-09-25 11:29 UTC  (3+ messages)

[PATCH] mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-S SPI serial flash
 2020-09-25  9:51 UTC 

[PATCH] mtd: spi-nor: controllers: intel-spi: Add support for command line partitions
 2020-09-25  4:21 UTC  (3+ messages)

bdi cleanups v7
 2020-09-24 19:44 UTC  (21+ messages)
` [PATCH 01/13] fs: remove the unused SB_I_MULTIROOT flag
` [PATCH 02/13] drbd: remove dead code in device_to_statistics
` [PATCH 03/13] bcache: inherit the optimal I/O size
` [PATCH 04/13] aoe: set an "
` [PATCH 05/13] bdi: initialize ->ra_pages and ->io_pages in bdi_init
` [PATCH 06/13] md: update the optimal I/O size on reshape
` [PATCH 07/13] block: lift setting the readahead size into the block layer
` [PATCH 08/13] bdi: remove BDI_CAP_CGROUP_WRITEBACK
` [PATCH 09/13] bdi: remove BDI_CAP_SYNCHRONOUS_IO
` [PATCH 10/13] mm: use SWP_SYNCHRONOUS_IO more intelligently
` [PATCH 11/13] bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
` [PATCH 12/13] bdi: invert BDI_CAP_NO_ACCT_WB
` [PATCH 13/13] bdi: replace BDI_CAP_NO_{WRITEBACK, ACCT_DIRTY} with a single flag

[PATCH 00/13] Allow readpage to return a locked page
 2020-09-24  9:00 UTC  (3+ messages)
` [PATCH 12/13] udf: Tell the VFS that readpage was synchronous

[PATCH v2] mtd: rawnand: nandsim: Add support to disable subpage writes
 2020-09-24 10:56 UTC  (9+ messages)

Help with UBI failure analysis
 2020-09-24 10:42 UTC  (2+ messages)

arm-smmu 5000000.iommu: Cannot accommodate DMA offset for IOMMU page tables
 2020-09-24  9:56 UTC  (6+ messages)

[PATCH v2 0/4] mtd: hyperbus: hbmc-am654: Add DMA support
 2020-09-24  8:12 UTC  (5+ messages)
` [PATCH v2 1/4] mtd: hyperbus: Provide per device private pointer
` [PATCH v2 2/4] mtd: hyperbus: hbmc-am654: Fix direct mapping setup flash access
` [PATCH v2 3/4] mtd: hyperbus: hbmc-am654: Drop pm_runtime* calls from probe
` [PATCH v2 4/4] mtd: hyperbus: hbmc-am654: Add DMA support for reads

[PATCH 0/5] Add support for Encryption and Casefolding in F2FS
 2020-09-23 20:44 UTC  (6+ messages)
` [PATCH 1/5] ext4: Use generic casefolding support
` [PATCH 3/5] libfs: Add generic function for setting dentry_ops

[PATCH v2 0/5] spi: spi-mtk-nor: Add mt8192 support
 2020-09-23 20:42 UTC  (3+ messages)
` [PATCH v2 1/5] dt-bindings: spi: add mt8192-nor compatible string

bdi cleanups v6
 2020-09-23 15:16 UTC  (4+ messages)
` [PATCH 05/13] bdi: initialize ->ra_pages and ->io_pages in bdi_init


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