summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: omap2: Fix build warnings with W=1Roger Quadros2024-12-051-0/+16
* mtd: rawnand: arasan: Fix missing de-registration of NANDMaciej Andrzejewski2024-12-051-0/+7
* mtd: rawnand: arasan: Fix double assertion of chip-selectMaciej Andrzejewski2024-12-051-2/+2
* mtd: diskonchip: Cast an operand to prevent potential overflowZichen Xie2024-12-051-1/+1
* mtd: rawnand: fix double free in atmel_pmecc_create_user()Dan Carpenter2024-12-051-3/+1
* Merge tag 'mtd/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2024-11-2258-130/+127
|\
| * Merge tag 'nand/for-6.13' into mtd/nextMiquel Raynal2024-11-2111-77/+74
| |\
| | * mtd: nand: raw: gpmi: improve power management handlingHan Xu2024-10-211-25/+32
| | * mtd: nand: raw: gpmi: switch to SYSTEM_SLEEP_PM_OPSHan Xu2024-10-211-5/+3
| | * mtd: rawnand: davinci: use generic device property helpersBartosz Golaszewski2024-10-211-21/+21
| | * mtd: rawnand: davinci: break the line correctlyBartosz Golaszewski2024-10-211-4/+4
| | * mtd: rawnand: davinci: order headers alphabeticallyBartosz Golaszewski2024-10-211-5/+5
| | * mtd: rawnand: atmel: Fix possible memory leakMiquel Raynal2024-10-212-9/+1
| | * mtd: rawnand: Correct multiple typos in commentsShen Lichuan2024-10-217-9/+9
| * | mtd: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-2151-53/+53
| |/
* / move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
|/
* Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-263-0/+229
|\
| * mtd: rawnand: add support for ts72xxNikita Shubin2024-09-123-0/+229
* | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-211-1/+1
|\ \
| * | treewide: correct the typo 'retun'WangYuli2024-09-091-1/+1
| |/
* | mtd: rawnand: mtk: Fix init error pathMiquel Raynal2024-09-091-1/+3
* | mtd: rawnand: mtk: Factorize out the logic cleaning mtk chipsMiquel Raynal2024-09-061-13/+18
* | mtd: rawnand: atmel: Add message on DMA usageAlexander Dahl2024-09-061-1/+4
* | mtd: rawnand: meson: Fix typo in function nameMiquel Raynal2024-09-061-3/+3
* | mtd: rawnand: sunxi: Use for_each_child_of_node_scoped()Jinjie Ruan2024-09-061-3/+1
* | mtd: rawnand: stm32_fmc2: Use for_each_child_of_node_scoped()Jinjie Ruan2024-09-061-5/+2
* | mtd: rawnand: renesas: Use for_each_child_of_node_scoped()Jinjie Ruan2024-09-061-9/+3
* | mtd: rawnand: mtk: Use for_each_child_of_node_scoped()Jinjie Ruan2024-09-061-5/+2
* | mtd: rawnand: meson: Use for_each_child_of_node_scoped()Jinjie Ruan2024-09-061-3/+1
* | mtd: rawnand: rockchip: Use for_each_child_of_node_scoped()Jinjie Ruan2024-09-061-3/+2
* | mtd: rawnand: marvell: drm/rockchip: Use for_each_child_of_node_scoped()Jinjie Ruan2024-09-061-9/+3
* | mtd: rawnand: pl353: Use for_each_child_of_node_scoped()Jinjie Ruan2024-09-061-3/+2
* | mtd: rawnand: cadence: Use for_each_child_of_node_scoped()Jinjie Ruan2024-09-061-3/+1
* | mtd: rawnand: arasan: Use for_each_child_of_node_scoped()Jinjie Ruan2024-09-061-3/+2
* | mtd: rawnand: denali: Use the devm_clk_get_enabled() helper functionJinjie Ruan2024-09-061-25/+4
* | mtd: rawnand: denali: Fix missing pci_release_regions in probe and removeChen Ridong2024-09-061-3/+8
* | mtd: rawnand: davinci: make platform_data privateBartosz Golaszewski2024-08-231-5/+65
|/
* Merge tag 'mtd/for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2024-07-208-415/+460
|\
| * mtd: rawnand: lpx32xx: Fix dma_request_chan() error checksPiotr Wojtaszczyk2024-07-172-2/+2
| * mtd: rawnand: lpx32xx: Request DMA channels using DT entriesPiotr Wojtaszczyk2024-07-172-22/+30
| * mtd: rawnand: intel: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-07-171-3/+3
| * mtd: rawnand: mxc: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-07-171-3/+3
| * mtd: rawnand: gpmi: add iMX8QXP support.Han Xu2024-07-172-1/+18
| * mtd: rawnand: gpmi: add 'support_edo_timing' in gpmi_devdataFrank Li2024-07-172-1/+6
| * mtd: rawnand: cadence: remove unused struct 'ecc_info'Dr. David Alan Gilbert2024-07-011-5/+0
| * mtd: rawnand: mxc: support software ECCSascha Hauer2024-07-011-5/+97
| * mtd: rawnand: mxc: implement exec_opSascha Hauer2024-07-011-301/+165
| * mtd: rawnand: mxc: separate page read from ecc calcSascha Hauer2024-07-011-54/+86
| * mtd: rawnand: meson: read/write access for boot ROM pagesArseniy Krasnov2024-05-271-10/+48
| * mtd: rawnand: meson: refactor use of 'meson_nfc_cmd_access()'Arseniy Krasnov2024-05-271-18/+12