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