summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon2017-09-014-23/+14
|\
| * mtd: nand: complain loudly when chip->bits_per_cell is not correctly initializedLothar Waßmann2017-08-291-0/+2
| * Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...Boris Brezillon2017-08-234-8/+6
| |\
| | * mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-134-8/+6
| * | mtd: nand: sharpsl: Add partition parsers platform dataAndrea Adami2017-08-231-0/+1
| * | mtd: nand: remove hard-coded NAND ids lengthJean-Louis Thekekara2017-08-231-5/+5
| * | mtd: nand: Remove support for block locking/unlockingBoris Brezillon2017-08-031-10/+0
| |/
* | Merge tag 'spi-nor/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon2017-09-011-0/+11
|\ \
| * | mtd: spi-nor: Recover from Spansion/Cypress errorsAlexander Sverdlin2017-08-011-0/+5
| * | mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tablesCyrille Pitchen2017-07-181-0/+6
| |/
* | Merge tag 'v4.13-rc7' into mtd/nextBoris Brezillon2017-08-281-3/+3
|\ \
| * | mtd: nand: Declare tBERS, tR and tPROG as u64 to avoid integer overflowBoris Brezillon2017-08-021-3/+3
| |/
* | mtd: only use __xipram annotation when XIP_KERNEL is setArnd Bergmann2017-08-151-4/+6
* | mtd: create per-device and module-scope debugfs entriesMario Rugiero2017-07-211-0/+10
|/
* 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
OpenPOWER on IntegriCloud