summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/pxa3xx_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: pxa3xx: enable NAND controller if the SoC needs itMiquel Raynal2017-10-071-4/+37
* mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
* mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon2017-05-301-0/+2
* mtd: nand: pxa3xx: return error code of nand_scan_ident() on errorMasahiro Yamada2016-11-071-2/+3
* mtd: nand: pxa3xx_nand: write exactly one message on probe failureUwe Kleine-König2016-11-071-7/+10
* mtd: nand: import nand_hw_control_init()Marc Gonzalez2016-09-231-2/+1
* mtd: nand: pxa3xx: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-40/+64
* mtd: nand: pxa3xx: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon2016-04-191-17/+11
* mtd: nand: pxa3xx_nand: kill unused field 'drcmr_cmd'Brian Norris2016-03-071-10/+0
* mtd: nand: pxa3xx_nand: fix dmaengine initializationRobert Jarzmik2016-03-041-1/+1
* mtd: nand: pxa3xx_nand: add support for partial chunksThomas Petazzoni2016-02-121-56/+101
* mtd: nand: pxa3xx_nand: add register access debugRobert Jarzmik2016-02-011-5/+17
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-11/+11
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0
* mtd: nand: pxa3xx: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-16/+17
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-9/+9
* mtd: nand: fix drivers abusing mtd->privBoris BREZILLON2015-11-191-11/+19
* mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume pathsEzequiel García2015-11-161-0/+6
* mtd: pxa3xx_nand: Remove dead codeEzequiel García2015-11-161-5/+0
* mtd: pxa3xx_nand: Remove redundant NAND sensingEzequiel García2015-11-161-33/+8
* mtd: pxa3xx_nand: Simplify pxa3xx_nand_scanEzequiel García2015-11-161-16/+14
* mtd: pxa3xx_nand: Fix initial controller configurationEzequiel García2015-11-161-13/+22
* mtd: pxa3xx_nand: Increase the initial chunk sizeEzequiel García2015-11-161-1/+1
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-5/+5
* mtd: pxa3xx_nand: clean up the pxa3xx timingsAntoine Ténart2015-10-261-17/+8
* mtd: pxa3xx_nand: rework flash detection and timing setupAntoine Ténart2015-10-261-88/+35
* mtd: pxa3xx_nand: add helpers to setup the timingsAntoine Ténart2015-10-261-0/+122
* mtd: pxa3xx_nand: fix some compile issues on non-ARM archesAntoine Ténart2015-10-261-2/+2
* mtd: pxa3xx_nand: switch to device PMBrian Norris2015-10-191-7/+11
* mtd: pxa3xx_nand: don't duplicate MTD suspend/resumeBrian Norris2015-10-191-17/+0
* mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON2015-10-131-1/+2
* mtd: nand: pxa3xx_nand: show parent device in sysfsFrans Klaver2015-10-131-1/+1
* mtd: nand: pxa3xx-nand: prevent DFI bus lockup on removalRobert Jarzmik2015-09-281-2/+15
* mtd: nand: pxa3xx-nand: switch to dmaengineRobert Jarzmik2015-09-271-114/+108
* mtd: pxa3xx_nand: Remove unused platform-data flash specificationEzequiel García2015-09-021-6/+27
* nand: pxa3xx: Increase READ_ID buffer and make the size staticEzequiel García2015-08-191-21/+10
* mtd: nand: pxa3xx-nand: fix random command timeoutsRobert Jarzmik2015-08-191-3/+7
* mtd: nand: pxa3xx_nand: fix early spurious interruptRobert Jarzmik2015-08-191-1/+1
* mtd: pxa3xx_nand: add a default chunk sizeAntoine Ténart2015-08-181-0/+3
* nand: pxa3xx: Increase initial buffer sizeEzequiel Garcia2015-08-141-6/+9
* mtd: nand: pxa3xx: fix build on ARM64Rob Herring2015-05-071-11/+10
* mtd: nand: pxa3xx: Switch FIFO draining to jiffies-based timeoutMaxime Ripard2015-05-071-11/+9
* mtd: pxa3xx_nand: cleanup wait_for_completion handlingNicholas Mc Guire2015-03-301-14/+10
* mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0Antoine Ténart2015-02-281-0/+2
* Merge MTD updates into -nextBrian Norris2015-02-281-0/+2
|\
| * mtd: pxa3xx_nand: fix driver when num_cs is 0Robert Jarzmik2015-02-281-0/+2
* | mtd: pxa3xx-nand: handle PIO in threaded interruptRobert Jarzmik2015-02-281-3/+19
|/
* mtd: nand: pxa3xx: Fix PIO FIFO drainingMaxime Ripard2015-02-281-6/+42
* mtd: pxa3xx_nand: make the driver work on big-endian systemsThomas Petazzoni2014-05-281-2/+2
* mtd: nand: pxa3xx: Use ECC strength and step size devicetree bindingEzequiel Garcia2014-05-211-2/+15
OpenPOWER on IntegriCloud