summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| * | mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon2018-07-181-0/+1
| * | mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf2018-07-181-0/+1
| * | mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan2018-07-181-0/+3
| * | mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan2018-07-181-0/+416
| * | mtd: rawnand: provide only single helper function for ECC confAbhishek Sahu2018-07-181-9/+0
| * | mtd: rawnand: helper function for setting up ECC configurationAbhishek Sahu2018-07-181-0/+3
| * | mtd: rawnand: add defines for ONFI version bitsChris Packham2018-07-021-0/+11
| * | mtd: rawnand: add manufacturer fixup for ONFI parameter pageChris Packham2018-07-021-0/+4
| * | mtd: rawnand: add an option to specify NAND chip as a boot deviceStefan Agner2018-07-021-0/+6
| * | mtd: rawnand: add Reed-Solomon error correction algorithmStefan Agner2018-07-021-0/+1
| |/
* / mtd: adapt misleading comment in mtd_oob_ops structureMiquel Raynal2018-07-191-3/+5
|/
* Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds2018-06-083-9/+31
|\
| * Merge tag 'spi-nor/for-4.18' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-06-071-0/+2
| |\
| | * mtd: spi-nor: clear Winbond Extended Address Reg on switch to 3-byte addressing.NeilBrown2018-04-211-0/+2
| * | mtd: nand: Pass mode information to nand_page_io_reqBoris Brezillon2018-06-011-0/+3
| * | mtd: rawnand.h: use nested union kernel-doc markupsMauro Carvalho Chehab2018-05-091-8/+18
| * | mtd: rawnand: add a way to pass an ID table with nand_scan()Miquel Raynal2018-04-291-1/+8
| |/
* | mtd: rawnand: Fix return type of __DIVIDE() when called with 32-bitGeert Uytterhoeven2018-05-151-5/+11
* | mtd: Fix comparison in map_word_andequal()Ben Hutchings2018-05-141-1/+1
* | mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.Joakim Tjernlund2018-04-241-0/+1
|/
* Merge tag 'nand/for-4.17' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-04-045-52/+791
|\
| * mtd: rawnand: get rid of the ONFI parameter page in nand_chipMiquel Raynal2018-03-201-3/+0
| * mtd: rawnand: get rid of the JEDEC parameter page in nand_chipMiquel Raynal2018-03-201-16/+1
| * mtd: rawnand: allow vendors to declare (un)supported featuresMiquel Raynal2018-03-201-1/+7
| * mtd: rawnand: prepare the removal of the ONFI parameter pageMiquel Raynal2018-03-201-18/+29
| * mtd: rawnand: prepare the removal of ONFI/JEDEC parameter pagesMiquel Raynal2018-03-201-0/+13
| * mtd: rawnand: use wrappers to call onfi GET/SET_FEATURESMiquel Raynal2018-03-201-0/+3
| * mtd: rawnand: rename SET/GET FEATURES related functionsMiquel Raynal2018-03-201-9/+8
| * mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon2018-02-161-0/+731
| * mtd: nand: Get rid of comments giving the file path inside the file itselfBoris Brezillon2018-02-163-6/+0
* | mtd: partitions: add of_match_table parser matching for the "ofpart" typeRafał Miłecki2018-03-271-0/+1
* | mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-211-9/+0
* | mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon2018-03-151-1/+2
* | mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon2018-03-151-2/+0
* | mtd: Get rid of unused fields in struct erase_infoBoris Brezillon2018-03-151-5/+0
|/
* 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