summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2017-12-14mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon
2017-12-14mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon
2017-12-01mtd: nand: use usual return values for the ->erase() hookMiquel Raynal
2017-11-30mtd: nand: denali: rename misleading dma_buf to tmp_bufMasahiro Yamada
2017-11-30mtd: nand: remove unnecessary extern from driver headersMasahiro Yamada
2017-11-30mtd: nand: ifc: update bufnum mask for ver >= 2.0.0Jagdish Gediya
2017-11-30mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan
2017-11-30mtd: nand: gpmi-nand: Remove wrong Kconfig help textSascha Hauer
2017-11-30mtd: nand: hynix: Don't wait after applying new read-retry paramsBoris Brezillon
2017-11-30mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal
2017-11-30mtd: nand: gpmi: replace _manual_ swap with swap macroGustavo A. R. Silva
2017-11-30mtd: nand: mtk: use nand_reset() to reset NAND devices in resume functionXiaolei Li
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-11-22Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-13mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalidBoris Brezillon
2017-11-13mtd: sharpslpart: Add sharpslpart partition parserAndrea Adami
2017-11-13mtd: Add sanity checks in mtd_write/read_oob()Boris Brezillon
2017-11-13mtd: remove the get_unmapped_area methodNicolas Pitre
2017-11-13mtd: implement mtd_get_unmapped_area() using the point methodNicolas Pitre
2017-11-13mtd: chips/map_rom.c: implement point and unpoint methodsNicolas Pitre
2017-11-13mtd: chips/map_ram.c: implement point and unpoint methodsNicolas Pitre
2017-11-13mtd: mtdram: properly handle the phys argument in the point methodNicolas Pitre
2017-11-13mtd: mtdswap: fix spelling mistake: 'TRESHOLD' -> 'THRESHOLD'Arvind Yadav
2017-11-13mtd: slram: use memremap() instead of ioremap()Roy Franz
2017-11-13kconfig: kill off GENERIC_IO optionRob Herring
2017-11-06mtd: constify mtd_partitionArvind Yadav
2017-11-06mtd: plat-ram: Replace manual resource management by devmAnton Vasilyev
2017-11-06mtd: powernv_flash: Use opal_async_wait_response_interruptible()Cyril Bur
2017-11-06mtd: powernv_flash: Don't return -ERESTARTSYS on interrupted token acquisitionCyril Bur
2017-11-06mtd: powernv_flash: Remove pointless goto in driver initCyril Bur
2017-11-06mtd: powernv_flash: Don't treat OPAL_SUCCESS as an errorCyril Bur
2017-11-06mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()Cyril Bur
2017-11-02Merge tag 'nand/for-4.15' of git://git.infradead.org/l2-mtdRichard Weinberger
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-10-30mtd: intel-spi: Add Intel Lewisburg PCH SPI super SKU PCI IDKuppuswamy Sathyanarayanan
2017-10-30mtd: nand: mtk: fix infinite ECC decode IRQ issueXiaolei Li
2017-10-29mtd: spi-nor: Add support for mr25h128Philipp Puschmann
2017-10-29mtd: nand: mtk: change the compile sequence of mtk_nand.o and mtk_ecc.oXiaolei Li
2017-10-29mtd: spi-nor: enable 4B opcodes for mx66l51235lRoman Yeryomin
2017-10-29mtd: spi-nor: stm32-quadspi: fix prefetching outside fsizeLudovic Barre
2017-10-29mtd: spi-nor: stm32-quadspi: change license textLudovic Barre
2017-10-29mtd: spi-nor: stm32-quadspi: Fix uninitialized error return codeGeert Uytterhoeven
2017-10-27mtd: nand: omap2: Fix subpage writeRoger Quadros
2017-10-25spi-nor: intel-spi: Remove EXPERT dependencyBin Meng