summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2017-06-25mtd: nand: mtk: remove unneeded mtk_nfc_hw_init from mtk_nfc_resumeXiaolei Li1-2/+0
2017-06-25mtd: nand: mtk: disable ecc irq when writing page with hweccXiaolei Li1-10/+12
2017-06-25mtd: nand: mtk: fix incorrect register setting order about ecc irqXiaolei Li1-2/+2
2017-06-23mtd: partitions: fixup some allocate_partition() whitespaceBrian Norris1-3/+3
2017-06-23mtd: parsers: trx: fix pr_err format for printing offsetRafał Miłecki1-1/+1
2017-06-22mtd: extract TRX parser out of bcm47xxpart into a separated moduleRafał Miłecki6-94/+145
2017-06-22mtd: partitions: add support for partition parsersRafał Miłecki1-0/+31
2017-06-22mtd: partitions: add support for subpartitionsRafał Miłecki1-7/+16
2017-06-22mtd: partitions: rename "master" to the "parent" where appropriateRafał Miłecki1-99/+105
2017-06-22mtd: partitions: remove sysfs files when deleting all master's partitionsRafał Miłecki1-2/+2
2017-06-22mtd: partitions: add helper for deleting partitionRafał Miłecki1-32/+43
2017-06-22mtd: spi-nor: aspeed: configure chip window on AHB busCédric Le Goater1-3/+154
2017-06-21mtd: spi-nor: aspeed: remove dummies from keep maskCédric Le Goater1-2/+1
2017-06-21mtd: spi-nor: add Dual and Quad read mode support to some flash devicesCédric Le Goater1-4/+4
2017-06-21mtd: spi-nor: Add support for Macronix mx66l1g45g spi flashCédric Le Goater1-0/+1
2017-06-20mtd: spi-nor: cqspi: make of_device_ids constArvind Yadav1-1/+1
2017-06-20spi-nor: Add Winbond w25m512jvBenjamin Herrenschmidt1-0/+2
2017-06-20mtd: partitions: factor out code calling parserBrian Norris1-9/+24
2017-06-20mtd: nand: ifc: Initialize SRAM for all version >= 1.0Prabhakar Kushwaha1-1/+1
2017-06-20mtd: nand: denali: avoid magic numbers and rename for clarificationMasahiro Yamada4-146/+144
2017-06-20mtd: nand: denali: enable bad block table scanMasahiro Yamada1-29/+2
2017-06-20mtd: nand: denali: use non-managed kmalloc() for DMA bufferMasahiro Yamada1-9/+17
2017-06-20mtd: nand: denali: skip driver internal bounce buffer when possibleMasahiro Yamada1-26/+12
2017-06-20mtd: nand: denali: support hardware-assisted erased page detectionMasahiro Yamada2-1/+13
2017-06-20mtd: nand: denali: fix raw and oob accessors for syndrome page layoutMasahiro Yamada2-269/+344
2017-06-20mtd: nand: denali: use flag instead of register macro for directionMasahiro Yamada1-19/+17
2017-06-20mtd: nand: denali: merge struct nand_buf into struct denali_nand_infoMasahiro Yamada2-21/+16
2017-06-20mtd: nand: denali: propagate page to helpers via function argumentMasahiro Yamada2-35/+24
2017-06-20mtd: nand: denali: use interrupt instead of polling for bank resetMasahiro Yamada1-14/+14
2017-06-20mtd: nand: denali: fix bank reset function to detect the number of chipsMasahiro Yamada1-29/+23
2017-06-20mtd: nand: denali: switch over to cmd_ctrl instead of cmdfuncMasahiro Yamada2-111/+123
2017-06-20mtd: nand: denali: rework interrupt handlingMasahiro Yamada2-201/+117
2017-06-20mtd: nand: denali: handle timing parameters by setup_data_interface()Masahiro Yamada4-241/+139
2017-06-20mtd: nand: denali: remove unneeded find_valid_banks()Masahiro Yamada2-48/+0
2017-06-20mtd: nand: denali: set NAND_ECC_CUSTOM_PAGE_ACCESSMasahiro Yamada2-30/+12
2017-06-13mtd: handle partitioning on devices with 0 erasesizeChris Packham1-9/+17
2017-06-13mtd: nand: atmel: drop unused includeAlexandre Belloni1-1/+0
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe4-19/+54
2017-06-10mtd: nand: denali_dt: add compatible strings for UniPhier SoC variantsMasahiro Yamada1-0/+25
2017-06-10mtd: nand: denali: remove Toshiba and Hynix specific fixup codeMasahiro Yamada1-34/+6
2017-06-10mtd: nand: denali: avoid hard-coding ECC step, strength, bytesMasahiro Yamada4-37/+71
2017-06-10mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada1-0/+220
2017-06-10mtd: nand: denali: use BIT() and GENMASK() for register macrosMasahiro Yamada1-125/+119
2017-06-10mtd: nand: denali_dt: clean up resource ioremapMasahiro Yamada1-7/+5
2017-06-10mtd: nand: gpmi: fix typo in commentMatthias Lange1-1/+1
2017-06-10mtd: nand: gpmi: Fix typo in data structure nameMatthias Lange2-4/+4
2017-06-10mtd: nand: orion: Handle return value of clk_prepare_enableArvind Yadav1-1/+5
2017-06-10mtd: nand: fsl_ifc: fix handing of bit flips in erased pagesBoris Brezillon1-35/+42
2017-06-09blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig1-3/+3
2017-06-09block: introduce new block status code typeChristoph Hellwig2-14/+18