summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2023-04-08mtd: spi-nor: sfdp: Add support for SCCR map for multi-chip deviceTakahiro Kuwano
2023-04-08mtd: spi-nor: Extract volatile register offset from SCCR mapTakahiro Kuwano
2023-04-08mtd: spi-nor: Allow post_sfdp hook to return errorsTudor Ambarus
2023-04-08mtd: spi-nor: spansion: Rename method to cypress_nor_get_page_sizeTudor Ambarus
2023-04-08mtd: spi-nor: spansion: Enable JFFS2 write buffer for S25FS256TTakahiro Kuwano
2023-04-08mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s25hx SEMPER f...Takahiro Kuwano
2023-04-08mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER f...Takahiro Kuwano
2023-04-04mtd: spi-nor: spansion: Determine current address modeTakahiro Kuwano
2023-04-04mtd: spi-nor: core: Introduce spi_nor_set_4byte_addr_mode()Tudor Ambarus
2023-04-04mtd: spi-nor: core: Update flash's current address mode when changing address...Tudor Ambarus
2023-04-04mtd: spi-nor: Stop exporting spi_nor_restore()Tudor Ambarus
2023-04-04mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP dataTudor Ambarus
2023-04-04mtd: spi-nor: core: Make spi_nor_set_4byte_addr_mode_brwr publicTudor Ambarus
2023-04-04mtd: spi-nor: core: Update name and description of spi_nor_set_4byte_addr_modeTudor Ambarus
2023-04-04mtd: spi-nor: core: Update name and description of spansion_set_4byte_addr_modeTudor Ambarus
2023-04-04mtd: spi-nor: core: Update name and description of micron_st_nor_set_4byte_ad...Tudor Ambarus
2023-04-04mtd: spi-nor: core: Move generic method to core - micron_st_nor_set_4byte_add...Tudor Ambarus
2023-04-04mtd: spi-nor: macronix: Add support for mx25uw51245g with RWWMiquel Raynal
2023-04-04mtd: spi-nor: Delay the initialization of bank_sizeMiquel Raynal
2023-04-04mtd: spi-nor: Fix a trivial typoMiquel Raynal
2023-04-03mtd: spinand: add support for ESMT F50x1G41LBChuanhong Guo
2023-04-03mtd: rawnand: meson: fix bitmask for length in command wordArseniy Krasnov
2023-04-03mtdblock: tolerate corrected bit-flipsBang Li
2023-04-03mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_minChristophe Kerello
2023-04-03mtd: rawnand: stm32_fmc2: remove unsupported EDO modeChristophe Kerello
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-04-02Merge tag 'driver-core-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-03-29ubi: Fix failure attaching when vid_hdr offset equals to (sub)page sizeZhihao Cheng
2023-03-29mtd: spi-nor: Enhance locking to support reads while writesMiquel Raynal
2023-03-29mtd: spi-nor: Add a RWW flagMiquel Raynal
2023-03-29mtd: spi-nor: Prepare the introduction of a new locking mechanismMiquel Raynal
2023-03-29mtd: spi-nor: Separate preparation and lockingMiquel Raynal
2023-03-29mtd: spi-nor: Reorder the preparation vs. locking stepsMiquel Raynal
2023-03-29mtd: spi-nor: Add a macro to define more banksMiquel Raynal
2023-03-29mtd: spi-nor: Introduce the concept of bankMiquel Raynal
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-28mtd: lpddr_cmds: remove unused words variableTom Rix
2023-03-28mtd: rawnand: stm32_fmc2: depends on ARCH_STM32 instead of MACH_STM32MP157Christophe Kerello
2023-03-27Merge tag 'mtd/fixes-for-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-22mtd: rawnand: remove unused is_imx51_nfc and imx53_nfc functionsTom Rix
2023-03-22mtd: nand: qcom: Use of_property_present() for testing DT property presenceRob Herring
2023-03-22mtd: rawnand: hynix: fix up bit 0 of sdr_timing_modeHector Palacios
2023-03-22mtdblock: tolerate corrected bit-flipsBang Li
2023-03-22mtd: Use of_property_read_bool() for boolean propertiesRob Herring
2023-03-22mtd: rawnand: meson: invalidate cache on polling ECC bitArseniy Krasnov
2023-03-22mtd: rawnand: nandsim: Artificially prevent sequential page readsMiquel Raynal
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2023-03-17mtd: spi-nor: spansion: Add support for Infineon S25FS256TTakahiro Kuwano
2023-03-17mtd: spi-nor: spansion: Make RD_ANY_REG_OP macro take number of dummy bytesTakahiro Kuwano
2023-03-13Merge tag 'v6.3-rc2' into spi-6.4 to fix clock related boot issuesMark Brown