summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2018-01-06mtd: nand: qcom: Add a NULL check for devm_kasprintf()Fabio Estevam1-0/+3
2018-01-06mtd: nand: brcmnand: Add a NULL check for devm_kasprintf()Fabio Estevam1-0/+3
2018-01-06mtd: nand: Fix unfinished comment in nand_init_data_interface()Miquel Raynal1-1/+4
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-16mtd: nand: add ->exec_op() implementationMiquel Raynal2-25/+997
2017-12-14mtd: nand: samsung: add ECC requirements for K9F4G08U0DMiquel Raynal1-0/+6
2017-12-14mtd: nand: Only allocate ecc->{calc, code}_buf when actually neededBoris Brezillon1-14/+11
2017-12-14mtd: nand: denali: Avoid using ecc->code_buf as a temporary bufferBoris Brezillon1-7/+3
2017-12-14mtd: nand: mtk: Support MT7622 NAND flash controller.RogerCC Lin2-0/+42
2017-12-14mtd: nand: mtk: Support different MTK NAND flash controller IPRogerCC Lin3-41/+89
2017-12-14mtd: onenand: Remove obsolete url from Kconfig helpLadislav Michl1-2/+1
2017-12-14mtd: nand: cafe: clean up DMA address setupMasahiro Yamada1-6/+2
2017-12-14mtd: nand: squash struct nand_buffers into struct nand_chipMasahiro Yamada8-68/+53
2017-12-14mtd: nand: remove unused NAND_OWN_BUFFERS flagMasahiro Yamada1-25/+20
2017-12-14mtd: nand: cafe: remove use of NAND_OWN_BUFFERSMasahiro Yamada1-20/+4
2017-12-14mtd: nand: provide valid ->data_interface during NAND detectionMiquel Raynal2-42/+25
2017-12-14mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon22-184/+169
2017-12-14mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon23-431/+1102
2017-12-01mtd: nand: use usual return values for the ->erase() hookMiquel Raynal3-4/+15
2017-11-30mtd: nand: denali: rename misleading dma_buf to tmp_bufMasahiro Yamada1-17/+17
2017-11-30mtd: nand: remove unnecessary extern from driver headersMasahiro Yamada3-26/+26
2017-11-30mtd: nand: ifc: update bufnum mask for ver >= 2.0.0Jagdish Gediya1-0/+7
2017-11-30mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4
2017-11-30mtd: nand: gpmi-nand: Remove wrong Kconfig help textSascha Hauer1-3/+1
2017-11-30mtd: nand: hynix: Don't wait after applying new read-retry paramsBoris Brezillon1-5/+0
2017-11-30mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal1-2/+7
2017-11-30mtd: nand: gpmi: replace _manual_ swap with swap macroGustavo A. R. Silva1-12/+4
2017-11-30mtd: nand: mtk: use nand_reset() to reset NAND devices in resume functionXiaolei Li1-6/+2
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2017-11-22Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds54-708/+1600
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-23/+1
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-30/+53
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+3
2017-11-13mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalidBoris Brezillon2-5/+15
2017-11-13mtd: sharpslpart: Add sharpslpart partition parserAndrea Adami3-0/+407
2017-11-13mtd: Add sanity checks in mtd_write/read_oob()Boris Brezillon1-0/+44
2017-11-13mtd: remove the get_unmapped_area methodNicolas Pitre5-90/+0
2017-11-13mtd: implement mtd_get_unmapped_area() using the point methodNicolas Pitre1-5/+12
2017-11-13mtd: chips/map_rom.c: implement point and unpoint methodsNicolas Pitre1-0/+25
2017-11-13mtd: chips/map_ram.c: implement point and unpoint methodsNicolas Pitre1-0/+24
2017-11-13mtd: mtdram: properly handle the phys argument in the point methodNicolas Pitre1-0/+22
2017-11-13mtd: mtdswap: fix spelling mistake: 'TRESHOLD' -> 'THRESHOLD'Arvind Yadav1-2/+2
2017-11-13mtd: slram: use memremap() instead of ioremap()Roy Franz1-4/+5
2017-11-13kconfig: kill off GENERIC_IO optionRob Herring1-1/+0
2017-11-06mtd: constify mtd_partitionArvind Yadav10-10/+10
2017-11-06mtd: plat-ram: Replace manual resource management by devmAnton Vasilyev1-34/+4