summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-192-2/+2
|\
| * mtd: sh_flctl: use dmaengine_terminate_all() APIVinod Koul2014-10-151-1/+1
| * mtd: fsmc_nand: use dmaengine_terminate_all() APIVinod Koul2014-10-151-1/+1
* | mtd: nand: omap: Correct CONFIG_MTD_NAND_OMAP_BCH help messageRoger Quadros2014-10-071-1/+1
* | mtd: nand: Force omap_elm to be built as a module if omap2_nand is a moduleEzequiel Garcia2014-10-072-2/+5
* | mtd: nand: Move ELM driver and rename as omap_elmEzequiel García2014-09-222-0/+580
* | nand: omap2: Replace pr_err with dev_errEzequiel García2014-09-221-13/+17
* | nand: omap2: Remove horrible ifdefs to fix module probeEzequiel García2014-09-221-59/+71
* | mtd: nand: add Hynix's H27UCG8T2ATR-BC to nand_ids tableBoris BREZILLON2014-09-221-0/+4
* | mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDsBoris BREZILLON2014-09-221-0/+2
* | mtd: denali: fix indents and other trivial thingsMasahiro Yamada2014-09-191-77/+61Star
* | mtd: denali: remove unnecessary parenthesesMasahiro Yamada2014-09-191-7/+7
* | mtd: denali: remove another set-but-unused variableBrian Norris2014-09-191-2/+1Star
* | mtd: denali: fix include guard and license block of denali.hMasahiro Yamada2014-09-181-23/+4Star
* | mtd: nand: don't break long print messagesRafał Miłecki2014-09-182-22/+15Star
* | mtd: bcm47xxnflash: replace some magic numbersRafał Miłecki2014-09-181-4/+6
* | mtd: bcm47xxnflash: NAND_CMD_RESET supportRafał Miłecki2014-09-181-1/+5
* | mtd: bcm47xxnflash: add cmd_ctrl handlerRafał Miłecki2014-09-181-0/+21
* | mtd: bcm47xxnflash: add dev_ready and fill chip_delayRafał Miłecki2014-09-181-0/+12
* | mtd: bcm47xxnflash: fix typo in freq calculationRafał Miłecki2014-09-181-3/+5
* | mtd: atmel_nand: remove pmecc_bytes_per_sector, use chip->ecc.bytes insteadWu, Josh2014-09-181-8/+5Star
* | mtd: atmel_nand: remove pmecc_sector_number, use ecc.steps insteadWu, Josh2014-09-181-8/+6Star
* | nand: omap2: Add support for flash-based bad block tableEzequiel García2014-09-171-1/+5
* | mtd: nand: atmel_nand: retrieve NFC clockBoris BREZILLON2014-09-171-0/+25
* | mtd: denali: remove a set-but-unused variableMasahiro Yamada2014-09-161-2/+0Star
* | mtd: denali: change the type of iterators to intMasahiro Yamada2014-09-161-4/+7
* | mtd: denali: remove unnecessary castsMasahiro Yamada2014-09-161-18/+18
* | mtd: denali: remove unnecessary variable initializationsMasahiro Yamada2014-09-161-32/+27Star
* | 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
|\ \
| * | 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
| |/
* | 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: nand: fix integer widening problemsBrian Norris2014-08-191-2/+2
* | mtd: nandsim: fix integer wideningBrian Norris2014-08-191-1/+1
* | mtd: nand: denali: set proper error code on timeoutBrian Norris2014-08-191-3/+1Star
* | mtd: use __packed shorthandBrian Norris2014-08-191-1/+1
* | mtd: nand: fix nand_lock/unlock() functionWhite Ding2014-08-191-0/+18
* | mtd: denali: avoid using a magic numberMasahiro Yamada2014-08-191-1/+2
* | mtd: atmel_nand: remove redundant dev_err callWei Yongjun2014-08-191-8/+1Star
* | 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: ndfc: silence an array underflow static checker warningDan Carpenter2014-08-191-1/+2
|/
* Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtdLinus Torvalds2014-08-0912-107/+443
|\
| * 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
| * mtd: atmel_nand: implement the nfc_device_ready() by checking the R/B bitWu, Josh2014-07-221-3/+11