summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/pxa3xx_nand.c
AgeCommit message (Expand)Author
2015-03-26mtd: nand: pxa3xx: Fix PIO FIFO drainingMaxime Ripard
2014-07-09mtd: pxa3xx_nand: make the driver work on big-endian systemsThomas Petazzoni
2014-01-20mtd: nand: pxa3xx: Add support for 2048 bytes page size devicesRodolfo Giometti
2014-01-12mtd: nand: pxa3xx: Add "armada370-nand" compatibleEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Consolidate ECC initializationEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Use extended cmdfunc() only if neededEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Clear need_wait flag when starting a commandEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: make ECC configuration checks more explicitBrian Norris
2014-01-03mtd: nand: pxa3xx: Add ECC BCH correctable errors detectionEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Add multiple chunk write supportEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Introduce multiple page I/O supportEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Add a read/write buffers markersEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Fix SEQIN column address setEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command()Ezequiel Garcia
2014-01-03mtd: nand: pxa3xx: Split prepare_command_pool() in two stagesEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Remove READ0 switch/case falltroughEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Add helper function to set page addressEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command startEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Add driver-specific ECC BCH supportEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Add bad block handlingEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Use waitfunc() to wait for the device to be readyEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Use a completion to signal device readyEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Add a nice comment to pxa3xx_set_datasize()Ezequiel Garcia
2014-01-03mtd: nand: pxa3xx: Replace host->page_size by mtd->writesizeEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO countEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internalEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Early variant detectionEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: read_page() returns max_bitflipsEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Prevent sub-page writesEzequiel Garcia
2014-01-03mtd: nand: pxa3xx: Add documentation about the controllerEzequiel Garcia
2013-12-12mtd: nand: pxa3xx: Use info->use_dma to release DMA resourcesEzequiel Garcia
2013-12-12Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compa...Ezequiel Garcia
2013-11-07mtd: nand: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-11-06mtd: nand: pxa3xx: Allocate data buffer on detected flash sizeEzequiel Garcia
2013-11-06mtd: nand: pxa3xx: Move DMA I/O enablingEzequiel Garcia
2013-11-06mtd: nand: pxa3xx_nand: Remove redundant of_match_ptrSachin Kamat
2013-10-24mtd: nand: pxa3xx: Fix registered MTD nameEzequiel Garcia
2013-09-17mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OFEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Allow devices with no dma resourcesEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Add __maybe_unused keyword to enable_int()Ezequiel Garcia
2013-08-30mtd: nand: pxa3xx: Make dma code dependent on dma capable platformsEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Move cached registers to info structureEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Remove unneeded internal cmdsetEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Remove hardcoded mtd nameEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Add a local loop variableEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Use 'length override' in ONFI paramater page readEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Support command buffer #3Ezequiel Garcia
2013-08-30mtd: nand: pxa3xx: Allow to set/clear the 'spare enable' fieldEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Handle ECC and DMA enable/disable properlyEzequiel Garcia
2013-08-30mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible stringEzequiel Garcia