summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ubifs-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-032-6/+15
|\
| * ubi: Fix return value overwrite issue in try_write_vid_and_data()Wang YanQing2023-04-211-5/+14
| * ubi: Simplify bool conversionYang Li2023-04-211-1/+1
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-3/+1
|\ \
| * \ Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-038-11/+54
| |\ \
| * | | driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-1/+1
| * | | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-172-2/+0
* | | | Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2023-04-271-1/+1
|\ \ \ \
| * \ \ \ Merge tag 'v6.3-rc2' into spi-6.4 to fix clock related boot issuesMark Brown2023-03-132-4/+6
| |\ \ \ \
| * | | | | mtd: devices: Replace all spi->chip_select and spi->cs_gpiod references with ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-04-2577-398/+1359
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge tag 'nand/for-6.4' into mtd/nextMiquel Raynal2023-04-1956-211/+256
| |\ \ \ \
| | * | | | mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-1149-191/+99
| | * | | | mtd: onenand: omap2: Drop obsolete dependency on COMPILE_TESTJean Delvare2023-04-111-1/+1
| | * | | | mtd: spinand: add support for ESMT F50x1G41LBChuanhong Guo2023-04-033-1/+138
| | * | | | mtd: rawnand: stm32_fmc2: depends on ARCH_STM32 instead of MACH_STM32MP157Christophe Kerello2023-03-281-1/+1
| | * | | | mtd: rawnand: remove unused is_imx51_nfc and imx53_nfc functionsTom Rix2023-03-221-10/+0
| | * | | | mtd: nand: qcom: Use of_property_present() for testing DT property presenceRob Herring2023-03-221-1/+1
| | * | | | mtd: rawnand: hynix: fix up bit 0 of sdr_timing_modeHector Palacios2023-03-221-0/+13
| | * | | | mtd: parsers: remove reference to config MTD_NAND_TMIOLukas Bulwahn2023-03-071-1/+1
| | * | | | mtd: nand: raw: qcom_nandc: Use devm_platform_get_and_ioremap_resource()Md Sadre Alam2023-03-071-2/+1
| | * | | | mtd: rawnand: orion: use devm_platform_ioremap_resource()Ye Xingchen2023-03-061-3/+1
| | |/ / /
| * | | | Merge tag 'spi-nor/for-6.4' into mtd/nextMiquel Raynal2023-04-1915-158/+1074
| |\ \ \ \
| | * | | | mtd: spi-nor: spansion: Add support for s25hl02gt and s25hs02gtTakahiro Kuwano2023-04-081-0/+12
| | * | | | mtd: spi-nor: spansion: Add a new ->ready() hook for multi-chip deviceTakahiro Kuwano2023-04-081-24/+85
| | * | | | mtd: spi-nor: spansion: Rework cypress_nor_quad_enable_volatile() for multi-c...Takahiro Kuwano2023-04-081-21/+39
| | * | | | mtd: spi-nor: spansion: Rework cypress_nor_get_page_size() for multi-chip dev...Takahiro Kuwano2023-04-081-20/+69
| | * | | | mtd: spi-nor: sfdp: Add support for SCCR map for multi-chip deviceTakahiro Kuwano2023-04-081-0/+66
| | * | | | mtd: spi-nor: Extract volatile register offset from SCCR mapTakahiro Kuwano2023-04-082-0/+17
| | * | | | mtd: spi-nor: Allow post_sfdp hook to return errorsTudor Ambarus2023-04-084-10/+25
| | * | | | mtd: spi-nor: spansion: Rename method to cypress_nor_get_page_sizeTudor Ambarus2023-04-081-6/+5
| | * | | | mtd: spi-nor: spansion: Enable JFFS2 write buffer for S25FS256TTakahiro Kuwano2023-04-081-7/+1
| | * | | | mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s25hx SEMPER f...Takahiro Kuwano2023-04-081-5/+2
| | * | | | mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER f...Takahiro Kuwano2023-04-084-1/+17
| | * | | | mtd: spi-nor: spansion: Determine current address modeTakahiro Kuwano2023-04-041-3/+128
| | * | | | mtd: spi-nor: core: Introduce spi_nor_set_4byte_addr_mode()Tudor Ambarus2023-04-042-5/+31
| | * | | | mtd: spi-nor: core: Update flash's current address mode when changing address...Tudor Ambarus2023-04-041-1/+3
| | * | | | mtd: spi-nor: Stop exporting spi_nor_restore()Tudor Ambarus2023-04-041-2/+1
| | * | | | mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP dataTudor Ambarus2023-04-046-12/+71
| | * | | | mtd: spi-nor: core: Make spi_nor_set_4byte_addr_mode_brwr publicTudor Ambarus2023-04-042-1/+2
| | * | | | mtd: spi-nor: core: Update name and description of spi_nor_set_4byte_addr_modeTudor Ambarus2023-04-044-6/+8
| | * | | | mtd: spi-nor: core: Update name and description of spansion_set_4byte_addr_modeTudor Ambarus2023-04-041-4/+9
| | * | | | mtd: spi-nor: core: Update name and description of micron_st_nor_set_4byte_ad...Tudor Ambarus2023-04-043-5/+7
| | * | | | mtd: spi-nor: core: Move generic method to core - micron_st_nor_set_4byte_add...Tudor Ambarus2023-04-043-24/+25
| | * | | | mtd: spi-nor: macronix: Add support for mx25uw51245g with RWWMiquel Raynal2023-04-041-0/+3
| | * | | | mtd: spi-nor: Delay the initialization of bank_sizeMiquel Raynal2023-04-041-1/+2
| | * | | | mtd: spi-nor: Fix a trivial typoMiquel Raynal2023-04-041-1/+1
| | * | | | mtd: spi-nor: Enhance locking to support reads while writesMiquel Raynal2023-03-291-16/+321
| | * | | | mtd: spi-nor: Add a RWW flagMiquel Raynal2023-03-293-0/+7
| | * | | | mtd: spi-nor: Prepare the introduction of a new locking mechanismMiquel Raynal2023-03-291-6/+53