summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: au1550nd: Fix au_read_buf16() prototypePaul Burton2019-10-071-3/+2
* Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-09-223-544/+0
|\
| * mtd: rawnand: Drop obsolete JZ4740 NAND driverPaul Cercueil2019-07-303-544/+0
* | Merge tag 'nand/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger2019-09-1515-389/+642
|\ \
| * | mtd: rawnand: omap2: Fix number of bitflips reporting with ELMSascha Hauer2019-08-291-1/+1
| * | mtd: rawnand: brcmnand: Fix ecc chunk calculation for erased page bitfipsClaire Lin2019-08-291-1/+4
| * | mtd: rawnand: remove w90x900 driverArnd Bergmann2019-08-263-313/+0
| * | mtd: rawnand: Add Macronix raw NAND controller driverMason Yang2019-08-263-0/+589
| * | mtd: rawnand: Fix a memory leak bugWenwen Wang2019-08-241-4/+6
| * | mtd: rawnand: remove redundant assignment to variable retColin Ian King2019-08-071-1/+1
| * | mtd: rawnand: r852: Use dev_get_drvdataChuhong Yuan2019-08-071-2/+2
| * | mtd: rawnand: ingenic: fix devm_platform_ioremap_resource.cocci warningsJulia Lawall2019-08-071-3/+1
| * | mtd: rawnand: ingenic: Add of_node_put() before returnNishka Dasgupta2019-07-251-0/+1
| * | mtd: rawnand: meson: Add of_node_put() before returnNishka Dasgupta2019-07-251-0/+1
| * | mtd: rawnand: tango: Add of_node_put() before returnNishka Dasgupta2019-07-251-0/+1
| * | mtd: rawnand: oxnas: Add of_node_put()Nishka Dasgupta2019-07-251-3/+5
| * | mtd: rawnand: vf610: Add of_node_put() before gotoNishka Dasgupta2019-07-251-0/+1
| * | mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 optionChristophe Kerello2019-07-251-61/+29
| |/
* / mtd: rawnand: micron: handle on-die "ECC-off" devices correctlyMarco Felsch2019-08-031-3/+11
|/
* docs: mtd: move it to the driver-api bookMauro Carvalho Chehab2019-07-151-1/+1
* docs: mtd: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
* Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2019-07-1313-1650/+1583
|\
| * mtd: rawnand: stm32_fmc2: increase DMA completion timeoutsAmelie Delaunay2019-06-281-6/+9
| * mtd: rawnand: Use kzalloc() instead of kmalloc() and memset()Fuqian Huang2019-06-281-2/+1
| * mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPLXiaolei Li2019-06-273-7/+5
| * mtd: rawnand: gpmi: remove double assignment to block_sizeColin Ian King2019-06-271-1/+1
| * mtd: rawnand: brcmnand: Add support for v7.3 controllerKamal Dasu2019-06-271-22/+80
| * mtd: rawnand: brcmnand: Refactored code to introduce helper functionsKamal Dasu2019-06-271-38/+62
| * mtd: rawnand: brcmnand: When oops in progress use pio and interrupt pollingKamal Dasu2019-06-271-3/+45
| * mtd: rawnand: Add Macronix NAND read retry supportMason Yang2019-06-271-0/+45
| * mtd: rawnand: brcmnand: fallback to detected ecc-strength, ecc-step-sizeKamal Dasu2019-06-271-0/+11
| * mtd: rawnand: gpmi: Implement exec_opSascha Hauer2019-06-272-690/+440
| * dmaengine: mxs: rename custom flagSascha Hauer2019-06-271-6/+11
| * dmaengine: mxs: Add header file to be shared with gpmi nand driverSascha Hauer2019-06-271-22/+14
| * mtd: rawnand: gpmi: drop unnecessary flagSascha Hauer2019-06-271-9/+5
| * mtd: rawnand: gpmi: use runtime PM to manage clocksSascha Hauer2019-06-271-25/+44
| * mtd: rawnand: gpmi: Drop unnecessary restoring of previous chipselectionSascha Hauer2019-06-271-14/+2
| * mtd: rawnand: gpmi: remove unused parametersSascha Hauer2019-06-271-15/+19
| * mtd: rawnand: gpmi: read buf in nand_read_page_opSascha Hauer2019-06-271-8/+18
| * mtd: rawnand: gpmi: Remove unnecessary variablesSascha Hauer2019-06-272-11/+6
| * mtd: rawnand: gpmi: remove unused variableSascha Hauer2019-06-271-3/+0
| * mtd: rawnand: gpmi: move all driver code into single fileSascha Hauer2019-06-274-1106/+1058
| * mtd: rawnand: fsmc: Use nand_op_trace for operation tracingSascha Hauer2019-06-271-17/+2
| * mtd: rawnand: export NAND operation tracerSascha Hauer2019-06-271-29/+1
| * mtd: rawnand: mtk: Fix wrongly assigned OOB buffer pointer issueXiaolei Li2019-06-271-11/+10
| * mtd: rawnand: mtk: Add validity check for CE# pin settingXiaolei Li2019-06-271-0/+13
| * mtd: rawnand: mtk: Improve data sampling timing for read cycleXiaolei Li2019-06-271-10/+36
| * mtd: rawnand: mtk: Correct low level time calculation of r/w cycleXiaolei Li2019-06-271-3/+21
| * mtd: rawnand: brcmnand: Fix BCH ECC layout for large page NAND partsKamal Dasu2019-06-271-1/+1
| * mtd: rawnand: stm32_fmc2: manage the get_irq error caseFabien Dessenne2019-06-271-0/+6