summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: gpmi: Fix setting busy timeout settingSascha Hauer2022-06-161-1/+1
* Revert "mtd: rawnand: add support for Toshiba TC58NVG0S3HTA00 NAND flash"Christian Lamparter2022-06-091-3/+0
* Merge tag 'mtd/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2022-05-2420-752/+321
|\
| * mtd: rawnand: renesas: Use runtime PM instead of the raw clock APIMiquel Raynal2022-05-161-28/+23
| * mtd: rawnand: mpc5121: Check before clk_disable_unprepare() not neededPhil Edworthy2022-05-161-2/+1
| * mtd: rawnand: rockchip: Check before clk_disable_unprepare() not neededPhil Edworthy2022-05-161-4/+2
| * mtd: rawnand: cs553x: simplify the return expression of cs553x_write_ctrl_byte()Minghao Chi2022-05-121-6/+1
| * mtd: rawnand: kioxia: Add support for TH58NVG3S0HBAI4Rickard x Andersson2022-05-122-2/+7
| * Merge tag 'mtd/mtk-spi-nand-for-5.19' into nand/nextMiquel Raynal2022-04-275-642/+3
| |\
| | * mtd: nand: make mtk_ecc.c a separated moduleChuanhong Guo2022-04-275-642/+3
| * | mtd: rawnand: tmio: check return value after calling platform_get_resource()Yang Yingliang2022-04-271-0/+3
| * | mtd: rawnand: intel: fix possible null-ptr-deref in ebu_nand_probe()Yang Yingliang2022-04-271-1/+1
| * | mtd: rawnand: cadence: fix possible null-ptr-deref in cadence_nand_dt_probe()Yang Yingliang2022-04-271-3/+2
| * | mtd: rawnand: add support for Toshiba TC58NVG0S3HTA00 NAND flashAndreas Böhler2022-04-211-0/+3
| * | mtd: rawnand: gpmi: Add large oob bch setting supportHan Xu2022-04-212-5/+197
| * | mtd: rawnand: gpmi: Rename the variable ecc_chunk_sizeHan Xu2022-04-212-27/+34
| * | mtd: rawnand: gpmi: Uninline the gpmi_check_ecc functionHan Xu2022-04-211-1/+1
| * | mtd: rawnand: gpmi: Add strict ecc strength checkHan Xu2022-04-211-1/+14
| * | mtd: rawnand: gpmi: Refactor bch geometry settings functionHan Xu2022-04-211-12/+20
| * | mtd: rawnand: denali: Use managed device resourcesZheyu Ma2022-04-211-11/+4
| * | mtd: rawnand: omap_elm: Add compatible for AM64 ELMRoger Quadros2022-04-111-0/+1
| * | mtd: rawnand: print offset instead of page number for bad blocksRafał Miłecki2022-04-041-4/+5
| * | mtd: rawnand: davinci: Remove redundant unsigned comparison to zeroWang Weiyang2022-04-041-1/+1
| |/
* | mtd: rawnand: qcom: fix memory corruption that causes panicMd Sadre Alam2022-04-211-11/+13
* | mtd: rawnand: Fix return value check of wait_for_completion_timeoutMiaoqian Lin2022-04-211-6/+8
* | mtd: rawnand: fix ecc parameters for mt7622Chuanhong Guo2022-04-041-4/+8
|/
* Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-2521-150/+428
|\
| * Merge tag 'nand/for-5.18' into mtd/nextMiquel Raynal2022-03-2313-137/+415
| |\
| | * 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: 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