Age | Commit message (Expand) | Author | Files | Lines |
2021-06-21 | mtd: spi-nor: remove redundant continue statement | Colin Ian King | 1 | -3/+1 |
2021-06-18 | ubifs: fix snprintf() checking | Dan Carpenter | 1 | -1/+1 |
2021-06-18 | mtd: rawnand: omap: Add larger page NAND chips support | Miquel Raynal | 2 | -69/+116 |
2021-06-18 | mtd: rawnand: omap: Various style fixes | Miquel Raynal | 1 | -5/+7 |
2021-06-18 | mtd: rawnand: omap: Check return values | Miquel Raynal | 1 | -9/+21 |
2021-06-18 | mtd: rawnand: omap: Rename a macro | Miquel Raynal | 1 | -8/+8 |
2021-06-18 | mtd: rawnand: omap: Aggregate the HW configuration of the ELM | Miquel Raynal | 1 | -19/+11 |
2021-06-18 | mtd: rawnand: pl353: Add support for the ARM PL353 SMC NAND controller | Miquel Raynal | 3 | -0/+1203 |
2021-06-18 | mtd: rawnand: qcom: avoid writing to obsolete register | Md Sadre Alam | 1 | -6/+12 |
2021-06-18 | mtd: rawnand: marvell: Minor documentation correction | Souptick Joarder | 1 | -1/+1 |
2021-06-18 | mtd: rawnand: r852: use DEVICE_ATTR_RO() helper macro | Zhen Lei | 1 | -4/+3 |
2021-06-18 | mtd: spinand: add SPI-NAND MTD resume handler | Patrice Chotard | 1 | -0/+17 |
2021-06-18 | mtd: spinand: Add spinand_init_flash() helper | Patrice Chotard | 1 | -29/+45 |
2021-06-18 | mtd: spinand: add spinand_read_cfg() helper | Patrice Chotard | 1 | -9/+20 |
2021-06-18 | mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvel... | Yang Yingliang | 1 | -1/+3 |
2021-06-18 | mtd: rawnand: arasan: Finer grain NV-DDR configuration | Miquel Raynal | 1 | -2/+54 |
2021-06-18 | mtd: rawnand: arasan: Rename the data interface register | Miquel Raynal | 1 | -7/+7 |
2021-06-18 | mtd: rawnand: onfi: Fix endianness when reading NV-DDR values | Miquel Raynal | 1 | -3/+3 |
2021-06-18 | mtd: rawnand: arasan: Use the right DMA mask | Miquel Raynal | 1 | -0/+4 |
2021-06-16 | pstore/blk: Include zone in pstore_device_info | Kees Cook | 1 | -5/+5 |
2021-06-16 | mtd_blkdevs: initialze new->rq in add_mtd_blktrans_dev | Christoph Hellwig | 1 | -0/+1 |
2021-06-15 | mtd: spi-nor: add initial sysfs support | Michael Walle | 4 | -1/+97 |
2021-06-15 | mtd: spi-nor: sfdp: save a copy of the SFDP data | Michael Walle | 2 | -0/+68 |
2021-06-11 | mtd: Convert list_for_each to entry variant | Zou Wei | 1 | -4/+1 |
2021-06-11 | mtd: inftl: remove unnecessary oom message | Zhen Lei | 1 | -13/+2 |
2021-06-11 | mtd: amd76xrom: remove unnecessary oom message | Zhen Lei | 1 | -4/+2 |
2021-06-11 | mtd: ck804xrom: remove unnecessary oom message | Zhen Lei | 1 | -5/+3 |
2021-06-11 | mtd: esb2rom: remove unnecessary oom message | Zhen Lei | 1 | -4/+3 |
2021-06-11 | mtd: ichxrom: remove unnecessary oom message | Zhen Lei | 1 | -4/+2 |
2021-06-11 | mtd: sun_uflash: remove unnecessary oom message | Zhen Lei | 1 | -3/+1 |
2021-06-11 | mtd: mtdoops: remove unnecessary oom message | Zhen Lei | 1 | -3/+1 |
2021-06-11 | mtd: rawnand: atmel: remove unnecessary oom message | Zhen Lei | 1 | -3/+1 |
2021-06-11 | mtd: rawnand: sunxi: remove unnecessary oom message | Zhen Lei | 1 | -3/+1 |
2021-06-11 | mtd: nftl: remove unnecessary oom message | Zhen Lei | 1 | -4/+1 |
2021-06-11 | mtd: rfd_ftl: remove unnecessary oom message | Zhen Lei | 1 | -4/+1 |
2021-06-11 | mtd: devices: add support for microchip 48l640 EERAM | Heiko Schocher | 3 | -0/+380 |
2021-06-11 | mtd: core: use MTD_DEVICE_ATTR_RO/RW() helper macros | Zhen Lei | 1 | -25/+21 |
2021-06-11 | mtd: core: add MTD_DEVICE_ATTR_RO/RW() helper macros | Zhen Lei | 1 | -0/+6 |
2021-06-11 | mtd: mtdpart: use DEVICE_ATTR_RO() helper macro | Zhen Lei | 1 | -4/+3 |
2021-06-11 | mtd: spinand: Fix double counting of ECC stats | Miquel Raynal | 1 | -6/+11 |
2021-06-11 | ubi: use blk_mq_alloc_disk and blk_cleanup_disk | Christoph Hellwig | 1 | -39/+29 |
2021-06-11 | mtd_blkdevs: use blk_mq_alloc_disk | Christoph Hellwig | 1 | -26/+22 |
2021-06-09 | mtd: spi-nor: otp: implement erase for Winbond and similar flashes | Michael Walle | 4 | -1/+92 |
2021-06-09 | mtd: spi-nor: otp: return -EROFS if region is read-only | Michael Walle | 1 | -3/+38 |
2021-06-09 | mtd: spi-nor: otp: use more consistent wording | Michael Walle | 1 | -8/+19 |
2021-06-09 | mtd: spi-nor: otp: fix access to security registers in 4 byte mode | Michael Walle | 1 | -2/+0 |
2021-06-03 | mtd: spinand: use the spi-mem poll status APIs | Patrice Chotard | 1 | -13/+32 |
2021-05-27 | mtd: spi-nor: enable locking support for MX25L12805D | David Bauer | 1 | -1/+2 |
2021-05-27 | mtd: spi-nor: macronix: Fix name for mx66l51235f | Tudor Ambarus | 1 | -1/+1 |
2021-05-27 | mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-M SPI serial flash | Mika Westerberg | 1 | -0/+1 |