linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-19 11:19:10 to 2018-04-26 12:14:20 UTC [more...]

[PATCH v2 01/10] spi: Check presence the of ->transfer[_xxx]() before registering a controller
 2018-04-26 12:14 UTC  (3+ messages)
` Applied "spi: Check presence the of ->transfer[_xxx]() before registering a controller" to the spi tree

[PATCH v3 0/9] spi: Extend the framework to generically support memory devices
 2018-04-26  9:28 UTC  (20+ messages)
` [PATCH v3 1/9] spi: Expose spi_{map,unmap}_buf() for internal use
  ` Applied "spi: Expose spi_{map, unmap}_buf() for internal use" to the spi tree
` [PATCH v3 2/9] spi: Add an helper to flush the message queue
  ` Applied "spi: Add an helper to flush the message queue" to the spi tree
` [PATCH v3 3/9] spi: Extend the core to ease integration of SPI memory controllers
` [PATCH v3 4/9] spi: Make support for regular transfers optional when ->mem_ops != NULL
` [PATCH v3 5/9] spi: bcm-qspi: Implement the spi_mem interface
` [PATCH v3 6/9] spi: bcm53xx: "
` [PATCH v3 7/9] spi: ti-qspi: "
` [PATCH v3 8/9] mtd: spi-nor: Use the spi_mem_xx() API
` [PATCH v3 9/9] spi: Get rid of the spi_flash_read() API

[PATCH 0/9] Update for QCOM NAND driver
 2018-04-26  7:42 UTC  (33+ messages)
` [PATCH 1/9] mtd: nand: qcom: use the ecc strength from device parameter
` [PATCH 4/9] mtd: nand: qcom: fix null pointer access for erased buffer detection
` [PATCH 6/9] mtd: nand: qcom: support for checking read errors for last codeword
` [PATCH 8/9] mtd: nand: qcom: helper function for raw read

NAND timeout issues with blank chip and Marvell NFC
 2018-04-26  7:03 UTC  (11+ messages)

[PATCH v2] mtd: rawnand: marvell: fix the chip-select DT parsing logic
 2018-04-25 22:43 UTC  (2+ messages)

vmalloc with GFP_NOFS
 2018-04-25 16:56 UTC  (17+ messages)

[PATCH 0/3] Changes in Marvell NAND controller DT parsing code
 2018-04-25 14:13 UTC  (6+ messages)
` [PATCH 1/3] mtd: rawnand: marvell: fix the chip-select DT parsing logic
` [PATCH 2/3] mtd: rawnand: marvell: fix CS pin count with old bindings
` [PATCH 3/3] mtd: rawnand: marvell: use OF helper to read a property element count

[PATCH] Added set feature command in FSL IFC nand controller driver for ONFI nand
 2018-04-25 13:56 UTC  (9+ messages)

[PATCH] mtd: nand: davinci: don't acquire and enable clock
 2018-04-25  8:53 UTC  (2+ messages)

mtd: cfi_cmdset_0002: Read data 3 times to check write operation status
 2018-04-25  2:17 UTC  (6+ messages)
` [PATCH] "

[PATCH 1/1] mtd:nand:fix memory leak
 2018-04-24 15:50 UTC  (5+ messages)
    ` [PATCH v2] mtd: rawnand: tango: Fix struct clk "

[PATCHv3] mtd: spi-nor: Fix Cadence QSPI page fault kernel panic
 2018-04-24 15:49 UTC  (2+ messages)

[PATCH] mtd: nand: Fix nanddev_mtd_erase()
 2018-04-24 15:46 UTC  (2+ messages)

[PATCH 0/3] mtd: fix AMD/Intel flash bugs
 2018-04-24 15:45 UTC  (5+ messages)
` [PATCH 1/3] cfi_cmdset_0001: Do not allow read/write to suspend erase block

[LINUX PATCH v8 2/2] mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface
 2018-04-24 10:18 UTC  (5+ messages)

[PATCH v3] Improve MTK NAND driver
 2018-04-24  2:11 UTC  (2+ messages)
` [PATCH v3] dt-bindings: mtd: mtk-nand: Update properties description

[PATCH] mtd: nftl: Remove VLA usage
 2018-04-23 20:35 UTC 

[PATCH] mtd: spi-nor: Fix Cadence QSPI page fault kernel panic
 2018-04-23 17:44 UTC  (2+ messages)

[PATCH] mtd: maps: pismo: Remove owner assignment from i2c_driver
 2018-04-23 12:07 UTC 

[PATCH 1/2] ubi: move constants for ubi vol parsing from kernel param to ubi.h
 2018-04-23 12:08 UTC  (7+ messages)
` [PATCH 2/2] ubi: introduce ubi.nocheck parameter to skip CRC check when attaching ubi vol

Reducing the number of interrupts by page reads, part 1
 2018-04-23 10:05 UTC  (25+ messages)
` [PATCH 01/18] mtd: nand: gpmi: drop dma_ops_type
` [PATCH 02/18] mtd: nand: gpmi: pass buffer and len around
` [PATCH 03/18] mtd: nand: gpmi: put only once used functions inline
` [PATCH 04/18] mtd: nand: gpmi: remove direct_dma_map_ok from driver data struct
` [PATCH 05/18] mtd: nand: gpmi: return valid value from bch_set_geometry()
` [PATCH 06/18] mtd: nand: gpmi: remove unnecessary variables
` [PATCH 07/18] mtd: rawnand: gpmi: return generated errors in gpmi_ecc_read_oob()
` [PATCH 08/18] mtd: rawnand: gpmi: set aggregate ready/busy signalling
` [PATCH 09/18] mtd: rawnand: make nand_command() and nand_command_lp() more similar
` [PATCH 10/18] mtd: rawnand: factor nand_command_lp() into nand_command()
` [PATCH 11/18] mtd: rawnand: gpmi: instantiate cmdfunc
` [PATCH 12/18] mtd: rawnand: gpmi: gpmi_ccs_delay() is not needed
` [PATCH 13/18] mtd: rawnand: gpmi: explicit delays are "
` [PATCH 14/18] mtd: rawnand: gpmi: no explicit wait is needed after sending a command
` [PATCH 15/18] mtd: rawnand: gpmi: cmd_ctrl is no longer needed
` [PATCH 16/18] mtd: rawnand: gpmi: inline gpmi_cmd_ctrl()
` [PATCH 17/18] mtd: rawnand: gpmi: gpmi_nand_command(): use separate sgl for the two commands
` [PATCH 18/18] mtd: rawnand: gpmi: issue two commands in a single DMA chain

[PATCH] mtdcore: add writeable attribute in sysfs
 2018-04-23  9:54 UTC  (3+ messages)

[PATCH 00/15] ARM: pxa: switch to DMA slave maps
 2018-04-23  8:37 UTC  (5+ messages)
` [PATCH 04/15] media: pxa_camera: remove the dmaengine compat need
` [PATCH 09/15] net: irda: pxaficp_ir: "

[PATCH v2 0/4] Improve MTK NAND driver
 2018-04-23  2:04 UTC  (14+ messages)
` [PATCH v2 1/4] dt-bindings: mtd: mtk-nand: Update properties description
` [PATCH v2 2/4] MAINTAINERS: Add entry for Mediatek NAND controller driver
` [PATCH v2 3/4] mtd: rawnand: mtk: Replace max_sector_size with sector size array
` [PATCH v2 4/4] mtd: rawnand: mtk: Add new nfc capability maximize_fdm_ecc

[PATCH] mtd: nand: add myself as NAND co-maintainer
 2018-04-22 17:55 UTC 

[PATCH 00/61] tree-wide: simplify getting .drvdata
 2018-04-22 17:29 UTC  (6+ messages)
` [PATCH 29/61] mtd: devices: "
` [PATCH 30/61] mtd: nand: onenand: "

[PATCH] mtd: nand: mtk: use of_device_get_match_data()
 2018-04-22 17:27 UTC  (2+ messages)

[PATCH] mtd: nand: diskonchip: Replace mdelay with usleep_range in doc_probe
 2018-04-22 17:26 UTC  (2+ messages)

[PATCH] mtd: rawnand: sunxi: Remove support for GPIO-based Ready/Busy polling
 2018-04-22 17:25 UTC  (2+ messages)

[PATCH v2 1/2] mtd: rawnand: gpmi: add support for specific ECC strength
 2018-04-22 17:24 UTC  (2+ messages)

[PATCH] mtd: spi-nor: clear Extended Address Reg on switch to 3-byte addressing
 2018-04-22 17:22 UTC  (10+ messages)
` [PATCH v2] mtd: spi-nor: clear Winbond "
    ` [PATCH v3] "
        ` [PATCH v4] "

[PATCH] mtd: spi-nor: Add support for XM25QH64A and XM25QH128A
 2018-04-22 17:21 UTC  (2+ messages)

[PATCH] mtd: spi-nor: hisi: Avoid generic function names
 2018-04-22 17:20 UTC  (2+ messages)

[PATCH] mtd: spi-nor: cadence-quadspi: Add DMA support for direct mode reads
 2018-04-22 17:20 UTC  (2+ messages)

[PATCH] mtd: spi-nor: add support for ISSI is25lp256
 2018-04-22 17:19 UTC  (2+ messages)

[PATCH] mtd: spi-nor: Add Micron MT25QU02 support
 2018-04-22 17:14 UTC  (2+ messages)

[PATCH v3 00/20] Allow compile-testing NO_DMA (drivers)
 2018-04-22 17:12 UTC  (7+ messages)
` [PATCH v3 13/20] mmc: Remove depends on HAS_DMA in case of platform dependency
` [PATCH v3 14/20] mtd: "
` [PATCH v3 15/20] net: "

[PATCH v2] mtd: rawnand: add a way to pass an ID table with nand_scan()
 2018-04-22 16:02 UTC 

[PATCH 0/2] Uniform way to pass a NAND ID table to the core
 2018-04-22  5:51 UTC  (6+ messages)

[PATCH v3 00/11] Fix NAND controllers probe functions error path
 2018-04-21 18:00 UTC  (12+ messages)
` [PATCH v3 01/11] mtd: rawnand: docg4: fix the probe function "
` [PATCH v3 02/11] mtd: rawnand: fsl_elbc: fix "
` [PATCH v3 03/11] mtd: rawnand: fsl_ifc: "
` [PATCH v3 04/11] mtd: rawnand: fsmc: clean the probe function style
` [PATCH v3 05/11] mtd: rawnand: fsmc: fix the probe function error path
` [PATCH v3 06/11] mtd: rawnand: hisi504: clean "
` [PATCH v3 07/11] mtd: rawnand: hisi504: fix "
` [PATCH v3 08/11] mtd: rawnand: lpc32xx_mlc: clean the probe function
` [PATCH v3 09/11] mtd: rawnand: lpc32xx_mlc: fix the probe function error path
` [PATCH v3 10/11] mtd: rawnand: lpc32xx_slc: clean the probe function
` [PATCH v3 11/11] mtd: rawnand: lpc32xx_slc: fix the probe function error path

[PATCH v2 00/16] Fix probe functions error path
 2018-04-21 17:56 UTC  (4+ messages)
` [PATCH v2 16/16] mtd: rawnand: s3c2410: enhance the probe function "

[PATCHv2] mtd: spi-nor: Fix Cadence QSPI page fault kernel panic
 2018-04-20 20:48 UTC  (2+ messages)

[PATCH v2] mtd: onenand: omap2: Disable DMA for HIGHMEM buffers
 2018-04-20 20:01 UTC  (2+ messages)

[Resend PATCH 0/1] mtd: ubi: Update ubi-media.h to dual license
 2018-04-19 13:51 UTC  (7+ messages)
` [Resend PATCH 1/1] "


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