summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2014-09-18mtd: bcm47xxnflash: add dev_ready and fill chip_delayRafał Miłecki1-0/+12
2014-09-18mtd: bcm47xxnflash: fix typo in freq calculationRafał Miłecki1-3/+5
2014-09-18mtd: bcm47xxpart: find NVRAM partitions in middle blocksRafał Miłecki1-0/+11
2014-09-18mtd: atmel_nand: remove pmecc_bytes_per_sector, use chip->ecc.bytes insteadWu, Josh1-8/+5
2014-09-18mtd: atmel_nand: remove pmecc_sector_number, use ecc.steps insteadWu, Josh1-8/+6
2014-09-17nand: omap2: Add support for flash-based bad block tableEzequiel García1-1/+5
2014-09-17mtd: nand: atmel_nand: retrieve NFC clockBoris BREZILLON1-0/+25
2014-09-16UBI: Dispatch update notification if the volume is updatedEzequiel Garcia1-1/+3
2014-09-16UBI: block: Add support for the UBI_VOLUME_UPDATED notificationEzequiel Garcia1-2/+14
2014-09-16UBI: block: Fix block device size settingEzequiel Garcia1-5/+6
2014-09-16UBI: block: fix dereference on uninitialized devColin Ian King1-5/+6
2014-09-16UBI: add missing kmem_cache_free() in process_pool_aeb error pathRichard Genoud1-0/+1
2014-09-16mtd: denali: remove a set-but-unused variableMasahiro Yamada1-2/+0
2014-09-16mtd: denali: change the type of iterators to intMasahiro Yamada1-4/+7
2014-09-16mtd: denali: remove unnecessary castsMasahiro Yamada1-18/+18
2014-09-16mtd: denali: remove unnecessary variable initializationsMasahiro Yamada1-32/+27
2014-09-16mtd: denali: fix the format of comment blocksMasahiro Yamada1-123/+188
2014-09-16Merge tag 'v3.17-rc5' from upstreamBrian Norris1-4/+12
2014-09-06Merge tag 'for-linus-20140905' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+4
2014-08-26mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()Roger Quadros1-1/+1
2014-08-26mtd: nand: omap: Revert to using software ECC by defaultRoger Quadros1-3/+11
2014-08-19Merge l2-mtd/next into l2-mtd/masterBrian Norris30-167/+176
2014-08-19mtd: spi-nor: drop jedec_probe /helper/ functionRafał Miłecki1-6/+1
2014-08-19mtd: spi-nor: remove duplicated w25q128 entryRafał Miłecki1-1/+0
2014-08-19mtd: gpio_flash: handle case where offset + len exceeds the window sizeAaron Wu1-14/+28
2014-08-19mtd: nand: Use ULL-suffix for big u64 constantGeert Uytterhoeven1-1/+1
2014-08-19mtd: atmel_nand: NFC: fix mtd_nandbiterrs.ko test fail when using sram writeWu, Josh1-8/+9
2014-08-19mtd: terminate user-provided stringBrian Norris1-0/+3
2014-08-19mtd: nand: fix integer widening problemsBrian Norris1-2/+2
2014-08-19mtd: maps: solutionengine: drop excess dependencyBrian Norris1-1/+1
2014-08-19mtd: nandsim: fix integer wideningBrian Norris1-1/+1
2014-08-19mtd: nand: denali: set proper error code on timeoutBrian Norris1-3/+1
2014-08-19mtd: use __packed shorthandBrian Norris2-2/+2
2014-08-19mtd: tests: fix integer overflow issuesBrian Norris7-22/+22
2014-08-19mtd: mtdswap: fix integer overflowBrian Norris1-1/+1
2014-08-19mtd: remove dead non-char logicBrian Norris1-8/+5
2014-08-19mtd: sm_ftl: initialize error codeBrian Norris1-1/+1
2014-08-19mtd: correct upper bounds check for mtd_*() APIsBrian Norris1-13/+13
2014-08-19mtd: cfi_cmdset_0002: allow retry/timeout loop to exitBrian Norris1-0/+2
2014-08-19mtd: nand: fix nand_lock/unlock() functionWhite Ding1-0/+18
2014-08-19mtd: Fixed checkpatch seq_printf warningsSamarth Parikh2-15/+15
2014-08-19mtd: denali: avoid using a magic numberMasahiro Yamada1-1/+2
2014-08-19mtd: atmel_nand: remove redundant dev_err callWei Yongjun1-8/+1
2014-08-19mtd: spi-nor: add support for Micron M25PX80Thomas Petazzoni1-0/+1
2014-08-19mtd: atmel_nand: add pmecc support for 512, 1k, 4k, 8k page sizeWu, Josh1-5/+11
2014-08-19mtd: atmel_nand: increase chip_delayRaphaël Poggi1-1/+1
2014-08-19mtd: use NULL instead of 0 for an addressMartin Kepplinger1-1/+1
2014-08-19mtd: ndfc: silence an array underflow static checker warningDan Carpenter1-1/+2
2014-08-16mtd: cfi_cmdset_0002: check return code for get_chip()Brian Norris1-0/+4
2014-08-14Merge tag 'upstream-3.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds3-9/+15