summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | mtd: rawnand: fsmc: Add an SPDX tag to replace the license textBoris Brezillon2018-12-071-5/+2
| | * | | | mtd: rawnand: fsmc: Stop using the dummy controller objBoris Brezillon2018-12-071-1/+6
| | * | | | mtd: rawnand: fsmc: Make conversion from chip to fsmc consistentBoris Brezillon2018-12-071-2/+1
| | * | | | mtd: rawnand: fsmc: Fix the fsmc_nand_data kernel-docBoris Brezillon2018-12-071-3/+4
| | * | | | mtd: rawnand: fsmc: Stop passing mtd_info objects to internal functionsBoris Brezillon2018-12-071-28/+23
| | * | | | mtd: rawnand: denali: remove denali_reset_banks()Masahiro Yamada2018-12-071-29/+0
| | * | | | mtd: rawnand: denali: remove ->dev_ready() hookMasahiro Yamada2018-12-071-22/+1
| | * | | | mtd: rawnand: marvell: fix spelling mistake in kernel docMiquel Raynal2018-12-071-1/+1
| | * | | | mtd: rawnand: ams-delta: Use GPIO API for data I/OJanusz Krzysztofik2018-12-071-48/+61
| | * | | | mtd: rawnand: ams-delta: Request data port GPIO resourceJanusz Krzysztofik2018-12-071-2/+9
| | * | | | mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon2018-12-0714-22/+51
| | * | | | mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon2018-12-079-38/+51
| | * | | | mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon2018-12-0727-36/+37
| | * | | | mtd: rawnand: ams-delta: Stop implementing ->select_chip()Boris Brezillon2018-12-071-8/+6
| | * | | | mtd: rawnand: vf610: Stop implementing ->select_chip()Boris Brezillon2018-12-071-16/+18
| | * | | | mtd: rawnand: tegra: Stop implementing ->select_chip()Boris Brezillon2018-12-071-16/+12
| | * | | | mtd: rawnand: marvell: Stop implementing ->select_chip()Boris Brezillon2018-12-071-9/+18
| | * | | | mtd: rawnand: fsmc: Stop implementing ->select_chip()Boris Brezillon2018-12-071-11/+12
| | * | | | mtd: rawnand: Make ->select_chip() optional when ->exec_op() is implementedBoris Brezillon2018-12-071-7/+6
| | * | | | mtd: rawnand: Pass the CS line to be selected in struct nand_operationBoris Brezillon2018-12-073-19/+27
| | * | | | mtd: rawnand: Add nand_[de]select_target() helpersBoris Brezillon2018-12-074-51/+100
| | * | | | mtd: rawnand: ams-delta: Explicitly inherit from nand_controllerBoris Brezillon2018-12-071-0/+5
| | * | | | mtd: rawnand: ams-delta: Check mtd_device_register() return codeBoris Brezillon2018-12-071-1/+7
| | * | | | mtd: rawnand: ams-delta: cleanup ams_delta_init() error pathBoris Brezillon2018-12-071-14/+12
| | * | | | mtd: rawnand: ams-delta: Fix various coding style issuesBoris Brezillon2018-12-071-15/+8
| | * | | | mtd: rawnand: ams-delta: Add an SPDX tag to replace the license textBoris Brezillon2018-12-071-5/+2
| | * | | | mtd: rawnand: ams-delta: Allow this driver to be compiled when COMPILE_TEST=yBoris Brezillon2018-12-072-6/+3
| | * | | | 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