aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-09mtd: Kconfig: fix spelling mistake "partions" -> "partition"Colin Ian King1-1/+1
2018-11-07spi: Add QuadSPI driver for Atmel SAMA5D2Piotr Bugalski3-559/+0
2018-11-07mtd: spi-nor: atmel-quadspi: Remove unused code from atmel-quadspi driverPiotr Bugalski1-388/+0
2018-11-07mtd: spi-nor: atmel-quadspi: Use spi-mem interface for atmel-quadspi driverPiotr Bugalski1-73/+18
2018-11-07mtd: spi-nor: atmel-quadspi: Add spi-mem support to atmel-quadspiPiotr Bugalski1-0/+211
2018-11-07mtd: spi-nor: atmel-quaspi: Typo fixPiotr Bugalski1-2/+2
2018-11-06mtd: maps: Get rid of the latch-addr-flash driverBoris Brezillon3-239/+0
2018-11-06mtd: maps: physmap: Invert logic on if/else branchRicardo Ribalda Delgado1-8/+11
2018-11-06mtd: sa1100: avoid VLA in sa1100_setup_mtdBoris Brezillon1-1/+9
2018-11-06mtd: rawnand: Flag 1.8V AC chips with a broken GET_FEATURES(TIMINGS)Mason Yang1-0/+7
2018-11-05mtd: spi-nor: Reset nor->addr_width when SFDP parsing failedBoris Brezillon1-2/+4
2018-11-05mtd: spi-nor: cadence-quadspi: Return error code in cqspi_direct_read_execute()Christophe JAILLET1-1/+1
2018-11-05mtd: maps: Merge gpio-addr-flash.c into physmap-core.cBoris Brezillon4-294/+157
2018-11-05mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}Boris Brezillon7-10/+10
2018-11-05mtd: maps: Merge physmap_of.c into physmap-core.cBoris Brezillon4-400/+240
2018-11-05mtd: maps: Prepare merging of physmap and physmap_ofBoris Brezillon2-0/+2
2018-11-05mtd: maps: physmap: Fix coding style issues reported by checkpatchBoris Brezillon1-15/+18
2018-11-05mtd: maps: physmap: Return -ENOMEM directly when info allocation failsBoris Brezillon1-4/+2
2018-11-05mtd: maps: physmap: Check mtd_device_{parse_register, unregister}() ret codeBoris Brezillon1-4/+11
2018-11-05mtd: maps: physmap: Remove the MAX_RESOURCES limitationBoris Brezillon1-17/+27
2018-11-05mtd: maps: physmap: Use devm_ioremap_resource()Boris Brezillon1-17/+6
2018-11-05mtd: maps: physmap: Use dev_notice() and a %pR specifierBoris Brezillon1-3/+2
2018-11-05mtd: maps: physmap: Use platform_get_resource() to retrieve iomem resourcesBoris Brezillon1-11/+18
2018-11-05mtd: maps: physmap: Rename ->map and ->mtd into ->maps and ->mtdsBoris Brezillon1-27/+28
2018-11-05mtd: maps: physmap: Add SPDX headerBoris Brezillon1-0/+1
2018-11-05mtd: rawnand: r852: use generic DMA APIChristoph Hellwig1-13/+13
2018-11-05mtd: rawnand: denali: include <linux/bits.h> instead of <linux/bitops.h>Masahiro Yamada1-1/+1
2018-11-05mtd: rawnand: ams-delta: Convert the driver to ->exec_op()Janusz Krzysztofik1-44/+56
2018-11-05mtd: rawnand: ams-delta: Stop using legacy .IOADDR_R/WJanusz Krzysztofik1-4/+2
2018-11-05mtd: rawnand: Provide helper for polling GPIO R/B pinJanusz Krzysztofik1-0/+31
2018-11-05mtd: rawnand: fsmc: Fix unchecked return value in fsmc_read_page_hweccGustavo A. R. Silva1-3/+4
2018-11-05mtd: spinand: winbond: Add support for W25N01GVRobert Marko1-0/+8
2018-11-05mtd: nand: drop kernel-doc notation for a deleted function parameterRandy Dunlap1-1/+0
2018-11-05mtd: docg3: don't set conflicting BCH_CONST_PARAMS optionArnd Bergmann1-1/+1
2018-11-04Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2-0/+3
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-23ubi: Mark expected switch fall-throughsGustavo A. R. Silva2-0/+3
2018-10-23Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds85-5150/+4644
2018-10-19Merge tag 'nand/for-4.20' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon77-4952/+3701
2018-10-19Merge tag 'spi-nor/for-4.20' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon5-86/+882
2018-10-16mtd_blkdevs: convert to blk-mqJens Axboe1-37/+63
2018-10-12mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MBLiu Xiang1-0/+1
2018-10-12mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flashMika Westerberg1-0/+1
2018-10-08mtd: maps: gpio-addr-flash: Convert to gpiodRicardo Ribalda Delgado1-34/+21
2018-10-08mtd: maps: gpio-addr-flash: Replace array with an integerRicardo Ribalda Delgado1-17/+17
2018-10-08mtd: maps: gpio-addr-flash: Use order instead of sizeRicardo Ribalda Delgado1-18/+21
2018-10-08mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the busAhmad Fatoum1-4/+10
2018-10-08mtd: devices: m25p80: Make sure WRITE_EN is issued before each writeYogesh Gaur1-15/+8
2018-10-08mtd: spi-nor: Support controllers with limited TX FIFO sizeYogesh Gaur1-7/+0
2018-10-08mtd: spi-nor: cadence-quadspi: Use proper enum for dma_[un]map_singleNathan Chancellor1-2/+2