aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)AuthorFilesLines
2018-12-06mtd: Don't stop MTD partition creation when it fails on one deviceBoris Brezillon1-0/+2
2018-12-06mtd: Delete partitions attached to the device when a device is deletedBoris Brezillon1-0/+15
2018-12-06mtd: Add a function to report when the MTD dev list has been updatedBoris Brezillon1-0/+1
2018-10-04mtd: nand: spi: Add Gigadevice SPI NAND supportStefan Roese1-0/+1
2018-10-02mtd: mtdpart: implement proper partition handlingMiquel Raynal2-1/+32
2018-10-02mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal1-0/+5
2018-10-02mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal1-0/+21
2018-09-20mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon1-0/+1
2018-09-20mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf1-0/+1
2018-09-20mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan1-0/+3
2018-09-20mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan1-0/+427
2018-09-20mtd: nand: Pass mode information to nand_page_io_reqBoris Brezillon1-0/+3
2018-09-20mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon1-0/+731
2018-09-20mtd: move definitions to enlarge their rangeMiquel Raynal1-0/+6
2018-09-20mtd: add get/set of_node/flash_node helpersBrian Norris1-0/+28
2018-09-20mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia1-11/+1
2018-07-24mtd: remove stale comment in mtd_oob_ops structureMiquel Raynal1-4/+0
2018-07-23mtd: nand: add new enum for storing ECC algorithmRafał Miłecki1-0/+8
2018-06-27mtd: nand: export nand_get_flash_type functionJörg Krause1-3/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini14-28/+14
2017-12-04mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.hMasahiro Yamada1-0/+1
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada3-8/+5
2017-11-29mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada1-0/+3
2017-11-29mtd: nand: add a shorthand to generate nand_ecc_caps structureMasahiro Yamada1-0/+14
2017-11-29mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada1-0/+33
2017-11-29mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon1-4/+8
2017-11-29mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada1-0/+2
2017-11-29mtd: nand: Drop the ->errstat() hookBoris Brezillon1-5/+0
2017-11-29mtd: nand: Drop unused cached programming supportBoris Brezillon1-1/+1
2017-11-29mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon1-0/+57
2017-11-29mtd: nand: Support controllers with custom pageMarc Gonzalez1-0/+12
2017-11-29mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon1-0/+8
2017-11-29mtd: nand: Fix data interface configuration logicBoris Brezillon1-1/+1
2017-11-29mtd: nand: automate NAND timings selectionBoris Brezillon1-4/+10
2017-11-29mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer1-0/+2
2017-11-29mtd: nand: convert ONFI mode into data interfaceSascha Hauer1-0/+5
2017-11-29mtd: nand: Introduce nand_data_interfaceSascha Hauer1-49/+117
2017-11-29mtd: nand: Create a NAND reset functionSascha Hauer1-0/+4
2017-11-29mtd: nand: remove unnecessary 'extern' from function declarationsSascha Hauer1-11/+11
2017-11-29mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon1-0/+1
2017-11-29mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabledMasahiro Yamada1-2/+15
2017-10-23mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUGMasahiro Yamada1-24/+0
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada1-9/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-23treewide: use #include <...> to include public headersMasahiro Yamada1-5/+5
2016-07-24mtd: fix compiler warningsSteve Rae1-0/+5
2016-07-24mtd: nand: Increase the max OOB sizeBoris Brezillon1-1/+1
2016-07-24mtd: nand: add common DT init codeBrian Norris1-0/+3
2016-07-22armv7: armv7: introduce set_gpmc_cs0Ladislav Michl1-0/+1
2016-07-22armv7: make gpmc_cfg constLadislav Michl1-1/+1