summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2020-05-27mtd: Fix mtd not registered due to nvmem name collisionRicardo Ribalda Delgado1-1/+1
2020-05-27ubi: Fix seq_file usage in detailed_erase_block_info debugfs fileRichard Weinberger1-10/+2
2020-05-27mtd: spinand: Propagate ECC information to the MTD structureMiquel Raynal1-0/+4
2020-04-23mtd: phram: fix a double free issue in error pathWen Yang1-6/+9
2020-04-23mtd: lpddr: Fix a double free in probe()Dan Carpenter1-1/+0
2020-04-23mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOBFrieder Schrempf1-0/+1
2020-04-23mtd: rawnand: free the nand_device objectChristophe Kerello1-0/+2
2020-04-17mtd: rawnand: cadence: reinit completion before executing a new commandPiotr Sroka1-0/+1
2020-04-17mtd: rawnand: cadence: change bad block marker sizePiotr Sroka1-6/+3
2020-04-17mtd: rawnand: cadence: fix the calculation of the avaialble OOB sizePiotr Sroka1-1/+2
2020-04-17mtd: spinand: Do not erase the block before writing a bad block markerFrieder Schrempf1-3/+0
2020-04-17mtd: spinand: Stop using spinand->oobbuf for buffering bad block markersFrieder Schrempf1-7/+7
2020-04-13ubi: fastmap: Free unused fastmap anchor peb during detachHou Tao1-2/+13
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2020-01-31Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds24-151/+274
2020-01-31Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-24/+44
2020-01-28Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds16-28/+28
2020-01-27Merge tag 'nand/for-5.6' into mtd/nextMiquel Raynal17-115/+212
2020-01-27Merge tag 'spi-nor/for-5.6' into mtd/nextMiquel Raynal6-45/+102
2020-01-27mtd: concat: Fix a comment referring to an unknown symbolMiquel Raynal1-4/+1
2020-01-27mtd: rawnand: add unspecified HAS_IOMEM dependencyBrendan Higgins1-1/+1
2020-01-27mtd: block2mtd: page index should use pgoff_tLiu Song1-4/+4
2020-01-27mtd: maps: physmap: Add minimal Runtime PM supportGeert Uytterhoeven1-5/+15
2020-01-27mtd: maps: pcmciamtd: fix possible sleep-in-atomic-context bugs in pcmciamtd_...Jia-Ju Bai1-4/+3
2020-01-21mtd: onenand: Rename omap2 driver to avoid a build warningMiquel Raynal2-1/+1
2020-01-21mtd: onenand: Use a better name for samsung driverMiquel Raynal2-1/+1
2020-01-21mtd: rawnand: atmel: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov1-10/+10
2020-01-21mtd: spinand: add support for Toshiba TC58CVG2S0HRAIJRobert Marko1-0/+10
2020-01-21mtd: rawnand: macronix: Use match_string() helper to simplify the codeYueHaibing1-7/+4
2020-01-21mtd: sharpslpart: Fix unsigned comparison to zeroYueHaibing1-2/+2
2020-01-21mtd: onenand: Enable compile testing of OMAP and Samsung driversKrzysztof Kozlowski1-2/+2
2020-01-21mtd: onenand: samsung: Fix printing format for size_t on 64-bitKrzysztof Kozlowski1-1/+1
2020-01-21mtd: onenand: samsung: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bitKrzysztof Kozlowski1-2/+2
2020-01-21mtd: rawnand: denali: remove hard-coded DENALI_DEFAULT_OOB_SKIP_BYTESMasahiro Yamada1-14/+7
2020-01-21mtd: rawnand: denali_dt: add reset controllingMasahiro Yamada1-1/+39
2020-01-21mtd: rawnand: denali_dt: Add support for configuring SPARE_AREA_SKIP_BYTESMarek Vasut2-3/+15
2020-01-21mtd: rawnand: denali_dt: error out if platform has no associated dataMasahiro Yamada1-5/+6
2020-01-21mtd: rawnand: brcmnand: Set appropriate DMA maskFlorian Fainelli1-0/+10
2020-01-21mtd: onenand_base: Adjust indentation in onenand_read_ops_nolockNathan Chancellor1-41/+41
2020-01-21mtd: rawnand: mpc5121: Remove unneeded semicolonzhengbin1-1/+1
2020-01-21mtd: onenand: samsung: remove set but not used variableChen Wandun1-2/+1
2020-01-21mtd: onenand: Fix Kconfig indentationKrzysztof Kozlowski1-6/+6
2020-01-20ubi: Fix an error pointer dereference in error handling codeDan Carpenter1-9/+12
2020-01-19mtd: spi-nor: Add support for at25sl321Michael Walle1-0/+3
2020-01-19mtd: spi-nor: Add support for w25q32jwmMichael Walle1-0/+5
2020-01-18mtd: rawnand: gpmi: Restore nfc timing setup after suspend/resumeEsben Haabendal1-0/+4
2020-01-18mtd: rawnand: gpmi: Fix suspend/resume problemEsben Haabendal1-1/+6
2020-01-18mtd: spi-nor: Fix quad enable for Spansion like flashesMichael Walle1-0/+2
2020-01-18mtd: spi-nor: Fix selection of 4-byte addressing opcodes on SpansionVignesh Raghavendra1-3/+1
2020-01-17ubi: Free the normal volumes in error paths of ubi_attach_mtd_dev()Hou Tao4-14/+30