summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: gpmi: support fast edo timings for mx28Dario Binacchi2022-01-231-2/+2
* mtd: rawnand: gpmi: validate controller clock rateDario Binacchi2022-01-231-4/+18
* mtd: rawnand: gpmi: fix controller timings settingDario Binacchi2022-01-231-0/+3
* mtd: rawnand: brcmnand: Add BCMA shimFlorian Fainelli2022-01-234-0/+151
* mtd: rawnand: brcmnand: BCMA controller uses command shift of 0Florian Fainelli2022-01-231-0/+6
* mtd: rawnand: brcmnand: Allow platform data instantationFlorian Fainelli2022-01-231-10/+35
* mtd: rawnand: brcmnand: Allow working without interruptsFlorian Fainelli2022-01-231-28/+24
* mtd: rawnand: brcmnand: Move OF operations out of brcmnand_init_cs()Florian Fainelli2022-01-231-9/+11
* mtd: rawnand: brcmnand: Avoid pdev in brcmnand_init_cs()Florian Fainelli2022-01-231-4/+4
* mtd: rawnand: brcmnand: Allow SoC to provide I/O operationsFlorian Fainelli2022-01-232-2/+55
* mtd: rawnand: brcmnand: Assign soc as early as possibleFlorian Fainelli2022-01-231-2/+1
* mtd: rawnand: Rework of_get_nand_bus_width()Tudor Ambarus2022-01-231-12/+18
* mtd: rawnand: Remove of_get_nand_on_flash_bbt() wrapperTudor Ambarus2022-01-231-6/+1
* mtd: onenand: Check for error irqJiasheng Jiang2022-01-231-1/+6
* mtd: rawnand: nandsim: Add NS_PAGE_BYTE_SHIFT macro to replace the repeat pat...RinHizakura2022-01-231-8/+11
* mtd: rawnand: nandsim: Merge repeat codes in ns_switch_stateRinHizakura2022-01-231-13/+6
* mtd: rawnand: nandsim: Replace overflow check with kzalloc to single kcallocRinHizakura2022-01-231-8/+1
* Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-01-141-1/+1
|\
| * MIPS: TXX9: Remove TX4939 SoC supportThomas Bogendoerfer2022-01-021-1/+1
* | Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-01-141-2/+12
|\ \
| * | dmaengine: qcom-adm: stop abusing slave_id configArnd Bergmann2021-12-171-2/+12
| |/
* | Merge tag 'mtd/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2022-01-1113-394/+1776
|\ \
| * \ Merge tag 'nand/for-5.17' into mtd/nextMiquel Raynal2021-12-3111-394/+1767
| |\ \
| | * \ Merge tag 'memory-controller-drv-omap-5.17' into nand/nextMiquel Raynal2021-12-312-5/+2
| | |\ \
| | | * | mtd: rawnand: omap2: Select GPMC device driver for ARCH_K3Roger Quadros2021-12-221-0/+1
| | | * | memory: omap-gpmc: Use a compatible match table when checking for NAND contro...Roger Quadros2021-12-221-4/+1
| | | |/
| | * | mtd: rawnand: gpmi: Use platform_get_irq_byname() to get the interruptLad Prabhakar2021-12-221-7/+4
| | * | mtd: rawnand: omap_elm: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-221-9/+7
| | * | mtd: rawnand: renesas: Add new NAND controller driverMiquel Raynal2021-12-213-0/+1432
| | * | mtd: rawnand: gpmi: remove unneeded variableMinghao Chi2021-12-171-4/+1
| | * | mtd: rawnand: omap2: drop unused variableRoger Quadros2021-12-171-4/+0
| | * | mtd: rawnand: omap2: fix force_8bit flag behaviour for DMA modeRoger Quadros2021-12-171-0/+10
| | * | mtd: rawnand: omap2: Add compatible for AM64 SoCRoger Quadros2021-12-171-0/+1
| | * | mtd: rawnand: omap2: move to exec_op interfaceRoger Quadros2021-12-171-279/+211
| | * | mtd: rawnand: omap2: Allow build on K3 platformsRoger Quadros2021-12-171-1/+1
| | * | mtd: onenand: remove redundant variable ooblenColin Ian King2021-12-091-2/+2
| | * | mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip()Geert Uytterhoeven2021-12-031-1/+0
| | * | mtd: rawnand: gpmi: Add ERR007117 protection for nfc_apply_timingsChristian Eggers2021-11-191-3/+25
| | * | mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6Stefan Riedmueller2021-11-191-9/+0
| | * | mtd: rawnand: ingenic: JZ4740 needs 'oob_first' read page functionPaul Cercueil2021-11-191-0/+5
| | * | mtd: rawnand: Export nand_read_page_hwecc_oob_first()Paul Cercueil2021-11-192-68/+68
| | * | mtd: rawnand: davinci: Rewrite function descriptionPaul Cercueil2021-11-191-6/+4
| | * | mtd: rawnand: davinci: Avoid duplicated page readPaul Cercueil2021-11-191-1/+2
| | * | mtd: rawnand: davinci: Don't calculate ECC when reading pagePaul Cercueil2021-11-191-3/+0
| | |/
| * / mtd: Introduce an expert mode for forensics and debugging purposesMiquel Raynal2021-12-093-0/+9
| |/
* | Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2022-01-101-8/+50
|\ \
| * | mtd: rawnand: tegra: Add runtime PM and OPP supportDmitry Osipenko2021-12-161-8/+50
| |/
* | mtd: rawnand: fsmc: Fix timing computationHerve Codina2021-12-031-8/+24
* | mtd: rawnand: fsmc: Take instruction delay into accountHerve Codina2021-12-031-0/+4
* | mtd: rawnand: Fix nand_choose_best_timings() on unsupported interfaceHerve Codina2021-12-031-2/+2