summaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: denali: remove unnecessary variable initializationsMasahiro Yamada2014-09-161-32/+27
* mtd: denali: fix the format of comment blocksMasahiro Yamada2014-09-161-123/+188
* Merge tag 'v3.17-rc5' from upstreamBrian Norris2014-09-161-4/+12
|\
| * Merge tag 'for-linus-20140905' of git://git.infradead.org/linux-mtdLinus Torvalds2014-09-061-0/+4
| |\
| * | mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()Roger Quadros2014-08-261-1/+1
| * | mtd: nand: omap: Revert to using software ECC by defaultRoger Quadros2014-08-261-3/+11
* | | Merge l2-mtd/next into l2-mtd/masterBrian Norris2014-08-1930-167/+176
|\ \ \ | |_|/ |/| |
| * | mtd: spi-nor: drop jedec_probe /helper/ functionRafał Miłecki2014-08-191-6/+1
| * | mtd: spi-nor: remove duplicated w25q128 entryRafał Miłecki2014-08-191-1/+0
| * | mtd: gpio_flash: handle case where offset + len exceeds the window sizeAaron Wu2014-08-191-14/+28
| * | mtd: nand: Use ULL-suffix for big u64 constantGeert Uytterhoeven2014-08-191-1/+1
| * | mtd: atmel_nand: NFC: fix mtd_nandbiterrs.ko test fail when using sram writeWu, Josh2014-08-191-8/+9
| * | mtd: terminate user-provided stringBrian Norris2014-08-191-0/+3
| * | mtd: nand: fix integer widening problemsBrian Norris2014-08-191-2/+2
| * | mtd: maps: solutionengine: drop excess dependencyBrian Norris2014-08-191-1/+1
| * | mtd: nandsim: fix integer wideningBrian Norris2014-08-191-1/+1
| * | mtd: nand: denali: set proper error code on timeoutBrian Norris2014-08-191-3/+1
| * | mtd: use __packed shorthandBrian Norris2014-08-192-2/+2
| * | mtd: tests: fix integer overflow issuesBrian Norris2014-08-197-22/+22
| * | mtd: mtdswap: fix integer overflowBrian Norris2014-08-191-1/+1
| * | mtd: remove dead non-char logicBrian Norris2014-08-191-8/+5
| * | mtd: sm_ftl: initialize error codeBrian Norris2014-08-191-1/+1
| * | mtd: correct upper bounds check for mtd_*() APIsBrian Norris2014-08-191-13/+13
| * | mtd: cfi_cmdset_0002: allow retry/timeout loop to exitBrian Norris2014-08-191-0/+2
| * | mtd: nand: fix nand_lock/unlock() functionWhite Ding2014-08-191-0/+18
| * | mtd: Fixed checkpatch seq_printf warningsSamarth Parikh2014-08-192-15/+15
| * | mtd: denali: avoid using a magic numberMasahiro Yamada2014-08-191-1/+2
| * | mtd: atmel_nand: remove redundant dev_err callWei Yongjun2014-08-191-8/+1
| * | mtd: spi-nor: add support for Micron M25PX80Thomas Petazzoni2014-08-191-0/+1
| * | mtd: atmel_nand: add pmecc support for 512, 1k, 4k, 8k page sizeWu, Josh2014-08-191-5/+11
| * | mtd: atmel_nand: increase chip_delayRaphaël Poggi2014-08-191-1/+1
| * | mtd: use NULL instead of 0 for an addressMartin Kepplinger2014-08-191-1/+1
| * | mtd: ndfc: silence an array underflow static checker warningDan Carpenter2014-08-191-1/+2
| |/
| * Merge tag 'upstream-3.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2014-08-143-9/+15
| |\
| | * UBI: bugfix in ubi_wl_flush()Richard Weinberger2014-07-281-2/+2
| | * UBI: block: Avoid disk size integer overflowRichard Weinberger2014-07-281-2/+9
| | * UBI: block: Set disk_capacity out of the mutexEzequiel Garcia2014-07-281-4/+2
| | * UBI: block: Make ubiblock_resize return somethingEzequiel Garcia2014-07-281-2/+3
| | * UBI: init_volumes: Ignore volumes with no LEBsRichard Weinberger2014-07-191-1/+1
| * | Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtdLinus Torvalds2014-08-0920-142/+923
| |\ \
| * \ \ Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-082-26/+3
| |\ \ \
| | * | | mtd: onenand: remove s5pc100 related onenand codesKukjin Kim2014-07-132-26/+3
| * | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-08-071-16/+13
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | MIPS: Alchemy: remove au_read/write/syncManuel Lauss2014-07-301-11/+10
| | * | | MIPS: Alchemy: add helpers to access static memory ctrl registers.Manuel Lauss2014-07-301-5/+3
| | |/ /
* | | / mtd: cfi_cmdset_0002: check return code for get_chip()Brian Norris2014-08-161-0/+4
| |_|/ |/| |
* | | mtd: gpmi: make blockmark swapping optionalLothar Waßmann2014-07-281-19/+32
* | | mtd: gpmi: remove line breaks from error messages and improve wordingLothar Waßmann2014-07-281-5/+5
* | | mtd: gpmi: remove useless (void *) type casts and spaces between type casts a...Lothar Waßmann2014-07-281-5/+5
* | | mtd: atmel_nand: NFC: support multiple interrupt handlingJosh Wu2014-07-221-22/+62