summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | mtd: rawnand: Move nand_exec_op() to internal.hBoris Brezillon2018-12-071-0/+9
| | * | | | mtd: rawnand: legacy: Drop useless test in nand_legacy_set_defaults()Boris Brezillon2018-12-071-1/+1
| | * | | | mtd: rawnand: Reorganize code to avoid forward declarationsBoris Brezillon2018-12-072-254/+246
| | * | | | mtd: rawnand: Stop passing mtd_info objects to internal functionsBoris Brezillon2018-12-073-190/+184
| | * | | | mtd: spinand: Add initial support for Toshiba TC58CVG2S0HSchrempf Frieder2018-12-073-1/+139
| | * | | | mtd: rawnand: sh_flctl: convert to SPDX identifiersKuninori Morimoto2018-11-131-15/+2
| | * | | | Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Miquel Raynal2018-11-135-6/+15
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | mtd: rawnand: Flag 1.8V AC chips with a broken GET_FEATURES(TIMINGS)Mason Yang2018-11-061-0/+7
| | * | | | mtd: rawnand: r852: use generic DMA APIChristoph Hellwig2018-11-051-13/+13
| | * | | | mtd: rawnand: denali: include <linux/bits.h> instead of <linux/bitops.h>Masahiro Yamada2018-11-051-1/+1
| | * | | | mtd: rawnand: ams-delta: Convert the driver to ->exec_op()Janusz Krzysztofik2018-11-051-44/+56
| | * | | | mtd: rawnand: ams-delta: Stop using legacy .IOADDR_R/WJanusz Krzysztofik2018-11-051-4/+2
| | * | | | mtd: rawnand: Provide helper for polling GPIO R/B pinJanusz Krzysztofik2018-11-051-0/+31
| | * | | | mtd: rawnand: fsmc: Fix unchecked return value in fsmc_read_page_hweccGustavo A. R. Silva2018-11-051-3/+4
| | * | | | mtd: spinand: winbond: Add support for W25N01GVRobert Marko2018-11-051-0/+8
| | | |_|/ | | |/| |
| * | | | mtd: physmap_of_gemini: Handle pin controlLinus Walleij2018-12-062-1/+110
| * | | | mtd: maps: physmap: Leave assigned complex mappingsLinus Walleij2018-12-061-2/+12
| * | | | mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding itYangtao Li2018-12-034-45/+12
| * | | | mtd: change len type from signed to unsigned typehuijin.park2018-12-031-1/+1
| * | | | mtd: improve calculating partition boundaries when checking for alignmentRafał Miłecki2018-12-021-2/+11
| * | | | mtd: keep original flags for every struct mtd_infoRafał Miłecki2018-12-022-1/+4
| * | | | mtd: fix Coverity integer handling issueMiquel Raynal2018-12-021-3/+3
| * | | | mtd: nftl: clean up indentation, remove extraneous tabsColin Ian King2018-12-021-19/+20
| * | | | mtd: partitions: Add OF support to RedBoot partitionsLinus Walleij2018-11-121-1/+31
| * | | | mtd: Move Redboot partition parserLinus Walleij2018-11-125-51/+51
| * | | | mtd: cfi_cmdset_0020: Mark expected switch fall-throughsGustavo A. R. Silva2018-11-091-0/+6
| * | | | mtd: block2mtd: mark expected switch fall-throughsGustavo A. R. Silva2018-11-091-0/+2
| * | | | mtd: Kconfig: fix spelling mistake "partions" -> "partition"Colin Ian King2018-11-091-1/+1
| * | | | mtd: maps: Get rid of the latch-addr-flash driverBoris Brezillon2018-11-063-239/+0
| * | | | mtd: maps: physmap: Invert logic on if/else branchRicardo Ribalda Delgado2018-11-061-8/+11
| * | | | mtd: maps: Merge gpio-addr-flash.c into physmap-core.cBoris Brezillon2018-11-054-294/+157
| * | | | mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gem...Boris Brezillon2018-11-057-10/+10
| * | | | mtd: maps: Merge physmap_of.c into physmap-core.cBoris Brezillon2018-11-054-400/+240
| * | | | mtd: maps: Prepare merging of physmap and physmap_ofBoris Brezillon2018-11-052-0/+2
| * | | | mtd: maps: physmap: Fix coding style issues reported by checkpatchBoris Brezillon2018-11-051-15/+18
| * | | | mtd: maps: physmap: Return -ENOMEM directly when info allocation failsBoris Brezillon2018-11-051-4/+2
| * | | | mtd: maps: physmap: Check mtd_device_{parse_register, unregister}() ret codeBoris Brezillon2018-11-051-4/+11
| * | | | mtd: maps: physmap: Remove the MAX_RESOURCES limitationBoris Brezillon2018-11-051-17/+27
| * | | | mtd: maps: physmap: Use devm_ioremap_resource()Boris Brezillon2018-11-051-17/+6
| * | | | mtd: maps: physmap: Use dev_notice() and a %pR specifierBoris Brezillon2018-11-051-3/+2
| * | | | mtd: maps: physmap: Use platform_get_resource() to retrieve iomem resourcesBoris Brezillon2018-11-051-11/+18
| * | | | mtd: maps: physmap: Rename ->map and ->mtd into ->maps and ->mtdsBoris Brezillon2018-11-051-27/+28
| * | | | mtd: maps: physmap: Add SPDX headerBoris Brezillon2018-11-051-0/+1
| |/ / /
* | | | ubi: Do not drop UBI device reference before usingPan Bian2018-12-131-1/+1
* | | | ubi: Put MTD device after it is not usedPan Bian2018-12-131-1/+1
| |_|/ |/| |
* | | mtd: nand: Fix memory allocation in nanddev_bbt_init()Frieder Schrempf2018-11-281-1/+2
* | | mtd: spi-nor: fix erase_type array to indicate current map confTudor Ambarus2018-11-281-2/+29
* | | mtd: spi-nor: fix selection of uniform erase type in flexible confTudor.Ambarus@microchip.com2018-11-201-11/+36
* | | mtd: spi-nor: Fix Cadence QSPI page fault kernel panicThor Thayer2018-11-191-3/+16
* | | mtd: rawnand: qcom: Namespace prefix some commandsOlof Johansson2018-11-181-16/+16
OpenPOWER on IntegriCloud