summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtdLinus Torvalds2017-07-133-18/+230
|\
| * Merge tag 'nand/for-4.13' into MTDBrian Norris2017-07-071-9/+71
| |\
| | * mtd: nand: add a shorthand to generate nand_ecc_caps structureMasahiro Yamada2017-06-101-0/+14
| | * mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada2017-06-101-0/+33
| | * mtd: nand: Drop the ->errstat() hookBoris Brezillon2017-06-011-5/+0
| | * mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon2017-06-011-4/+8
| | * mtd: nand: add support for Micron on-die ECCThomas Petazzoni2017-06-011-0/+2
| | * mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon2017-05-301-0/+5
| | * mtd: nand: export nand_{read,write}_page_raw()Thomas Petazzoni2017-05-151-0/+8
| | * mtd: nand: add core support for on-die ECCThomas Petazzoni2017-05-151-0/+1
| * | Merge tag 'spi-nor/for-4.13' into MTDBrian Norris2017-07-071-9/+152
| |\ \
| | * | mtd: spi-nor: introduce Octo SPI protocolsCyrille Pitchen2017-05-151-5/+21
| | * | mtd: spi-nor: introduce Double Transfer Rate (DTR) SPI protocolsCyrille Pitchen2017-05-151-11/+37
| | * | mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocolsCyrille Pitchen2017-05-151-9/+110
| | |/
| * | mtd: partitions: add support for partition parsersRafał Miłecki2017-06-221-0/+7
| |/
* | Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet2017-05-181-1/+1
|\ \ | |/ |/|
| * mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warningsMauro Carvalho Chehab2017-05-161-1/+1
* | 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
OpenPOWER on IntegriCloud