summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/lpc32xx_slc.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: lpc32xx: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon2016-05-051-16/+9Star
* 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/+0Star
* mtd: nand: lpc32xx: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-4/+3Star
* 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/+3Star
* mtd: lpc32xx_slc: fix warnings caused by enabling unprepared clockVladimir Zapolskiy2015-10-201-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/+0Star
* mtd: lpc32xx: drop bitflip_threshold initializationBrian Norris2014-07-021-6/+0Star
* mtd: lpc32xx_slc: Remove unnecessary OOM messagesJingoo Han2014-01-071-7/+2Star
* mtd: lpc32xx_slc: Use devm_*() functionsJingoo Han2014-01-031-7/+3Star
* mtd: nand: lpc32xx_slc: Remove redundant of_match_ptrSachin Kamat2013-11-071-1/+1
* mtd: nand: lpc32xx_slc: don't call nand_default_bbt directlyBrian Norris2013-10-281-8/+0Star
* 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/+0Star
* mtd: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-5/+3Star
* 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/+21Star
* mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-19/+0Star
* 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/+1Star
* 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