aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21mtd: rawnand: qcom: fix memory corruption that causes panicMd Sadre Alam1-11/+13
2022-04-21mtd: rawnand: Fix return value check of wait_for_completion_timeoutMiaoqian Lin1-6/+8
2022-04-04mtd: rawnand: fix ecc parameters for mt7622Chuanhong Guo1-4/+8
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds3-24/+21
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-9/+4
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds56-723/+2130
2022-03-23Merge tag 'nand/for-5.18' into mtd/nextMiquel Raynal14-138/+421
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds10-1193/+4
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+1
2022-03-18Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal25-536/+629
2022-03-14mtd: nand: ecc: mxic: Fix compile test issueMiquel Raynal1-0/+1
2022-03-14mtd: nand: mxic-ecc: make two read-only arrays static constColin Ian King1-2/+2
2022-03-14mtd: hyperbus: HBMC_AM654 should depend on ARCH_K3Geert Uytterhoeven1-1/+1
2022-03-14mtd: core: Remove partid and partname debugfs filesTudor Ambarus1-34/+1
2022-03-14mtd: tests: Fix eraseblock read speed miscalculation for lower partition sizesAmit Kumar Mahapatra1-6/+5
2022-03-14mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_initXin Xiong1-3/+11
2022-03-14mtd: rawnand: rockchip: fix platform_get_irq.cocci warningYihao Han1-1/+0
2022-03-08mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is setTudor Ambarus1-1/+2
2022-03-07mtd: rawnand: omap2: Actually prevent invalid configuration and build errorRoger Quadros1-2/+1
2022-02-28Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman8-29/+50
2022-02-25Merge tag 'char-misc-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+2
2022-02-25mtd: spi-nor: renumber flagsMichael Walle1-14/+14
2022-02-25mtd: spi-nor: slightly change code style in spi_nor_sr_ready()Michael Walle1-1/+2
2022-02-25mtd: spi-nor: spansion: rename vendor specific functions and definesMichael Walle1-7/+7
2022-02-25mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flagMichael Walle3-27/+34
2022-02-25mtd: spi-nor: move all spansion specifics into spansion.cMichael Walle2-49/+70
2022-02-25mtd: spi-nor: spansion: slightly rework control flow in late_init()Michael Walle1-7/+6
2022-02-25mtd: spi-nor: micron-st: rename vendor specific functions and definesMichael Walle1-9/+9
2022-02-25mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flagMichael Walle3-39/+60
2022-02-25mtd: spi-nor: move all micron-st specifics into micron-st.cMichael Walle2-122/+135
2022-02-25mtd: spi-nor: xilinx: correct the debug messageMichael Walle1-1/+1
2022-02-25mtd: spi-nor: xilinx: rename vendor specific functions and definesMichael Walle1-15/+15
2022-02-25mtd: spi-nor: move all xilinx specifics into xilinx.cMichael Walle3-81/+74
2022-02-25mtd: spi-nor: guard _page_size parameter in S3AN_INFO()Michael Walle1-2/+2
2022-02-25mtd: spi-nor: export more functions to be used in vendor modulesMichael Walle2-5/+11
2022-02-25mtd: spi-nor: allow a flash to define its own ready() functionMichael Walle2-0/+8
2022-02-25mtd: spi-nor: slightly refactor the spi_nor_setup()Michael Walle2-9/+9
2022-02-25mtd: spi-nor: xmc: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: xilinx: unify function namesMichael Walle1-9/+9
2022-02-25mtd: spi-nor: winbond: unify function namesMichael Walle1-14/+15
2022-02-25mtd: spi-nor: sst: unify function namesMichael Walle1-22/+22
2022-02-25mtd: spi-nor: spansion: unify function namesMichael Walle1-17/+17
2022-02-25mtd: spi-nor: micron-st: unify function namesMichael Walle1-17/+17
2022-02-25mtd: spi-nor: macronix: unify function namesMichael Walle1-7/+7
2022-02-25mtd: spi-nor: issi: unify function namesMichael Walle1-5/+5
2022-02-25mtd: spi-nor: intel: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: gigadevice: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: fujitsu: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: everspin: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: esmt: unify function namesMichael Walle1-3/+3