messages from 2015-11-23 18:18:11 to 2015-12-02 03:27:08 UTC [more...]
[PATCH 00/19] Support fuse mounts in user namespaces
2015-12-02 15:40 UTC (3+ messages)
` [PATCH 13/19] fs: Allow superblock owner to access do_remount_sb()
` [PATCH 17/19] fuse: Support fuse filesystems outside of init_user_ns
[PATCH v3 00/27] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms
2015-12-02 3:26 UTC (7+ messages)
[PATCH 0/3] mtd: support cleanup callback for partition parsers
2015-12-02 3:12 UTC (10+ messages)
` [PATCH 1/3] mtd: rename MTD parser get/put
` [PATCH 2/3] mtd: untangle error codes and number of partitions
` [PATCH 3/3] mtd: support a cleanup callback for partition parsers
[PATCH v1 0/7] Add a mtd raid layer
2015-12-02 1:09 UTC (10+ messages)
` [PATCH v1 1/7] mtd: nandsim: remove the abuse of reference to globle variable
` [PATCH v1 2/7] mtd: nansim: add support of multi devices
` [PATCH v1 3/7] mtd: mtd_raid: Init a new layer of MTD RAID
` [PATCH v1 4/7] mtd: mtd_raid: introduce raid single implementation
` [PATCH v1 5/7] mtd: mtd_raid: introduce raid0 implementation
` [PATCH v1 6/7] mtd: mtd_raid: introduce raid1 implementation
` [PATCH v1 7/7] mtd: mtd_raid: implement ioctl for mtd raid
` [PATCH] mtd-utils: introduce mtd_raid tool
[PATCH v5 00/10] add error checking to spi-nor read and write
2015-12-01 23:12 UTC (15+ messages)
` [PATCH v5 01/10] mtd: spi-nor: change return value of read/write
` [PATCH v5 03/10] mtd: fsl-quadspi: return amount of data read/written or error
` [PATCH v5 02/10] mtd: m25p80: return amount of data transferred or error in read/write
` [PATCH v5 04/10] mtd: spi-nor: check return value from read/write
` [PATCH v5 07/10] mtd: spi-nor: add read loop
` [PATCH v5 05/10] mtd: spi-nor: stop passing around retlen
` [PATCH v5 06/10] mtd: spi-nor: simplify write loop
` [PATCH v5 09/10] spi: fsl-espi: expose maximum transfer size limit
` [PATCH v5 08/10] spi: expose master transfer size limitation
` [PATCH v5 10/10] spi: m25p80: read in spi_max_transfer_size chunks
[PATCH v2 00/25] mtd: nand: refactor the NAND subsystem (part 1)
2015-12-01 22:21 UTC (33+ messages)
` [PATCH v2 01/25] ARM: nand: make use of mtd_to_nand() where appropriate
` [PATCH v2 02/25] blackfin: "
` [PATCH v2 03/25] cris: "
` [PATCH v2 04/25] mips: "
` [PATCH v2 05/25] sh: "
` [PATCH v2 06/25] mtd: nand: make use of mtd_to_nand() in NAND core code
` [PATCH v2 07/25] mtd: nand: make use of mtd_to_nand() in NAND drivers
` [PATCH v2 08/25] staging: mt29f_spinand: make use of mtd_to_nand()
` [PATCH v2 09/25] mtd: nand: embed an mtd_info structure into nand_chip
` [PATCH v2 10/25] mtd: nand: add nand_to_mtd() helper
` [PATCH v2 11/25] coccinelle: nand: detect and correct drivers embedding an mtd_info object
` [PATCH v2 12/25] mtd: nand: use the mtd instance embedded in struct nand_chip
` [PATCH v2 13/25] mtd: nand: update the documentation to reflect framework changes
` [PATCH v2 14/25] staging: mt29f_spinand: use the mtd instance embedded in struct nand_chip
` [PATCH v2 15/25] cris: nand: "
` [PATCH v2 16/25] mtd: nand: update mtd_to_nand()
` [PATCH v2 17/25] mtd: nand: remove useless mtd->priv = chip assignments
` [PATCH v2 18/25] cris: "
` [PATCH v2 19/25] staging: mt29f_spinand: remove useless mtd->priv = chip assignment
` [PATCH v2 20/25] mtd: nand: simplify nand_dt_init() usage
` [PATCH v2 21/25] mtd: nand: kill the chip->flash_node field
` [PATCH v2 22/25] mtd: nand: add helpers to access ->priv
` [PATCH v2 23/25] ARM: make use of nand_set/get_controller_data() helpers
` [PATCH v2 24/25] mtd: nand: "
` [PATCH v2 25/25] staging: mt29f_spinand: "
` [PATCH v3 12/25] mtd: nand: use the mtd instance embedded in struct nand_chip
[PATCH 1/3] mtd: ubi: fixup error correction in do_sync_erase()
2015-12-01 19:46 UTC (4+ messages)
` [PATCH 2/3] mtd: ubi: don't leak e if schedule_erase() fails
` [PATCH 3/3] mtd: ubi: wl: avoid erasing a PEB which is empty
[PATCH] mtd: brcmnand: drop brcmnand_host::of_node field
2015-12-01 19:19 UTC (3+ messages)
[PATCH] mtd: nand: fix typo (t_ald -> t_adl)
2015-12-01 19:11 UTC (2+ messages)
[PATCH] mtd: nand: fix ONFI parameter page layout
2015-12-01 19:10 UTC (5+ messages)
RfC: Handle SPI controller limitations like maximum message length
2015-12-01 18:53 UTC (23+ messages)
` [PATCH 1/3] spi: core: add max_msg_size to spi_master
` [PATCH v2 1/2] "
` [PATCH resubmit 2/2] spi: fsl-espi: make use of max_msg_size in spi_master to handle HW restrictions
[PATCH v2] spi/nor: Fix error message with unrecognized JEDEC
2015-12-01 18:40 UTC (3+ messages)
[PATCH v4 0/5] Add memory mapped read support for ti-qspi
2015-12-01 16:39 UTC (13+ messages)
` [PATCH v4 1/5] spi: introduce accelerated read support for spi flash devices
` [PATCH v4 2/5] spi: spi-ti-qspi: add mmap mode read support
` [PATCH v4 3/5] mtd: devices: m25p80: add support for mmap read request
` [PATCH v4 4/5] ARM: dts: DRA7: add entry for qspi mmap region
` [PATCH v4 5/5] ARM: dts: AM4372: "
[PATCH] mtd: Expand the ecc placement locations to 1216
2015-12-01 16:11 UTC (7+ messages)
Purchase of Your Product
2015-12-01 13:26 UTC
[PATCH] mtd: brcmnand: Workaround false ECC uncorrectable errors
2015-12-01 10:41 UTC (2+ messages)
UBIFS corruption after power cut - possibly unstable bits issue?
2015-12-01 9:12 UTC (12+ messages)
[PATCH 0/4] add missing of_node_put
2015-12-01 1:56 UTC (9+ messages)
` [PATCH 1/4] mtd: brcmnand: improve memory management
` [PATCH 1/4 v2] "
` [PATCH 2/4] mtd: nand: sunxi: add missing of_node_put
[PATCH] brcmnand: Clear EXT_ADDR error registers in PIO mode
2015-12-01 1:53 UTC (7+ messages)
[PATCH] mtd: nand: Fix Spansion sparearea size detection
2015-12-01 1:20 UTC (7+ messages)
[PATCH] mtd: nand: davinci: remove unnecessary if cases
2015-12-01 0:40 UTC (2+ messages)
[PATCH] mtd: cfi: enforce valid geometry configuration
2015-11-30 21:41 UTC (6+ messages)
` [PATCH] mtd: cfi: don't warn about broken geometry for !CONFIG_MTD
[PATCH] mtd: spi-nor: include mtd.h header for struct mtd_info definition
2015-11-30 20:02 UTC (6+ messages)
[PATCH] spi/nor: Fix error message with unrecognized JEDEC
2015-11-30 19:41 UTC (3+ messages)
[PATCH v2 0/5] mtd: nand: Fix support for NAND DMA prefetch
2015-11-30 19:06 UTC (3+ messages)
` [PATCH v2 4/5] ARM: dts: am437x/am33xx/omap/dm816x: Add gpmc dma channel
[PATCH v3 00/27] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms
2015-11-30 17:26 UTC (11+ messages)
[PATCH] Revert "mtd: spi-nor: disable protection for Winbond flash at startup"
2015-11-30 17:11 UTC (7+ messages)
[RFC] avoid a live lock in wear_leveling_worker()
2015-11-30 16:15 UTC (19+ messages)
` [RFC PATCH 1/2] mtd: nand: schedule() after releasing the device
` [PATCH] mtd: nand: do FIFO processing in nand_get_device()
` [RFC PATCH 2/2] mtd: ubi: wl: avoid erasing a PEB which is empty
UBIFS node magic number off by single zero-byte
2015-11-30 11:05 UTC (2+ messages)
[PATCH] mtd: m25p80: handle failed spi_write in m25p80_erase
2015-11-29 13:15 UTC (5+ messages)
[PATCH] mtd: nandsim: use id_bytes exactly as passed
2015-11-28 6:57 UTC
[PATCH] jffs2: fix double free jffs2_sb_info when jffs2_parse_options failed
2015-11-27 13:15 UTC
[PATCH] mtd: spi-nor: fsl-quadspi: add support for ls1021a
2015-11-26 7:00 UTC (3+ messages)
[PATCH 4/5] mtd: spi-nor: fsl-quadspi: add support for layerscape
2015-11-26 6:59 UTC (3+ messages)
[PATCH v8 0/2] Mediatek SPI-NOR flash driver
2015-11-26 2:42 UTC (7+ messages)
` [PATCH v8 2/2] arm64: dts: mt8173: Add nor flash node
[PATCH 1/2] mtd: brcmnand: Add brcm, nand-bcm63268 device tree binding
2015-11-25 20:06 UTC (17+ messages)
` [PATCH 1/2] mtd: brcmnand: Add brcm,nand-bcm63268 "
` [PATCH (v4) 1/2] mtd: brcmnand: Add brcm,bcm63268-nand "
` [PATCH (v4) 2/2] mtd: brcmnand: Add support for the BCM63268
` [PATCH (v5) "
` [PATCH (v6) 1/2] mtd: brcmnand: Add brcm,bcm63268-nand device tree binding
` [PATCH (v6) 2/2] mtd: brcmnand: Add support for the BCM63268
` [PATCH (v7) "
[PATCH v2] mtd: spi-nor: fsl-quadspi: add big-endian support
2015-11-25 19:09 UTC (2+ messages)
[RFC][PATCH] mtd-utils: Add read disturb test utility
2015-11-25 12:41 UTC
good day
2015-11-25 4:29 UTC
[PATCH v2 0/2] fix a possible NULL dereference
2015-11-25 2:20 UTC (5+ messages)
` [PATCH v2 2/2] mtd: nand: atmel_nand: "
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).