messages from 2017-03-15 11:32:12 to 2017-03-22 15:13:57 UTC [more...]
mtd-utils: various fixes, apply OpenEmbedded patches
2017-03-22 15:13 UTC (7+ messages)
` [PATCH 1/5] Fix alignment trap triggered by NEON instructions
` [PATCH 2/5] Replace rpmatch() usage with checking first character of line
` [PATCH 3/5] Fix build with musl
` [PATCH 4/5] Fix libmtd behaviour if MTD is not present on the system
` [PATCH 5/5] Return correct error number in ubi_get_vol_info1
[PATCH 4/5] mtd: nand: add support for Micron on-die ECC
2017-03-22 14:52 UTC (5+ messages)
[PATCH v2 00/53] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb
2017-03-22 14:07 UTC (25+ messages)
` [PATCH v2 01/53] mtd: nand: allow to set only one of ECC size and ECC strength from DT
` [PATCH v2 02/53] mtd: nand: use read_oob() instead of cmdfunc() for bad block check
` [PATCH v2 03/53] mtd: nand: denali: remove unused CONFIG option and macros
` [PATCH v2 04/53] mtd: nand: denali: remove redundant define of BANK(x)
` [PATCH v2 05/53] mtd: nand: denali: remove more unused struct members
` [PATCH v2 06/53] mtd: nand: denali: fix comment of denali_nand_info::flash_mem
` [PATCH v2 07/53] mtd: nand: denali: consolidate INTR_STATUS__* and INTR_EN__* macros
` [PATCH v2 08/53] mtd: nand: denali: introduce capability flag
` [PATCH v2 09/53] mtd: nand: denali: use int where no reason to use fixed width variable
` [PATCH v2 10/53] mtd: nand: denali: fix erased page checking
` [PATCH v2 11/53] mtd: nand: denali: fix bitflips calculation in handle_ecc()
` [PATCH v2 12/53] mtd: nand: denali: support HW_ECC_FIXUP capability
` [PATCH v2 13/53] mtd: nand: denali_dt: enable HW_ECC_FIXUP for Altera SOCFPGA variant
` [PATCH v2 14/53] mtd: nand: denali: support 64bit capable DMA engine
` [PATCH v2 15/53] mtd: nand: denali_dt: remove dma-mask DT property
` [PATCH v2 16/53] mtd: nand: denali_dt: use pdev instead of ofdev for platform_device
` [PATCH v2 17/53] mtd: nand: denali: allow to override revision number
` [PATCH v2 18/53] mtd: nand: denali: use nand_chip to hold frequently accessed data
` [PATCH v2 19/53] mtd: nand: denali: call nand_set_flash_node() to set DT node
` [PATCH v2 20/53] mtd: nand: denali: do not set mtd->name
` [PATCH v2 21/53] mtd: nand: denali: move multi device fixup code to a helper function
` [PATCH v2 22/53] mtd: nand: denali: simplify multi device fixup code
` [PATCH v2 23/53] mtd: nand: denali: set DEVICES_CONNECTED 1 if not set
` [PATCH v2 24/53] mtd: nand: denali: remove meaningless writes to read-only registers
[v2, 1/4] mtd: spi-nor: Add support for Octal SPI mode
2017-03-22 10:07 UTC (12+ messages)
` [v2, 4/4] dt-bindings: mtd: Add Octal SPI support to Cadence QSPI
` [PATCH v3, 1/4] mtd: spi-nor: Add support for Octal SPI mode
` [PATCH v3, 2/4] mtd: spi-nor: Add Octal SPI support to Cadence QSPI driver
` [PATCH v3, 3/4] mtd: spi-nor: Add Xtensa CPU support for cadence-quadspi
` [PATCH v3, 4/4] dt-bindings: mtd: Add Octal SPI support to Cadence QSPI
[patch] mtd: nand: hynix: Fix an error code in init
2017-03-22 9:53 UTC (2+ messages)
[PATCH v3] mtd: spi-nor: Add support for N25Q256A13
2017-03-22 5:55 UTC (3+ messages)
[PATCH 0/5] mtd: nand: add support for on-die ECC
2017-03-21 22:33 UTC (7+ messages)
` [PATCH 1/5] dt-bindings: mtd: document new "on-die" nand-ecc-mode
` [PATCH 2/5] mtd: nand: add core support for on-die ECC
` [PATCH 3/5] mtd: nand: export nand_{read,write}_page_raw()
` [PATCH 4/5] mtd: nand: add support for Micron on-die ECC
` [PATCH 5/5] mtd: nand: fsmc_nand: handle on-die ECC case
Regarding UBI fastmap data CRC failure
2017-03-21 16:31 UTC (3+ messages)
UBIFS: Failed to read/write file when contiguous pages are not enough
2017-03-21 12:47 UTC
[PATCH 00/13] mtd: nand: fsmc: fixes, improvements and cleanups
2017-03-21 10:04 UTC (14+ messages)
` [PATCH 01/13] mtd: nand: fsmc: fix NAND width handling
` [PATCH 02/13] mtd: nand: fsmc: rework fsmc_nand_setup() to use ->setup_data_interface()
` [PATCH 03/13] mtd: nand: fsmc: add support to use NAND timings
` [PATCH 04/13] mtd: nand: fsmc: move fsmc_nand_data definition
` [PATCH 05/13] mtd: nand: fsmc: remove ->select_bank() from fsmc_nand_platform_data
` [PATCH 06/13] mtd: nand: fsmc: remove fsmc_select_chip()
` [PATCH 07/13] mtd: nand: fmsc: kill {read, write}_dma_priv from fsmc_nand_platform_data
` [PATCH 08/13] mtd: nand: fsmc: kill {nr_, }partitions structure fields
` [PATCH 09/13] mtd: nand: fsmc: remove duplicate nand_set_flash_node()
` [PATCH 10/13] mtd: nand: fsmc: finally remove fsmc_nand_platform_data
` [PATCH 11/13] mtd: nand: fsmc: use devm_clk_get()
` [PATCH 12/13] mtd: nand: fsmc: remove unused definitions
` [PATCH 13/13] mtd: nand: fsmc: remove CONFIG_OF conditional
[PATCH] mtd: nand: use .read_oob() instead of .cmdfunc() for bad block check
2017-03-21 9:07 UTC (5+ messages)
[PATCH] ubi: fastmap: fix slab corruption
2017-03-21 8:40 UTC (4+ messages)
UBIFS: Failed to read/write file when contiguous pages are not enough
2017-03-21 7:30 UTC (2+ messages)
` 答复: "
[PATCH] mtd:avoid blktrans_open/release race and avoid insmod ftl.ko deadlock
2017-03-20 9:47 UTC (2+ messages)
UBIFS: Failed to read/write file when contiguous pages are not enough
2017-03-20 9:01 UTC (2+ messages)
[PATCH v3 0/8] Introduction to SPI NAND framework
2017-03-20 7:15 UTC (36+ messages)
` [PATCH v3 1/8] mtd: nand: add more helpers in nand.h
` [PATCH v3 2/8] mtd: nand: add oob iterator in nand_for_each_page
` [PATCH v3 3/8] nand: spi: add basic blocks for infrastructure
` [PATCH v3 4/8] nand: spi: add basic operations support
` [PATCH v3 5/8] nand: spi: Add bad block support
` [PATCH v3 6/8] nand: spi: add Micron spi nand support
` [PATCH v3 7/8] nand: spi: Add generic SPI controller support
` [PATCH v3 8/8] MAINTAINERS: Add SPI NAND entry
[PATCH] ubi/upd: always flush after prepared for an update
2017-03-19 21:11 UTC (2+ messages)
[PATCH 1/4] ubifs: Fix data node size for truncating uncompressed nodes
2017-03-19 20:46 UTC (4+ messages)
` [PATCH 2/4] ubifs: Fix unlink code wrt. double hash lookups
[PATCH 1/3] ubifs: remove filename from debug messages in ubifs_readdir
2017-03-19 20:39 UTC (2+ messages)
One bit flip in erased page causes uncorrectable error using (LS1020A) HW ECC
2017-03-19 20:34 UTC (4+ messages)
[PATCH v2 0/2] mtd: Add support for reading MTD devices via the nvmem API
2017-03-19 11:16 UTC (6+ messages)
` [PATCH v2 1/2] doc: bindings: Add bindings documentation for mtd nvmem
[PATCH v5 00/16] Cleanup chardev instances with helper function
2017-03-17 18:48 UTC (17+ messages)
` [PATCH v5 01/16] chardev: add helper function to register char devs with a struct device
` [PATCH v5 02/16] device-dax: fix cdev leak
` [PATCH v5 03/16] device-dax: utilize new cdev_device_add helper function
` [PATCH v5 04/16] input: "
` [PATCH v5 05/16] gpiolib: "
` [PATCH v5 06/16] tpm-chip: "
` [PATCH v5 07/16] platform/chrome: cros_ec_dev - "
` [PATCH v5 08/16] IB/ucm: "
` [PATCH v5 09/16] infiniband: utilize the new cdev_set_parent function
` [PATCH v5 10/16] iio:core: utilize new cdev_device_add helper function
` [PATCH v5 11/16] media: "
` [PATCH v5 12/16] mtd: "
` [PATCH v5 13/16] rapidio: "
` [PATCH v5 14/16] rtc: "
` [PATCH v5 15/16] scsi: "
` [PATCH v5 16/16] switchtec: utilize new device_add_cdev "
[RFC 0/6] Add user OTP support in SPI-NOR
2017-03-17 12:43 UTC (7+ messages)
` [RFC 1/6] Revert "mtd: spi-nor: remove unused read_xfer/write_xfer hooks"
` [RFC 2/6] mtd: spi-nor: change return value of read_xfer and write_xfer
` [RFC 3/6] mtd: m25p80: don't pass spi_nor to helper methods
` [RFC 4/6] mtd: m25p80: implement read_xfer and write_xfer
` [RFC 5/6] mtd: spi-nor: add support to read/write user OTP
` [RFC 6/6] mtd: spi-nor: enable OTP support for s25fl016k
[PATCH] mtd: nand: orion: fix clk handling
2017-03-17 6:36 UTC (7+ messages)
[PATCH v2] mtdram: check offs and len where appropriate
2017-03-17 2:29 UTC
[PATCH v3 00/16] Cleanup chardev instances with helper function
2017-03-17 0:24 UTC (11+ messages)
` [PATCH v3 01/16] chardev: add helper function to register char devs with a struct device
` [PATCH v3 05/16] gpiolib: utilize new cdev_device_add helper function
` [rtc-linux] "
` [PATCH v3 16/16] switchtec: utilize new device_add_cdev "
[PATCH V6, 0/1] mtd: nand: brcmnand: Add flash #WP pin status check
2017-03-16 22:33 UTC (7+ messages)
` [PATCH V6, 1/1] mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program
[RFC PATCH 00/13] Introduce first class virtual address spaces
2017-03-16 17:50 UTC (15+ messages)
[PATCH] mtd: nand: gpio: make nCE GPIO optional
2017-03-16 9:35 UTC (2+ messages)
[PATCH v3 1/2] mtd: ifc: Update dependency of IFC for LS1021A
2017-03-16 9:31 UTC (6+ messages)
[PATCH] mtd: nand: tango: Enforce DMA direction type
2017-03-16 9:27 UTC (5+ messages)
` [PATCH v2] "
[PATCH] mtd: nand: nandsim: fix spelling mistake: "weakpagess" -> "weakpages"
2017-03-16 9:24 UTC (2+ messages)
[PATCH] mtd: mtdram: check offs and len in mtdram->point madram->unpoint, mtdram->write and mtdram->read
2017-03-16 9:20 UTC (2+ messages)
[PATCH v2 09/14] mtd: nand: sunxi: simplify optional reset handling
2017-03-16 8:55 UTC (2+ messages)
[PATCH v6 00/17] mtd: nand: allow vendor specific detection/initialization
2017-03-16 8:44 UTC (2+ messages)
[PATCH v2 0/3] mtd: nand: atmel: Add ->setup_data_interface() + PM ops
2017-03-16 8:36 UTC (4+ messages)
` [PATCH v2 1/3] mtd: nand: Pass the CS line to ->setup_data_interface()
` [PATCH v2 2/3] mtd: nand: atmel: Add ->setup_data_interface() hooks
` [PATCH v2 3/3] mtd: nand: atmel: Add PM ops
[PATCH v3 0/3] mtd: nand: Rework/cleanup the Atmel NAND driver
2017-03-16 8:31 UTC (5+ messages)
` [PATCH v3 1/3] mtd: nand: Cleanup/rework the atmel_nand driver
` [PATCH v3 2/3] mtd: nand: atmel: Document the new DT bindings
` [PATCH v3 3/3] mtd: nand: Remove unused chip->write_page() hook
[PATCH 0/2] ARM: dts: am335x-icev2: Add support for W25Q64 NOR flash
2017-03-15 19:13 UTC (3+ messages)
` [PATCH 1/2] doc: dt: mtd: add w25q64 to list of supported SPI flashes
Timeout in denali.c on Micron nandflash (Altera SoC)
2017-03-15 12:53 UTC (4+ 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