linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-29 21:41:18 to 2017-07-15 20:37:59 UTC [more...]

[PATCH 00/11] Drop unnecessary static
 2017-07-15 20:37 UTC  (3+ messages)
` [PATCH 03/11] mtd: physmap_of: "

[GIT PULL] UBIFS updates for 4.13-rc1
 2017-07-15 13:54 UTC 

[PATCH] mtd: gpmi-nand: do not fail setting ONFI timing mode if available
 2017-07-15 12:47 UTC  (6+ messages)

[PATCH v2 00/53] Get rid of Docbook
 2017-07-15  1:52 UTC  (8+ messages)

[PATCH 0/6] fscrypt: key verification and KDF improvement
 2017-07-15  0:52 UTC  (21+ messages)
` [PATCH 1/6] fscrypt: add v2 encryption context and policy
` [PATCH 2/6] fscrypt: rename ->ci_master_key to ->ci_master_key_descriptor
` [PATCH 3/6] fscrypt: use HKDF-SHA512 to derive the per-inode encryption keys
` [PATCH 4/6] fscrypt: verify that the correct master key was supplied
` [PATCH 5/6] fscrypt: cache the HMAC transform for each master key
` [PATCH 6/6] fscrypt: for v2 policies, support "fscrypt:" key prefix only

[PATCH] mtd: fsl_elbc_nand: Add SOFT_BCH ECC mode selection via DT
 2017-07-14 16:28 UTC 

[PATCH] mtd: fsl_elbc_nanc: Add SOFT_BCH ECC mode selection via DT
 2017-07-14 16:26 UTC 

[PATCH 0/3] Fix SMC layout register for sama5d2
 2017-07-14 16:06 UTC  (13+ messages)
` [PATCH 1/3] mfd: syscon: update Atmel SMC binding doc
` [PATCH 2/3] mfd: syscon: atmel-smc: add helper to retrieve register layout
` [PATCH 3/3] ARM: dts: at91: sama5d2: use sama5d2 compatible string for SMC

[PATCH RFC] mtdpart: don't force alignment to eraseblock if flags have MTD_NO_ERASE
 2017-07-14 11:17 UTC  (2+ messages)

IMX53 - NAND recent Kernels - ONE BYTE OFFSET IN READS 'occasinally'!
 2017-07-14  9:44 UTC 

[GIT PULL] MTD updates for 4.13-rc1
 2017-07-13 18:10 UTC 

[PATCH] Documentation: ABI: mtd: describe "offset" more precisely
 2017-07-13 17:56 UTC  (2+ messages)

Parcel 07365063 delivery notification, UPS
 2017-07-13 14:40 UTC 

[PULL v2] mtd: nand: Changes for 4.13
 2017-07-13  9:09 UTC  (5+ messages)

[PATCH] mtd: spi-nor: remove a bogus check of header.minor
 2017-07-13  0:38 UTC 

[PATCH v4 0/9] mtd: sharpslpart partition parser
 2017-07-12  8:58 UTC  (6+ messages)
` [PATCH v4 3/9] mfd: tmio.h: support partition parser types

[PATCH v3 00/10] Allow opal-async waiters to get interrupted
 2017-07-12  4:23 UTC  (11+ messages)
` [PATCH v3 01/10] mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()
` [PATCH v3 02/10] mtd: powernv_flash: Lock around concurrent access to OPAL
` [PATCH v3 03/10] mtd: powernv_flash: Don't treat OPAL_SUCCESS as an error
` [PATCH v3 04/10] mtd: powernv_flash: Remove pointless goto in driver init
` [PATCH v3 05/10] powerpc/opal: Make __opal_async_{get, release}_token() static
` [PATCH v3 06/10] powerpc/opal: Rework the opal-async interface
` [PATCH v3 07/10] powernv/opal-sensor: remove not needed lock
` [PATCH v3 08/10] powerpc/opal: Add opal_async_wait_response_interruptible() to opal-async
` [PATCH v3 09/10] powerpc/powernv: Add OPAL_BUSY to opal_error_code()
` [PATCH v3 10/10] mtd: powernv_flash: Use opal_async_wait_response_interruptible()

[PULL] mtd: spi-nor: Changes for 4.13
 2017-07-12  0:37 UTC  (2+ messages)

[PATCH v7 00/16] MIPS: lantiq: handle RCU register by separate drivers
 2017-07-11 21:16 UTC  (33+ messages)
` [PATCH v7 01/16] MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_buses
` [PATCH v7 02/16] mtd: lantiq-flash: drop check of boot select
` [PATCH v7 03/16] mtd: spi-falcon: "
` [PATCH v7 04/16] watchdog: lantiq: access boot cause register through regmap
` [PATCH v7 05/16] watchdog: lantiq: add device tree binding documentation
` [PATCH v7 06/16] MIPS: lantiq: Enable MFD_SYSCON to be able to use it for the RCU MFD
` [PATCH v7 07/16] Documentation: DT: MIPS: lantiq: Add docs for the RCU bindings
` [PATCH v7 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
` [PATCH v7 09/16] MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()
` [PATCH v7 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
` [PATCH v7 11/16] MIPS: lantiq: remove old reset controller implementation
` [PATCH v7 12/16] MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfd
` [PATCH v7 13/16] MIPS: lantiq: remove old GPHY loader code
` [PATCH v7 14/16] phy: Add an USB PHY driver for the Lantiq SoCs using the RCU module
` [PATCH v7 15/16] MIPS: lantiq: remove old USB PHY initialisation
` [PATCH v7 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation

[PATCH v2 00/10] Allow opal-async waiters to get interrupted
 2017-07-11  4:19 UTC  (14+ messages)
` [PATCH v2 01/10] mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()
` [PATCH v2 02/10] mtd: powernv_flash: Lock around concurrent access to OPAL
` [PATCH v2 03/10] mtd: powernv_flash: Don't treat OPAL_SUCCESS as an error
` [PATCH v2 04/10] mtd: powernv_flash: Remove pointless goto in driver init
` [PATCH v2 05/10] powerpc/opal: Make __opal_async_{get, release}_token() static
` [PATCH v2 06/10] powerpc/opal: Rework the opal-async interface
` [PATCH v2 07/10] powernv/opal-sensor: remove not needed lock
` [PATCH v2 08/10] powerpc/opal: Add opal_async_wait_response_interruptible() to opal-async
` [PATCH v2 09/10] powerpc/powernv: Add OPAL_BUSY to opal_error_code()
` [PATCH v2 10/10] mtd: powernv_flash: Use opal_async_wait_response_interruptible()

[PATCH 00/14] Add QCOM QPIC NAND support
 2017-07-10 14:18 UTC  (32+ 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 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 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] ubifs: fix inclusion of uuid.h
 2017-07-10 12:10 UTC  (2+ messages)

[PATCH] mtd: nand: fix lack of oob layout when using no ecc
 2017-07-10 12:05 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/5] Allow opal-async waiters to get interrupted
 2017-07-09 23:58 UTC  (5+ messages)
` [PATCH 5/5] mtd: powernv_flash: Use opal_async_wait_response_interruptible()

[ANNOUNCE] Alpine Linux Persistence and Storage Summit
 2017-07-09 19:40 UTC 

[PATCH] mtdcore: Infrastructure for the device release API
 2017-07-08  1:47 UTC  (5+ messages)

[PATCH v5 0/5] mtd: mchp23k256: device tree and mchp23lcv1024
 2017-07-08  1:14 UTC  (4+ messages)
` [PATCH v5 3/5] mtd: handle partitioning on devices with 0 erasesize

[PATCH] mtd: Fix check in mtd_unpoint()
 2017-07-08  0:58 UTC  (2+ messages)

[PATCH] mtd: nand: vf610_nfc: add NULL check on of_match_device() return value
 2017-07-07  6:59 UTC 

[PATCH] mtd: spear_smi: add NULL check on devm_kzalloc() return value
 2017-07-06 22:25 UTC 

ubifs error after power-cut
 2017-07-06 11:26 UTC  (3+ messages)

[PATCH] mkfs.ubifs: Only require 17 LEBs
 2017-07-06  7:57 UTC  (3+ messages)

[PATCH] brcmnand: Fix up the flash cache register offset for older controllers
 2017-07-05 20:57 UTC  (4+ messages)

[PATCH 0/3] Altera Quadspi Controller Version 2
 2017-07-05 14:34 UTC  (5+ messages)
` [PATCH 2/3] mtd: spi-nor: core code for the Altera Quadspi Flash Controller v2

[PATCH] nand: fix wrong default oob layout for small pages using soft ecc
 2017-07-05  7:04 UTC  (2+ messages)

[PATCH] jffs2: GC deadlock reading a page that is used in jffs2_write_begin()
 2017-07-04  4:22 UTC 

[PATCH] mtd: nand: mtk: release lock on error path
 2017-07-04  1:20 UTC  (2+ messages)

[PATCH v5 05/14] MIPS: ingenic: Enable pinctrl for all ingenic SoCs
 2017-07-03 13:55 UTC  (4+ messages)

[PATCH] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"
 2017-07-03 11:41 UTC  (3+ messages)

[PULL] mtd: nand: Changes for 4.13
 2017-07-03 11:38 UTC  (2+ messages)

Problem with parcel shipping, ID:004661942
 2017-07-03 10:00 UTC 

[PATCH 0/9] mtd-utils: various cleanups, enable compiler warnings
 2017-07-03  8:35 UTC  (2+ messages)

[PATCH] mtd-utils: tests: Add Erased Pages Bit Flip Test
 2017-07-03  8:34 UTC  (6+ messages)

BANK TT PAYMENT
 2017-07-03  2:41 UTC 

[PATCH] mtd: nand: remove hard-coded NAND ids length
 2017-07-02 14:40 UTC  (2+ messages)

[PATCH v6 00/16] MIPS: lantiq: handle RCU register by separate drivers
 2017-06-30 12:22 UTC  (6+ messages)
` [PATCH v6 08/16] MIPS: lantiq: Convert the fpi bus driver to a platform_driver
` [PATCH v6 10/16] reset: Add a reset controller driver for the Lantiq XWAY based SoCs
` [PATCH v6 16/16] MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementation


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