messages from 2017-06-22 19:18:14 to 2017-06-30 21:49:21 UTC [more...]
[PATCH] mtd-utils: tests: Add Erased Pages Bit Flip Test
2017-06-30 21:48 UTC (2+ messages)
[PATCH v6 00/16] MIPS: lantiq: handle RCU register by separate drivers
2017-06-30 12:22 UTC (19+ messages)
` [PATCH v6 01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses
` [PATCH v6 02/16] mtd: lantiq-flash: drop check of boot select
` [PATCH v6 03/16] mtd: spi-falcon: "
` [PATCH v6 04/16] watchdog: lantiq: access boot cause register through regmap
` [PATCH v6 05/16] watchdog: lantiq: add device tree binding documentation
` [PATCH v6 06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
` [PATCH v6 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
` [PATCH v6 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
` [PATCH v6 09/16] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
` [PATCH v6 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
` [PATCH v6 11/16] MIPS: lantiq: remove old reset controller implementation
` [PATCH v6 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
` [PATCH v6 13/16] MIPS: lantiq: remove old GPHY loader code
` [PATCH v6 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
` [PATCH v6 15/16] MIPS: lantiq: remove old USB PHY initialisation
` [PATCH v6 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation
[PATCH v5 00/16] MIPS: lantiq: handle RCU register by separate drivers
2017-06-29 20:27 UTC (10+ messages)
` [PATCH v5 05/16] watchdog: lantiq: add device tree binding documentation
` [PATCH v5 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
` [PATCH v5 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
` [PATCH v5 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
[PATCH][mtd-next] mtd: spi-nor: remove redundant check on err
2017-06-29 17:50 UTC
[PATCH] mtd: nand: remove hard-coded NAND ids length
2017-06-29 17:08 UTC
[PATCH 0/3] Altera Quadspi Controller Version 2
2017-06-29 15:38 UTC (30+ messages)
` [PATCH 1/3] ARM: dts: Bindings for "
` [PATCH 2/3] mtd: spi-nor: core code for the Altera Quadspi Flash Controller v2
` [PATCH 3/3] mtd: spi-nor: Altera Quadspi Flash Controller v2 Platform driver
[PATCH] spi-nor: intel-spi: Add support for Intel Denverton SPI serial flash controller
2017-06-29 11:45 UTC
JFFS2 write/rename atomicity/ordering issue
2017-06-29 10:48 UTC
[PATCH 00/14] Add QCOM QPIC NAND support
2017-06-29 9:52 UTC (20+ messages)
` [PATCH 01/14] qcom: mtd: nand: Add driver data for QPIC DMA
` [PATCH 02/14] qcom: mtd: nand: add and initialize QPIC DMA resources
` [PATCH 03/14] qcom: mtd: nand: Fixed config error for BCH
` [PATCH 04/14] qcom: mtd: nand: reorganize nand devices probing
` [PATCH 05/14] qcom: mtd: nand: allocate bam transaction
` [PATCH 06/14] qcom: mtd: nand: add bam dma descriptor handling
` [PATCH 07/14] qcom: mtd: nand: support for passing flags in transfer functions
` [PATCH 08/14] qcom: mtd: nand: Add support for additional CSRs
` [PATCH 09/14] qcom: mtd: nand: BAM support for read page
` [PATCH 10/14] qcom: mtd: nand: support for QPIC Page read/write
` [PATCH 11/14] qcom: mtd: nand: BAM raw read and write support
` [PATCH 12/14] qcom: mtd: nand: change register offset defines with enums
` [PATCH 13/14] qcom: mtd: nand: support for QPIC version 1.5.0
` [PATCH 14/14] qcom: mtd: nand: programmed NAND_DEV_CMD_VLD register
[PATCH v6 00/15] A SPI NAND framework under generic NAND framework
2017-06-29 7:05 UTC (10+ messages)
` [PATCH v6 11/15] nand: spi: add basic operations support
[PATCH 0/5] Allow opal-async waiters to get interrupted
2017-06-29 6:54 UTC (6+ messages)
` [PATCH 1/5] powerpc/opal: Make __opal_async_{get, release}_token() static
` [PATCH 2/5] powerpc/opal: Rework the opal-async interface
` [PATCH 3/5] powerpc/opal: Add opal_async_wait_response_interruptible() to opal-async
` [PATCH 4/5] powerpc/powernv: Add OPAL_BUSY to opal_error_code()
` [PATCH 5/5] mtd: powernv_flash: Use opal_async_wait_response_interruptible()
[PATCH V4 1/2] mtd: partitions: add of_match_table parser matching
2017-06-28 21:19 UTC (3+ messages)
` [PATCH V4 2/2] mtd: ofpart: add of_match_table with "fixed-partitions"
[PATCH v4 0/9] mtd: sharpslpart partition parser
2017-06-28 20:30 UTC (10+ messages)
` [PATCH v4 1/9] mtd: sharpslpart: add sharpslpart MTD "
` [PATCH v4 2/9] mtd: nand: sharpsl.h: support partition parser types
` [PATCH v4 3/9] mfd: tmio.h: "
` [PATCH v4 4/9] mtd: nand: sharpsl.c: take in account "
` [PATCH v4 5/9] mtd: nand: tmio_nand.c: "
` [PATCH v4 6/9] ARM: pxa: corgi.c: remove hardcoded partitioning, use sharpslpart parser
` [PATCH v4 7/9] ARM: pxa: tosa.c: "
` [PATCH v4 8/9] ARM: pxa: spitz.c: "
` [PATCH v4 9/9] ARM: pxa: poodle.c: "
[PATCH -next] mtd: nand: Add support for Toshiba BENAND (Built-in ECC NAND)
2017-06-28 16:45 UTC (3+ messages)
[PATCH v2 08/10] jffs2: define integrity_read method
2017-06-28 14:39 UTC (4+ messages)
` [PATCH v2 09/10] ubifs: "
[PATCH 0/9] mtd-utils: various cleanups, enable compiler warnings
2017-06-28 11:08 UTC (10+ messages)
` [PATCH 1/9] Replace defunct ubifs_assert
` [PATCH 2/9] Restructure autoconf configure.ac
` [PATCH 3/9] Use autoconf header detection correctly for libmissing
` [PATCH 4/9] Move libfec declarations to public header in global include directory
` [PATCH 5/9] Enable compiler warnings
` [PATCH 6/9] Eliminate warnings about missing prototypes
` [PATCH 7/9] Remove unused variables and functions
` [PATCH 8/9] Silence warnings about unused arguments
` [PATCH 9/9] Add const modifier to read only strings and string constants
[PATCH] mtd-utils: tests: Fix nandbiterrs Failure Check
2017-06-28 8:38 UTC (4+ messages)
[PATCH 0/9] Drop unnecessary static
2017-06-27 23:47 UTC (2+ messages)
[PATCH] mtd: spi-nor: cqspi: remove duplicate const
2017-06-27 22:08 UTC (7+ messages)
[PATCH v3 0/2] mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables
2017-06-27 20:03 UTC (6+ messages)
` [PATCH v3 1/2] mtd: st_spi_fsm: remove SPINOR_OP_RDSR2 and use SPINOR_OP_RDCR instead
` [PATCH v3 2/2] mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables
[PATCH v2 1/2] mtd: Stop directly calling master ->_xxx() hooks from mtdpart code
2017-06-27 19:52 UTC (6+ messages)
` [PATCH v2 2/2] mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
[PATCH 1/2] mtd: Add sanity checks in mtd_write/read_oob()
2017-06-27 19:22 UTC (2+ messages)
` [PATCH 2/2] mtd: Remove duplicate checks on mtd_oob_ops parameter
[RFC] ubihealthd
2017-06-27 14:51 UTC
UBI bitrot checking and scrubbing
2017-06-27 14:49 UTC (5+ messages)
` AW: "
[RFC] ubihealthd
2017-06-27 13:42 UTC
[PATCH v2] mtd: spi-nor: Add support for Spansion S25FL064L
2017-06-26 21:09 UTC (2+ messages)
[PATCH] mtd: spi-nor: Add support for mx66u51235f
2017-06-26 21:03 UTC (2+ messages)
[PATCH] ubifs: Set double hash cookie also for RENAME_EXCHANGE
2017-06-26 11:49 UTC
[PATCH] ubifs: replay: Detect and kill orphaned xattrs
2017-06-26 11:19 UTC
[PULL] mtd: nand: Changes for 4.13
2017-06-25 19:04 UTC
[PATCH] mtd: Fix check in mtd_unpoint()
2017-06-25 18:22 UTC
[PATCH] mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
2017-06-25 15:01 UTC (4+ messages)
[PATCH] Documentation: ABI: mtd: describe "offset" more precisely
2017-06-25 11:11 UTC
[PATCH 0/5] Improve MTK NAND driver
2017-06-24 20:11 UTC (7+ messages)
` [PATCH 1/5] mtd: nand: mtk: fix incorrect register setting order about ecc irq
` [PATCH 2/5] mtd: nand: mtk: disable ecc irq when writing page with hwecc
` [PATCH 3/5] mtd: nand: mtk: remove unneeded mtk_nfc_hw_init from mtk_nfc_resume
` [PATCH 4/5] mtd: nand: mtk: remove unneeded mtk_ecc_hw_init from mtk_ecc_resume
` [PATCH 5/5] mtd: nand: mtk: add ->setup_data_interface() hook
[PATCH 0/3] fscrypt: forbid truncate(2) without key
2017-06-23 23:52 UTC (3+ messages)
` [PATCH 1/3] ext4: require key for truncate(2) of encrypted file
[PATCH 0/4] fscrypt: remove checks for encryption key after file open
2017-06-23 23:46 UTC (9+ messages)
` [PATCH 1/4] ext4: don't bother checking for encryption key in ->mmap()
` [PATCH 3/4] ubifs: "
[PATCH v2 00/53] Get rid of Docbook
2017-06-23 20:26 UTC (5+ messages)
[PATCH][mtd-next] mtd: parser: print hex size_t value using correct %zx printk format specifier
2017-06-23 18:21 UTC (6+ messages)
[PATCH V6 0/5] mtd: add support for subpartitions
2017-06-23 17:57 UTC (7+ messages)
` [PATCH V7 0/6] "
` [PATCH V7 2/6] mtd: partitions: remove sysfs files when deleting all master's partitions
[PATCH] mtd: partitions: fixup some allocate_partition() whitespace
2017-06-23 17:52 UTC (3+ messages)
[PATCH] mtd: parsers: trx: fix pr_err format for printing offset
2017-06-23 17:49 UTC (2+ messages)
[PATCH v2 0/2] mtd: spi-nor: aspeed: add dual read and command mode support
2017-06-23 12:04 UTC (8+ messages)
` [PATCH v2 1/2] mtd: spi-nor: aspeed: add support for SPI dual IO read mode
[PATCH] ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrs
2017-06-23 2:37 UTC
[PATCH v2 1/1] MAINTAINERS: Update SPI NOR subsystem git repositories
2017-06-22 21:30 UTC (3+ messages)
[PATCH] ubifs: Don't leak kernel memory to the MTD
2017-06-22 19:21 UTC (2+ messages)
[PATCH] MAINTAINERS: add entry for Denali NAND controller driver
2017-06-22 19:17 UTC (2+ messages)
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