summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2022-11-21mtd: spi-nor: sysfs: hide manufacturer if it is not setMichael Walle
2022-11-21mtd: spi-nor: hide jedec_id sysfs attribute if not presentMichael Walle
2022-11-21mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()Alexander Sverdlin
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-17mtd: rawnand: marvell: Enable NFC/DEVBUS arbiterHamish Martin
2022-11-17mtd: parsers: refer to ARCH_BCMBCA instead of ARCH_BCM4908Lukas Bulwahn
2022-11-17dt-bindings: mtd: Remove useless file about partitionsMiquel Raynal
2022-11-17mtd: lpddr2_nvm: Fix possible null-ptr-derefHui Tang
2022-11-07mtd: rawnand: lpc32xx_slc: Switch to using pm_ptr()Geert Uytterhoeven
2022-11-07mtd: rawnand: lpc32xx_mlc: Switch to using pm_ptr()Geert Uytterhoeven
2022-11-07mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase()Dario Binacchi
2022-11-07mtd: inftlcore: fix repeated words in commentsJilin Yuan
2022-11-07mtd: core: fix possible resource leak in init_mtd()Gaosheng Cui
2022-11-07mtd: core: set ROOT_DEV for partitions marked as rootfs in DTRafał Miłecki
2022-11-07mtd: Fix device name leak when register device failed in add_mtd_device()Zhang Xiaoxu
2022-11-07mtd: remove lart flash driverArnd Bergmann
2022-11-07mtd: parsers: tplink_safeloader: fix uninitialized variable bugDan Carpenter
2022-11-07mtd: parsers: add TP-Link SafeLoader partitions table parserRafał Miłecki
2022-11-07mtd: mtdoops: panic caused mtdoops to call mtdoops_erase function immediatelyRay Zhang
2022-11-07mtd: mtdoops: add mtdoops_erase function and move mtdoops_inc_counter to afte...Ray Zhang
2022-11-07mtd: mtdoops: change printk() to counterpart pr_ functionsRay Zhang
2022-11-07mtd: core: try to find OF node for every MTD partitionRafał Miłecki
2022-11-07mtd: core: simplify (a bit) code find partition-matching dynamic OF nodeRafał Miłecki
2022-11-07mtd: onenand: omap2: add dependency on GPMCKrzysztof Kozlowski
2022-11-07mtd: rawnand: placate "$VARIABLE is used uninitialized" warningsAdam Borowski
2022-11-07mtd: rawnand: qcom: handle ret from parse with codeword_fixupChristian Marangi
2022-10-25mtd: spi-nor: core: Add an error message when failing to exit the 4-byte addr...Tudor Ambarus
2022-10-25mtd: spi-nor: micron-st.c: Replace hardcoded values for addr_nbytes/addr_mode...Tudor Ambarus
2022-10-25mtd: spi-nor: spansion: Replace hardcoded values for addr_nbytes/addr_mode_nb...Tudor Ambarus
2022-10-25mtd: spi-nor: spansion: Add s28hl512t, s28hl01gt, and s28hs01gt infoTakahiro Kuwano
2022-10-25mtd: spi-nor: spansion: Rename s28hs512t prefixTakahiro Kuwano
2022-10-25mtd: spi-nor: spansion: Remove NO_SFDP_FLAGS from s28hs512t infoTakahiro Kuwano
2022-10-25mtd: spi-nor: sfdp: Update params->hwcaps.mask at xSPI profile 1.0 table parseTakahiro Kuwano
2022-10-25mtd: spi-nor: Add support for flash resetSai Krishna Potthuri
2022-10-18mtd: rawnand: cadence: support 64-bit slave dma interfaceValentin Korenblit
2022-10-18mtd: parsers: bcm47xxpart: Fix halfblock readsLinus Walleij
2022-10-18mtd: spinand: winbond: add Winbond W25N02KV flash supportMikhail Kshevetskiy
2022-10-18mtd: spinand: winbond: fix flash identificationMikhail Kshevetskiy
2022-10-18mtd: rawnand: mpc5121: Replace NO_IRQ by 0Christophe Leroy
2022-10-18mtd: rawnand: lpc32xx_slc: switch to using gpiod APIDmitry Torokhov
2022-10-18mtd: rawnand: lpc32xx_mlc: switch to using gpiod APIDmitry Torokhov
2022-10-18mtd: rawnand: marvell: Use correct logic for nand-keep-configTony O'Brien
2022-10-18mtd: rawnand: tegra: Fix PM disable depth imbalance in probeZhang Qilong
2022-10-18mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe()Yang Yingliang
2022-10-18mtd: rawnand: gpmi: using pm_runtime_resume_and_get instead of pm_runtime_get...Zhang Qilong
2022-10-18mtd: core: add missing of_node_get() in dynamic partitions codeRafał Miłecki
2022-10-18mtd: spi-nor: core: Ignore -ENOTSUPP in spi_nor_init()Mika Westerberg
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-14Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds