messages from 2018-04-22 05:51:23 to 2018-04-30 07:51:04 UTC [more...]
[PATCH v4 0/7] spi: Extend the framework to generically support memory devices
2018-04-30 7:51 UTC (9+ messages)
` [PATCH v4 1/7] spi: Extend the core to ease integration of SPI memory controllers
` [PATCH v4 2/7] spi: Make support for regular transfers optional when ->mem_ops != NULL
` [PATCH v4 3/7] spi: bcm-qspi: Implement the spi_mem interface
` [PATCH v4 4/7] spi: bcm53xx: "
` [PATCH v4 5/7] spi: ti-qspi: "
` [PATCH v4 6/7] mtd: spi-nor: Use the spi_mem_xx() API
` [PATCH v4 7/7] spi: Get rid of the spi_flash_read() API
NAND ecc-strength (was Re: NAND timeout issues with blank chip and Marvell NFC)
2018-04-30 6:06 UTC (2+ messages)
INORBIT-SN-INVSTMGMT-04/30-PRTNR
2018-04-30 2:47 UTC
[PATCH] mtd: nftl: Remove VLA usage
2018-04-29 15:58 UTC (4+ messages)
[PATCH v2] mtd: nftl: Remove VLA usage
2018-04-29 15:00 UTC
[PATCH 0/2] Fix fsl_ifc_nand reading ONFI parameters to meet ONFI spec
2018-04-28 12:06 UTC (5+ messages)
` [PATCH 1/2] Fix FSL NAND driver to read all ONFI parameter pages
` [PATCH 2/2] Use bit-wise majority to recover the contents of ONFI parameter
[PATCH v3 00/20] Allow compile-testing NO_DMA (drivers)
2018-04-28 8:24 UTC (5+ messages)
` [PATCH v3 03/20] crypto: Remove depends on HAS_DMA in case of platform dependency
` [PATCH v3 14/20] mtd: "
[PATCH] jffs2: safely remove obsolete dirent from the f->dents list
2018-04-27 22:22 UTC (2+ messages)
[PATCH 0/3] jffs2: fix lockdep warning
2018-04-27 12:54 UTC (5+ messages)
` [PATCH 1/3] jffs2: avoid unnecessarily taking f->sem
` [PATCH 2/3] jffs2: jffs2_iget defer f->sem acquisition
` [PATCH 3/3] jffs2: put directories f->sem on a separate lockdep class
optimizing the nand read performance by reducing interrupts from 4 to 1
2018-04-27 12:09 UTC (21+ messages)
` [PATCH 01/13] mtd: nand: gpmi: drop dma_ops_type
` [PATCH 02/13] mtd: nand: gpmi: pass buffer and len around
` [PATCH 03/13] mtd: nand: gpmi: put only once used functions inline
` [PATCH 04/13] mtd: nand: gpmi: remove direct_dma_map_ok from driver data struct
` [PATCH 05/13] mtd: nand: gpmi: return valid value from bch_set_geometry()
` [PATCH 06/13] mtd: nand: gpmi: remove unnecessary variables
` [PATCH 07/13] mtd: rawnand: gpmi: set aggregate ready/busy signalling
` [PATCH 08/13] mtd: rawnand: gpmi: return generated errors in gpmi_ecc_read_oob()
` [PATCH 09/13] mtd: rawnand: gpmi: poll the BCH interrupt bit in start_dma_with_bch_irq()
` [PATCH 10/13] mtd: rawnand: gpmi: instantiate cmdfunc
` [PATCH 11/13] mtd: rawnand: gpmi: gpmi_nand_command(): simplification and formatting
` [PATCH 12/13] mtd: rawnand: gpmi: issue two commands in a single DMA chain
` [PATCH 13/13] mtd: rawnand: gmpi: chain gpmi_nand_command() with gpmi_ecc_read_page_data()
[GIT PULL] mtd: Fixes for 4.17-rc3
2018-04-27 7:56 UTC
[PATCH/RFC] mtd: spi-nor: honour max_message_size for spi-nor writes
2018-04-27 6:18 UTC
NAND timeout issues with blank chip and Marvell NFC
2018-04-27 6:16 UTC (14+ messages)
[PATCH v3] Improve MTK NAND driver
2018-04-26 20:09 UTC (3+ messages)
` [PATCH v3] dt-bindings: mtd: mtk-nand: Update properties description
[PATCH] mtd: nand: add myself as NAND co-maintainer
2018-04-26 20:08 UTC (2+ messages)
[PATCH v2] mtd: rawnand: add a way to pass an ID table with nand_scan()
2018-04-26 19:52 UTC (3+ messages)
[PATCH v3 00/11] Fix NAND controllers probe functions error path
2018-04-26 19:51 UTC (4+ messages)
` [PATCH v3 10/11] mtd: rawnand: lpc32xx_slc: clean the probe function
[PATCH] mtd: partitions: Handle add_mtd_device() failures gracefully
2018-04-26 18:09 UTC (6+ messages)
[PATCH] Add sysfs attribute for mtd OOB available size
2018-04-26 18:04 UTC (3+ messages)
` [PATCH] mtd: "
[PATCH] mtd: dataflash: replace msleep with usleep_range
2018-04-26 18:03 UTC (2+ messages)
[PATCH] mtd: nand: davinci: don't acquire and enable clock
2018-04-26 18:01 UTC (3+ messages)
[PATCH v2] mtd: rawnand: marvell: fix the chip-select DT parsing logic
2018-04-26 17:07 UTC (3+ messages)
[PATCH v2 01/10] spi: Check presence the of ->transfer[_xxx]() before registering a controller
2018-04-26 12:54 UTC (5+ 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
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)
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 (3+ 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] 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 (5+ 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 (8+ messages)
` [PATCH 10/18] mtd: rawnand: factor nand_command_lp() into nand_command()
` [PATCH 11/18] mtd: rawnand: gpmi: instantiate cmdfunc
[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 00/61] tree-wide: simplify getting .drvdata
2018-04-22 17:29 UTC (5+ 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 (7+ 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 0/2] Uniform way to pass a NAND ID table to the core
2018-04-22 5:51 UTC (6+ 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;
as well as URLs for NNTP newsgroup(s).