summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: spi: Add Gigadevice SPI NAND supportStefan Roese2018-10-041-0/+1
* mtd: mtdpart: implement proper partition handlingMiquel Raynal2018-10-022-1/+32
* mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal2018-10-021-0/+5
* mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal2018-10-021-0/+21
* mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon2018-09-201-0/+1
* mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf2018-09-201-0/+1
* mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan2018-09-201-0/+3
* mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan2018-09-201-0/+427
* mtd: nand: Pass mode information to nand_page_io_reqBoris Brezillon2018-09-201-0/+3
* mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon2018-09-201-0/+731
* mtd: move definitions to enlarge their rangeMiquel Raynal2018-09-201-0/+6
* mtd: add get/set of_node/flash_node helpersBrian Norris2018-09-201-0/+28
* mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia2018-09-201-11/+1
* mtd: remove stale comment in mtd_oob_ops structureMiquel Raynal2018-07-241-4/+0
* mtd: nand: add new enum for storing ECC algorithmRafał Miłecki2018-07-231-0/+8
* mtd: nand: export nand_get_flash_type functionJörg Krause2018-06-271-3/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0714-28/+14
* mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.hMasahiro Yamada2017-12-041-0/+1
* mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada2017-12-043-8/+5
* mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada2017-11-291-0/+3
* mtd: nand: add a shorthand to generate nand_ecc_caps structureMasahiro Yamada2017-11-291-0/+14
* mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada2017-11-291-0/+33
* mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon2017-11-291-4/+8
* mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada2017-11-291-0/+2
* mtd: nand: Drop the ->errstat() hookBoris Brezillon2017-11-291-5/+0
* mtd: nand: Drop unused cached programming supportBoris Brezillon2017-11-291-1/+1
* mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon2017-11-291-0/+57
* mtd: nand: Support controllers with custom pageMarc Gonzalez2017-11-291-0/+12
* mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon2017-11-291-0/+8
* mtd: nand: Fix data interface configuration logicBoris Brezillon2017-11-291-1/+1
* mtd: nand: automate NAND timings selectionBoris Brezillon2017-11-291-4/+10
* mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer2017-11-291-0/+2
* mtd: nand: convert ONFI mode into data interfaceSascha Hauer2017-11-291-0/+5
* mtd: nand: Introduce nand_data_interfaceSascha Hauer2017-11-291-49/+117
* mtd: nand: Create a NAND reset functionSascha Hauer2017-11-291-0/+4
* mtd: nand: remove unnecessary 'extern' from function declarationsSascha Hauer2017-11-291-11/+11
* mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon2017-11-291-0/+1
* mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabledMasahiro Yamada2017-11-291-2/+15
* mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUGMasahiro Yamada2017-10-231-24/+0
* printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada2017-10-041-9/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* treewide: use #include <...> to include public headersMasahiro Yamada2016-09-231-5/+5
* mtd: fix compiler warningsSteve Rae2016-07-241-0/+5
* mtd: nand: Increase the max OOB sizeBoris Brezillon2016-07-241-1/+1
* mtd: nand: add common DT init codeBrian Norris2016-07-241-0/+3
* armv7: armv7: introduce set_gpmc_cs0Ladislav Michl2016-07-221-0/+1
* armv7: make gpmc_cfg constLadislav Michl2016-07-221-1/+1
* mtd: nand: Sync with Linux v4.6Scott Wood2016-06-033-31/+49
* mtd: nand: Add page argument to write_page() etc.Scott Wood2016-06-031-3/+3
* mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood2016-06-031-0/+20