linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-28 14:26:35 to 2018-09-06 22:39:26 UTC [more...]

[PATCH 00/19] mtd: rawnand: API cleanup (2nd batch)
 2018-09-06 22:38 UTC  (5+ messages)
` [PATCH 01/19] mtd: rawnand: Leave chip->IO_ADDR_{R, W} to NULL when unused
` [PATCH 04/19] mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()
` [PATCH 08/19] mtd: rawnand: Deprecate ->{set,get}_features() hooks
` [PATCH 13/19] mtd: rawnand: Get rid of a few unused definitions

[PATCH 0/3] Virtual MTD concat device driver
 2018-09-06 21:35 UTC  (13+ messages)
` [PATCH 1/3] mtd: core: add get_mtd_device_by_node
` [PATCH 2/3] dt-bindings: add bindings for mtd-concat devices
` [PATCH 3/3] mtd: mtdconcat: add dt driver for concat devices

[PATCH v2 1/2] mtd: rawnand: reorder NAND manufacturer IDs
 2018-09-06 21:30 UTC  (2+ messages)
` [PATCH v2 2/2] mtd: rawnand: ESMT: retrieve ECC requirements from 5th id byte

[PATCH 1/2] mtd: nand: reorder nand manufacturer ids
 2018-09-06 20:51 UTC  (6+ messages)
` [PATCH 2/2] mtd: nand: esmt: retrieve ecc requirements from 5th id byte

[PATCH v2 00/23] mtd: rawnand: Stop passing mtd_info to drivers
 2018-09-06 20:15 UTC  (26+ messages)
` [PATCH v2 01/23] mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooks
` [PATCH v2 02/23] mtd: rawnand: Pass a nand_chip object to nand_scan()
` [PATCH v2 03/23] mtd: rawnand: Pass a nand_chip object to nand_release()
` [PATCH v2 04/23] mtd: rawnand: Pass a nand_chip object to nand_wait_ready()
` [PATCH v2 05/23] mtd: rawnand: Pass a nand_chip object to ecc->hwctl()
` [PATCH v2 06/23] mtd: rawnand: Pass a nand_chip object to ecc->calculate()
` [PATCH v2 07/23] mtd: rawnand: Pass a nand_chip object to ecc->correct()
` [PATCH v2 08/23] mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
` [PATCH v2 09/23] mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
` [PATCH v2 10/23] mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks
` [PATCH v2 11/23] mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks
` [PATCH v2 12/23] mtd: rawnand: Pass a nand_chip object to chip->select_chip()
` [PATCH v2 13/23] mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks
` [PATCH v2 14/23] mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()
` [PATCH v2 15/23] mtd: rawnand: Pass a nand_chip object to chip->dev_ready()
` [PATCH v2 16/23] mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()
` [PATCH v2 17/23] mtd: rawnand: Pass a nand_chip object to chip->waitfunc()
` [PATCH v2 18/23] mtd: rawnand: Pass a nand_chip object to chip->erase()
` [PATCH v2 19/23] mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features()
` [PATCH v2 20/23] mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry()
` [PATCH v2 21/23] mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()
` [PATCH v2 22/23] mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpers
` [PATCH v2 23/23] mtd: rawnand: Pass a nand_chip object nand_erase_nand()

[PATCH v2 1/4] mtd: rawnand: Remove docg4
 2018-09-06 20:12 UTC  (5+ messages)
` [PATCH v2 2/4] ARM: pxa: palmtreo: Drop docg4 specific init

[PATCH 0/3] mtd: rawnand: marvell: add new layout
 2018-09-06 20:10 UTC  (3+ messages)

[PATCH 0/2] MTD: spi-nor: add support for sst26wf016, sst26wf032
 2018-09-06 16:34 UTC  (4+ messages)
` [PATCH 1/2] mtd: spi-nor: Add support of sst26wf* flash ICs protection ops
` [PATCH 2/2] mtd: spi-nor: add support for sst26wf016, sst26wf032

[PATCH 0/7] spi: spi-mem: Add a driver for NXP FlexSPI controller
 2018-09-06 12:23 UTC  (25+ messages)
` [PATCH 1/7] spi: add slave device size in spi_device struct
` [PATCH 2/7] spi: add flags for octal I/O data transfer
` [PATCH 3/7] spi: spi-mem: Add a driver for NXP FlexSPI controller
` [PATCH 4/7] dt-bindings: spi: add binding file for NXP FlexSPI driver
` [PATCH 5/7] arm64: dts: lx2160a: add fspi node property
` [PATCH 6/7] arm64: defconfig: enable NXP FlexSPI driver
` [PATCH 7/7] MAINTAINERS: add maintainers for the "

[PATCH v2 00/12] Port the FSL QSPI driver to the SPI framework
 2018-09-06 12:22 UTC  (9+ messages)
` [PATCH v2 03/12] spi: Add a driver for the Freescale/NXP QuadSPI controller
    ` Questions about "

[PATCH v3 0/7] mtd: rawnand: ams-delta: Use GPIO API for data I/O
 2018-09-05 20:53 UTC  (4+ messages)
` [PATCH v4 0/3] mtd: rawnand: ams-delta: Cleanups and optimizations

[PATCH] arch/sh: fix build warning in mach-kfr2r09/setup.c
 2018-09-05 20:34 UTC  (2+ messages)

[PATCH v2 0/8] gpio-addr-flash: Support for device-tree and cleanup
 2018-09-05 14:36 UTC  (9+ messages)
` [PATCH v2 1/8] mtd: maps: gpio-addr-flash: Replace custom printk
` [PATCH v2 2/8] mtd: maps: gpio-addr-flash: Fix ioremapped size
` [PATCH v2 3/8] mtd: maps: gpio-addr-flash: Use devm_* functions
` [PATCH v2 4/8] mtd: maps: gpio-addr-flash: Use order insted of size
` [PATCH v2 5/8] mtd: maps: gpio-addr-flash: Replace array with an integer
` [PATCH v2 6/8] mtd: maps: gpio-addr-flash: Split allocation in two
` [PATCH v2 7/8] mtd: maps: gpio-addr-flash: Add support for device-tree devices
` [PATCH v2 8/8] dt-binding: mtd: Document gpio-addr-flash

[PATCH v2 mtd-utils] ubi-tests: io_paral: Fix error handling of update_volume()
 2018-09-05 13:47 UTC 

[PATCH mtd-utils] ubi-tests: io_paral: Fix error handling of update_volume()
 2018-09-05 13:03 UTC  (3+ messages)

mtd-utils: 'libmtd: error!: ECCGETLAYOUT ioctl request failed' seen after updating to mtd-utils 2.0.2
 2018-09-05  8:21 UTC 

[PATCH] mtd: onenand: fix parameter list build warning
 2018-09-05  8:00 UTC  (4+ messages)

[PATCH] mtd: rawnand: qcom: don't include dma-direct.h
 2018-09-04 21:59 UTC  (4+ messages)

[PATCH] mtd: rawnand: Convert to using %pOFn instead of device_node.name
 2018-09-04 21:58 UTC  (2+ messages)

[PATCH] mtd: rawnand: jz4780: use struct_size() in devm_kzalloc()
 2018-09-04 21:57 UTC  (2+ messages)

[PATCH] mtd: rawnand: atmel: use struct_size() in devm_kzalloc()
 2018-09-04 21:58 UTC  (2+ messages)

[PATCH] mtd: nand: denali: use SPDX-License-Identifier and fix license mismatch
 2018-09-04 21:56 UTC  (2+ messages)

[PATCH v2 0/2] mtd: rawnand: fsl_ifc: fix SRAM initialization for newer controller
 2018-09-04 21:55 UTC  (2+ messages)

[PATCH v4 1/2] mtd: rawnand: marvell: document a bit more the driver
 2018-09-04 21:54 UTC  (2+ messages)

[PATCH v6] mtd: nand: toshiba: Add support for Toshiba Memory BENAND (Built-in ECC NAND)
 2018-09-04 21:53 UTC  (2+ messages)

[PATCH v2] mtd: nand: use regmap_update_bits() in marvell_nand for syscon access
 2018-09-04 21:51 UTC  (2+ messages)

[PATCH] mtd: rawnand: Get rid of the ->read_word() hook
 2018-09-04 21:50 UTC  (2+ messages)

[PATCH 0/2] mtd: rawnand: Make ->dev_ready() and ->chip_delay optional
 2018-09-04 21:47 UTC  (2+ messages)

[PATCH] mtd: rawnand: Allow selection of ECC byte ordering at runtime
 2018-09-04 14:23 UTC 

[PATCH 0/8] gpio-addr-flash: Support for device-tree and cleanup
 2018-09-04 14:04 UTC  (8+ messages)
` [PATCH 2/8] mtd: maps: gpio-addr-flash: Fix ioremapped size
` [PATCH 8/8] dt-binding: mtd: Document gpio-addr-flash

[PATCH 0/5] mtd: bcm63xxpart: add device tree support
 2018-09-04 13:33 UTC  (5+ messages)
` [PATCH 1/5] dt-bindings: mtd: describe the simple BCM963XX NOR flash layout
` [PATCH 4/5] dt-bindings: mtd: describe BCM963XX ImageTag format and usage

[PATCH] mtd: rawnand: fsmc: Fix Hamming ECC
 2018-09-04 13:12 UTC  (4+ messages)

Query: spi-nor: dummy buswidth calculation
 2018-09-04 13:10 UTC  (3+ messages)

Query| USE of MTD_CFI_ADV_OPTIONS for SPI-NOR/serial-NOR flash for BE-kernel on arm64
 2018-09-04 12:38 UTC 

Query| USE of MTD_CFI_ADV_OPTIONS for SPI-NOR/serial-NOR flash for BE-kernel on arm64
 2018-09-04 11:23 UTC 

[PATCH] ubifs: Check for name being NULL while mounting
 2018-09-03 21:06 UTC 

general protection fault in ubifs_mount
 2018-09-03 20:21 UTC 

[RESEND PATCH v2 0/3] add support to non-uniform SFDP SPI NOR flash memories
 2018-09-03 17:40 UTC  (5+ messages)
` [RESEND PATCH v2 1/3] mtd: spi-nor: "
` [RESEND PATCH v2 2/3] mtd: spi-nor: parse SFDP Sector Map Parameter Table

[PATCH] jffs2: add additinal sanity check for jffs2_acl_from_medium()
 2018-09-03 14:01 UTC  (4+ messages)

HELLO
 2018-09-03 13:05 UTC 

[PATCH 00/25] UBIFS authentication support
 2018-09-02 19:45 UTC  (16+ messages)
` [PATCH 10/25] ubifs: add helper functions for "
` [PATCH 12/25] ubifs: Add hashes to the tree node cache
` [PATCH 14/25] ubifs: Add authentication nodes to journal
` [PATCH 15/25] ubifs: Add auth nodes to garbage collector journal head

[PATCH v2 00/29] at24: remove at24_platform_data
 2018-09-01 13:11 UTC  (21+ messages)
` [PATCH v2 01/29] nvmem: add support for cell lookups
` [PATCH v2 02/29] Documentation: nvmem: document lookup entries
` [PATCH v2 15/29] net: split eth_platform_get_mac_address() into subroutines

[PATCH 0/2] mtd: spi-nor: add entry for mt35xu512aba flash
 2018-08-31  9:03 UTC  (3+ messages)
` [PATCH 1/2] mtd: spi-nor: add macros related to MICRON flash
` [PATCH 2/2] mtd: spi-nor: add entry for mt35xu512aba flash

[PATCH 0/2] mtd: spi-nor: add entry for mt35xu512aba flash
 2018-08-31  8:56 UTC  (3+ messages)
` [PATCH 1/2] mtd: spi-nor: add macros related to MICRON flash
` [PATCH 2/2] mtd: spi-nor: add entry for mt35xu512aba flash

[PATCH] mtd: spi-nor: fix options for mx66l51235f
 2018-08-31  8:04 UTC  (16+ messages)

Query Regarding NOR flash page size calculation s25fl512s
 2018-08-31  4:57 UTC 

[GIT PULL] mtd: Fixes for 4.19-rc2
 2018-08-30 14:51 UTC 

[PATCH v2] spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash
 2018-08-30  8:42 UTC 

[PATCH] mtd: Convert to using %pOFn instead of device_node.name
 2018-08-29 19:06 UTC 

Reminder: Alpine Linux Persistence and Storage Summit happens soon
 2018-08-29 12:13 UTC 

[PATCH] spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash
 2018-08-29 11:46 UTC  (12+ messages)

[RFC PATCH v2 0/2] mtd: rawnand: meson: add Amlogic NAND driver support
 2018-08-29 10:31 UTC  (12+ messages)
` [RFC PATCH v2 2/2] mtd: rawnand: meson: add support for Amlogic NAND flash controller

[PATCH v3] mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB
 2018-08-28 14:36 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).