summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2019-05-06mtd: maps: physmap: Store gpio_values correctlyChris Packham
2019-05-06mtd: parser_imagetag: add of_match_table supportJonas Gorski
2019-05-06mtd: bcm63xxpart: move imagetag parsing to its own parserJonas Gorski
2019-05-06mtd: bcm63xxpart: add of_match_table supportJonas Gorski
2019-05-06mtd: physmap_of_gemini: remove extranous __xipram annotationArnd Bergmann
2019-05-06Merge tag 'spi-nor/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Richard Weinberger
2019-05-06spi-nor: intel-spi: Add support for Intel Comet Lake SPI serial flashMika Westerberg
2019-05-05Merge tag 'nand/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger
2019-04-18mtd: nandsim: switch to exec_op interfaceRichard Weinberger
2019-04-18mtd: nandsim: Embed struct nand_chip in struct nandsimRichard Weinberger
2019-04-18mtd: rawnand: AMD: Also use the last page for bad block markersFrieder Schrempf
2019-04-18mtd: rawnand: ESMT: Also use the last page for bad block markersFrieder Schrempf
2019-04-18mtd: rawnand: Support bad block markers in first, second or last pageFrieder Schrempf
2019-04-18mtd: nand: Make flags for bad block marker position more granularFrieder Schrempf
2019-04-18mtd: onenand: Store bad block marker position in chip structFrieder Schrempf
2019-04-18mtd: rawnand: Always store info about bad block markers in chip structFrieder Schrempf
2019-04-18mtd: rawnand: meson: only initialize the RB completion onceMartin Blumenstingl
2019-04-18mtd: rawnand: meson: use a void pointer for meson_nfc_dma_buffer_setupMartin Blumenstingl
2019-04-18mtd: rawnand: meson: use of_property_count_elems_of_size helperMartin Blumenstingl
2019-04-18mtd: rawnand: meson: use struct_size macroMartin Blumenstingl
2019-04-18mtd: rawnand: marvell: Fix helper name in commentMiquel Raynal
2019-04-18mtd: rawnand: sunxi: Add A23/A33 DMA supportMiquel Raynal
2019-04-18mtd: rawnand: sunxi: Add a platform data structureMiquel Raynal
2019-04-18mtd: rawnand: ingenic: Make jz4725b_ooblayout_ops staticYueHaibing
2019-04-18mtd: rawnand: ingenic: Add missing MODULE_* informationYueHaibing
2019-04-18mtd: rawnand: denali: clean up coding styleMasahiro Yamada
2019-04-18mtd: rawnand: denali: remove DENALI_NR_BANKS macroMasahiro Yamada
2019-04-18mtd: rawnand: denali: decouple controller and NAND chipsMasahiro Yamada
2019-04-18mtd: rawnand: denali_pci: rename goto labelsMasahiro Yamada
2019-04-18mtd: rawnand: denali: use bool type instead of int where appropriateMasahiro Yamada
2019-04-18mtd: rawnand: denali: switch over to ->exec_op() from legacy hooksMasahiro Yamada
2019-04-18mtd: rawnand: denali: remove unneeded casts in denali_{read, write}_pioMasahiro Yamada
2019-04-18mtd: rawnand: denali: refactor raw page accessorsMasahiro Yamada
2019-04-18mtd: rawnand: denali: use more nand_chip pointers for internal functionsMasahiro Yamada
2019-04-18mtd: rawnand: atmel: Fix spelling mistake in error messageMiquel Raynal
2019-04-18mtd: rawnand: fsl_elbc: Make SW ECC workMarek Behún
2019-04-18mtd: rawnand: fsl_elbc: Implement RNDOUT commandMarek Behún
2019-04-18mtd: rawnand: fsl_elbc: Cosmetic moveMarek Behún
2019-04-18mtd: rawnand: fix build dependencyAnders Roxell
2019-04-18mtd: nand: Remove useless line in KconfigMiquel Raynal
2019-04-18mtd: rawnand: Clarify Kconfig entry MTD_NANDMiquel Raynal
2019-04-18mtd: rawnand: Change Kconfig titles and re-order a bit the listMiquel Raynal
2019-04-18mtd: nand: Clarify Kconfig entry for software Hamming ECC entriesMiquel Raynal
2019-04-18mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon
2019-04-08mtd: rawnand: Get rid of chip->numchipsBoris Brezillon
2019-04-08mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon
2019-04-08mtd: rawnand: Get rid of chip->bits_per_cellBoris Brezillon
2019-04-08mtd: rawnand: Use nanddev_mtd_max_bad_blocks()Boris Brezillon
2019-04-08mtd: rawnand: Move all page cache related fields to a sub-structBoris Brezillon