aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/pxa3xx_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-06mtd: nand: pxa3xx: Fix READOOB implementationBoris Brezillon1-0/+1
2017-10-07mtd: nand: pxa3xx: enable NAND controller if the SoC needs itMiquel Raynal1-4/+37
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-05-30mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon1-0/+2
2016-11-07mtd: nand: pxa3xx: return error code of nand_scan_ident() on errorMasahiro Yamada1-2/+3
2016-11-07mtd: nand: pxa3xx_nand: write exactly one message on probe failureUwe Kleine-König1-7/+10
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez1-2/+1
2016-05-05mtd: nand: pxa3xx: switch to mtd_ooblayout_opsBoris Brezillon1-40/+64
2016-04-19mtd: nand: pxa3xx: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon1-17/+11
2016-03-07mtd: nand: pxa3xx_nand: kill unused field 'drcmr_cmd'Brian Norris1-10/+0
2016-03-04mtd: nand: pxa3xx_nand: fix dmaengine initializationRobert Jarzmik1-1/+1
2016-02-12mtd: nand: pxa3xx_nand: add support for partial chunksThomas Petazzoni1-56/+101
2016-02-01mtd: nand: pxa3xx_nand: add register access debugRobert Jarzmik1-5/+17
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON1-11/+11
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: pxa3xx: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-16/+17
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-9/+9
2015-11-19mtd: nand: fix drivers abusing mtd->privBoris BREZILLON1-11/+19
2015-11-16mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume pathsEzequiel García1-0/+6
2015-11-16mtd: pxa3xx_nand: Remove dead codeEzequiel García1-5/+0
2015-11-16mtd: pxa3xx_nand: Remove redundant NAND sensingEzequiel García1-33/+8
2015-11-16mtd: pxa3xx_nand: Simplify pxa3xx_nand_scanEzequiel García1-16/+14
2015-11-16mtd: pxa3xx_nand: Fix initial controller configurationEzequiel García1-13/+22
2015-11-16mtd: pxa3xx_nand: Increase the initial chunk sizeEzequiel García1-1/+1
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris1-5/+5
2015-10-26mtd: pxa3xx_nand: clean up the pxa3xx timingsAntoine Ténart1-17/+8
2015-10-26mtd: pxa3xx_nand: rework flash detection and timing setupAntoine Ténart1-88/+35
2015-10-26mtd: pxa3xx_nand: add helpers to setup the timingsAntoine Ténart1-0/+122
2015-10-26mtd: pxa3xx_nand: fix some compile issues on non-ARM archesAntoine Ténart1-2/+2
2015-10-19mtd: pxa3xx_nand: switch to device PMBrian Norris1-7/+11
2015-10-19mtd: pxa3xx_nand: don't duplicate MTD suspend/resumeBrian Norris1-17/+0
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON1-1/+2
2015-10-13mtd: nand: pxa3xx_nand: show parent device in sysfsFrans Klaver1-1/+1
2015-09-28mtd: nand: pxa3xx-nand: prevent DFI bus lockup on removalRobert Jarzmik1-2/+15
2015-09-27mtd: nand: pxa3xx-nand: switch to dmaengineRobert Jarzmik1-114/+108
2015-09-02mtd: pxa3xx_nand: Remove unused platform-data flash specificationEzequiel García1-6/+27
2015-08-19nand: pxa3xx: Increase READ_ID buffer and make the size staticEzequiel García1-21/+10
2015-08-19mtd: nand: pxa3xx-nand: fix random command timeoutsRobert Jarzmik1-3/+7
2015-08-19mtd: nand: pxa3xx_nand: fix early spurious interruptRobert Jarzmik1-1/+1
2015-08-18mtd: pxa3xx_nand: add a default chunk sizeAntoine Ténart1-0/+3
2015-08-14nand: pxa3xx: Increase initial buffer sizeEzequiel Garcia1-6/+9
2015-05-07mtd: nand: pxa3xx: fix build on ARM64Rob Herring1-11/+10
2015-05-07mtd: nand: pxa3xx: Switch FIFO draining to jiffies-based timeoutMaxime Ripard1-11/+9
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