summaryrefslogtreecommitdiff
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: parsers: bcm47xxpart: Fix halfblock readsLinus Walleij2022-10-181-2/+2
* 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
* mtd: core: add missing of_node_get() in dynamic partitions codeRafał Miłecki2022-10-181-1/+1
* mtd: spi-nor: core: Ignore -ENOTSUPP in spi_nor_init()Mika Westerberg2022-10-181-1/+3
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-166-29/+20
|\
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-114-4/+4
| * 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-115-24/+15
* | Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-1410-27/+32
|\ \ | |/ |/|
| * ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctlZhihao Cheng2022-09-213-6/+13
| * ubi: fastmap: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-09-211-6/+4
| * mtd: ubi: drop unexpected word 'a' in commentsJiang Jian2022-09-211-2/+2
| * ubi: block: Fix typos in commentsJulia Lawall2022-09-211-1/+1
| * ubi: fastmap: Fix typo in commentsZhang Jiaming2022-09-211-1/+1
| * ubi: Fix repeated words in commentsJilin Yuan2022-09-215-9/+9
| * ubi: ubi-media.h: Fix comment typoJason Wang2022-09-211-1/+1
| * ubi: block: Remove in vain semicolonLi zeming2022-09-211-1/+1
* | Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-081-0/+28
|\ \
| * | mtd: allow getting MTD device associated with a specific DT nodeRafał Miłecki2022-09-241-0/+28
| |/
* | Merge tag 'mtd/for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2022-10-0742-172/+480
|\ \
| * \ 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
| | |/
| * | mtdchar: add MEMREAD ioctlMichał Kępień2022-09-211-0/+139