summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2018-03-19mtd: nand: ifc: update bufnum mask for ver >= 2.0.0Jagdish Gediya1-0/+7
2018-03-19mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal1-2/+7
2018-02-22mtd: nand: vf610: set correct ooblayoutStefan Agner1-4/+2
2018-02-16ubi: block: Fix locking for idr_alloc/idr_removeBradley Bolen1-16/+26
2018-02-16ubi: fastmap: Erase outdated anchor PEBs during attachSascha Hauer1-20/+57
2018-02-16ubi: Fix race condition between ubi volume creation and udevClay McClure1-5/+10
2018-02-16mtd: nand: sunxi: Fix ECC strength choiceMiquel Raynal1-1/+7
2018-02-16mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal1-1/+4
2018-02-16mtd: nand: brcmnand: Disable prefetch by defaultKamal Dasu1-10/+3
2018-02-03mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4
2018-01-07mtd: nand: pxa3xx: Fix READOOB implementationBoris Brezillon1-0/+1
2017-12-18mtd: Fix mtd_check_oob_ops()Miquel Raynal1-1/+1
2017-12-16mtd: nand: gpio: Fix ALE gpio configurationChristophe Leroy1-3/+3
2017-12-16mtd: nand: brcmnand: Zero bitflip is not an errorAlbert Hsieh1-1/+1
2017-12-16mtd: nand: gpmi: Fix failure when a erased page has a bitflip at BBMSascha Hauer1-3/+3
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-3/+3
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2017-11-23Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds54-708/+1600
2017-11-22treewide: 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-16Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+3
2017-11-14mtd: 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-07mtd: constify mtd_partitionArvind Yadav10-10/+10
2017-11-07mtd: plat-ram: Replace manual resource management by devmAnton Vasilyev1-34/+4
2017-11-06mtd: powernv_flash: Use opal_async_wait_response_interruptible()Cyril Bur1-22/+35
2017-11-06mtd: powernv_flash: Don't return -ERESTARTSYS on interrupted token acquisitionCyril Bur1-0/+7
2017-11-06mtd: powernv_flash: Remove pointless goto in driver initCyril Bur1-10/+6
2017-11-06mtd: powernv_flash: Don't treat OPAL_SUCCESS as an errorCyril Bur1-5/+10
2017-11-06mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()Cyril Bur1-1/+3
2017-11-03Merge tag 'nand/for-4.15' of git://git.infradead.org/l2-mtdRichard Weinberger21-459/+660
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman22-0/+22
2017-10-31mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor1-3/+6
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook3-3/+3
2017-10-30mtd: intel-spi: Add Intel Lewisburg PCH SPI super SKU PCI IDKuppuswamy Sathyanarayanan1-0/+1
2017-10-30mtd: nand: mtk: fix infinite ECC decode IRQ issueXiaolei Li1-2/+11
2017-10-29mtd: spi-nor: Add support for mr25h128Philipp Puschmann2-0/+2
2017-10-29mtd: nand: mtk: change the compile sequence of mtk_nand.o and mtk_ecc.oXiaolei Li1-1/+1
2017-10-29mtd: spi-nor: enable 4B opcodes for mx66l51235lRoman Yeryomin1-1/+1
2017-10-29mtd: spi-nor: stm32-quadspi: fix prefetching outside fsizeLudovic Barre1-1/+11