summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2020-01-3024-151/+274
|\
| * Merge tag 'nand/for-5.6' into mtd/nextMiquel Raynal2020-01-2717-115/+212
| |\
| | * mtd: onenand: Rename omap2 driver to avoid a build warningMiquel Raynal2020-01-212-1/+1
| | * mtd: onenand: Use a better name for samsung driverMiquel Raynal2020-01-212-1/+1
| | * mtd: rawnand: atmel: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov2020-01-211-10/+10
| | * mtd: spinand: add support for Toshiba TC58CVG2S0HRAIJRobert Marko2020-01-211-0/+10
| | * mtd: rawnand: macronix: Use match_string() helper to simplify the codeYueHaibing2020-01-211-7/+4
| | * mtd: sharpslpart: Fix unsigned comparison to zeroYueHaibing2020-01-211-2/+2
| | * mtd: onenand: Enable compile testing of OMAP and Samsung driversKrzysztof Kozlowski2020-01-211-2/+2
| | * mtd: onenand: samsung: Fix printing format for size_t on 64-bitKrzysztof Kozlowski2020-01-211-1/+1
| | * mtd: onenand: samsung: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bitKrzysztof Kozlowski2020-01-211-2/+2
| | * mtd: rawnand: denali: remove hard-coded DENALI_DEFAULT_OOB_SKIP_BYTESMasahiro Yamada2020-01-211-14/+7
| | * mtd: rawnand: denali_dt: add reset controllingMasahiro Yamada2020-01-211-1/+39
| | * mtd: rawnand: denali_dt: Add support for configuring SPARE_AREA_SKIP_BYTESMarek Vasut2020-01-212-3/+15
| | * mtd: rawnand: denali_dt: error out if platform has no associated dataMasahiro Yamada2020-01-211-5/+6
| | * mtd: rawnand: brcmnand: Set appropriate DMA maskFlorian Fainelli2020-01-211-0/+10
| | * mtd: onenand_base: Adjust indentation in onenand_read_ops_nolockNathan Chancellor2020-01-211-41/+41
| | * mtd: rawnand: mpc5121: Remove unneeded semicolonzhengbin2020-01-211-1/+1
| | * mtd: onenand: samsung: remove set but not used variableChen Wandun2020-01-211-2/+1
| | * mtd: onenand: Fix Kconfig indentationKrzysztof Kozlowski2020-01-211-6/+6
| * | Merge tag 'spi-nor/for-5.6' into mtd/nextMiquel Raynal2020-01-276-45/+102
| |\ \
| | * | mtd: spi-nor: Add support for at25sl321Michael Walle2020-01-191-0/+3
| | * | mtd: spi-nor: Add support for w25q32jwmMichael Walle2020-01-191-0/+5
| | * | mtd: spi-nor: remove unused enum spi_nor_opsMichael Walle2020-01-144-24/+24
| | * | mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-V SPI serial flashMika Westerberg2020-01-131-0/+1
| | * | mtd: spi-nor: hisi-sfc: Try to provide some clarity on which SFC we areJohn Garry2020-01-102-3/+3
| | * | mtd: spi-nor: Add support for sst26vf016bJoseph Kust2020-01-101-0/+2
| | * | mtd: spi-nor: Add support for mx25r3235fDavid Bauer2019-12-231-0/+2
| | * | mtd: spi-nor: intel-spi: Add support for Intel Jasper Lake SPI serial flashMika Westerberg2019-12-231-0/+1
| | * | mtd: spi-nor: Add USE_FSR flag for n25q* entriesVignesh Raghavendra2019-12-231-5/+10
| | * | mtd: spi-nor: Add entries for mt25q variantsVignesh Raghavendra2019-12-231-0/+9
| | * | mtd: spi-nor: Split mt25qu512a (n25q512a) entry into twoVignesh Raghavendra2019-12-231-4/+5
| | * | mtd: spi-nor: add Gigadevice gd25lq128d supportJerome Brunet2019-12-231-0/+5
| | * | mtd: spi-nor: Fix wrong TB selection of GD25Q256Jungseung Lee2019-12-231-1/+2
| | * | mtd: spi-nor: Support TB selection using SR bit 6Jungseung Lee2019-12-231-7/+27
| | * | mtd: spi-nor: Rename SR_TB to indicate the bit usedJungseung Lee2019-12-231-5/+5
| | * | mtd: spi-nor: fix typo of "JESB216" in commentJungseung Lee2019-12-231-1/+1
| | * | mtd: spi-nor: Add 4B_OPCODES flag to w25q256Robert Marko2019-12-231-1/+3
| * | | mtd: concat: Fix a comment referring to an unknown symbolMiquel Raynal2020-01-271-4/+1
| * | | mtd: rawnand: add unspecified HAS_IOMEM dependencyBrendan Higgins2020-01-271-1/+1
| * | | mtd: block2mtd: page index should use pgoff_tLiu Song2020-01-271-4/+4
| * | | mtd: maps: physmap: Add minimal Runtime PM supportGeert Uytterhoeven2020-01-271-5/+15
| * | | mtd: maps: pcmciamtd: fix possible sleep-in-atomic-context bugs in pcmciamtd_...Jia-Ju Bai2020-01-271-4/+3
| |/ /
* | | Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-306-24/+44
|\ \ \
| * | | ubi: Fix an error pointer dereference in error handling codeDan Carpenter2020-01-191-9/+12
| * | | ubi: Free the normal volumes in error paths of ubi_attach_mtd_dev()Hou Tao2020-01-164-14/+30
| * | | ubi: Check the presence of volume before call ubi_fastmap_destroy_checkmap()Hou Tao2020-01-161-0/+2
| * | | ubi: wl: Remove set but not used variable 'prev_e'YueHaibing2020-01-161-2/+1
| * | | ubi: fastmap: Fix inverted logic in seen selfcheckSascha Hauer2020-01-161-1/+1
| | |/ | |/|