summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/onenand
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nand/for-4.16' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-01-293-509/+260Star
|\
| * mtd: onenand: omap2: Remove redundant dev_err call in omap2_onenand_probe()Wei Yongjun2018-01-191-3/+1Star
| * mtd: onenand: omap2: print resource using %pR format stringArnd Bergmann2018-01-161-2/+1Star
| * mtd: onenand: samsung: remove incorrect __iomem annotationChristophe JAILLET2018-01-141-6/+6
| * mtd: onenand: omap2: Configure driver from DTLadislav Michl2018-01-122-98/+156
| * mtd: onenand: omap2: Decouple DMA enabling from INT pin availabilityLadislav Michl2018-01-121-31/+21Star
| * mtd: onenand: omap2: Do not make delay for GPIO OMAP3 specificLadislav Michl2018-01-121-5/+2Star
| * mtd: onenand: omap2: Convert to use dmaengine for memcpyPeter Ujfalusi2018-01-121-42/+38Star
| * mtd: onenand: omap2: Unify OMAP2 and OMAP3 DMA implementationLadislav Michl2018-01-121-125/+4Star
| * mtd: onenand: omap2: Simplify the DMA setup for various pathsPeter Ujfalusi2018-01-121-64/+45Star
| * mtd: onenand: omap2: Account waiting time as waiting on IOLadislav Michl2018-01-121-3/+2Star
| * mtd: onenand: omap2: Remove partitioning support from platform dataLadislav Michl2018-01-121-2/+1Star
| * mtd: onenand: omap2: Remove skip initial unlocking supportLadislav Michl2018-01-121-3/+0Star
| * mtd: onenand: omap2: Remove regulator supportLadislav Michl2018-01-121-41/+1Star
| * mtd: onenand: samsung: Remove a useless includeChristophe JAILLET2017-12-181-2/+0Star
| * mtd: onenand: samsung: Propagate the error returned by 'onenand_scan()'Christophe JAILLET2017-12-181-2/+3
| * mtd: onenand: samsung: return an error if 'mtd_device_parse_register()' failsChristophe JAILLET2017-12-181-0/+5
| * mtd: onenand: samsung: use devm_ function to simplify code and fix some leaksChristophe JAILLET2017-12-181-135/+30Star
| * mtd: onenand: Remove obsolete url from Kconfig helpLadislav Michl2017-12-141-2/+1Star
* | mtd: Remove duplicate checks on mtd_oob_ops parameterBoris Brezillon2018-01-161-18/+0Star
* | mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon2018-01-161-63/+0Star
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* mtd: silence some uninitialized variable warningsDan Carpenter2016-07-101-2/+2
* mtd: onenand: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-65/+97
* mtd: onenand: use mtd_set_ecclayout() where appropriateBoris Brezillon2016-04-191-1/+1
* mtd: onenand: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-191-60/+15Star
* Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds2016-03-252-27/+10Star
|\
| * mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON2016-03-081-16/+3Star
| * mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-081-9/+7Star
| * mtd: onenand: fix deadlock in onenand_block_markbadAaro Koskinen2016-02-241-1/+2
| * mtd: onenand: unexport onenand_default_bbt()Thomas Petazzoni2016-01-231-2/+0Star
| * mtd: onenand: make onenand_scan_bbt() staticThomas Petazzoni2016-01-231-2/+1Star
* | gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas2016-02-161-1/+1
|/
* mtd: drop unnecessary partition parser dataBrian Norris2015-11-111-5/+3Star
* mtd: onenand: omap2: drop owner and name assignmentFrans Klaver2015-10-131-2/+0Star
* mtd: onenand: samsung: drop owner assignmentFrans Klaver2015-10-131-1/+0Star
* mtd: onenand: generic: show parent device in sysfsFrans Klaver2015-10-131-2/+1Star
* arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams2015-08-111-1/+1
* mtd: samsung: Constify platform_device_idKrzysztof Kozlowski2015-05-071-1/+1
* mtd: onenand: drop dead codeBrian Norris2015-03-111-9/+3Star
* mtd: onenand: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0Star
* mtd: onenand: remove s5pc100 related onenand codesKukjin Kim2014-07-132-26/+3Star
* mtd: onenand: fix build warning for dma typeArnd Bergmann2014-05-211-4/+4
* mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch2014-03-111-18/+12Star
* mtd: onenand: Remove unnecessary OOM messagesJingoo Han2014-03-112-9/+2Star
* mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-113-3/+0Star
* mtd: onenand: Trivial cleanup in samsung.hSachin Kamat2014-01-111-2/+0Star
* mtd: onenand: fix warning (integer used as pointer)Brian Norris2014-01-071-1/+1
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-5/+5
* mtd: onenand: omap: remove two unused functionsPaul Bolle2013-10-281-22/+0Star