summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/pxa3xx_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: pxa3xx: Add support for 2048 bytes page size devicesRodolfo Giometti2014-01-201-0/+21
* mtd: nand: pxa3xx: Add "armada370-nand" compatibleEzequiel Garcia2014-01-131-0/+4
* mtd: nand: pxa3xx: Consolidate ECC initializationEzequiel Garcia2014-01-031-24/+16Star
* mtd: nand: pxa3xx: Use extended cmdfunc() only if neededEzequiel Garcia2014-01-031-10/+21
* mtd: nand: pxa3xx: Clear need_wait flag when starting a commandEzequiel Garcia2014-01-031-0/+1
* mtd: nand: pxa3xx: make ECC configuration checks more explicitBrian Norris2014-01-031-3/+12
* mtd: nand: pxa3xx: Add ECC BCH correctable errors detectionEzequiel Garcia2014-01-031-22/+35
* mtd: nand: pxa3xx: Add multiple chunk write supportEzequiel Garcia2014-01-031-8/+73
* mtd: nand: pxa3xx: Introduce multiple page I/O supportEzequiel Garcia2014-01-031-10/+172
* mtd: nand: pxa3xx: Add a read/write buffers markersEzequiel Garcia2014-01-031-11/+29
* mtd: nand: pxa3xx: Fix SEQIN column address setEzequiel Garcia2014-01-031-1/+2
* mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command()Ezequiel Garcia2014-01-031-5/+16
* mtd: nand: pxa3xx: Split prepare_command_pool() in two stagesEzequiel Garcia2014-01-031-19/+25
* mtd: nand: pxa3xx: Remove READ0 switch/case falltroughEzequiel Garcia2014-01-031-0/+5
* mtd: nand: pxa3xx: Add helper function to set page addressEzequiel Garcia2014-01-031-15/+21
* mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command startEzequiel Garcia2014-01-031-1/+1
* mtd: nand: pxa3xx: Add driver-specific ECC BCH supportEzequiel Garcia2014-01-031-17/+69
* mtd: nand: pxa3xx: Add bad block handlingEzequiel Garcia2014-01-031-0/+37
* mtd: nand: pxa3xx: Use waitfunc() to wait for the device to be readyEzequiel Garcia2014-01-031-3/+4
* mtd: nand: pxa3xx: Use a completion to signal device readyEzequiel Garcia2014-01-031-14/+24
* mtd: nand: pxa3xx: Add a nice comment to pxa3xx_set_datasize()Ezequiel Garcia2014-01-031-0/+5
* mtd: nand: pxa3xx: Replace host->page_size by mtd->writesizeEzequiel Garcia2014-01-031-7/+3Star
* mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO countEzequiel Garcia2014-01-031-5/+7
* mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internalEzequiel Garcia2014-01-031-1/+5
* mtd: nand: pxa3xx: Early variant detectionEzequiel Garcia2014-01-031-20/+20
* mtd: nand: pxa3xx: read_page() returns max_bitflipsEzequiel Garcia2014-01-031-1/+3
* mtd: nand: pxa3xx: Prevent sub-page writesEzequiel Garcia2014-01-031-0/+1
* mtd: nand: pxa3xx: Add documentation about the controllerEzequiel Garcia2014-01-031-0/+2
* mtd: nand: pxa3xx: Use info->use_dma to release DMA resourcesEzequiel Garcia2013-12-131-1/+1
* Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compa...Ezequiel Garcia2013-12-131-4/+0Star
* mtd: nand: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-11-071-2/+1Star
* mtd: nand: pxa3xx: Allocate data buffer on detected flash sizeEzequiel Garcia2013-11-071-15/+30
* mtd: nand: pxa3xx: Move DMA I/O enablingEzequiel Garcia2013-11-071-1/+5
* mtd: nand: pxa3xx_nand: Remove redundant of_match_ptrSachin Kamat2013-11-071-1/+1
* mtd: nand: pxa3xx: Fix registered MTD nameEzequiel Garcia2013-10-241-1/+6
* mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OFEzequiel Garcia2013-09-171-7/+0Star
* mtd: nand: pxa3xx: Allow devices with no dma resourcesEzequiel Garcia2013-08-301-23/+28
* mtd: nand: pxa3xx: Add __maybe_unused keyword to enable_int()Ezequiel Garcia2013-08-301-1/+2
* mtd: nand: pxa3xx: Make dma code dependent on dma capable platformsEzequiel Garcia2013-08-301-0/+34
* mtd: nand: pxa3xx: Move cached registers to info structureEzequiel Garcia2013-08-301-19/+17Star
* mtd: nand: pxa3xx: Remove unneeded internal cmdsetEzequiel Garcia2013-08-301-46/+17Star
* mtd: nand: pxa3xx: Remove hardcoded mtd nameEzequiel Garcia2013-08-301-4/+2Star
* mtd: nand: pxa3xx: Add a local loop variableEzequiel Garcia2013-08-301-2/+3
* mtd: nand: pxa3xx: Use 'length override' in ONFI paramater page readEzequiel Garcia2013-08-301-0/+6
* mtd: nand: pxa3xx: Support command buffer #3Ezequiel Garcia2013-08-301-0/+15
* mtd: nand: pxa3xx: Allow to set/clear the 'spare enable' fieldEzequiel Garcia2013-08-301-0/+7
* mtd: nand: pxa3xx: Handle ECC and DMA enable/disable properlyEzequiel Garcia2013-08-301-2/+11
* mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible stringEzequiel Garcia2013-08-301-1/+30
* mtd: nand: use dev_get_platdata()Jingoo Han2013-08-301-7/+7
* mtd: nand: pxa3xx_nand: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-051-1/+0Star