summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-2529-166/+1490
|\
| * Merge tag 'nand/for-5.18' into mtd/nextMiquel Raynal2022-03-2314-138/+421
| |\
| | * mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_initXin Xiong2022-03-141-3/+11
| | * mtd: rawnand: rockchip: fix platform_get_irq.cocci warningYihao Han2022-03-141-1/+0
| | * mtd: rawnand: stm32_fmc2: Add NAND Write Protect supportChristophe Kerello2022-02-181-1/+39
| | * mtd: rawnand: pl353: Set the nand chip node as the flash nodeAmit Kumar Mahapatra2022-02-181-1/+1
| | * mtd: rawnand: protect access to rawnand devices while in suspendSean Nyekjaer2022-02-091-24/+20
| | * mtd: rawnand: brcmnand: Fix sparse warnings in bcma_nandFlorian Fainelli2022-01-261-2/+2
| | * mtd: rawnand: omap_elm: remove redundant variable 'errors'Colin Ian King2022-01-231-3/+1
| | * 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 'spi-nor/for-5.18' into mtd/nextMiquel Raynal2022-03-185-12/+17
| |\ \
| * | | mtd: nand: ecc: mxic: Fix compile test issueMiquel Raynal2022-03-141-0/+1
| * | | mtd: nand: mxic-ecc: make two read-only arrays static constColin Ian King2022-03-141-2/+2
| * | | Merge tag 'mtd/spi-mem-ecc-for-5.18' into mtd/nextMiquel Raynal2022-02-187-14/+1054
| |\ \ \
| | * | | mtd: spinand: Create direct mapping descriptors for ECC operationsMiquel Raynal2022-02-101-2/+33
| | * | | mtd: spinand: Delay a little bit the dirmap creationMiquel Raynal2022-02-101-8/+8
| | * | | mtd: nand: mxic-ecc: Support SPI pipelined modeMiquel Raynal2022-02-101-1/+185
| | * | | mtd: nand: ecc: Provide a helper to retrieve a pilelined engine deviceMiquel Raynal2022-02-091-0/+31
| | * | | mtd: nand: mxic-ecc: Add Macronix external ECC engine supportMiquel Raynal2022-02-093-0/+702
| | * | | mtd: nand: ecc: Add infrastructure to support hardware enginesMiquel Raynal2022-01-232-3/+95
| | * | | mtd: spinand: macronix: Use random program loadMason Yang2022-01-231-1/+1
| | | |/ | | |/|
| * | | mtd: Replace the expert mode symbols with a single helperMiquel Raynal2022-02-073-3/+3
| * | | mtd: rawnand: Fix misuses of of_match_node()Miquel Raynal2022-01-313-3/+3
| * | | mtd: Fix misuses of of_match_ptr()Miquel Raynal2022-01-318-8/+8
| |/ /
* | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-1/+0
|\ \ \
| * | | block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
| |/ /
* | / mtd: rawnand: omap2: Actually prevent invalid configuration and build errorRoger Quadros2022-03-071-2/+1
| |/ |/|
* | mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC statusdavid regan2022-01-311-1/+1
* | mtd: rawnand: gpmi: don't leak PM reference in error pathChristian Eggers2022-01-261-1/+2
* | mtd: rawnand: omap2: Prevent invalid configuration and build errorRoger Quadros2022-01-251-1/+2
* | mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()Bryan O'Donoghue2022-01-251-8/+6
* | mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_getMiaoqian Lin2022-01-251-1/+6
|/
* 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