summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/lpc32xx_mlc.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: lpc32xx: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-17/+33
* mtd: nand: remove unneeded of_mtd.h inclusionsBoris Brezillon2016-04-191-1/+0Star
* mtd: nand: lpc32xx_mlc: fix ecc.sizeBoris BREZILLON2016-01-261-1/+1
* mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-9/+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-3/+3
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-4/+3Star
* mtd: lpc32xx_mlc: 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-1/+2
* mtd: nand: lpc32xx_mlc: drop owner assignmentFrans Klaver2015-10-131-1/+0Star
* 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_mlc: Remove unnecessary OOM messagesJingoo Han2014-01-071-8/+2Star
* mtd: nand: lpc32xx_mlc: drop custom write_page callbackBrian Norris2014-01-031-15/+1Star
* mtd: nand: lpc32xx_mlc: Remove redundant of_match_ptrSachin Kamat2013-11-071-1/+1
* 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
* drivers/mtd/nand: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0Star
* mtd: nand: subpage write support for hardware based ECC schemesGupta, Pekon2013-04-051-2/+2
* mtd: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-5/+4Star
* 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_mlc: Cleanup after DT-only conversionRoland Stigge2012-09-291-28/+18Star
* mtd: lpc32xx_mlc: Make driver independent of AMBA DMA engine driverRoland Stigge2012-09-291-2/+11
* mtd: lpc32xx_mlc: Adjust to pl08x DMA interface changesRoland Stigge2012-07-131-12/+1Star
* mtd: add LPC32xx MLC NAND driverRoland Stigge2012-07-061-0/+936