summaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)Author
2017-04-20mtd: Convert to dynamically allocated bdi infrastructureJan Kara
2017-02-27scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada
2017-02-10mtd: name the mtd device with an optional label propertyCédric Le Goater
2017-02-10Merge tag 'spi-nor/for-4.11-v2' of git://github.com/spi-nor/linuxBrian Norris
2017-02-10mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codesCyrille Pitchen
2017-02-10mtd: spi-nor: Add support for S3AN spi-nor devicesRicardo Ribalda
2017-02-09mtd: Add partition device node to mtd partition devicesSascha Hauer
2017-02-08Merge tag 'nand/for-4.11' of github.com:linux-nand/linuxBrian Norris
2017-02-08mtd: nand: Add max_bb_per_die and blocks_per_die fields to nand_chipZach Brown
2017-02-08mtd: introduce function max_bad_blocksJeff Westfahl
2017-02-06mtd: nand: Add Winbond manufacturer idAndrey Jr. Melnikov
2017-01-30mtd: nand: fsmc: remove stale non-DT probe pathLinus Walleij
2017-01-30mtd: nand: fix nand.h kernel-doc warningsRandy Dunlap
2016-11-29Merge tag 'nand/for-4.10' of github.com:linux-nand/linuxBrian Norris
2016-11-19mtd: nand: Support controllers with custom pageMarc Gonzalez
2016-11-07mtd: nand: Wait tCCS after a column changeBoris Brezillon
2016-11-07mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon
2016-10-28mtd: nand: Fix data interface configuration logicBoris Brezillon
2016-10-08Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linuxBrian Norris
2016-09-23mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger
2016-09-23mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon
2016-09-23mtd: nand: automate NAND timings selectionBoris Brezillon
2016-09-23mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer
2016-09-23mtd: nand: Add function to convert ONFI mode to data_interfaceSascha Hauer
2016-09-23mtd: nand: Introduce nand_data_interfaceSascha Hauer
2016-09-23mtd: nand: Create a NAND reset functionSascha Hauer
2016-09-23mtd: nand: remove unnecessary 'extern' from function declarationsSascha Hauer
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez
2016-09-15mtd: introduce the mtd_pairing_scheme conceptBoris Brezillon
2016-07-15Merge tag 'nand/for-4.8' of github.com:linux-nand/linux into mtdBrian Norris
2016-06-09mtd: nand: add ESMT manufacturerRafał Miłecki
2016-06-01mtd: spi-nor: stop passing around retlenMichal Suchanek
2016-06-01mtd: spi-nor: change return value of read/writeMichal Suchanek
2016-05-10mtd: spi-nor: support GigaDevice gd25lq64cBrian Norris
2016-05-05Merge tag 'nand/for-4.7' of github.com:linux-nand/linuxBrian Norris
2016-05-05mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki
2016-05-05mtd: kill the nand_ecclayout structBoris Brezillon
2016-05-05mtd: nand: kill the ecc->layout fieldBoris Brezillon
2016-05-05mtd: onenand: switch to mtd_ooblayout_opsBoris Brezillon
2016-05-05mtd: nand: fsmc: get rid of the fsmc_nand_eccplace structBoris Brezillon
2016-05-05mtd: nand: sharpsl: switch to mtd_ooblayout_opsBoris Brezillon
2016-04-19mtd: nand: implement the default mtd_ooblayout_opsBoris Brezillon
2016-04-19mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionBoris Brezillon
2016-04-19mtd: add mtd_set_ecclayout() helper functionBoris Brezillon
2016-04-19mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon
2016-04-19mtd: nand: export default read/write oob functionsBoris Brezillon
2016-04-19mtd: nand: add new enum for storing ECC algorithmRafał Miłecki
2016-04-13mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia
2016-04-03mtd: avoid stack overflow in MTD CFI codeArnd Bergmann
2016-03-10mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja