summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/onenand
AgeCommit message (Expand)AuthorLines
2018-03-15mtd: Move onenand code base to drivers/mtd/nand/onenandBoris Brezillon-6211/+0
2018-03-15mtd: onenand: Get rid of comments giving the file path inside the file itselfBoris Brezillon-8/+0
2018-01-29Merge tag 'nand/for-4.16' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon-509/+260
2018-01-19mtd: onenand: omap2: Remove redundant dev_err call in omap2_onenand_probe()Wei Yongjun-3/+1
2018-01-16mtd: Remove duplicate checks on mtd_oob_ops parameterBoris Brezillon-18/+0
2018-01-16mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon-63/+0
2018-01-16mtd: onenand: omap2: print resource using %pR format stringArnd Bergmann-2/+1
2018-01-14mtd: onenand: samsung: remove incorrect __iomem annotationChristophe JAILLET-6/+6
2018-01-12mtd: onenand: omap2: Configure driver from DTLadislav Michl-98/+156
2018-01-12mtd: onenand: omap2: Decouple DMA enabling from INT pin availabilityLadislav Michl-31/+21
2018-01-12mtd: onenand: omap2: Do not make delay for GPIO OMAP3 specificLadislav Michl-5/+2
2018-01-12mtd: onenand: omap2: Convert to use dmaengine for memcpyPeter Ujfalusi-42/+38
2018-01-12mtd: onenand: omap2: Unify OMAP2 and OMAP3 DMA implementationLadislav Michl-125/+4
2018-01-12mtd: onenand: omap2: Simplify the DMA setup for various pathsPeter Ujfalusi-64/+45
2018-01-12mtd: onenand: omap2: Account waiting time as waiting on IOLadislav Michl-3/+2
2018-01-12mtd: onenand: omap2: Remove partitioning support from platform dataLadislav Michl-2/+1
2018-01-12mtd: onenand: omap2: Remove skip initial unlocking supportLadislav Michl-3/+0
2018-01-12mtd: onenand: omap2: Remove regulator supportLadislav Michl-41/+1
2017-12-18mtd: onenand: samsung: Remove a useless includeChristophe JAILLET-2/+0
2017-12-18mtd: onenand: samsung: Propagate the error returned by 'onenand_scan()'Christophe JAILLET-2/+3
2017-12-18mtd: onenand: samsung: return an error if 'mtd_device_parse_register()' failsChristophe JAILLET-0/+5
2017-12-18mtd: onenand: samsung: use devm_ function to simplify code and fix some leaksChristophe JAILLET-135/+30
2017-12-14mtd: onenand: Remove obsolete url from Kconfig helpLadislav Michl-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2016-07-09mtd: silence some uninitialized variable warningsDan Carpenter-2/+2
2016-05-05mtd: onenand: switch to mtd_ooblayout_opsBoris Brezillon-65/+97
2016-04-19mtd: onenand: use mtd_set_ecclayout() where appropriateBoris Brezillon-1/+1
2016-04-19mtd: onenand: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon-60/+15
2016-03-24Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds-27/+10
2016-03-07mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON-16/+3
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON-9/+7
2016-02-24mtd: onenand: fix deadlock in onenand_block_markbadAaro Koskinen-1/+2
2016-02-16gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas-1/+1
2016-01-23mtd: onenand: unexport onenand_default_bbt()Thomas Petazzoni-2/+0
2016-01-23mtd: onenand: make onenand_scan_bbt() staticThomas Petazzoni-2/+1
2015-11-11mtd: drop unnecessary partition parser dataBrian Norris-5/+3
2015-10-13mtd: onenand: omap2: drop owner and name assignmentFrans Klaver-2/+0
2015-10-13mtd: onenand: samsung: drop owner assignmentFrans Klaver-1/+0
2015-10-13mtd: onenand: generic: show parent device in sysfsFrans Klaver-2/+1
2015-08-10arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams-1/+1
2015-05-07mtd: samsung: Constify platform_device_idKrzysztof Kozlowski-1/+1
2015-03-11mtd: onenand: drop dead codeBrian Norris-9/+3
2014-10-20mtd: onenand: drop owner assignment from platform_driversWolfram Sang-2/+0
2014-07-13mtd: onenand: remove s5pc100 related onenand codesKukjin Kim-26/+3
2014-05-20mtd: onenand: fix build warning for dma typeArnd Bergmann-4/+4
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch-18/+12
2014-03-10mtd: onenand: Remove unnecessary OOM messagesJingoo Han-9/+2
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker-3/+0
2014-01-11mtd: onenand: Trivial cleanup in samsung.hSachin Kamat-2/+0
2014-01-07mtd: onenand: fix warning (integer used as pointer)Brian Norris-1/+1