summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/fsmc_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: fsmc: update of OF supportMian Yousaf Kaukab2013-08-051-0/+18
* mtd: fsmc_nand: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-051-4/+2
* mtd: fsmc_nand: use module_platform_driver_probe()Jingoo Han2013-04-051-12/+1
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-261-8/+14
|\
| * mtd: fsmc_nand: add missing DMA unmap to dma_xfer()Bartlomiej Zolnierkiewicz2013-01-071-8/+14
* | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-0/+1
|\ \
| * | ARM: nomadik: add FSMC NANDLinus Walleij2013-01-281-0/+1
* | | mtd: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-20/+13
|/ /
* / Drivers: mtd: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
|/
* mtd: remove use of __devinitBill Pemberton2012-11-221-2/+2
* mtd: fsmc_nand: use relaxed variants of io accessorsVipin Kumar2012-11-151-25/+29
* mtd: fsmc_nand: modify the wait to uninterruptibleVipin Kumar2012-11-151-1/+1
* mtd: fsmc_nand: change the type for regs to void __iomem *Vipin Kumar2012-11-151-1/+1
* mtd: fsmc_nand: pass the ale and cmd resource via resourceJean-Christophe PLAGNIOL-VILLARD2012-11-151-33/+11
* mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-131-1/+2
* mtd: nand: read_page() returns max_bitflipsMike Dunn2012-05-131-3/+6
* mtd: fsmc_nand: Add clk_{un}prepare() supportViresh Kumar2012-05-131-7/+7
* mtd: Add device-tree support to fsmc_nandStefan Roese2012-03-271-1/+56
* mtd: nand/fsmc: Remove sparse warnings and errorsVipin Kumar2012-03-271-46/+45
* mtd: nand/fsmc: Add DMA supportVipin Kumar2012-03-271-5/+163
* mtd: nand/fsmc: Access the NAND device word by word whenever possibleVipin Kumar2012-03-271-0/+55
* mtd: nand/fsmc: Use dev_err to report error scenarioVipin Kumar2012-03-271-0/+7
* mtd: nand/fsmc: Use devm routinesVipin Kumar2012-03-271-91/+43
* mtd: nand/fsmc: Modify fsmc driver to accept nand timing parameters via platformVipin Kumar2012-03-271-8/+33
* mtd: fsmc_nand: add pm callbacks to support hibernationShiraz Hashim2012-03-271-6/+6
* mtd: nand/fsmc: Initialize the badblockbits to 7Vipin Kumar2012-03-271-0/+1
* mtd: nand/fsmc: Flip the bit only if the error index is < 4096Vipin Kumar2012-03-271-1/+1
* mtd: nand/fsmc: Read only 512 + 13 bytes for 8bit NAND devicesVipin Kumar2012-03-271-1/+3
* mtd: nand/fsmc: Correct the multiline comment formatVipin Kumar2012-03-271-4/+4
* mtd: nand/fsmc: Remove default partition information from driverArmando Visconti2012-03-271-58/+0
* mtd: nand/fsmc: Pass partition information through platform dataVipin Kumar2012-03-271-6/+7
* mtd: flash drivers set ecc strengthMike Dunn2012-03-271-0/+2
* mtd: do not use plain 0 as NULLArtem Bityutskiy2012-03-271-7/+7
* mtd: fsmc: Support of 224-bytes OOB area lengthArmando Visconti2012-03-271-0/+40
* mtd: fsmc: Improve the fsmc_correct_data() routineArmando Visconti2012-03-271-21/+17
* mtd: fsmc: fixed data abort inside change_bit()Armando Visconti2012-03-271-1/+1
* mtd: fsmc: use ALE and CLE offsets from platform dataShiraz Hashim2012-03-271-4/+5
* mtd: fsmc_nand: ECC1 & ECC4 layout separated for different page sizesBhavna Yadav2012-03-271-17/+159
* mtd: fsmc: Newly erased page read algorithm implementedVipin Kumar2012-03-271-4/+52
* mtd: fsmc_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-111-57/+9
* mtd: fsmc_nand don't specify default parsing optionsDmitry Eremin-Solenikov2011-09-111-9/+2
* mtd: fsmc_nand: fix a memory leakAxel Lin2011-09-111-1/+1
* mtd: fsmc_nand: convert to mtd_device_register()Jamie Iles2011-05-251-21/+4
* Fix common misspellingsLucas De Marchi2011-03-311-5/+5
* mtd: FSMC NAND use the PrimeCell identifier macrosLinus Walleij2010-12-031-3/+20
* mtd: FSMC NAND remove PARTITION macro and fix compile noiseLinus Walleij2010-12-031-18/+48
* mtd: generic FSMC NAND MTD driverLinus Walleij2010-10-251-0/+866