aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/onenand (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-29Merge tag 'nand/for-4.16' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon3-509/+260
2018-01-19mtd: onenand: omap2: Remove redundant dev_err call in omap2_onenand_probe()Wei Yongjun1-3/+1
2018-01-16mtd: Remove duplicate checks on mtd_oob_ops parameterBoris Brezillon1-18/+0
2018-01-16mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon1-63/+0
2018-01-16mtd: onenand: omap2: print resource using %pR format stringArnd Bergmann1-2/+1
2018-01-14mtd: onenand: samsung: remove incorrect __iomem annotationChristophe JAILLET1-6/+6
2018-01-12mtd: onenand: omap2: Configure driver from DTLadislav Michl2-98/+156
2018-01-12mtd: onenand: omap2: Decouple DMA enabling from INT pin availabilityLadislav Michl1-31/+21
2018-01-12mtd: onenand: omap2: Do not make delay for GPIO OMAP3 specificLadislav Michl1-5/+2
2018-01-12mtd: onenand: omap2: Convert to use dmaengine for memcpyPeter Ujfalusi1-42/+38
2018-01-12mtd: onenand: omap2: Unify OMAP2 and OMAP3 DMA implementationLadislav Michl1-125/+4
2018-01-12mtd: onenand: omap2: Simplify the DMA setup for various pathsPeter Ujfalusi1-64/+45
2018-01-12mtd: onenand: omap2: Account waiting time as waiting on IOLadislav Michl1-3/+2
2018-01-12mtd: onenand: omap2: Remove partitioning support from platform dataLadislav Michl1-2/+1
2018-01-12mtd: onenand: omap2: Remove skip initial unlocking supportLadislav Michl1-3/+0
2018-01-12mtd: onenand: omap2: Remove regulator supportLadislav Michl1-41/+1
2017-12-18mtd: onenand: samsung: Remove a useless includeChristophe JAILLET1-2/+0
2017-12-18mtd: onenand: samsung: Propagate the error returned by 'onenand_scan()'Christophe JAILLET1-2/+3
2017-12-18mtd: onenand: samsung: return an error if 'mtd_device_parse_register()' failsChristophe JAILLET1-0/+5
2017-12-18mtd: onenand: samsung: use devm_ function to simplify code and fix some leaksChristophe JAILLET1-135/+30
2017-12-14mtd: onenand: Remove obsolete url from Kconfig helpLadislav Michl1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2016-07-09mtd: silence some uninitialized variable warningsDan Carpenter1-2/+2
2016-05-05mtd: onenand: switch to mtd_ooblayout_opsBoris Brezillon1-65/+97
2016-04-19mtd: onenand: use mtd_set_ecclayout() where appropriateBoris Brezillon1-1/+1
2016-04-19mtd: onenand: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-60/+15
2016-03-24Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds2-27/+10
2016-03-07mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON1-16/+3
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON1-9/+7
2016-02-24mtd: onenand: fix deadlock in onenand_block_markbadAaro Koskinen1-1/+2
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas1-1/+1
2016-01-23mtd: onenand: unexport onenand_default_bbt()Thomas Petazzoni1-2/+0
2016-01-23mtd: onenand: make onenand_scan_bbt() staticThomas Petazzoni1-2/+1
2015-11-11mtd: drop unnecessary partition parser dataBrian Norris1-5/+3
2015-10-13mtd: onenand: omap2: drop owner and name assignmentFrans Klaver1-2/+0
2015-10-13mtd: onenand: samsung: drop owner assignmentFrans Klaver1-1/+0
2015-10-13mtd: onenand: generic: show parent device in sysfsFrans Klaver1-2/+1
2015-08-10arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams1-1/+1
2015-05-07mtd: samsung: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-03-11mtd: onenand: drop dead codeBrian Norris1-9/+3
2014-10-20mtd: onenand: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-07-13mtd: onenand: remove s5pc100 related onenand codesKukjin Kim2-26/+3
2014-05-20mtd: onenand: fix build warning for dma typeArnd Bergmann1-4/+4
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch1-18/+12
2014-03-10mtd: onenand: Remove unnecessary OOM messagesJingoo Han2-9/+2
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker3-3/+0
2014-01-11mtd: onenand: Trivial cleanup in samsung.hSachin Kamat1-2/+0
2014-01-07mtd: onenand: fix warning (integer used as pointer)Brian Norris1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-5/+5
2013-10-27mtd: onenand: omap: remove two unused functionsPaul Bolle1-22/+0