summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
AgeCommit message (Expand)Author
2018-11-27mtd: nand: Fix nanddev_pos_next_page() kernel-doc headerBoris Brezillon
2018-11-21mtd: nand: Fix nanddev_neraseblocks()Boris Brezillon
2018-08-11Merge tag 'spi-nor/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-08-11Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-08-01mtd: rawnand: allocate dynamically ONFI parameters during detectionMiquel Raynal
2018-08-01mtd: spi-nor: only apply reset hacks to broken hardwareBrian Norris
2018-07-31mtd: rawnand: allocate model parameter dynamicallyMiquel Raynal
2018-07-31mtd: rawnand: do not export nand_scan_[ident|tail]() anymoreMiquel Raynal
2018-07-31mtd: rawnand: add hooks that may be called during nand_scan()Miquel Raynal
2018-07-31mtd: rawnand: better name for the controller structureMiquel Raynal
2018-07-31mtd: rawnand: make subop helpers return unsigned valuesMiquel Raynal
2018-07-19mtd: rawnand: Expose _notsupp() helpers for raw page accessorsBoris Brezillon
2018-07-19mtd: adapt misleading comment in mtd_oob_ops structureMiquel Raynal
2018-07-18mtd: rawnand: plat_nand: Kill pdata->ctrl.{hwcontrol, read_byte}()Boris Brezillon
2018-07-18mtd: rawnand: Kill the chip->scan_bbt() hookBoris Brezillon
2018-07-18mtd: rawnand: Rename nand_default_bbt() into nand_create_bbt()Boris Brezillon
2018-07-18mtd: rawnand: Remove forward declaration of device_nodeBoris Brezillon
2018-07-18mtd: rawnand: Remove forward declaration of mtd_infoBoris Brezillon
2018-07-18mtd: rawnand: Remove nand_do_read() prototype from rawnand.hBoris Brezillon
2018-07-18mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon
2018-07-18mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf
2018-07-18mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan
2018-07-18mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan
2018-07-18mtd: rawnand: provide only single helper function for ECC confAbhishek Sahu
2018-07-18mtd: rawnand: helper function for setting up ECC configurationAbhishek Sahu
2018-07-02mtd: rawnand: add defines for ONFI version bitsChris Packham
2018-07-02mtd: rawnand: add manufacturer fixup for ONFI parameter pageChris Packham
2018-07-02mtd: rawnand: add an option to specify NAND chip as a boot deviceStefan Agner
2018-07-02mtd: rawnand: add Reed-Solomon error correction algorithmStefan Agner
2018-06-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds
2018-06-07Merge tag 'spi-nor/for-4.18' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-06-01mtd: nand: Pass mode information to nand_page_io_reqBoris Brezillon
2018-05-15mtd: rawnand: Fix return type of __DIVIDE() when called with 32-bitGeert Uytterhoeven
2018-05-14mtd: Fix comparison in map_word_andequal()Ben Hutchings
2018-05-09mtd: rawnand.h: use nested union kernel-doc markupsMauro Carvalho Chehab
2018-04-29mtd: rawnand: add a way to pass an ID table with nand_scan()Miquel Raynal
2018-04-24mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.Joakim Tjernlund
2018-04-21mtd: spi-nor: clear Winbond Extended Address Reg on switch to 3-byte addressing.NeilBrown
2018-04-04Merge tag 'nand/for-4.17' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon
2018-03-27mtd: partitions: add of_match_table parser matching for the "ofpart" typeRafał Miłecki
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon
2018-03-20mtd: rawnand: get rid of the ONFI parameter page in nand_chipMiquel Raynal
2018-03-20mtd: rawnand: get rid of the JEDEC parameter page in nand_chipMiquel Raynal
2018-03-20mtd: rawnand: allow vendors to declare (un)supported featuresMiquel Raynal
2018-03-20mtd: rawnand: prepare the removal of the ONFI parameter pageMiquel Raynal
2018-03-20mtd: rawnand: prepare the removal of ONFI/JEDEC parameter pagesMiquel Raynal
2018-03-20mtd: rawnand: use wrappers to call onfi GET/SET_FEATURESMiquel Raynal
2018-03-20mtd: rawnand: rename SET/GET FEATURES related functionsMiquel Raynal
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon