Age | Commit message (Expand) | Author |
2023-04-08 | mtd: spi-nor: sfdp: Add support for SCCR map for multi-chip device | Takahiro Kuwano |
2023-04-08 | mtd: spi-nor: Extract volatile register offset from SCCR map | Takahiro Kuwano |
2023-04-08 | mtd: spi-nor: Allow post_sfdp hook to return errors | Tudor Ambarus |
2023-04-08 | mtd: spi-nor: spansion: Rename method to cypress_nor_get_page_size | Tudor Ambarus |
2023-04-08 | mtd: spi-nor: spansion: Enable JFFS2 write buffer for S25FS256T | Takahiro Kuwano |
2023-04-08 | mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s25hx SEMPER f... | Takahiro Kuwano |
2023-04-08 | mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER f... | Takahiro Kuwano |
2023-04-04 | mtd: spi-nor: spansion: Determine current address mode | Takahiro Kuwano |
2023-04-04 | mtd: spi-nor: core: Introduce spi_nor_set_4byte_addr_mode() | Tudor Ambarus |
2023-04-04 | mtd: spi-nor: core: Update flash's current address mode when changing address... | Tudor Ambarus |
2023-04-04 | mtd: spi-nor: Stop exporting spi_nor_restore() | Tudor Ambarus |
2023-04-04 | mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP data | Tudor Ambarus |
2023-04-04 | mtd: spi-nor: core: Make spi_nor_set_4byte_addr_mode_brwr public | Tudor Ambarus |
2023-04-04 | mtd: spi-nor: core: Update name and description of spi_nor_set_4byte_addr_mode | Tudor Ambarus |
2023-04-04 | mtd: spi-nor: core: Update name and description of spansion_set_4byte_addr_mode | Tudor Ambarus |
2023-04-04 | mtd: spi-nor: core: Update name and description of micron_st_nor_set_4byte_ad... | Tudor Ambarus |
2023-04-04 | mtd: spi-nor: core: Move generic method to core - micron_st_nor_set_4byte_add... | Tudor Ambarus |
2023-04-04 | mtd: spi-nor: macronix: Add support for mx25uw51245g with RWW | Miquel Raynal |
2023-04-04 | mtd: spi-nor: Delay the initialization of bank_size | Miquel Raynal |
2023-04-04 | mtd: spi-nor: Fix a trivial typo | Miquel Raynal |
2023-04-03 | mtd: spinand: add support for ESMT F50x1G41LB | Chuanhong Guo |
2023-04-03 | mtd: rawnand: meson: fix bitmask for length in command word | Arseniy Krasnov |
2023-04-03 | mtdblock: tolerate corrected bit-flips | Bang Li |
2023-04-03 | mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_min | Christophe Kerello |
2023-04-03 | mtd: rawnand: stm32_fmc2: remove unsupported EDO mode | Christophe Kerello |
2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman |
2023-04-02 | Merge tag 'driver-core-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-03-29 | ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size | Zhihao Cheng |
2023-03-29 | mtd: spi-nor: Enhance locking to support reads while writes | Miquel Raynal |
2023-03-29 | mtd: spi-nor: Add a RWW flag | Miquel Raynal |
2023-03-29 | mtd: spi-nor: Prepare the introduction of a new locking mechanism | Miquel Raynal |
2023-03-29 | mtd: spi-nor: Separate preparation and locking | Miquel Raynal |
2023-03-29 | mtd: spi-nor: Reorder the preparation vs. locking steps | Miquel Raynal |
2023-03-29 | mtd: spi-nor: Add a macro to define more banks | Miquel Raynal |
2023-03-29 | mtd: spi-nor: Introduce the concept of bank | Miquel Raynal |
2023-03-29 | driver core: class: mark the struct class for sysfs callbacks as constant | Greg Kroah-Hartman |
2023-03-28 | mtd: lpddr_cmds: remove unused words variable | Tom Rix |
2023-03-28 | mtd: rawnand: stm32_fmc2: depends on ARCH_STM32 instead of MACH_STM32MP157 | Christophe Kerello |
2023-03-27 | Merge tag 'mtd/fixes-for-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-03-22 | mtd: rawnand: remove unused is_imx51_nfc and imx53_nfc functions | Tom Rix |
2023-03-22 | mtd: nand: qcom: Use of_property_present() for testing DT property presence | Rob Herring |
2023-03-22 | mtd: rawnand: hynix: fix up bit 0 of sdr_timing_mode | Hector Palacios |
2023-03-22 | mtdblock: tolerate corrected bit-flips | Bang Li |
2023-03-22 | mtd: Use of_property_read_bool() for boolean properties | Rob Herring |
2023-03-22 | mtd: rawnand: meson: invalidate cache on polling ECC bit | Arseniy Krasnov |
2023-03-22 | mtd: rawnand: nandsim: Artificially prevent sequential page reads | Miquel Raynal |
2023-03-17 | drivers: remove struct module * setting from struct class | Greg Kroah-Hartman |
2023-03-17 | mtd: spi-nor: spansion: Add support for Infineon S25FS256T | Takahiro Kuwano |
2023-03-17 | mtd: spi-nor: spansion: Make RD_ANY_REG_OP macro take number of dummy bytes | Takahiro Kuwano |
2023-03-13 | Merge tag 'v6.3-rc2' into spi-6.4 to fix clock related boot issues | Mark Brown |