summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorLines
2025-04-28mtd: Do not enable by default during compile testingKrzysztof Kozlowski-2/+2
2025-04-28mtd: spinand: Use more specific naming for the reset opMiquel Raynal-1/+1
2025-04-28mtd: rawnand: Add Loongson-1 NAND Controller DriverKeguang Zhang-0/+846
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar-3/+3
2025-04-08mtd: spi-nor: macronix: Add fixups for MX25L3255ECheng Ming Lin-0/+30
2025-04-08mtd: spi-nor: macronix: Remove duplicate flash info entriesCheng Ming Lin-7/+0
2025-04-08mtd: spi-nor: macronix: Drop the redundant flash info fieldsCheng Ming Lin-27/+9
2025-04-07mtd: rawnand: Add status chack in r852_ready()Wentao Liang-0/+3
2025-04-07mtd: inftlcore: Add error check for inftl_read_oob()Wentao Liang-4/+5
2025-04-07mtd: nand: Drop explicit test for built-in CONFIG_SPI_QPIC_SNANDGeert Uytterhoeven-3/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2025-03-26Merge tag 'mtd/for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds-120/+917
2025-03-26Merge tag 'nand/for-6.15' into mtd/nextMiquel Raynal-50/+746
2025-03-26Merge tag 'spi-nor/for-6.15' into mtd/nextMiquel Raynal-52/+146
2025-03-18mtd: mchp48l640: Use str_enable_disable() in mchp48l640_write_prepare()Zhang Heng-4/+5
2025-03-18mtd: rawnand: gpmi: Use str_enabled_disabled() in gpmi_nand_attach_chip()Zhang Heng-2/+3
2025-03-18mtd: mtdpart: Do not supply NULL to printf()Andy Shevchenko-2/+1
2025-03-18mtd: spinand: Improve spinand_info macros styleMiquel Raynal-5/+5
2025-03-18spi: Merge up fixesMark Brown-24/+46
2025-03-18mtd: spi-nor: drop unused <linux/of_platform.h>Tudor Ambarus-1/+0
2025-03-18mtd: spi-nor: explicitly include <linux/of.h>Tudor Ambarus-0/+1
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta-1/+1
2025-03-07mtd: spi-nor: explicitly include <linux/math64.h>Tudor Ambarus-0/+2
2025-03-07mtd: spi-nor: macronix: add support for mx66{l2, u1}g45gCheng Ming Lin-0/+8
2025-03-07mtd: spi-nor: macronix: Add post_sfdp fixups for Quad Input Page ProgramCheng Ming Lin-0/+23
2025-03-04mtd: Fix error handling in mtd_device_parse_register() error pathWentao Liang-3/+6
2025-03-04mtd: capture device name setting failure when adding mtdEdward Adam Davis-1/+4
2025-03-04mtd: Add check for devm_kcalloc()Jiasheng Jiang-0/+3
2025-03-04mtd: Replace kcalloc() with devm_kcalloc()Jiasheng Jiang-6/+3
2025-03-04mtd: rawnand: brcmnand: fix PM resume warningKamal Dasu-1/+1
2025-03-04mtd: spinand: macronix: Add support for read retryCheng Ming Lin-15/+64
2025-03-04mtd: spinand: Add read retry supportCheng Ming Lin-2/+33
2025-03-03spi: spi-qpic: add driver for QCOM SPI NAND flash InterfaceMd Sadre Alam-0/+4
2025-02-24mtd: rawnand: use kcalloc() instead of kzalloc()Ethan Carter Edwards-2/+2
2025-02-19Merge tag 'spi-nor/fixes-for-6.14-rc4' of https://git.kernel.org/pub/scm/linu...Miquel Raynal-1/+1
2025-02-19mtd: rawnand: cadence: fix unchecked dereferenceNiravkumar L Rabara-2/+4
2025-02-18mtd: spi-nor: use scope-based mutex cleanup helpersTudor Ambarus-49/+22
2025-02-18mtd: spi-nor: sort headers alphabeticallyTudor Ambarus-2/+2
2025-02-17mtd: spi-nor: sst: Fix SST write failureAmit Kumar Mahapatra-1/+1
2025-02-11mtd: rawnand: qcom: finish converting register to FIELD_PREPChristian Marangi-18/+18
2025-02-11mtd: rawnand: qcom: fix broken config in qcom_param_page_type_execChristian Marangi-12/+12
2025-02-10mtd: rawnand: cadence: fix incorrect device in dma_unmap_singleNiravkumar L Rabara-2/+2
2025-02-10mtd: rawnand: cadence: use dma_map_resource for sdma addressNiravkumar L Rabara-4/+25
2025-02-10mtd: rawnand: cadence: fix error code in cadence_nand_init()Niravkumar L Rabara-5/+4
2025-02-10mtd: spinand: esmt: OTP access for F50{L,D}1G41LBMartin Kurbanov-2/+88
2025-02-10mtd: spinand: micron: OTP access for MT29F2G01ABAGDMartin Kurbanov-1/+134
2025-02-10mtd: spinand: otp: add helpers functionsMartin Kurbanov-0/+109
2025-02-10mtd: spinand: make spinand_{wait,otp_page_size} globalMartin Kurbanov-9/+28
2025-02-10mtd: spinand: add OTP supportMartin Kurbanov-1/+254