summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nand/for-4.16' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-01-291-39/+404
|\
| * mtd: nand: Fix build issues due to an anonymous unionMiquel Raynal2018-01-201-4/+4
| * mtd: nand: add ->exec_op() implementationMiquel Raynal2017-12-161-1/+367
| * mtd: nand: squash struct nand_buffers into struct nand_chipMasahiro Yamada2017-12-141-17/+6
| * mtd: nand: remove unused NAND_OWN_BUFFERS flagMasahiro Yamada2017-12-141-5/+0
| * mtd: nand: provide valid ->data_interface during NAND detectionMiquel Raynal2017-12-141-5/+2
| * mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon2017-12-141-11/+0
| * mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon2017-12-141-0/+29
* | Merge tag 'spi-nor/for-4.16' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-01-291-1/+11
|\ \
| * | mtd: spi-nor: add an API to restore the status of SPI flash chipHou Zhiqiang2017-12-131-0/+6
| * | mtd: spi-nor: check FSR error bits for Micron memoriesBean Huo (beanhuo)2017-12-131-1/+5
| |/
* | mtd: Add an helper to make erase request aligned on ->erasesizeBoris Brezillon2018-01-061-0/+28
* | mtd: cfi: convert inline functions to macrosArnd Bergmann2017-12-181-69/+61
|/
* Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds2017-11-224-10/+14
|\
| * mtd: remove the get_unmapped_area methodNicolas Pitre2017-11-131-4/+0
| * mtd: Fix C++ comment in include/linux/mtd/mtd.hPavel Machek2017-11-061-1/+1
| * Merge tag 'nand/for-4.15' of git://git.infradead.org/l2-mtdRichard Weinberger2017-11-022-5/+3
| |\
| | * mtd: nand: gpio: Convert to use GPIO descriptorsLinus Walleij2017-10-071-5/+0
| | * mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada2017-09-181-0/+3
| * | mtd: spi-nor: add spi_nor_init() functionKamal Dasu2017-10-101-0/+10
| |/
* | 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
| |/
OpenPOWER on IntegriCloud