summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2020-01-307-32/+83
|\
| * Merge tag 'nand/for-5.6' into mtd/nextMiquel Raynal2020-01-278-40/+124
| |\
| | * mtd: rawnand: atmel: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov2020-01-211-10/+10
| | * mtd: rawnand: macronix: Use match_string() helper to simplify the codeYueHaibing2020-01-211-7/+4
| | * mtd: rawnand: denali: remove hard-coded DENALI_DEFAULT_OOB_SKIP_BYTESMasahiro Yamada2020-01-211-14/+7
| | * mtd: rawnand: denali_dt: add reset controllingMasahiro Yamada2020-01-211-1/+39
| | * mtd: rawnand: denali_dt: Add support for configuring SPARE_AREA_SKIP_BYTESMarek Vasut2020-01-212-3/+15
| | * mtd: rawnand: denali_dt: error out if platform has no associated dataMasahiro Yamada2020-01-211-5/+6
| | * mtd: rawnand: brcmnand: Set appropriate DMA maskFlorian Fainelli2020-01-211-0/+10
| | * mtd: rawnand: mpc5121: Remove unneeded semicolonzhengbin2020-01-211-1/+1
| * | mtd: rawnand: add unspecified HAS_IOMEM dependencyBrendan Higgins2020-01-271-1/+1
* | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-273-5/+5
|\ \ \
| * | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-063-5/+5
| |/ /
* | | mtd: rawnand: gpmi: Restore nfc timing setup after suspend/resumeEsben Haabendal2020-01-171-0/+4
* | | mtd: rawnand: gpmi: Fix suspend/resume problemEsben Haabendal2020-01-171-1/+6
| |/ |/|
* | mtd: cadence: Fix cast to pointer from integer of different size warningVasyl Gomonovych2020-01-091-7/+6
* | mtd: rawnand: stm32_fmc2: avoid to lock the CPU busChristophe Kerello2020-01-091-2/+36
|/
* 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-1313-1650/+1583
|\
OpenPOWER on IntegriCloud