summaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mtd: add ECC error accounting for each read requestMichał Kępień2022-09-214-0/+40
| * | mtd: always initialize 'stats' in struct mtd_oob_opsMichał Kępień2022-09-2112-26/+26
| * | mtd: track maximum number of bitflips for each read requestMichał Kępień2022-09-211-0/+5
| * | mtd: fix repeated word in commentwangjianli2022-09-201-1/+1
| * | mtd: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-192-3/+3
| * | mtd: ftl: use container_of() rather than castGaosheng Cui2022-09-191-2/+2
| * | mtd: Fix a typo in a commentChristophe JAILLET2022-09-191-1/+1
| * | mtd: devices: docg3: Use correct function names in comment blocksColin Ian King2022-09-191-3/+3
| * | mtd: physmap-core: Fix NULL pointer dereferencing in of_select_probe_type()Zeng Jingxiang2022-09-191-0/+3
| * | mtd: devices: docg3: check the return value of devm_ioremap() in the probeWilliam Dean2022-09-191-1/+6
| * | mtd: parsers: add Broadcom's U-Boot parserRafał Miłecki2022-09-193-0/+95
| |/
* | Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-3/+3
|\ \
| * | arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCAWilliam Zhang2022-08-151-3/+3
| |/
* / i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* Merge tag 'mtd/for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2022-08-0541-238/+1029
|\
| * mtd: core: check partition before dereferenceTetsuo Handa2022-08-011-0/+2
| * Merge tag 'spi-nor/for-5.20' into mtd/nextRichard Weinberger2022-08-0114-110/+276
| |\
| | * mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chi...Patrice Chotard2022-07-281-3/+3
| | * mtd: spi-nor: spansion: Add s25hl-t/s25hs-t IDs and fixupsTakahiro Kuwano2022-07-281-0/+132
| | * mtd: spi-nor: spansion: Add local function to discover page sizeTakahiro Kuwano2022-07-281-22/+31
| | * mtd: spi-nor: core: Track flash's internal address modeTudor Ambarus2022-07-282-1/+8