summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: micron: handle on-die "ECC-off" devices correctlyMarco Felsch2019-08-061-3/+11
* mtd: spinand: read returns badly if the last page has bitflipsliaoweixiong2019-07-261-1/+1
* mtd: rawnand: mtk: Correct low level time calculation of r/w cycleXiaolei Li2019-07-261-3/+21
* mtd: spinand: macronix: Fix ECC Status ReadEmil Lenngren2019-06-111-1/+7
* mtd: rawnand: gpmi: fix MX28 bus master lockup problemMartin Kepplinger2019-02-151-7/+6Star
* mtd: spinand: Fix the error/cleanup path in spinand_init()Boris Brezillon2019-02-151-2/+2
* mtd: spinand: Handle the case where PROGRAM LOAD does not reset the cacheBoris Brezillon2019-02-151-22/+20Star
* mtd: rawnand: qcom: fix memory corruption that causes panicChristian Lamparter2019-01-161-10/+10
* mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan()Boris Brezillon2019-01-091-1/+1
* mtd: rawnand: marvell: prevent timeouts on a loaded machineMiquel Raynal2019-01-091-3/+14
* mtd: rawnand: qcom: Namespace prefix some commandsOlof Johansson2018-12-131-16/+16
* mtd: nand: Fix memory allocation in nanddev_bbt_init()Frieder Schrempf2018-12-081-1/+2
* mtd: rawnand: atmel: fix OF child-node lookupJohan Hovold2018-11-271-4/+7
* mtd: rawnand: atmel: Fix potential NULL pointer dereferenceGustavo A. R. Silva2018-11-131-0/+4
* mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unsetMasahiro Yamada2018-11-131-4/+10
* mtd: rawnand: marvell: fix the IRQ handler complete() conditionMiquel Raynal2018-11-131-1/+1
* mtd: rawnand: denali: fix a race condition when DMA is kickedMasahiro Yamada2018-09-151-0/+6
* mtd: rawnand: marvell: prevent harmless warningsMiquel Raynal2018-09-101-1/+3
* mtd: rawnand: denali: do not pass zero maxchips to nand_scan()Masahiro Yamada2018-08-271-0/+5
* mtd: rawnand: docg4: Remove wrong __init annotationsGeert Uytterhoeven2018-08-271-2/+2
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\
| * Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-165-15/+48
| |\
| * | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* | | Merge tag 'sound-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-08-141-16/+1Star
|\ \ \
| * \ \ Merge branch 'asoc-4.19' into asoc-nextMark Brown2018-08-091-16/+1Star
| |\ \ \ | | |_|/ | |/| |
| | * | mtd: rawnand: marvell: remove the dmaengine compat needRobert Jarzmik2018-06-181-16/+1Star
| | |/
* | | mtd: rawnand: atmel: Select GENERIC_ALLOCATORBoris Brezillon2018-08-111-0/+1
* | | mtd: rawnand: allocate dynamically ONFI parameters during detectionMiquel Raynal2018-08-013-29/+44
* | | mtd: rawnand: allocate model parameter dynamicallyMiquel Raynal2018-07-311-11/+41
* | | mtd: rawnand: do not export nand_scan_[ident|tail]() anymoreMiquel Raynal2018-07-311-7/+9
* | | mtd: rawnand: txx9ndfmc: convert driver to nand_scan()Miquel Raynal2018-07-311-17/+17
* | | mtd: rawnand: txx9ndfmc: clarify ECC parameters assignationMiquel Raynal2018-07-311-4/+4
* | | mtd: rawnand: tegra: convert driver to nand_scan()Miquel Raynal2018-07-311-74/+88
* | | mtd: rawnand: jz4740: convert driver to nand_scan()Miquel Raynal2018-07-311-12/+20
* | | mtd: rawnand: jz4740: group nand_scan_{ident, tail} callsMiquel Raynal2018-07-311-12/+11Star
* | | mtd: rawnand: jz4740: fix probe function error pathMiquel Raynal2018-07-311-3/+3
* | | mtd: rawnand: docg4: convert driver to nand_scan()Miquel Raynal2018-07-311-26/+45
* | | mtd: rawnand: do not execute nand_scan_ident() if maxchips is zeroMiquel Raynal2018-07-311-4/+8
* | | mtd: rawnand: atmel: convert driver to nand_scan()Miquel Raynal2018-07-311-59/+54Star
* | | mtd: rawnand: atmel: clarify NAND addition/removal pathsMiquel Raynal2018-07-311-57/+45Star
* | | mtd: rawnand: omap2: convert driver to nand_scan()Miquel Raynal2018-07-311-233/+230Star
* | | mtd: rawnand: lpc32xx_mlc: convert driver to nand_scan()Miquel Raynal2018-07-311-28/+33
* | | mtd: rawnand: cafe: convert driver to nand_scan()Miquel Raynal2018-07-311-57/+78
* | | mtd: rawnand: brcmnand: convert driver to nand_scan()Miquel Raynal2018-07-311-27/+36
* | | mtd: rawnand: qcom: convert driver to nand_scan()Miquel Raynal2018-07-311-47/+24Star
* | | mtd: rawnand: sm_common: convert driver to nand_scan_with_ids()Miquel Raynal2018-07-311-13/+20
* | | mtd: rawnand: sm_common: fix the probe function error pathMiquel Raynal2018-07-311-1/+5
* | | mtd: rawnand: vf610: convert driver to nand_scan()Miquel Raynal2018-07-311-61/+66
* | | mtd: rawnand: txx9ndfmc: rename nand controller internal structureMiquel Raynal2018-07-311-3/+3
* | | mtd: rawnand: tango: convert driver to nand_scan()Miquel Raynal2018-07-311-16/+24