summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mtd: rawnand: qcom: check for operation errors in case of raw readAbhishek Sahu2018-07-181-18/+40
| | * | mtd: rawnand: qcom: fix return value for raw page readAbhishek Sahu2018-07-181-1/+1
| | * | mtd: rawnand: qcom: modify write_oob to remove read codeword partAbhishek Sahu2018-07-181-12/+4
| | * | mtd: rawnand: qcom: parse read errors for read oob alsoAbhishek Sahu2018-07-181-17/+9
| | * | mtd: rawnand: qcom: fix null pointer access for erased page detectionAbhishek Sahu2018-07-181-3/+15
| | * | mtd: rawnand: qcom: erased page detection for uncorrectable errors onlyAbhishek Sahu2018-07-181-23/+44
| | * | mtd: rawnand: qcom: wait for desc completion in all BAM channelsAbhishek Sahu2018-07-181-1/+52
| | * | mtd: rawnand: qcom: use the ecc strength from device parameterAbhishek Sahu2018-07-181-8/+21
| | * | mtd: rawnand: qcom: remove dt property nand-ecc-step-sizeAbhishek Sahu2018-07-181-9/+2
| | * | mtd: rawnand: denali: use helper function for ecc setupAbhishek Sahu2018-07-181-28/+2
| | * | mtd: rawnand: helper function for setting up ECC configurationAbhishek Sahu2018-07-181-0/+33
| | * | mtd: rawnand: micron: add fixup for ONFI revisionChris Packham2018-07-021-0/+13
| | * | mtd: rawnand: add defines for ONFI version bitsChris Packham2018-07-021-5/+5
| | * | mtd: rawnand: add manufacturer fixup for ONFI parameter pageChris Packham2018-07-021-0/+4
| | * | mtd: rawnand: marvell: Handle on-die ECCChris Packham2018-07-021-0/+1
| | * | mtd: rawnand: add NVIDIA Tegra NAND Flash controller driverStefan Agner2018-07-023-0/+1241
| | * | mtd: rawnand: add an option to specify NAND chip as a boot deviceStefan Agner2018-07-021-0/+3
| | * | mtd: rawnand: add Reed-Solomon error correction algorithmStefan Agner2018-07-021-0/+1
| | * | mtd: rawnand: hynix: fix decoding the OOB size on H27UCG8T2BTRMartin Blumenstingl2018-07-021-0/+13
| | * | mtd: rawnand: micron: Update ecc_stats.correctedBoris Brezillon2018-07-021-10/+11
| | * | mtd: rawnand: atmel: add module param to avoid using dmaPeter Rosin2018-07-021-1/+6
| * | | mtd: partitions: use DT info for parsing partitions with "compatible" propRafał Miłecki2018-07-241-20/+13
| * | | mtd/maps: fix solutionengine.c printk format warningsRandy Dunlap2018-07-241-3/+3
| * | | mtd: lpddr: use mtd_device_register()Rafał Miłecki2018-07-241-1/+1
| * | | mtd: Make Kconfig formatting consistentBoris Brezillon2018-07-195-31/+31
| * | | mtdchar: fix overflows in adjustment of `count`Jann Horn2018-07-181-3/+7
| * | | mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal2018-07-181-6/+22
| * | | mtd: sst25l: use mtd_device_register()Rafał Miłecki2018-07-181-3/+2
| * | | mtd: maps: use mtd_device_register() where applicableRafał Miłecki2018-07-184-9/+6
| * | | mtd: powernv_flash: set of_node in mtd's devRafał Miłecki2018-07-181-0/+1
| * | | mtd: nftl: remove redundant variable nb_erasesColin Ian King2018-07-071-2/+1
| * | | mtd: cfi: cmdset_0002: remove redundant variable timeoColin Ian King2018-07-071-2/+0
| * | | mtd: Use kasprintf() instead of fixed buffer formattingGeert Uytterhoeven2018-07-071-2/+5
| * | | mtd: parsers: trx: add of_match_table with the new DT bindingRafał Miłecki2018-07-071-0/+7
| * | | mtd: maps: gpio-addr-flash: add error handling for ioremap_nocacheZhouyang Jia2018-07-071-0/+3
| * | | mtd: replace VMLINUX_SYMBOL_STR() with string literalMasahiro Yamada2018-06-241-2/+2
| | |/ | |/|
* | | mtd: spi-nor: cadence-quadspi: Fix direct mode write timeoutsVignesh R2018-07-031-2/+4
| |/ |/|
* | mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionallyMasahiro Yamada2018-06-221-1/+5
* | mtd: dataflash: Use ULL suffix for 64-bit constantsGeert Uytterhoeven2018-06-221-2/+2
* | mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking.Joakim Tjernlund2018-06-221-0/+2
* | mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudaryJoakim Tjernlund2018-06-221-1/+1
* | mtd: cfi_cmdset_0002: fix SEGV unlocking multiple chipsJoakim Tjernlund2018-06-221-3/+3
* | mtd: cfi_cmdset_0002: Use right chip in do_ppb_xxlock()Joakim Tjernlund2018-06-221-4/+5
* | mtd: rawnand: All AC chips have a broken GET_FEATURES(TIMINGS).Mason Yang2018-06-221-12/+36
* | mtd: rawnand: fix return value check for bad block statusAbhishek Sahu2018-06-221-1/+1
* | mtd: rawnand: mxc: set spare area size register explicitlyMartin Kaiser2018-06-191-1/+4
* | mtd: rawnand: micron: add ONFI_FEATURE_ON_DIE_ECC to supported featuresChris Packham2018-06-191-0/+2
|/
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-1230-66/+88
|\
| * treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-2/+3
| * treewide: Use array_size() in vmalloc()Kees Cook2018-06-125-7/+10