summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mtd: mtd_oobtest: Handle bitflips during readsMiquel Raynal2018-01-121-0/+21
* MAINTAINERS: mtd/nand: update Microchip nand entryNicolas Ferre2018-01-121-7/+8
* mtd: nand: samsung: Disable subpage writes on E-die NANDLadislav Michl2018-01-101-4/+17
* mtd: tests: nandbiterrs: Fix read_page return valueSascha Hauer2018-01-091-1/+1
* mtd: nand: brcmnand: Disable prefetch by defaultKamal Dasu2018-01-091-10/+3
* mtd: nand: qcom: Add a NULL check for devm_kasprintf()Fabio Estevam2018-01-061-0/+3
* mtd: nand: brcmnand: Add a NULL check for devm_kasprintf()Fabio Estevam2018-01-061-0/+3
* mtd: nand: Fix unfinished comment in nand_init_data_interface()Miquel Raynal2018-01-061-1/+4
* mtd: onenand: samsung: Remove a useless includeChristophe JAILLET2017-12-181-2/+0
* mtd: onenand: samsung: Propagate the error returned by 'onenand_scan()'Christophe JAILLET2017-12-181-2/+3
* mtd: onenand: samsung: return an error if 'mtd_device_parse_register()' failsChristophe JAILLET2017-12-181-0/+5
* mtd: onenand: samsung: use devm_ function to simplify code and fix some leaksChristophe JAILLET2017-12-181-135/+30
* mtd: nand: add ->exec_op() implementationMiquel Raynal2017-12-163-26/+1364
* mtd: nand: samsung: add ECC requirements for K9F4G08U0DMiquel Raynal2017-12-141-0/+6
* mtd: nand: Only allocate ecc->{calc, code}_buf when actually neededBoris Brezillon2017-12-141-14/+11
* mtd: nand: denali: Avoid using ecc->code_buf as a temporary bufferBoris Brezillon2017-12-141-7/+3
* mtd: nand: mtk: Support MT7622 NAND flash controller.RogerCC Lin2017-12-142-0/+42
* mtd: nand: mtk: Support different MTK NAND flash controller IPRogerCC Lin2017-12-143-41/+89
* mtd: nand: mtk: update DT bindingsRogerCC Lin2017-12-141-3/+8
* mtd: onenand: Remove obsolete url from Kconfig helpLadislav Michl2017-12-141-2/+1
* mtd: nand: cafe: clean up DMA address setupMasahiro Yamada2017-12-141-6/+2
* mtd: nand: squash struct nand_buffers into struct nand_chipMasahiro Yamada2017-12-149-85/+59
* mtd: nand: remove unused NAND_OWN_BUFFERS flagMasahiro Yamada2017-12-142-30/+20
* mtd: nand: cafe: remove use of NAND_OWN_BUFFERSMasahiro Yamada2017-12-141-20/+4
* mtd: nand: provide valid ->data_interface during NAND detectionMiquel Raynal2017-12-143-47/+27
* mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon2017-12-1424-198/+171
* mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon2017-12-1424-431/+1131
* mtd: nand: use usual return values for the ->erase() hookMiquel Raynal2017-12-013-4/+15
* mtd: nand: denali: rename misleading dma_buf to tmp_bufMasahiro Yamada2017-11-301-17/+17
* mtd: nand: remove unnecessary extern from driver headersMasahiro Yamada2017-11-303-26/+26
* mtd: nand: ifc: update bufnum mask for ver >= 2.0.0Jagdish Gediya2017-11-301-0/+7
* mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2017-11-301-0/+4
* mtd: nand: gpmi-nand: Remove wrong Kconfig help textSascha Hauer2017-11-301-3/+1
* mtd: nand: hynix: Don't wait after applying new read-retry paramsBoris Brezillon2017-11-301-5/+0
* mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal2017-11-301-2/+7
* mtd: nand: gpmi: replace _manual_ swap with swap macroGustavo A. R. Silva2017-11-301-12/+4
* mtd: nand: mtk: use nand_reset() to reset NAND devices in resume functionXiaolei Li2017-11-301-6/+2
* Linux 4.15-rc1v4.15-rc1Linus Torvalds2017-11-271-2/+2
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-276-6/+42
|\
| * ARM: BUG if jumping to usermode address in kernel modeRussell King2017-11-262-0/+24
| * ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: make decompressor debug output user selectableRussell King2017-11-211-2/+2
| * ARM: fix get_user_pages_fastRussell King2017-11-211-0/+12
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-2612-15/+52
|\ \
| * | genirq/matrix: Make - vs ?: Precedence explicitKees Cook2017-11-231-1/+1
| * | irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych2017-11-231-1/+1
| * | irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King2017-11-231-1/+1
| * | irqchip/exiu: Fix return value check in exiu_init()Wei Yongjun2017-11-141-2/+2
| * | Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-148-10/+47
| |\ \