summaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)Author
2019-04-22mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon
2019-04-22mtd: nand: import nand_hw_control_init()Marc Gonzalez
2019-04-22mtd: add get/set of_node/flash_node helpersBrian Norris
2019-04-12mtd: fix mtd_oobavail() incoherent returned valueMiquel Raynal
2019-02-07mtd: spi: spi-nor-core: Add back U-Boot specific featuresVignesh R
2019-02-07mtd: spi: Port SPI NOR framework from LinuxVignesh R
2018-12-06mtd: Don't stop MTD partition creation when it fails on one deviceBoris Brezillon
2018-12-06mtd: Delete partitions attached to the device when a device is deletedBoris Brezillon
2018-12-06mtd: Add a function to report when the MTD dev list has been updatedBoris Brezillon
2018-10-04mtd: nand: spi: Add Gigadevice SPI NAND supportStefan Roese
2018-10-02mtd: mtdpart: implement proper partition handlingMiquel Raynal
2018-10-02mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal
2018-10-02mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal
2018-09-20mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon
2018-09-20mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf
2018-09-20mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan
2018-09-20mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan
2018-09-20mtd: nand: Pass mode information to nand_page_io_reqBoris Brezillon
2018-09-20mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon
2018-09-20mtd: move definitions to enlarge their rangeMiquel Raynal
2018-09-20mtd: add get/set of_node/flash_node helpersBrian Norris
2018-09-20mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia
2018-07-24mtd: remove stale comment in mtd_oob_ops structureMiquel Raynal
2018-07-23mtd: nand: add new enum for storing ECC algorithmRafał Miłecki
2018-06-27mtd: nand: export nand_get_flash_type functionJörg Krause
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-12-04mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.hMasahiro Yamada
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada
2017-11-29mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada
2017-11-29mtd: nand: add a shorthand to generate nand_ecc_caps structureMasahiro Yamada
2017-11-29mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada
2017-11-29mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon
2017-11-29mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada
2017-11-29mtd: nand: Drop the ->errstat() hookBoris Brezillon
2017-11-29mtd: nand: Drop unused cached programming supportBoris Brezillon
2017-11-29mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon
2017-11-29mtd: nand: Support controllers with custom pageMarc Gonzalez
2017-11-29mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon
2017-11-29mtd: nand: Fix data interface configuration logicBoris Brezillon
2017-11-29mtd: nand: automate NAND timings selectionBoris Brezillon
2017-11-29mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer
2017-11-29mtd: nand: convert ONFI mode into data interfaceSascha Hauer
2017-11-29mtd: nand: Introduce nand_data_interfaceSascha Hauer
2017-11-29mtd: nand: Create a NAND reset functionSascha Hauer
2017-11-29mtd: nand: remove unnecessary 'extern' from function declarationsSascha Hauer
2017-11-29mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon
2017-11-29mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabledMasahiro Yamada
2017-10-23mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUGMasahiro Yamada
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada