summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2025-04-20mtd: rawnand: Add status chack in r852_ready()Wentao Liang1-0/+3
2025-04-20mtd: inftlcore: Add error check for inftl_read_oob()Wentao Liang1-4/+5
2025-04-20mtd: Replace kcalloc() with devm_kcalloc()Jiasheng Jiang1-6/+3
2025-04-20mtd: Add check for devm_kcalloc()Jiasheng Jiang1-0/+3
2025-04-20mtd: rawnand: brcmnand: fix PM resume warningKamal Dasu1-1/+1
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-17mtd: spi-nor: sst: Fix SST write failureAmit Kumar Mahapatra1-1/+1
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-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-31Merge tag 'ubifs-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-24/+71
2025-01-26Merge 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-21Merge 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