aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar3-7/+8
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-3/+3
2025-04-07mtd: rawnand: Add status chack in r852_ready()Wentao Liang1-0/+3
2025-04-07mtd: inftlcore: Add error check for inftl_read_oob()Wentao Liang1-4/+5
2025-04-07mtd: nand: Drop explicit test for built-in CONFIG_SPI_QPIC_SNANDGeert Uytterhoeven1-3/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-03-26Merge tag 'mtd/for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds19-120/+917
2025-03-26Merge tag 'nand/for-6.15' into mtd/nextMiquel Raynal9-50/+746
2025-03-26Merge tag 'spi-nor/for-6.15' into mtd/nextMiquel Raynal5-52/+146
2025-03-18mtd: mchp48l640: Use str_enable_disable() in mchp48l640_write_prepare()Zhang Heng1-4/+5
2025-03-18mtd: rawnand: gpmi: Use str_enabled_disabled() in gpmi_nand_attach_chip()Zhang Heng1-2/+3
2025-03-18mtd: mtdpart: Do not supply NULL to printf()Andy Shevchenko1-2/+1
2025-03-18mtd: spinand: Improve spinand_info macros styleMiquel Raynal1-5/+5
2025-03-18spi: Merge up fixesMark Brown3-24/+46
2025-03-18mtd: spi-nor: drop unused <linux/of_platform.h>Tudor Ambarus1-1/+0
2025-03-18mtd: spi-nor: explicitly include <linux/of.h>Tudor Ambarus1-0/+1
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta1-1/+1
2025-03-07mtd: spi-nor: explicitly include <linux/math64.h>Tudor Ambarus2-0/+2
2025-03-07mtd: spi-nor: macronix: add support for mx66{l2, u1}g45gCheng Ming Lin1-0/+8
2025-03-07mtd: spi-nor: macronix: Add post_sfdp fixups for Quad Input Page ProgramCheng Ming Lin1-0/+23
2025-03-04mtd: Fix error handling in mtd_device_parse_register() error pathWentao Liang1-3/+6
2025-03-04mtd: capture device name setting failure when adding mtdEdward Adam Davis1-1/+4
2025-03-04mtd: Add check for devm_kcalloc()Jiasheng Jiang1-0/+3
2025-03-04mtd: Replace kcalloc() with devm_kcalloc()Jiasheng Jiang1-6/+3
2025-03-04mtd: rawnand: brcmnand: fix PM resume warningKamal Dasu1-1/+1
2025-03-04mtd: spinand: macronix: Add support for read retryCheng Ming Lin1-15/+64
2025-03-04mtd: spinand: Add read retry supportCheng Ming Lin1-2/+33
2025-03-03spi: spi-qpic: add driver for QCOM SPI NAND flash InterfaceMd Sadre Alam1-0/+4
2025-02-24mtd: rawnand: use kcalloc() instead of kzalloc()Ethan Carter Edwards1-2/+2
2025-02-19Merge tag 'spi-nor/fixes-for-6.14-rc4' of https://git.kernel.org/pub/scm/linu...Miquel Raynal1-1/+1
2025-02-19mtd: rawnand: cadence: fix unchecked dereferenceNiravkumar L Rabara1-2/+4
2025-02-18mtd: spi-nor: use scope-based mutex cleanup helpersTudor Ambarus1-49/+22
2025-02-18mtd: spi-nor: sort headers alphabeticallyTudor Ambarus1-2/+2
2025-02-17mtd: spi-nor: sst: Fix SST write failureAmit Kumar Mahapatra1-1/+1
2025-02-11mtd: rawnand: qcom: finish converting register to FIELD_PREPChristian Marangi1-18/+18
2025-02-11mtd: rawnand: qcom: fix broken config in qcom_param_page_type_execChristian Marangi1-12/+12
2025-02-10mtd: rawnand: cadence: fix incorrect device in dma_unmap_singleNiravkumar L Rabara1-2/+2
2025-02-10mtd: rawnand: cadence: use dma_map_resource for sdma addressNiravkumar L Rabara1-4/+25
2025-02-10mtd: rawnand: cadence: fix error code in cadence_nand_init()Niravkumar L Rabara1-5/+4
2025-02-10mtd: spinand: esmt: OTP access for F50{L,D}1G41LBMartin Kurbanov1-2/+88
2025-02-10mtd: spinand: micron: OTP access for MT29F2G01ABAGDMartin Kurbanov1-1/+134
2025-02-10mtd: spinand: otp: add helpers functionsMartin Kurbanov1-0/+109
2025-02-10mtd: spinand: make spinand_{wait,otp_page_size} globalMartin Kurbanov2-9/+28
2025-02-10mtd: spinand: add OTP supportMartin Kurbanov3-1/+254
2025-02-10mtd: spinand: make spinand_{read,write}_page globalMartin Kurbanov1-4/+20
2025-02-03mtd: spi-nor: winbond: Add support for w25q02jvMiquel Raynal1-0/+4
2025-02-03mtd: spi-nor: winbond: Add support for w25q01jvMiquel Raynal1-0/+84
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds1-2/+3
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-2/+3
2025-01-30Merge tag 'ubifs-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-24/+71
2025-01-25Merge tag 'mtd/for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds33-1529/+2594
2025-01-24Merge tag 'nand/for-6.14' into mtd/nextMiquel Raynal27-1498/+2536
2025-01-24Merge tag 'spi-nor/for-6.14' into mtd/nextMiquel Raynal6-19/+37
2025-01-22Merge tag 'spi-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-0/+2
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds2-2/+2
2025-01-20mtd: spinand: skyhigh: Align with recent read from cache variant changesMiquel Raynal1-2/+2
2025-01-20ubi: ubi_get_ec_info: Fix compiling error 'cast specifies array type'Zhihao Cheng1-1/+2
2025-01-18ubi: Implement ioctl for detailed erase countersRickard Andersson1-0/+69
2025-01-18ubi: Revert "ubi: wl: Close down wear-leveling before nand is suspended"Zhihao Cheng2-23/+0
2025-01-18ubi: Add a check for ubi_numDenis Arefev1-1/+1
2025-01-15mtd: spinand: winbond: Add support for DTR operationsMiquel Raynal1-0/+5
2025-01-15mtd: spinand: winbond: Add comment about namingMiquel Raynal1-0/+5
2025-01-15mtd: spinand: winbond: Update the *JW chip definitionsMiquel Raynal1-2/+11
2025-01-15mtd: spinand: Enhance the logic when picking a variantMiquel Raynal1-3/+10
2025-01-15mtd: spinand: Create distinct fast and slow read from cache variantsMiquel Raynal11-30/+30
2025-01-15mtd: hyperbus: Use of_property_present() for non-boolean propertiesRob Herring (Arm)1-1/+1
2025-01-15mtd: st_spi_fsm: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou1-4/+2
2025-01-15Merge tag 'spi-mem-dtr-2' into nand/nextMiquel Raynal5-6/+29
2025-01-15mtd: rawnand: davinci: add ROM supported OOB layoutMarcus Folkesson1-2/+43
2025-01-15Revert "mtd: spi-nor: core: replace dummy buswidth from addr to data"Pratyush Yadav1-1/+1
2025-01-13mtd: spi-nor: sysfs: constify 'struct bin_attribute'Thomas Weißschuh1-4/+4
2025-01-13mtd: spi-nor: spansion: Add support for S28HL02GTTakahiro Kuwano1-0/+5
2025-01-13mtd: spi-nor: spansion: Add support for S28HL256TTakahiro Kuwano1-0/+5
2025-01-13mtd: spi-nor: extend description of size member of struct flash_infoTudor Ambarus1-1/+5
2025-01-09spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequencyMiquel Raynal1-0/+2
2025-01-08mtd: rawnand: davinci: Reduce polling interval in NAND_OP_WAITRDY_INSTRBastien Curutchet1-1/+1
2025-01-08mtd: rawnand: qcom: Fix build issue on x86 architectureMd Sadre Alam1-1/+1
2024-12-24Merge tag 'mtd/qcom-reorg-for-spi-6.14' into nand/nextMiquel Raynal3-1446/+1088
2024-12-24mtd: rawnand: qcom: use FIELD_PREP and GENMASKMd Sadre Alam1-49/+48
2024-12-24mtd: nand: Add qpic_common API fileMd Sadre Alam3-1081/+772
2024-12-24mtd: rawnand: qcom: Add qcom prefix to common apiMd Sadre Alam1-160/+160
2024-12-24mtd: rawnand: qcom: cleanup qcom_nandc driverMd Sadre Alam1-282/+234
2024-12-24mtd: rawnand: davinci: Implement setup_interface() operationBastien Curutchet1-0/+79
2024-12-24mtd: rawnand: davinci: Add clock resourceBastien Curutchet1-0/+7
2024-12-24mtd: rawnand: davinci: Always depends on TI_AEMIFBastien Curutchet1-2/+2
2024-12-24mtd: hyperbus: hbmc-am654: fix an OF node reference leakJoe Hattori1-6/+13
2024-12-24mtd: rawnand: nuvoton: add new driver for the Nuvoton MA35 SoCHui-Ping Chen3-0/+1038
2024-12-24mtd: rawnand: brcmnand: fix status read of brcmnand_waitfuncdavid regan1-0/+5
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig2-2/+2
2024-12-06mtd: spi-nor: macronix: remove mx25u25635f from parts list to enable SFDPParth Pancholi1-6/+0
2024-12-06mtd: spi-nor: support vcc-supply regulatorPeng Fan1-0/+5
2024-12-06mtd: spi-nor: use local variable for struct deviceTudor Ambarus1-7/+7
2024-12-06mtd: spi-nor: macronix: use nor->addr_nbytesTudor Ambarus1-1/+2
2024-12-06mtd: spi-nor: atmel: add at25sf321 entryMarcus Folkesson1-0/+4
2024-12-05mtd: mchp48l640: add support for Fujitsu MB85RS128TY FRAMDavid Jander1-0/+14
2024-12-05mtd: mchp48l640: make WEL behaviour configurableDavid Jander1-3/+11
2024-12-05mtd: rawnand: omap2: Fix build warnings with W=1Roger Quadros1-0/+16
2024-12-05mtd: spinand: Add support for SkyHigh S35ML-3 familyTakahiro Kuwano3-1/+149
2024-12-05mtd: spinand: Introduce a way to avoid raw accessTakahiro Kuwano1-2/+20
2024-12-05mtd: spinand: Remove write_enable_op() in markbad()Takahiro Kuwano1-4/+0
2024-12-05mtd: rawnand: arasan: Fix missing de-registration of NANDMaciej Andrzejewski1-0/+7
2024-12-05mtd: rawnand: arasan: Fix double assertion of chip-selectMaciej Andrzejewski1-2/+2
2024-12-05mtd: phram: Add the kernel lock down checkTakashi Iwai1-0/+5
2024-12-05mtd: onenand: Fix uninitialized retlen in do_otp_read()Ivan Stepchenko1-0/+1
2024-12-05mtd: spinand: add support for FORESEE F35SQA001GBohdan Chubuk1-0/+10
2024-12-05mtd: phram: only call platform_driver_unregister if phram_setup failsColin Ian King1-4/+4
2024-12-05mtd: diskonchip: Cast an operand to prevent potential overflowZichen Xie1-1/+1
2024-12-05mtd: nand: davinci: add support for on-die ECC engine typeMarcus Folkesson1-0/+4
2024-12-05mtd: rawnand: fix double free in atmel_pmecc_create_user()Dan Carpenter1-3/+1
2024-11-30Merge tag 'ubifs-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-14/+59
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-11-22Merge tag 'mtd/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds91-198/+321
2024-11-21Merge tag 'nand/for-6.13' into mtd/nextMiquel Raynal16-119/+129
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-3/+3
2024-11-19Merge tag 'spi-nor/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Miquel Raynal7-2/+110
2024-11-14mtd: ubi: remove redundant check on bytes_left at end of functionColin Ian King1-1/+1
2024-11-14mtd: ubi: fix unreleased fwnode_handle in find_volume_fwnode()Javier Carrasco1-0/+2
2024-11-14ubi: fastmap: Fix duplicate slab cache names while attachingZhihao Cheng1-6/+6
2024-11-14ubi: wl: Close down wear-leveling before nand is suspendedMårten Lindahl2-0/+23
2024-11-14mtd: ubi: Rmove unused declaration in header fileZhang Zekun1-1/+0
2024-11-14ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is emptyZhihao Cheng3-5/+19
2024-11-14ubi: wl: Put source PEB into correct list if trying locking LEB failedZhihao Cheng1-1/+8
2024-11-12mtd: spi-nor: core: replace dummy buswidth from addr to dataCheng Ming Lin1-1/+1
2024-11-11mtd: spi-nor: winbond: add "w/ and w/o SFDP" commentTudor Ambarus1-0/+1
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh1-1/+1
2024-10-29mtd: spi-nor: spansion: Use nor->addr_nbytes in octal DTR mode in RD_ANY_REG_OPTakahiro Kuwano1-0/+1
2024-10-21mtd: Switch back to struct platform_driver::remove()Uwe Kleine-König72-74/+74
2024-10-21mtd: cfi_cmdset_0002: remove redundant assignment to variable retColin Ian King1-3/+1
2024-10-21mtd: spinand: Constify struct nand_ecc_engine_opsChristophe JAILLET4-6/+6
2024-10-21mtd: spinand: winbond: Sort the devicesMiquel Raynal1-35/+48
2024-10-21mtd: spinand: winbond: Ignore the last ID charactersMiquel Raynal1-3/+3
2024-10-21mtd: spinand: winbond: Fix 512GW, 01GW, 01JW and 02JW ECC informationMiquel Raynal1-8/+8
2024-10-21mtd: spinand: winbond: Fix 512GW and 02JW OOB layoutMiquel Raynal1-2/+2
2024-10-21mtd: nand: raw: gpmi: improve power management handlingHan Xu1-25/+32
2024-10-21mtd: nand: raw: gpmi: switch to SYSTEM_SLEEP_PM_OPSHan Xu1-5/+3
2024-10-21mtd: rawnand: davinci: use generic device property helpersBartosz Golaszewski1-21/+21
2024-10-21mtd: rawnand: davinci: break the line correctlyBartosz Golaszewski1-4/+4
2024-10-21mtd: rawnand: davinci: order headers alphabeticallyBartosz Golaszewski1-5/+5
2024-10-21mtd: rawnand: atmel: Fix possible memory leakMiquel Raynal2-9/+1
2024-10-21mtd: rawnand: Correct multiple typos in commentsShen Lichuan7-9/+9
2024-10-21mtd: hyperbus: rpc-if: Add missing MODULE_DEVICE_TABLEBiju Das1-0/+7
2024-10-04mtd: spi-nor: add support for Macronix Octal flashAlvinZhou1-1/+8
2024-10-03mtd: tests: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak3-3/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-10-02mtd: spi-nor: sfdp: Get the 8D-8D-8D byte order from BFPTTudor Ambarus2-0/+5
2024-10-02mtd: spi-nor: core: Allow specifying the byte order in Octal DTR modeTudor Ambarus2-0/+4
2024-10-02mtd: spi-nor: add Octal DTR support for Macronix flashAlvinZhou1-0/+90
2024-09-27[tree-wide] finally take no_llseek outAl Viro2-3/+0
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+229
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-3/+3
2024-09-15Merge tag 'nand/for-6.12' into mtd/nextMiquel Raynal17-153/+457
2024-09-15Merge tag 'spi-nor/for-6.12' into mtd/nextMiquel Raynal5-21/+53
2024-09-14mtd: spi-nor: fix flash probingMichael Walle1-1/+2
2024-09-14mtd: spi-nor: spansion: Add support for S28HS256TTakahiro Kuwano1-0/+4
2024-09-14mtd: spi-nor: winbond: add Zetta ZD25Q128C supportMichael Walle1-0/+26
2024-09-14mtd: spi-nor: micron-st: Add n25q064a WP supportBrian Norris1-0/+2
2024-09-14mtd: spi-nor: sst: Factor out common write operation to `sst_nor_write_data()`Csókás, Bence1-20/+19
2024-09-12mtd: rawnand: add support for ts72xxNikita Shubin3-0/+229
2024-09-09treewide: correct the typo 'retun'WangYuli1-1/+1
2024-09-09mtd: spinand: macronix: Flag parts needing explicit plane selectCheng Ming Lin1-7/+17
2024-09-09mtd: spinand: Add support for setting plane select bitsCheng Ming Lin1-0/+6
2024-09-09mtd: rawnand: mtk: Fix init error pathMiquel Raynal1-1/+3
2024-09-06mtd: powernv: Add check devm_kasprintf() returned valueCharles Han1-0/+3
2024-09-06mtd: rawnand: mtk: Factorize out the logic cleaning mtk chipsMiquel Raynal1-13/+18
2024-09-06mtd: rawnand: atmel: Add message on DMA usageAlexander Dahl1-1/+4
2024-09-06mtd: rawnand: meson: Fix typo in function nameMiquel Raynal1-3/+3
2024-09-06mtd: spi-nand: macronix: Continuous read supportMiquel Raynal1-29/+86
2024-09-06mtd: spi-nand: macronix: Add a possible bitflip status flagMiquel Raynal1-0/+3
2024-09-06mtd: spi-nand: macronix: Extract the bitflip retrieval logicMiquel Raynal1-17/+20
2024-09-06mtd: spi-nand: macronix: Fix helper nameMiquel Raynal1-25/+24
2024-09-06mtd: spi-nand: Expose spinand_write_reg_op()Miquel Raynal1-1/+1
2024-09-06mtd: spi-nand: Add continuous read supportMiquel Raynal1-8/+168
2024-09-06mtd: spi-nand: Isolate the MTD read logic in a helperMiquel Raynal1-14/+26
2024-09-06mtd: rawnand: sunxi: Use for_each_child_of_node_scoped()Jinjie Ruan1-3/+1
2024-09-06mtd: rawnand: stm32_fmc2: Use for_each_child_of_node_scoped()Jinjie Ruan1-5/+2
2024-09-06mtd: rawnand: renesas: Use for_each_child_of_node_scoped()Jinjie Ruan1-9/+3
2024-09-06mtd: rawnand: mtk: Use for_each_child_of_node_scoped()Jinjie Ruan1-5/+2
2024-09-06mtd: rawnand: meson: Use for_each_child_of_node_scoped()Jinjie Ruan1-3/+1
2024-09-06mtd: rawnand: rockchip: Use for_each_child_of_node_scoped()Jinjie Ruan1-3/+2
2024-09-06mtd: rawnand: marvell: drm/rockchip: Use for_each_child_of_node_scoped()Jinjie Ruan1-9/+3
2024-09-06mtd: rawnand: pl353: Use for_each_child_of_node_scoped()Jinjie Ruan1-3/+2
2024-09-06mtd: rawnand: cadence: Use for_each_child_of_node_scoped()Jinjie Ruan1-3/+1
2024-09-06mtd: rawnand: arasan: Use for_each_child_of_node_scoped()Jinjie Ruan1-3/+2
2024-09-06mtd: rawnand: denali: Use the devm_clk_get_enabled() helper functionJinjie Ruan1-25/+4
2024-09-06mtd: rawnand: denali: Fix missing pci_release_regions in probe and removeChen Ridong1-3/+8
2024-08-23mtd: rawnand: davinci: make platform_data privateBartosz Golaszewski1-5/+65
2024-08-23mtd: spinand: set bitflip_threshold to 75% of ECC strengthDaniel Golle1-0/+1
2024-08-23mtd: spinand: winbond: add support for W25N01KVRobert Marko1-0/+26
2024-08-23mtd: concat: Use kmemdup_array instead of kmemdup for multiple allocationYan Zhen1-1/+1
2024-08-23mtd: parsers: bcm47xxpart: make read-only array possible_nvram_sizes static c...Colin Ian King1-1/+1
2024-08-23mtd: Use of_property_read_bool()Rob Herring (Arm)1-2/+2
2024-08-23mtd: slram: insert break after errors in parsing the mapMirsad Todorovac1-0/+2
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter1-3/+3
2024-07-28Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds6-14/+19
2024-07-28ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger1-1/+1
2024-07-22mtd: mtdoops: Fix kmsgdump parameter renaming.Jocelyn Falempe1-2/+2
2024-07-20Merge tag 'mtd/for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds24-766/+641
2024-07-20Merge tag 'nand/for-6.11' into mtd/nextMiquel Raynal9-428/+511