aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/lpc32xx_mlc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-909/+0
2017-12-14mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon1-1/+4
2017-12-14mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon1-1/+1
2017-09-18mtd: nand: lpc32xx_mlc: Fix an error handling path in lpc32xx_nand_probe()Christophe JAILLET1-1/+2
2017-08-23Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/nextBoris Brezillon1-1/+1
2017-08-23mtd: nand: lpc32xx_mlc: Handle return value of clk_prepare_enable.Arvind Yadav1-2/+7
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2017-01-04mtd: nand: lpc32xx: fix invalid error handling of a requested irqVladimir Zapolskiy1-1/+1
2016-11-07mtd: nand: lpc32xx: return error code of nand_scan_ident/tail() on errorMasahiro Yamada1-6/+4
2016-05-05mtd: nand: lpc32xx: switch to mtd_ooblayout_opsBoris Brezillon1-17/+33
2016-04-19mtd: nand: remove unneeded of_mtd.h inclusionsBoris Brezillon1-1/+0
2016-01-26mtd: nand: lpc32xx_mlc: fix ecc.sizeBoris BREZILLON1-1/+1
2016-01-07mtd: nand: make use of nand_set/get_controller_data() helpersBoris BREZILLON1-9/+10
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON1-1/+0
2015-12-18mtd: nand: lpc32xx: use the mtd instance embedded in struct nand_chipBoris BREZILLON1-4/+3
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON1-3/+3
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris1-4/+3
2015-10-19mtd: lpc32xx_mlc: fix warnings caused by enabling unprepared clockVladimir Zapolskiy1-5/+5
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON1-1/+2
2015-10-13mtd: nand: lpc32xx_mlc: drop owner assignmentFrans Klaver1-1/+0
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-01mtd: lpc32xx: drop bitflip_threshold initializationBrian Norris1-6/+0
2014-01-07mtd: lpc32xx_mlc: Remove unnecessary OOM messagesJingoo Han1-8/+2
2014-01-03mtd: nand: lpc32xx_mlc: drop custom write_page callbackBrian Norris1-15/+1
2013-11-06mtd: nand: lpc32xx_mlc: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-08-30mtd: nand: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-05mtd: nand: lpc32xx: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-18drivers/mtd/nand: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-04-05mtd: nand: subpage write support for hardware based ECC schemesGupta, Pekon1-2/+2
2013-01-25mtd: Convert to devm_ioremap_resource()Thierry Reding1-5/+4
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-29mtd: lpc32xx_mlc: Cleanup after DT-only conversionRoland Stigge1-28/+18
2012-09-29mtd: lpc32xx_mlc: Make driver independent of AMBA DMA engine driverRoland Stigge1-2/+11
2012-07-13mtd: lpc32xx_mlc: Adjust to pl08x DMA interface changesRoland Stigge1-12/+1
2012-07-06mtd: add LPC32xx MLC NAND driverRoland Stigge1-0/+936