Age | Commit message (Expand) | Author |
2019-04-22 | mtd: nand: provide several helpers to do common NAND operations | Boris Brezillon |
2019-04-22 | mtd: nand: import nand_hw_control_init() | Marc Gonzalez |
2019-04-22 | mtd: add get/set of_node/flash_node helpers | Brian Norris |
2019-04-12 | mtd: fix mtd_oobavail() incoherent returned value | Miquel Raynal |
2019-02-07 | mtd: spi: spi-nor-core: Add back U-Boot specific features | Vignesh R |
2019-02-07 | mtd: spi: Port SPI NOR framework from Linux | Vignesh R |
2018-12-06 | mtd: Don't stop MTD partition creation when it fails on one device | Boris Brezillon |
2018-12-06 | mtd: Delete partitions attached to the device when a device is deleted | Boris Brezillon |
2018-12-06 | mtd: Add a function to report when the MTD dev list has been updated | Boris Brezillon |
2018-10-04 | mtd: nand: spi: Add Gigadevice SPI NAND support | Stefan Roese |
2018-10-02 | mtd: mtdpart: implement proper partition handling | Miquel Raynal |
2018-10-02 | mtd: uboot: search for an equivalent MTD name with the mtdids | Miquel Raynal |
2018-10-02 | mtd: mtdpart: add a generic mtdparts-like parser | Miquel Raynal |
2018-09-20 | mtd: spinand: Add initial support for the MX35LF1GE4AB chip | Boris Brezillon |
2018-09-20 | mtd: spinand: Add initial support for Winbond W25M02GV | Frieder Schrempf |
2018-09-20 | mtd: spinand: Add initial support for Micron MT29F2G01ABAGD | Peter Pan |
2018-09-20 | mtd: nand: Add core infrastructure to support SPI NANDs | Peter Pan |
2018-09-20 | mtd: nand: Pass mode information to nand_page_io_req | Boris Brezillon |
2018-09-20 | mtd: nand: Add core infrastructure to deal with NAND devices | Boris Brezillon |
2018-09-20 | mtd: move definitions to enlarge their range | Miquel Raynal |
2018-09-20 | mtd: add get/set of_node/flash_node helpers | Brian Norris |
2018-09-20 | mtd: Uninline mtd_write_oob and move it to mtdcore.c | Ezequiel Garcia |
2018-07-24 | mtd: remove stale comment in mtd_oob_ops structure | Miquel Raynal |
2018-07-23 | mtd: nand: add new enum for storing ECC algorithm | Rafał Miłecki |
2018-06-27 | mtd: nand: export nand_get_flash_type function | Jörg Krause |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2017-12-04 | mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.h | Masahiro Yamada |
2017-12-04 | mtd: nand: Rename nand.h into rawnand.h | Masahiro Yamada |
2017-11-29 | mtd: nand: introduce NAND_ROW_ADDR_3 flag | Masahiro Yamada |
2017-11-29 | mtd: nand: add a shorthand to generate nand_ecc_caps structure | Masahiro Yamada |
2017-11-29 | mtd: nand: add generic helpers to check, match, maximize ECC settings | Masahiro Yamada |
2017-11-29 | mtd: nand: Pass the CS line to ->setup_data_interface() | Boris Brezillon |
2017-11-29 | mtd: nand: allow drivers to request minimum alignment for passed buffer | Masahiro Yamada |
2017-11-29 | mtd: nand: Drop the ->errstat() hook | Boris Brezillon |
2017-11-29 | mtd: nand: Drop unused cached programming support | Boris Brezillon |
2017-11-29 | mtd: add mtd_ooblayout_xxx() helper functions | Boris Brezillon |
2017-11-29 | mtd: nand: Support controllers with custom page | Marc Gonzalez |
2017-11-29 | mtd: nand: Add a few more timings to nand_sdr_timings | Boris Brezillon |
2017-11-29 | mtd: nand: Fix data interface configuration logic | Boris Brezillon |
2017-11-29 | mtd: nand: automate NAND timings selection | Boris Brezillon |
2017-11-29 | mtd: nand: Expose data interface for ONFI mode 0 | Sascha Hauer |
2017-11-29 | mtd: nand: convert ONFI mode into data interface | Sascha Hauer |
2017-11-29 | mtd: nand: Introduce nand_data_interface | Sascha Hauer |
2017-11-29 | mtd: nand: Create a NAND reset function | Sascha Hauer |
2017-11-29 | mtd: nand: remove unnecessary 'extern' from function declarations | Sascha Hauer |
2017-11-29 | mtd: nand: Add an option to maximize the ECC strength | Boris Brezillon |
2017-11-29 | mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabled | Masahiro Yamada |
2017-10-23 | mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUG | Masahiro Yamada |
2017-10-04 | printk: collect printk stuff into <linux/printk.h> with loglevel support | Masahiro Yamada |
2016-09-23 | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada |