summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nand/for-5.5' into mtd/nextMiquel Raynal2019-11-178-60/+3072
|\
| * mtd: rawnand: remove unecessary checking if dmac is NULLPiotr Sroka2019-10-301-2/+2
| * mtd: rawnand: cadence: Remove dev_err() on platform_get_irq() failureYueHaibing2019-10-291-3/+2
| * mtd: rawnand: mxic: Remove dev_err() on platform_get_irq() failureYueHaibing2019-10-291-3/+1
| * mtd: rawnand: brcmnand: Fix NULL pointer assignmentFlorian Fainelli2019-10-291-1/+1
| * mtd: rawnand: denali: remove the old unified controller/chip DT supportMasahiro Yamada2019-10-291-51/+4
| * mtd: rawnand: Add new Cadence NAND driver to MTD subsystemPiotr Sroka2019-10-043-0/+3039
| * mtd: rawnand: Change calculating of position page containing BBMPiotr Sroka2019-10-042-3/+9
| * mtd: nand: brcmnand: Add support for flash-dma v0Kamal Dasu2019-10-041-2/+19
* | Merge tag 'spi-nor/for-5.5' into mtd/nextMiquel Raynal2019-11-171-3/+2
|\ \
| * | mtd: rawnand: au1550nd: Fix au_read_buf16() prototypePaul Burton2019-10-071-3/+2
| |/
* / mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-10-0811-33/+10
|/
* 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-1413-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