aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/pxa3xx_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-30mtd: pxa3xx_nand: cleanup wait_for_completion handlingNicholas Mc Guire1-14/+10
2015-02-28mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0Antoine Ténart1-0/+2
2015-02-28Merge MTD updates into -nextBrian Norris1-0/+2
2015-02-28mtd: pxa3xx_nand: fix driver when num_cs is 0Robert Jarzmik1-0/+2
2015-02-28mtd: pxa3xx-nand: handle PIO in threaded interruptRobert Jarzmik1-3/+19
2015-02-28mtd: nand: pxa3xx: Fix PIO FIFO drainingMaxime Ripard1-6/+42
2014-05-28mtd: pxa3xx_nand: make the driver work on big-endian systemsThomas Petazzoni1-2/+2
2014-05-21mtd: nand: pxa3xx: Use ECC strength and step size devicetree bindingEzequiel Garcia1-2/+15
2014-05-21mtd: nand: pxa3xx: Clean pxa_ecc_init() error handlingEzequiel Garcia1-11/+10
2014-05-20mtd: nand: pxa3xx: Make of_device_id array constJingoo Han1-1/+1
2014-03-10mtd: nand: pxa3xx: Print actual ECC strength in error messageEzequiel Garcia1-1/+1
2014-03-10mtd: nand: pxa3xx: Remove unused macroEzequiel Garcia1-1/+0
2014-01-20mtd: nand: pxa3xx: Add support for 2048 bytes page size devicesRodolfo Giometti1-0/+21
2014-01-12mtd: nand: pxa3xx: Add "armada370-nand" compatibleEzequiel Garcia1-0/+4
2014-01-03mtd: nand: pxa3xx: Consolidate ECC initializationEzequiel Garcia1-24/+16
2014-01-03mtd: nand: pxa3xx: Use extended cmdfunc() only if neededEzequiel Garcia1-10/+21
2014-01-03mtd: nand: pxa3xx: Clear need_wait flag when starting a commandEzequiel Garcia1-0/+1
2014-01-03mtd: nand: pxa3xx: make ECC configuration checks more explicitBrian Norris1-3/+12
2014-01-03mtd: nand: pxa3xx: Add ECC BCH correctable errors detectionEzequiel Garcia1-22/+35
2014-01-03mtd: nand: pxa3xx: Add multiple chunk write supportEzequiel Garcia1-8/+73
2014-01-03mtd: nand: pxa3xx: Introduce multiple page I/O supportEzequiel Garcia1-10/+172
2014-01-03mtd: nand: pxa3xx: Add a read/write buffers markersEzequiel Garcia1-11/+29
2014-01-03mtd: nand: pxa3xx: Fix SEQIN column address setEzequiel Garcia1-1/+2
2014-01-03mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command()Ezequiel Garcia1-5/+16
2014-01-03mtd: nand: pxa3xx: Split prepare_command_pool() in two stagesEzequiel Garcia1-19/+25
2014-01-03mtd: nand: pxa3xx: Remove READ0 switch/case falltroughEzequiel Garcia1-0/+5
2014-01-03mtd: nand: pxa3xx: Add helper function to set page addressEzequiel Garcia1-15/+21
2014-01-03mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command startEzequiel Garcia1-1/+1
2014-01-03mtd: nand: pxa3xx: Add driver-specific ECC BCH supportEzequiel Garcia1-17/+69
2014-01-03mtd: nand: pxa3xx: Add bad block handlingEzequiel Garcia1-0/+37
2014-01-03mtd: nand: pxa3xx: Use waitfunc() to wait for the device to be readyEzequiel Garcia1-3/+4
2014-01-03mtd: nand: pxa3xx: Use a completion to signal device readyEzequiel Garcia1-14/+24
2014-01-03mtd: nand: pxa3xx: Add a nice comment to pxa3xx_set_datasize()Ezequiel Garcia1-0/+5
2014-01-03mtd: nand: pxa3xx: Replace host->page_size by mtd->writesizeEzequiel Garcia1-7/+3
2014-01-03mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO countEzequiel Garcia1-5/+7
2014-01-03mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internalEzequiel Garcia1-1/+5
2014-01-03mtd: nand: pxa3xx: Early variant detectionEzequiel Garcia1-20/+20
2014-01-03mtd: nand: pxa3xx: read_page() returns max_bitflipsEzequiel Garcia1-1/+3
2014-01-03mtd: nand: pxa3xx: Prevent sub-page writesEzequiel Garcia1-0/+1
2014-01-03mtd: nand: pxa3xx: Add documentation about the controllerEzequiel Garcia1-0/+2
2013-12-12mtd: nand: pxa3xx: Use info->use_dma to release DMA resourcesEzequiel Garcia1-1/+1
2013-12-12Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string"Ezequiel Garcia1-4/+0
2013-11-07mtd: nand: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-11-06mtd: nand: pxa3xx: Allocate data buffer on detected flash sizeEzequiel Garcia1-15/+30
2013-11-06mtd: nand: pxa3xx: Move DMA I/O enablingEzequiel Garcia1-1/+5
2013-11-06mtd: nand: pxa3xx_nand: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-24mtd: nand: pxa3xx: Fix registered MTD nameEzequiel Garcia1-1/+6
2013-09-17mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OFEzequiel Garcia1-7/+0
2013-08-30mtd: nand: pxa3xx: Allow devices with no dma resourcesEzequiel Garcia1-23/+28
2013-08-30mtd: nand: pxa3xx: Add __maybe_unused keyword to enable_int()Ezequiel Garcia1-1/+2