summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/lpc32xx_slc.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-1032/+0
* mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon2017-12-141-3/+8
* mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon2017-12-141-17/+5
* Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...Boris Brezillon2017-08-231-1/+1
|\
| * mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
* | mtd: nand: lpc32xx_slc: Handle return value of clk_prepare_enable.Arvind Yadav2017-08-231-2/+7
|/
* mtd: nand: lpc32xx_slc: Remove unneeded NULL check on 'rc'Fabio Estevam2017-01-301-7/+2
* mtd: nand: lpc32xx: return error code of nand_scan_ident/tail() on errorMasahiro Yamada2016-11-071-6/+4
* mtd: nand: lpc32xx: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon2016-05-051-16/+9
* mtd: nand: lpc32xx: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-8/+33
* mtd: nand: lpc32xx: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-191-3/+14
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-10/+10
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0
* mtd: nand: lpc32xx: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-4/+3
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-7/+7
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-4/+3
* mtd: lpc32xx_slc: fix warnings caused by enabling unprepared clockVladimir Zapolskiy2015-10-191-5/+5
* mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON2015-10-131-2/+3
* mtd: nand: lpc32xx_slc: fix calculation of timing arcs from given valuesVladimir Zapolskiy2015-10-041-1/+1
* mtd: nand: lpc32xx_slc: fix potential overflow over 4 bitsVladimir Zapolskiy2015-10-041-1/+1
* mtd: nand: lpc32xx_slc: improve SLCTAC_*() macro definitionsVladimir Zapolskiy2015-10-041-12/+15
* mtd: nand: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* mtd: lpc32xx: drop bitflip_threshold initializationBrian Norris2014-07-011-6/+0
* mtd: lpc32xx_slc: Remove unnecessary OOM messagesJingoo Han2014-01-071-7/+2
* mtd: lpc32xx_slc: Use devm_*() functionsJingoo Han2014-01-031-7/+3
* mtd: nand: lpc32xx_slc: Remove redundant of_match_ptrSachin Kamat2013-11-061-1/+1
* mtd: nand: lpc32xx_slc: don't call nand_default_bbt directlyBrian Norris2013-10-271-8/+0
* mtd: nand: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* mtd: nand: lpc32xx: remove unnecessary platform_set_drvdata()Jingoo Han2013-08-051-2/+0
* mtd: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-5/+3
* mtd: remove use of __devexitBill Pemberton2012-11-221-1/+1
* mtd: remove use of __devinitBill Pemberton2012-11-221-1/+1
* mtd: remove use of __devexit_pBill Pemberton2012-11-221-1/+1
* mtd: lpc32xx_slc: Cleanup after DT-only conversionRoland Stigge2012-09-291-31/+21
* mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-19/+0
* mtd: lpc32xx_slc: Make driver independent of AMBA DMA engine driverRoland Stigge2012-09-291-2/+11
* mtd: lpc32xx_slc: Adjust to pl08x DMA interface changesRoland Stigge2012-07-131-12/+1
* mtd: lpc32xx_slc: Make probe() return -EPROBE_DEFER if necessaryRoland Stigge2012-07-061-0/+2
* mtd: lpc32xx_slc: Use of_get_named_gpio()Roland Stigge2012-07-061-1/+1
* mtd: lpc32xx_slc: Make wp gpio optionalAlexandre Pereira da Silva2012-07-061-4/+7
* mtd: add LPC32xx SLC NAND driverRoland Stigge2012-07-061-0/+1065