summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2014-09-06Merge tag 'for-linus-20140905' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+4
2014-08-25mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()Roger Quadros1-1/+1
2014-08-25mtd: 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-15mtd: cfi_cmdset_0002: check return code for get_chip()Brian Norris1-0/+4
2014-08-13Merge tag 'upstream-3.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds3-9/+15
2014-08-08Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtdLinus Torvalds20-142/+923
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-26/+3
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-16/+13
2014-07-30MIPS: Alchemy: remove au_read/write/syncManuel Lauss1-11/+10
2014-07-30MIPS: Alchemy: add helpers to access static memory ctrl registers.Manuel Lauss1-5/+3
2014-07-28UBI: bugfix in ubi_wl_flush()Richard Weinberger1-2/+2
2014-07-28UBI: block: Avoid disk size integer overflowRichard Weinberger1-2/+9
2014-07-28UBI: block: Set disk_capacity out of the mutexEzequiel Garcia1-4/+2
2014-07-28UBI: block: Make ubiblock_resize return somethingEzequiel Garcia1-2/+3
2014-07-27mtd: gpmi: make blockmark swapping optionalLothar Waßmann1-19/+32
2014-07-27mtd: gpmi: remove line breaks from error messages and improve wordingLothar Waßmann1-5/+5
2014-07-27mtd: gpmi: remove useless (void *) type casts and spaces between type casts a...Lothar Waßmann1-5/+5
2014-07-21mtd: atmel_nand: NFC: support multiple interrupt handlingJosh Wu1-22/+62
2014-07-21mtd: atmel_nand: implement the nfc_device_ready() by checking the R/B bitWu, Josh1-3/+11
2014-07-21mtd: atmel_nand: add NFC status error checkWu, Josh2-1/+27
2014-07-21mtd: atmel_nand: make ecc parameters same as definitionBo Shen1-10/+10
2014-07-21mtd: nand: add ONFI timing mode to nand_timings converterBoris BREZILLON2-1/+254
2014-07-21Merge tag 'v3.16-rc6' into MTD development branchBrian Norris4-4/+51