aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* mtd: onenand: omap2: add dependency on GPMCKrzysztof Kozlowski2022-11-071-0/+1
* mtd: rawnand: placate "$VARIABLE is used uninitialized" warningsAdam Borowski2022-11-071-2/+2
* mtd: rawnand: qcom: handle ret from parse with codeword_fixupChristian Marangi2022-11-071-5/+7
* mtd: rawnand: marvell: Use correct logic for nand-keep-configTony O'Brien2022-10-181-1/+1
* mtd: rawnand: tegra: Fix PM disable depth imbalance in probeZhang Qilong2022-10-181-1/+3
* mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe()Yang Yingliang2022-10-181-8/+15
* treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
* treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-111-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* Merge tag 'nand/for-6.1' into mtd/nextMiquel Raynal2022-10-0717-135/+156
|\
| * mtd: rawnand: meson: stop supporting legacy clocksLiang Yang2022-09-211-1/+1
| * mtd: rawnand: meson: refine resource getting in probeLiang Yang2022-09-211-3/+1
| * mtd: rawnand: meson: fix the clockLiang Yang2022-09-211-41/+41
| * mtd: rawnand: bcm47xx: fix spelling typo in commentJiangshan Yi2022-09-211-1/+1
| * mtd: rawnand: stm32_fmc2: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov2022-09-211-3/+2
| * mtd: rawnand: cadence: Remove an unneeded result variableye xingchen2022-09-211-4/+1
| * mtd: rawnand: Replace of_gpio_named_count() by gpiod_count()Andy Shevchenko2022-09-211-2/+1
| * mtd: rawnand: marvell: Fix error handle regarding dma_map_sgJack Wang2022-09-211-1/+7
| * mtd: rawnand: stm32_fmc2: Fix dma_map_sg error checkJack Wang2022-09-211-3/+5
| * mtd: rawnand: remove misguided comment of nand_get_device()ChenXiaoSong2022-09-211-2/+0
| * mtd: rawnand: orion: Use devm_clk_get_optional()Christophe JAILLET2022-09-211-12/+5
| * mtd: rawnand: cafe: Use correct function name in comment blockColin Ian King2022-09-211-1/+1
| * mtd: rawnand: atmel: Unmap streaming DMA mappingsTudor Ambarus2022-09-211-0/+1
| * mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct()Dan Carpenter2022-09-211-2/+2
| * mtd: rawnand: arasan: stop using 0 as NULL pointerGONG, Ruiqi2022-09-211-1/+1
| * mtd: rawnand: gpmi: Fix typo 'the the' in commentSlark Xiao2022-09-211-1/+1
| * mtd: rawnand: brcmnand: Add individual glue driver selectionFlorian Fainelli2022-09-212-4/+32
| * mtd: rawnand: brcmnand: Move Kconfig to driver folderFlorian Fainelli2022-09-212-21/+22
| * mtd: rawnand: fsl_elbc: Fix none ECC modePali Rohár2022-09-201-12/+16
| * mtd: nand: bbt: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-09-201-5/+2
| * 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: add ECC error accounting for each read requestMichał Kępień2022-09-213-0/+32
* | mtd: always initialize 'stats' in struct mtd_oob_opsMichał Kępień2022-09-214-8/+8
|/
* Merge tag 'mtd/for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2022-08-0511-82/+372
|\
| * Merge tag 'spi-nor/for-5.20' into mtd/nextRichard Weinberger2022-08-012-4/+1
| |\
| * \ Merge remote-tracking branch 'korg_git/nand/next' into mtd/nextRichard Weinberger2022-08-018-60/+363
| |\ \
| | * | mtd: rawnand: arasan: Fix clock rate in NV-DDROlga Kitaina2022-06-291-1/+7
| | * | mtd: rawnand: arasan: Update NAND bus clock instead of system clockAmit Kumar Mahapatra2022-06-291-4/+4
| | * | mtd: rawnand: sm_common: drop unexpected word 'is' in the commentsJiang Jian2022-06-241-1/+1
| | * | mtd: nand: raw: qcom_nandc: add support for unprotected spare data pagesChristian Marangi2022-06-171-5/+194
| | * | mtd: nand: raw: qcom_nandc: reorder qcom_nand_host structChristian Marangi2022-06-171-45/+62
| | * | mtd: spinand: Add support for ATO25D1GAAidan MacDonald2022-06-063-1/+88
| | * | mtd: rawnand: meson: Fix a potential double free issueChristophe JAILLET2022-06-061-1/+0
| | * | mtd: rawnand: cafe: fix drivers probe/remove methodsPeng Wu2022-06-061-2/+7
| * | | mtd: rawnand: atmel: Warn about failure to unregister mtd deviceUwe Kleine-König2022-06-091-1/+3