summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorLines
2022-04-27Merge tag 'mtd/mtk-spi-nand-for-5.19' into nand/nextMiquel Raynal-52/+16
2022-04-27mtd: nand: mtk-ecc: also parse nand-ecc-engine if availableChuanhong Guo-1/+4
2022-04-27mtd: nand: make mtk_ecc.c a separated moduleChuanhong Guo-51/+12
2022-04-27mtd: rawnand: tmio: check return value after calling platform_get_resource()Yang Yingliang-0/+3
2022-04-27mtd: rawnand: intel: fix possible null-ptr-deref in ebu_nand_probe()Yang Yingliang-1/+1
2022-04-27mtd: rawnand: cadence: fix possible null-ptr-deref in cadence_nand_dt_probe()Yang Yingliang-3/+2
2022-04-27mtd: spi-nor: micron-st: Remove status polling on volatile registers writeTudor Ambarus-3/+0
2022-04-27mtd: spi-nor: spansion: Remove status polling on volatile registers writeTudor Ambarus-4/+0
2022-04-27mtd: spi-nor: Introduce templates for SPI NOR operationsTudor Ambarus-107/+158
2022-04-27mtd: spi-nor: spansion: Rework spi_nor_cypress_octal_dtr_enable()Tudor Ambarus-59/+69
2022-04-27mtd: spi-nor: micron-st: Rework spi_nor_micron_octal_dtr_enable()Tudor Ambarus-51/+60
2022-04-27mtd: spi-nor: core: Add helpers to read/write any registerTudor Ambarus-0/+50
2022-04-27mtd: spi-nor: manufacturers: Use spi_nor_read_id() core methodTudor Ambarus-20/+6
2022-04-27mtd: spi-nor: core: Introduce method for RDID opTudor Ambarus-15/+44
2022-04-27mtd: spi-nor: core: Use auto-detection only onceTudor Ambarus-3/+1
2022-04-27mtd: spi-nor: Introduce spi_nor_match_id()Tudor Ambarus-21/+19
2022-04-27mtd: spi-nor: Rename method, s/spi_nor_match_id/spi_nor_match_nameTudor Ambarus-3/+3
2022-04-27mtd: spi-nor: core: Check written SR value in spi_nor_write_16bit_sr_and_check()Chen-Tsung Hsieh-0/+9
2022-04-26mtd: mtdoops: Add a timestamp to the mtdoops header.Jean-Marc Eurin-3/+9
2022-04-26mtd: mtdoops: Create a header structure for the saved mtdoops.Jean-Marc Eurin-25/+30
2022-04-26mtd: mtdoops: Fix the size of the header read buffer.Jean-Marc Eurin-1/+1
2022-04-25mtdblock: warn if opened on NANDBjørn Mork-4/+4
2022-04-25mtd: phram: Allow probing via reserved-memoryVincent Whitchurch-4/+63
2022-04-25mtd: core: Check devicetree alias for indexVincent Whitchurch-2/+9
2022-04-25mtd: maps: ixp4xx: Drop driverLinus Walleij-272/+0
2022-04-21mtd: rawnand: add support for Toshiba TC58NVG0S3HTA00 NAND flashAndreas Böhler-0/+3
2022-04-21mtd: spinand: Add support for XTX XT26G0xAFelix Matouschek-1/+131
2022-04-21mtd: rawnand: gpmi: Add large oob bch setting supportHan Xu-5/+197
2022-04-21mtd: rawnand: gpmi: Rename the variable ecc_chunk_sizeHan Xu-27/+34
2022-04-21mtd: rawnand: gpmi: Uninline the gpmi_check_ecc functionHan Xu-1/+1
2022-04-21mtd: rawnand: gpmi: Add strict ecc strength checkHan Xu-1/+14
2022-04-21mtd: rawnand: gpmi: Refactor bch geometry settings functionHan Xu-12/+20
2022-04-21mtd: rawnand: denali: Use managed device resourcesZheyu Ma-11/+4
2022-04-21mtd: rawnand: qcom: fix memory corruption that causes panicMd Sadre Alam-11/+13
2022-04-21mtd: rawnand: Fix return value check of wait_for_completion_timeoutMiaoqian Lin-6/+8
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann-2/+0
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig-1/+0
2022-04-11mtd: rawnand: omap_elm: Add compatible for AM64 ELMRoger Quadros-0/+1
2022-04-04mtd: rawnand: fix ecc parameters for mt7622Chuanhong Guo-4/+8
2022-04-04mtd: rawnand: print offset instead of page number for bad blocksRafał Miłecki-4/+5
2022-04-04mtd: spinand: gigadevice: add support for GD5FxGM7xExxGChuanhong Guo-0/+60
2022-04-04mtd: spinand: gigadevice: add support for GD5F{2, 4}GQ5xExxGChuanhong Guo-0/+48
2022-04-04mtd: spinand: gigadevice: add support for GD5F1GQ5RExxGChuanhong Guo-0/+10
2022-04-04mtd: spinand: gigadevice: add support for GD5FxGQ4xExxGChuanhong Guo-0/+30
2022-04-04mtd: spinand: gigadevice: fix Quad IO for GD5F1GQ5UExxGChuanhong Guo-1/+9
2022-04-04mtd: rawnand: davinci: Remove redundant unsigned comparison to zeroWang Weiyang-1/+1
2022-04-04mtd: parsers: bcm47xxpart: print correct offset on read errorRafał Miłecki-1/+1
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-24/+21
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+4
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-723/+2130