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