summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdLinus Torvalds2017-05-112-29/+69
|\
| * Merge tag 'nand/for-4.12' of github.com:linux-nand/linux into MTDBrian Norris2017-05-011-28/+68
| |\
| | * mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada2017-04-251-0/+2
| | * mtd: nand: relax ecc.read_page() return value for uncorrectable ECCMasahiro Yamada2017-04-251-1/+1
| | * mtd: nand: Remove unused chip->write_page() hookBoris Brezillon2017-04-251-4/+0
| | * mtd: nand: Move Macronix specific initialization in nand_macronix.cBoris Brezillon2017-03-081-0/+1
| | * mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cBoris Brezillon2017-03-081-0/+1
| | * mtd: nand: Move Micron specific init logic in nand_micron.cBoris Brezillon2017-03-081-20/+1
| | * mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cBoris Brezillon2017-03-081-0/+1
| | * mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cBoris Brezillon2017-03-081-0/+1
| | * mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cBoris Brezillon2017-03-081-0/+2
| | * mtd: nand: Add manufacturer specific initialization/detection stepsBoris Brezillon2017-03-081-0/+35
| | * mtd: nand: Do not expose the NAND manufacturer table directlyBoris Brezillon2017-03-081-1/+8
| | * mtd: nand: Rename the nand_manufacturers structBoris Brezillon2017-03-081-3/+3
| | * mtd: nand: Store nand ID in struct nand_chipBoris Brezillon2017-03-081-0/+13
| * | mtd: use dev_of_node helper in mtd_get_of_nodeRafał Miłecki2017-04-191-1/+1
| |/
* | mtd: Convert to dynamically allocated bdi infrastructureJan Kara2017-04-201-5/+0
|/
* scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* mtd: name the mtd device with an optional label propertyCédric Le Goater2017-02-101-0/+3
* Merge tag 'spi-nor/for-4.11-v2' of git://github.com/spi-nor/linuxBrian Norris2017-02-101-6/+28
|\
| * mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codesCyrille Pitchen2017-02-101-6/+16
| * mtd: spi-nor: Add support for S3AN spi-nor devicesRicardo Ribalda2017-02-101-0/+12
* | mtd: Add partition device node to mtd partition devicesSascha Hauer2017-02-091-0/+1
* | Merge tag 'nand/for-4.11' of github.com:linux-nand/linuxBrian Norris2017-02-082-157/+3
|\ \
| * | mtd: nand: Add Winbond manufacturer idAndrey Jr. Melnikov2017-02-061-0/+1
| * | mtd: nand: fsmc: remove stale non-DT probe pathLinus Walleij2017-01-301-156/+0
| * | mtd: nand: fix nand.h kernel-doc warningsRandy Dunlap2017-01-301-1/+2
| |/
* | mtd: nand: Add max_bb_per_die and blocks_per_die fields to nand_chipZach Brown2017-02-081-0/+5
* | mtd: introduce function max_bad_blocksJeff Westfahl2017-02-081-0/+13
|/
* Merge tag 'nand/for-4.10' of github.com:linux-nand/linuxBrian Norris2016-11-291-0/+30
|\
| * mtd: nand: Support controllers with custom pageMarc Gonzalez2016-11-191-0/+12
| * mtd: nand: Wait tCCS after a column changeBoris Brezillon2016-11-071-0/+10
| * mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon2016-11-071-0/+8
* | mtd: nand: Fix data interface configuration logicBoris Brezillon2016-10-281-1/+1
|/
* Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linuxBrian Norris2016-10-081-0/+107
|\
| * mtd: introduce the mtd_pairing_scheme conceptBoris Brezillon2016-09-151-0/+107
* | mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger2016-09-231-1/+4
* | mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon2016-09-231-0/+1
* | mtd: nand: automate NAND timings selectionBoris Brezillon2016-09-231-4/+10
* | mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer2016-09-231-0/+2
* | mtd: nand: Add function to convert ONFI mode to data_interfaceSascha Hauer2016-09-231-0/+5
* | mtd: nand: Introduce nand_data_interfaceSascha Hauer2016-09-231-49/+117
* | mtd: nand: Create a NAND reset functionSascha Hauer2016-09-231-0/+4
* | mtd: nand: remove unnecessary 'extern' from function declarationsSascha Hauer2016-09-231-15/+15
* | mtd: nand: import nand_hw_control_init()Marc Gonzalez2016-09-231-0/+7
|/
* Merge tag 'nand/for-4.8' of github.com:linux-nand/linux into mtdBrian Norris2016-07-151-0/+1
|\
| * mtd: nand: add ESMT manufacturerRafał Miłecki2016-06-091-0/+1
* | mtd: spi-nor: stop passing around retlenMichal Suchanek2016-06-011-2/+2
* | mtd: spi-nor: change return value of read/writeMichal Suchanek2016-06-011-2/+2
|/
* mtd: spi-nor: support GigaDevice gd25lq64cBrian Norris2016-05-101-0/+1
OpenPOWER on IntegriCloud