summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-0330-31/+0
|\
| * mtd: nand: bcm47xxnflash: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| * mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-2029-30/+0
* | Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds2014-11-021-1/+1
|\ \ | |/ |/|
| * mtd: omap: fix mtd devices not showing upFrans Klaver2014-10-291-1/+1
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-182-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-061-1/+1
* | mtd: nand: Force omap_elm to be built as a module if omap2_nand is a moduleEzequiel Garcia2014-10-062-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/+61
* | mtd: denali: remove unnecessary parenthesesMasahiro Yamada2014-09-191-7/+7
* | mtd: denali: remove another set-but-unused variableBrian Norris2014-09-191-2/+1
* | mtd: denali: fix include guard and license block of denali.hMasahiro Yamada2014-09-171-23/+4
* | mtd: nand: don't break long print messagesRafał Miłecki2014-09-172-22/+15
* | mtd: bcm47xxnflash: replace some magic numbersRafał Miłecki2014-09-171-4/+6
* | mtd: bcm47xxnflash: NAND_CMD_RESET supportRafał Miłecki2014-09-171-1/+5
* | mtd: bcm47xxnflash: add cmd_ctrl handlerRafał Miłecki2014-09-171-0/+21
* | mtd: bcm47xxnflash: add dev_ready and fill chip_delayRafał Miłecki2014-09-171-0/+12
* | mtd: bcm47xxnflash: fix typo in freq calculationRafał Miłecki2014-09-171-3/+5
* | mtd: atmel_nand: remove pmecc_bytes_per_sector, use chip->ecc.bytes insteadWu, Josh2014-09-171-8/+5
* | mtd: atmel_nand: remove pmecc_sector_number, use ecc.steps insteadWu, Josh2014-09-171-8/+6
* | 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-151-2/+0
* | mtd: denali: change the type of iterators to intMasahiro Yamada2014-09-151-4/+7
* | mtd: denali: remove unnecessary castsMasahiro Yamada2014-09-151-18/+18
* | mtd: denali: remove unnecessary variable initializationsMasahiro Yamada2014-09-151-32/+27
* | mtd: denali: fix the format of comment blocksMasahiro Yamada2014-09-151-123/+188
* | Merge tag 'v3.17-rc5' from upstreamBrian Norris2014-09-151-4/+12
|\ \
| * | mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()Roger Quadros2014-08-251-1/+1
| * | mtd: nand: omap: Revert to using software ECC by defaultRoger Quadros2014-08-251-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/+1
* | 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/+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: 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-0812-107/+443
|\