summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge tag 'nand/for-6.14' into mtd/nextMiquel Raynal2025-01-2427-1498/+2536
| |\ \
| | * | mtd: spinand: skyhigh: Align with recent read from cache variant changesMiquel Raynal2025-01-201-2/+2
| | * | mtd: spinand: winbond: Add support for DTR operationsMiquel Raynal2025-01-151-0/+5
| | * | mtd: spinand: winbond: Add comment about namingMiquel Raynal2025-01-151-0/+5
| | * | mtd: spinand: winbond: Update the *JW chip definitionsMiquel Raynal2025-01-151-2/+11
| | * | mtd: spinand: Enhance the logic when picking a variantMiquel Raynal2025-01-151-3/+10
| | * | mtd: spinand: Create distinct fast and slow read from cache variantsMiquel Raynal2025-01-1511-30/+30
| | * | Merge tag 'spi-mem-dtr-2' into nand/nextMiquel Raynal2025-01-155-6/+29
| | |\ \
| | * | | mtd: rawnand: davinci: add ROM supported OOB layoutMarcus Folkesson2025-01-151-2/+43
| | * | | mtd: rawnand: davinci: Reduce polling interval in NAND_OP_WAITRDY_INSTRBastien Curutchet2025-01-081-1/+1
| | * | | mtd: rawnand: qcom: Fix build issue on x86 architectureMd Sadre Alam2025-01-081-1/+1
| | * | | Merge tag 'mtd/qcom-reorg-for-spi-6.14' into nand/nextMiquel Raynal2024-12-243-1446/+1088
| | |\ \ \
| | | * | | mtd: rawnand: qcom: use FIELD_PREP and GENMASKMd Sadre Alam2024-12-241-49/+48
| | | * | | mtd: nand: Add qpic_common API fileMd Sadre Alam2024-12-243-1081/+772
| | | * | | mtd: rawnand: qcom: Add qcom prefix to common apiMd Sadre Alam2024-12-241-160/+160
| | | * | | mtd: rawnand: qcom: cleanup qcom_nandc driverMd Sadre Alam2024-12-241-282/+234
| | * | | | mtd: rawnand: davinci: Implement setup_interface() operationBastien Curutchet2024-12-241-0/+79
| | * | | | mtd: rawnand: davinci: Add clock resourceBastien Curutchet2024-12-241-0/+7
| | * | | | mtd: rawnand: davinci: Always depends on TI_AEMIFBastien Curutchet2024-12-241-2/+2
| | * | | | mtd: rawnand: nuvoton: add new driver for the Nuvoton MA35 SoCHui-Ping Chen2024-12-243-0/+1038
| | * | | | mtd: rawnand: brcmnand: fix status read of brcmnand_waitfuncdavid regan2024-12-241-0/+5
| | * | | | mtd: spinand: Add support for SkyHigh S35ML-3 familyTakahiro Kuwano2024-12-053-1/+149
| | * | | | mtd: spinand: Introduce a way to avoid raw accessTakahiro Kuwano2024-12-051-2/+20
| | * | | | mtd: spinand: Remove write_enable_op() in markbad()Takahiro Kuwano2024-12-051-4/+0
| | * | | | mtd: onenand: Fix uninitialized retlen in do_otp_read()Ivan Stepchenko2024-12-051-0/+1
| | * | | | mtd: spinand: add support for FORESEE F35SQA001GBohdan Chubuk2024-12-051-0/+10
| | * | | | mtd: nand: davinci: add support for on-die ECC engine typeMarcus Folkesson2024-12-051-0/+4
| | |/ / /
| * | | | Merge tag 'spi-nor/for-6.14' into mtd/nextMiquel Raynal2025-01-246-19/+37
| |\ \ \ \
| | * | | | mtd: spi-nor: sysfs: constify 'struct bin_attribute'Thomas Weißschuh2025-01-131-4/+4
| | * | | | mtd: spi-nor: spansion: Add support for S28HL02GTTakahiro Kuwano2025-01-131-0/+5
| | * | | | mtd: spi-nor: spansion: Add support for S28HL256TTakahiro Kuwano2025-01-131-0/+5
| | * | | | mtd: spi-nor: extend description of size member of struct flash_infoTudor Ambarus2025-01-131-1/+5
| | * | | | mtd: spi-nor: macronix: remove mx25u25635f from parts list to enable SFDPParth Pancholi2024-12-061-6/+0
| | * | | | mtd: spi-nor: support vcc-supply regulatorPeng Fan2024-12-061-0/+5
| | * | | | mtd: spi-nor: use local variable for struct deviceTudor Ambarus2024-12-061-7/+7
| | * | | | mtd: spi-nor: macronix: use nor->addr_nbytesTudor Ambarus2024-12-061-1/+2
| | * | | | mtd: spi-nor: atmel: add at25sf321 entryMarcus Folkesson2024-12-061-0/+4
| | |/ / /
| * | | | mtd: hyperbus: Use of_property_present() for non-boolean propertiesRob Herring (Arm)2025-01-151-1/+1
| * | | | mtd: st_spi_fsm: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou2025-01-151-4/+2
| * | | | mtd: hyperbus: hbmc-am654: fix an OF node reference leakJoe Hattori2024-12-241-6/+13
| * | | | mtd: mchp48l640: add support for Fujitsu MB85RS128TY FRAMDavid Jander2024-12-051-0/+14
| * | | | mtd: mchp48l640: make WEL behaviour configurableDavid Jander2024-12-051-3/+11
| * | | | mtd: phram: Add the kernel lock down checkTakashi Iwai2024-12-051-0/+5
| * | | | mtd: phram: only call platform_driver_unregister if phram_setup failsColin Ian King2024-12-051-4/+4
| |/ / /
* | | | Merge tag 'spi-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2025-01-221-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequencyMiquel Raynal2025-01-091-0/+2
| | |/ | |/|
* | | Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds2025-01-202-2/+2
|\ \ \
| * | | block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig2024-12-232-2/+2
| | |/ | |/|
* | | Revert "mtd: spi-nor: core: replace dummy buswidth from addr to data"Pratyush Yadav2025-01-151-1/+1
| |/ |/|
* | mtd: rawnand: omap2: Fix build warnings with W=1Roger Quadros2024-12-051-0/+16