aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
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-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
2014-07-19UBI: init_volumes: Ignore volumes with no LEBsRichard Weinberger1-1/+1
2014-07-18Merge tag 'upstream-3.16-rc6' of git://git.infradead.org/linux-ubifsLinus Torvalds1-2/+2
2014-07-16mtd: cfi_cmdset_0002: fix do_write_buffer() timeout errorBean Huo1-2/+23
2014-07-16UBI: fastmap: do not miss bit-flipsBrian Norris1-1/+1
2014-07-14mtd: denali: use 8 bytes for READID commandgrmoore@altera.com1-3/+3
2014-07-14mtd/ftl: fix the double free of the buffers allocated in build_maps()Kevin Hao1-1/+0
2014-07-14mtd: phram: Fix whitespace issuesRob Ward1-1/+2
2014-07-14mtd: spi-nor: add support for EON EN25QH128Sergey Ryazanov1-0/+1
2014-07-13mtd: cfi_cmdset_0001.c: add support for Sharp LH28F640BF NORAndrea Adami1-0/+43
2014-07-13mtd: nand: reduce the warning noise when the ECC is too weakThomas Petazzoni1-2/+4
2014-07-13mtd: onenand: remove s5pc100 related onenand codesKukjin Kim2-26/+3
2014-07-11mtd: cfi_cmdset_0002: Add support for locking OTP memoryChristian Riesch1-5/+84
2014-07-11mtd: cfi_cmdset_0002: Add support for writing OTP memoryChristian Riesch1-7/+60
2014-07-11mtd: cfi_cmdset_0002: Invalidate cache after entering/exiting OTP memoryChristian Riesch1-10/+34
2014-07-11mtd: cfi_cmdset_0002: Add support for reading OTPChristian Riesch1-0/+156
2014-07-11mtd: spi-nor: add support for flag status register on Micron chipsgrmoore@altera.com1-0/+52
2014-07-08mtd: Account for BBT blocks when a partition is being allocatedEzequiel Garcia1-1/+3
2014-07-08mtd: Introduce mtd_block_isreserved()Ezequiel Garcia4-2/+53