aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21mtd: rawnand: qcom: fix memory corruption that causes panicMd Sadre Alam1-11/+13
2022-04-21mtd: rawnand: Fix return value check of wait_for_completion_timeoutMiaoqian Lin1-6/+8
2022-04-04mtd: rawnand: fix ecc parameters for mt7622Chuanhong Guo1-4/+8
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds21-150/+428
2022-03-23Merge tag 'nand/for-5.18' into mtd/nextMiquel Raynal13-137/+415
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2022-03-18Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal5-12/+17
2022-03-14mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_initXin Xiong1-3/+11
2022-03-14mtd: rawnand: rockchip: fix platform_get_irq.cocci warningYihao Han1-1/+0
2022-03-07mtd: rawnand: omap2: Actually prevent invalid configuration and build errorRoger Quadros1-2/+1
2022-02-18mtd: rawnand: stm32_fmc2: Add NAND Write Protect supportChristophe Kerello1-1/+39
2022-02-18mtd: rawnand: pl353: Set the nand chip node as the flash nodeAmit Kumar Mahapatra1-1/+1
2022-02-09mtd: rawnand: protect access to rawnand devices while in suspendSean Nyekjaer1-24/+20
2022-02-07mtd: Replace the expert mode symbols with a single helperMiquel Raynal2-2/+2
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2022-01-31mtd: rawnand: Fix misuses of of_match_node()Miquel Raynal3-3/+3
2022-01-31mtd: Fix misuses of of_match_ptr()Miquel Raynal8-8/+8
2022-01-31mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC statusdavid regan1-1/+1
2022-01-26mtd: rawnand: brcmnand: Fix sparse warnings in bcma_nandFlorian Fainelli1-2/+2
2022-01-26mtd: rawnand: gpmi: don't leak PM reference in error pathChristian Eggers1-1/+2
2022-01-25mtd: rawnand: omap2: Prevent invalid configuration and build errorRoger Quadros1-1/+2
2022-01-25mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()Bryan O'Donoghue1-8/+6
2022-01-25mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_getMiaoqian Lin1-1/+6
2022-01-23mtd: rawnand: omap_elm: remove redundant variable 'errors'Colin Ian King1-3/+1
2022-01-23mtd: rawnand: gpmi: support fast edo timings for mx28Dario Binacchi1-2/+2
2022-01-23mtd: rawnand: gpmi: validate controller clock rateDario Binacchi1-4/+18
2022-01-23mtd: rawnand: gpmi: fix controller timings settingDario Binacchi1-0/+3
2022-01-23mtd: rawnand: brcmnand: Add BCMA shimFlorian Fainelli4-0/+151
2022-01-23mtd: rawnand: brcmnand: BCMA controller uses command shift of 0Florian Fainelli1-0/+6
2022-01-23mtd: rawnand: brcmnand: Allow platform data instantationFlorian Fainelli1-10/+35
2022-01-23mtd: rawnand: brcmnand: Allow working without interruptsFlorian Fainelli1-28/+24
2022-01-23mtd: rawnand: brcmnand: Move OF operations out of brcmnand_init_cs()Florian Fainelli1-9/+11
2022-01-23mtd: rawnand: brcmnand: Avoid pdev in brcmnand_init_cs()Florian Fainelli1-4/+4
2022-01-23mtd: rawnand: brcmnand: Allow SoC to provide I/O operationsFlorian Fainelli2-2/+55
2022-01-23mtd: rawnand: brcmnand: Assign soc as early as possibleFlorian Fainelli1-2/+1
2022-01-23mtd: rawnand: Rework of_get_nand_bus_width()Tudor Ambarus1-12/+18
2022-01-23mtd: rawnand: Remove of_get_nand_on_flash_bbt() wrapperTudor Ambarus1-6/+1
2022-01-23mtd: rawnand: nandsim: Add NS_PAGE_BYTE_SHIFT macro to replace the repeat patternRinHizakura1-8/+11
2022-01-23mtd: rawnand: nandsim: Merge repeat codes in ns_switch_stateRinHizakura1-13/+6
2022-01-23mtd: rawnand: nandsim: Replace overflow check with kzalloc to single kcallocRinHizakura1-8/+1
2022-01-14Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+1
2022-01-14Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-2/+12
2022-01-11Merge tag 'mtd/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds11-392/+1771
2022-01-10Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-8/+50
2022-01-02MIPS: TXX9: Remove TX4939 SoC supportThomas Bogendoerfer1-1/+1
2021-12-31Merge tag 'nand/for-5.17' into mtd/nextMiquel Raynal10-392/+1765
2021-12-31Merge tag 'memory-controller-drv-omap-5.17' into nand/nextMiquel Raynal2-5/+2
2021-12-22mtd: rawnand: gpmi: Use platform_get_irq_byname() to get the interruptLad Prabhakar1-7/+4
2021-12-22mtd: rawnand: omap_elm: Use platform_get_irq() to get the interruptLad Prabhakar1-9/+7
2021-12-22mtd: rawnand: omap2: Select GPMC device driver for ARCH_K3Roger Quadros1-0/+1