summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/intel-nand-controller.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: intel: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-07-171-3/+3
* mtd: rawnand: intel: check return value of devm_kasprintf()Yi Yang2023-10-271-0/+10
* mtd: rawnand: intel: Use helper function devm_clk_get_enabled()Li Zetao2023-08-211-12/+3
* mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe()Yang Yingliang2022-10-181-8/+15
* mtd: rawnand: intel: Use devm_platform_ioremap_resource_byname()Martin Blumenstingl2022-09-201-6/+4
* mtd: rawnand: intel: Remove unused clk_rate member from struct ebu_nandMartin Blumenstingl2022-09-201-2/+0
* mtd: rawnand: intel: Remove unused nand_pa member from ebu_nand_csMartin Blumenstingl2022-09-201-2/+0
* mtd: rawnand: intel: Don't re-define NAND_DATA_IFACE_CHECK_ONLYMartin Blumenstingl2022-09-201-2/+0
* mtd: rawnand: intel: Remove undocumented compatible stringMartin Blumenstingl2022-09-201-1/+0
* mtd: rawnand: intel: Read the chip-select line from the correct OF nodeMartin Blumenstingl2022-09-201-2/+9
* mtd: rawnand: intel: fix possible null-ptr-deref in ebu_nand_probe()Yang Yingliang2022-04-271-1/+1
* mtd: rawnand: intel: Fix potential buffer overflow in probeEvgeny Novikov2021-09-141-0/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-1/+1
|\
| * mtd/drivers/nand: use HZ macrosDaniel Lezcano2021-09-081-1/+1
* | mtd: rawnand: intel: Fix error handling in probeEvgeny Novikov2021-08-171-9/+18
|/
* Merge tag 'mtd/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2021-02-211-2/+4
|\
| * mtd: rawnand: intel: Fix an error handling path in 'ebu_dma_start()'Christophe JAILLET2021-02-011-2/+4
* | mtd: rawnand: intel: check the mtd name only after setting the variableMartin Blumenstingl2021-01-141-2/+3
|/
* mtd: rawnand: Add NAND controller support on Intel LGM SoCRamuthevar Vadivel Murugan2020-12-101-0/+721