summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-1693-646/+650
* mtd: nand: Add missing copyright informationBoris Brezillon2018-02-162-0/+5
* mtd: nand: State when references to other drivers are no longer validBoris Brezillon2018-02-166-9/+9
* mtd: nand: ams-delta: Fix path to toto.c source fileBoris Brezillon2018-02-161-1/+1
* mtd: nand: Stop using full path when referring to files placed in the same dirBoris Brezillon2018-02-163-6/+5
* mtd: nand: Get rid of comments giving the file path inside the file itselfBoris Brezillon2018-02-1615-31/+2
* mtd: nand: toshiba: Retrieve ECC requirements from extended IDKOBAYASHI Yoshitake2018-02-141-0/+26
* mtd: nand: vf610: check mtd_device_register() return codeAlexey Khoroshilov2018-02-121-1/+6
* mtd: nand: vf610: improve readability of error labelAlexey Khoroshilov2018-02-121-10/+10
* mtd: nand: vf610: remove the unnecessary of_node_put()Alexey Khoroshilov2018-02-121-10/+8
* mtd: nand: vf610_nfc: remove unused functionStefan Agner2018-02-121-15/+0
* mtd: nand: add ->setup_data_interface() support for Marvell NFCv1Miquel Raynal2018-02-121-10/+29
* mtd: nand: mxc: remove now unused codeSascha Hauer2018-02-121-51/+0
* mtd: nand: mxc: Drop now unnecessary functionsSascha Hauer2018-02-121-36/+0
* mtd: nand: mxc: Add own write_pageSascha Hauer2018-02-121-0/+47
* mtd: nand: mxc: Fix failed/corrected values for v1 controllersSascha Hauer2018-02-121-17/+60
* mtd: nand: mxc: Fix failed/corrected values for v2/v3 controllersSascha Hauer2018-02-121-9/+77
* mtd: nand: mxc: Add buffer argument to copy_spareSascha Hauer2018-02-121-4/+4
* mtd: nand: mxc: Add function to control hardware ECCSascha Hauer2018-02-121-0/+42
* mtd: nand: mxc: reorder functions to avoid forward declarationsSascha Hauer2018-02-121-103/+103
* Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-0/+1
|\
| * dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-0/+1
* | Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtdLinus Torvalds2018-01-2940-944/+5454
|\ \ | |/ |/|
| * Merge tag 'nand/for-4.16' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-01-2940-843/+5454
| |\
| | * mtd: nand: sunxi: Fix ECC strength choiceMiquel Raynal2018-01-251-1/+7
| | * mtd: nand: gpmi: Fix subpage readsBoris Brezillon2018-01-251-5/+13
| | * mtd: nand: Fix build issues due to an anonymous unionMiquel Raynal2018-01-201-6/+7
| | * mtd: nand: marvell: Fix missing memory allocation modifierMiquel Raynal2018-01-201-1/+1
| | * mtd: nand: marvell: remove redundant variable 'oob_len'Colin Ian King2018-01-191-2/+0
| | * mtd: nand: marvell: fix spelling mistake: "suceed"-> "succeed"Colin Ian King2018-01-191-1/+1
| | * mtd: nand: add reworked Marvell NAND controller driverMiquel Raynal2018-01-123-0/+2912
| | * mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal2018-01-121-1/+4
| | * mtd: nand: samsung: Disable subpage writes on E-die NANDLadislav Michl2018-01-101-4/+17
| | * 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: nand: add ->exec_op() implementationMiquel Raynal2017-12-162-25/+997
| | * 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: cafe: clean up DMA address setupMasahiro Yamada2017-12-141-6/+2
| | * mtd: nand: squash struct nand_buffers into struct nand_chipMasahiro Yamada2017-12-148-68/+53
| | * mtd: nand: remove unused NAND_OWN_BUFFERS flagMasahiro Yamada2017-12-141-25/+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-142-42/+25
| | * mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon2017-12-1422-184/+169
| | * mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon2017-12-1423-431/+1102
OpenPOWER on IntegriCloud