linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-27 08:36:38 to 2017-10-11 13:54:52 UTC [more...]

[PATCH] mtd: cfi: convert inline functions to macros
 2017-10-11 13:54 UTC 

[PATCH v6 00/15] A SPI NAND framework under generic NAND framework
 2017-10-11 13:35 UTC  (3+ messages)
` [PATCH v6 11/15] nand: spi: add basic operations support

[PATCH] mtd: nand: atmel: Actually use the PM ops
 2017-10-11  8:28 UTC  (3+ messages)

[PATCH v2 00/10] spi-nor: intel-spi: Various fixes and enhancements
 2017-10-11  8:06 UTC  (2+ messages)

[PATCH] spi-nor: intel-spi: Fix Kconfig dependency to LPC_ICH
 2017-10-11  8:03 UTC  (2+ messages)

[PATCH 0/5] unconfuse get_unmapped_area and point/unpoint driver methods
 2017-10-11  3:26 UTC  (6+ messages)
` [PATCH 1/5] MTD: mtdram: properly handle the phys argument in the point method
` [PATCH 2/5] MTD: chips/map_ram.c: implement point and unpoint methods
` [PATCH 3/5] MTD: chips/map_rom.c: "
` [PATCH 4/5] MTD: implement mtd_get_unmapped_area() using the point method
` [PATCH 5/5] MTD: remove the get_unmapped_area method

[PATCH v1] mtk-nor: update dt bindings and add suspend/resume support
 2017-10-11  3:16 UTC  (5+ messages)
` [PATCH v1 1/2] dt-bindings: mtd: add new compatible strings and improve description
` [PATCH v1 2/2] mtd: mtk-nor: add suspend/resume support

Detach the ubi device of rootfs
 2017-10-11  1:52 UTC  (5+ messages)

[PATCH v3 0/1] Set FORCE_CSX bit when arbitration between NAND and NOR is enabled
 2017-10-10 20:26 UTC  (6+ messages)
` [PATCH v3 1/1] mtd: nand: pxa3xx: Set FORCE_CSX bit to ARMADA370 variants

[PATCH v2 0/3] Altera ASMI Parallel II IP Core
 2017-10-10 19:23 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: mtd: "
` [PATCH v2 2/3] mtd: spi-nor: "
` [PATCH v2 3/3] mtd: spi-nor: add flag for reading dummy cycles from nv cfg reg

[PATCH 1/2] mtd: spi-nor: intel-spi: Add support for Intel Lewisburg SPI serial flash
 2017-10-10 16:59 UTC  (4+ messages)
` [PATCH 2/2] mtd: spi-nor: intel-spi: Add support for Intel Cedar Fork "

[PATCH v2] mtd: spi-nor: add support for Gigadevice GD25LQ32
 2017-10-10 16:53 UTC  (2+ messages)

[PATCH v7 2/2] mtd: spi-nor: add support for GD25Q256
 2017-10-10 16:42 UTC  (2+ messages)

[PATCH v7 1/2] mtd: spi-nor: add a quad_enable callback in struct flash_info
 2017-10-10 16:42 UTC  (2+ messages)

[PATCH] mtd: spi-nor: Allow Cadence QSPI support for ARM64
 2017-10-10 16:30 UTC  (5+ messages)

[PATCH v8 0/2] Add spi-nor flash device pm support
 2017-10-10 16:25 UTC  (5+ messages)
` [PATCH v8 1/2] mtd: spi-nor: add spi_nor_init() function
` [PATCH v8 2/2] mtd: spi-nor: Add spi-nor mtd resume handler

[PATCH] mtd: spi-nor: Kill check with no effect
 2017-10-10 15:04 UTC  (2+ messages)

[PATCH] crypto: atmel-aes - properly set IV after {en,de}crypt
 2017-10-10 15:00 UTC  (4+ messages)

[PATCH] mtd: nand: omap2: Do not assign omap_nand_info to platform drvdata
 2017-10-10 13:32 UTC 

[PATCH v2] mtd: nand: omap2: Remove omap_nand_platform_data
 2017-10-10 12:38 UTC 

[RESEND PATCH] mtd: nand: omap2: Remove omap_nand_platform_data
 2017-10-10  9:40 UTC  (2+ messages)

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

[PATCH v3] fscrypt: add a documentation file for filesystem-level encryption
 2017-10-09 20:33 UTC  (2+ messages)

[PATCH v2 00/11] fscrypt: add some higher-level helper functions
 2017-10-09 19:15 UTC  (12+ messages)
` [PATCH v2 01/11] fscrypt: clean up include file mess
` [PATCH v2 02/11] fs, fscrypt: add an S_ENCRYPTED inode flag
` [PATCH v2 03/11] fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
` [PATCH v2 04/11] fscrypt: remove ->is_encrypted()
` [PATCH v2 05/11] fscrypt: remove unneeded empty fscrypt_operations structs
` [PATCH v2 06/11] fscrypt: new helper function - fscrypt_require_key()
` [PATCH v2 07/11] fscrypt: new helper function - fscrypt_file_open()
` [PATCH v2 08/11] fscrypt: new helper function - fscrypt_prepare_link()
` [PATCH v2 09/11] fscrypt: new helper function - fscrypt_prepare_rename()
` [PATCH v2 10/11] fscrypt: new helper function - fscrypt_prepare_lookup()
` [PATCH v2 11/11] fscrypt: new helper function - fscrypt_prepare_setattr()

[PATCH] ubifs: replay: Detect and kill orphaned xattrs
 2017-10-09 14:32 UTC  (6+ messages)

[PATCH v5 0/9] mtd: sharpslpart partition parser
 2017-10-08 10:34 UTC  (9+ messages)

[PATCH] ARM: pxa: cm-x255: Fix up GPIO NAND device name in table
 2017-10-07  9:22 UTC  (4+ messages)

[PATCH] mtd: nand: gpio: Convert to use GPIO descriptors
 2017-10-06 21:52 UTC  (5+ messages)

support for ISSI is25lp128
 2017-10-06 21:04 UTC 

[PATCH] Fix C++ kernel in include/linux/mtd/mtd.h
 2017-10-06 13:04 UTC  (11+ messages)

[PATCH] mtd: nand: Export nand_reset() symbol
 2017-10-05 16:53 UTC 

[PATCH 0/3] Enable NAND on Armada-7040-DB board
 2017-10-05 12:53 UTC  (2+ messages)

[PATCH -next v2] mtd: nand: Add support for Toshiba BENAND (Built-in ECC NAND)
 2017-10-05  7:31 UTC  (6+ messages)

[PATCH] mtd: nand: sh_flctl: Use of_device_get_match_data() helper
 2017-10-05  7:24 UTC  (2+ messages)

[PATCH v3] mtd: nand: denali: fix setup_data_interface to meet tCCS delay
 2017-10-05  7:23 UTC  (2+ messages)

[PATCH v2] mtd: nand: pxa3xx_nand: Update Kconfig information
 2017-10-05  7:23 UTC  (2+ messages)

[PATCH v4 0/8] Various patches for SAMA5D2 backup mode
 2017-10-05  7:22 UTC  (11+ messages)
` [PATCH v4 1/8] clk: at91: pmc: Wait for clocks when resuming
` [PATCH v4 2/8] clk: at91: pmc: Save SCSR during suspend
` [PATCH v4 3/8] clk: at91: pmc: Support backup for programmable clocks
` [PATCH v4 4/8] mtd: nand: atmel: Avoid ECC errors when leaving backup mode
` [PATCH v4 5/8] ehci-atmel: Power down during suspend is normal
` [PATCH v4 6/8] pwm: atmel-tcb: Support backup mode
` [PATCH v4 7/8] atmel_flexcom: "
` [PATCH v4 8/8] tty/serial: atmel: Prevent a warning on suspend

[RESEND PATCH v5 10/16] mtd: nand: qcom: add command elements in BAM transaction
 2017-10-05  7:22 UTC  (2+ messages)

Issue with encrypted filenames on UBIFS
 2017-10-04 19:10 UTC  (5+ messages)

[PATCH 1/2] mtd: Make sure MTD objects always have a valid debugfs dir
 2017-10-04 14:26 UTC  (5+ messages)
` [PATCH 2/2] mtd: mtdpart: Create a symlink to the master "

Shrink UBIFS
 2017-10-04 12:28 UTC  (4+ messages)

[PATCH v2 0/2] mtd: nand: wait for tWHR, and fix the setup_data_interface of Denali
 2017-10-04 11:05 UTC  (8+ messages)
` [PATCH v2 1/2] mtd: nand: wait for tWHR after NAND_CMD_STATUS / NAND_CMD_READID
` [PATCH v2 2/2] mtd: nand: denali: fix setup_data_interface to meet tCCS delay

[PATCH] mkfs.ubifs: Apply squash-uids to the root node
 2017-10-04  8:19 UTC  (2+ messages)

Licence
 2017-10-04  7:11 UTC  (3+ messages)

[PATCH v4 1/5] cramfs: direct memory access support
 2017-10-03 15:06 UTC  (6+ messages)

ubifs robustness with early power cut warning
 2017-10-03  7:26 UTC  (10+ messages)

[PATCH v4 0/6] K2G: Add QSPI support
 2017-10-03  5:19 UTC  (7+ messages)
` [PATCH v4 1/6] mtd: spi-nor: cadence-quadspi: Add TI 66AK2G SoC specific compatible
` [PATCH v4 2/6] mtd: spi-nor: cadence-quadspi: add a delay in write sequence
` [PATCH v4 3/6] mtd: spi-nor: cadence-quadspi: Add new binding to enable loop-back circuit
` [PATCH v4 4/6] mtd: spi-nor: cadence-quadspi: Add support to enable loop-back clock circuit
` [PATCH v4 5/6] mtd: spi-nor: cadence-quadspi: Fix error path in probe
` [PATCH v4 6/6] mtd: spi-nor: cadence-quadspi: Add runtime PM support

[PATCH v3 0/5] K2G: Add QSPI support
 2017-10-02 12:46 UTC  (17+ messages)
` [PATCH v3 2/5] mtd: spi-nor: cadence-quadspi: add a delay in write sequence
` [PATCH v3 5/5] mtd: spi-nor: cadence-quadspi: Add runtime PM support

[GIT PULL] mtd: Fixes for 4.14-rc3
 2017-09-30 17:53 UTC 

[PATCH] mtd: nand: pxa3xx_nand: Update Kconfig information
 2017-09-29  8:52 UTC  (3+ messages)

[PATCH v2] mtd: Fix partition alignment check on multi-erasesize devices
 2017-09-28  9:46 UTC  (2+ messages)

[PATCH] mtd: nand: atmel: fix buffer overflow in atmel_pmecc_user
 2017-09-28  9:46 UTC  (3+ messages)

Issue with Micron QSPI flash in 4.14-rc1
 2017-09-28  8:15 UTC  (3+ messages)

[PATCH v2 0/1] Set FORCE_CSX bit when arbitration between NAND and NOR is enabled
 2017-09-27 21:53 UTC  (5+ messages)
` [PATCH v2 1/1] mtd: nand: pxa3xx: Set FORCE_CSX bit to ARMADA370 variants

[PATCH v3 0/8] Various patches for SAMA5D2 backup mode
 2017-09-27 15:32 UTC  (10+ messages)
` [PATCH v3 1/8] clk: at91: pmc: Wait for clocks when resuming
` [PATCH v3 3/8] clk: at91: pmc: Support backup for programmable clocks
` [PATCH v3 4/8] mtd: nand: atmel: Avoid ECC errors when leaving backup mode
` [PATCH v3 5/8] ehci-atmel: Power down during suspend is normal
` [PATCH v3 6/8] pwm: atmel-tcb: Support backup mode
` [PATCH v3 7/8] atmel_flexcom: "
` [PATCH v3 8/8] tty/serial: atmel: Prevent a warning on suspend

atmel_nand: kernel panic when ecc_strength==4
 2017-09-27 11:44 UTC  (5+ 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).