summaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)Author
2015-12-18mtd: nand: kill the chip->flash_node fieldBoris BREZILLON
2015-12-18mtd: nand: update mtd_to_nand()Boris BREZILLON
2015-12-18mtd: nand: sh_flctl: use the mtd instance embedded in struct nand_chipBoris BREZILLON
2015-12-09mtd: partitions: support a cleanup callback for parsersBrian Norris
2015-12-09mtd: partitions: pass around 'mtd_partitions' wrapper structBrian Norris
2015-12-09mtd: partitions: make parsers return 'const' partition arraysBrian Norris
2015-12-08mtd: nand: add nand_to_mtd() helperBoris BREZILLON
2015-12-08mtd: nand: embed an mtd_info structure into nand_chipBoris BREZILLON
2015-12-01mtd: nand: fix typo (t_ald -> t_adl)Brian Norris
2015-12-01mtd: nand: fix ONFI parameter page layoutBoris BREZILLON
2015-11-30mtd: cfi: don't warn about broken geometry for !CONFIG_MTDArnd Bergmann
2015-11-30mtd: spi-nor: include mtd.h header for struct mtd_info definitionRafał Miłecki
2015-11-19mtd: partitions: add module_mtd_part_parser() helperBrian Norris
2015-11-19mtd: spi-nor: provide default erase_sector implementationBrian Norris
2015-11-19mtd: merge in mtd_to_nand() branchBrian Norris
2015-11-19mtd: nand: add an mtd_to_nand() helperBoris BREZILLON
2015-11-12mtd: partitions: kill unused ecclayout structBrian Norris
2015-11-11mtd: ofpart: drop 'of_node' partition parser dataBrian Norris
2015-11-11mtd: spi-nor: drop flash_node fieldBrian Norris
2015-11-11mtd: ofpart: grab device tree node directly from master device nodeBrian Norris
2015-11-11mtd: add get/set of_node/flash_node helpersBrian Norris
2015-10-13mtd: spi-nor: add mtd_is_locked() supportBrian Norris
2015-10-13mtd: spi-nor: fixup kernel-doc for flash lock/unlock function pointersBrian Norris
2015-10-13mtd: spi-nor: add SPI NOR manufacturer IDsBrian Norris
2015-10-13mtd: spi-nor: make bitfield constants more consistentBrian Norris
2015-10-13mtd: spi-nor: make implicit <linux/bitops.h> dependency explicitBrian Norris
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON
2015-10-01mtd: nand: remove unused ->init_size() hookBoris BREZILLON
2015-09-21mtd: spi-nor: remove unused read_xfer/write_xfer hooksCyrille Pitchen
2015-09-21mtd: nand: add nand_check_erased helper functionsBoris BREZILLON
2015-09-13Merge tag 'v4.3-rc1' into MTD -next developmentBrian Norris
2015-09-11mtd: spi-nor: Zap unneeded write_enable from write_regJagan Teki
2015-09-11mtd: nand: Rename nand_chip .dn to .flash_nodeMarek Vasut
2015-09-11mtd: spi-nor: Decouple SPI NOR's device_node from controller deviceMarek Vasut
2015-09-02mtd: spi-nor: embed struct mtd_info within struct spi_norBrian Norris
2015-09-02mtd: spi-nor: add forward declaration for mtd_infoBrian Norris
2015-08-10arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams
2015-07-07mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflictScott Wood
2015-05-27mtd: cfi: deinline large functionsDenys Vlasenko
2015-05-11mtd: nand: add common DT init codeBrian Norris
2015-05-06mtd: nand_bbt: make nand_scan_bbt() staticBrian Norris
2015-03-27mtd: spi-nor: factor out replace-able flash_{lock,unlock}Brian Norris
2015-03-11mtd: clean up whitespace in linux/mtd/map.hArnd Bergmann
2015-03-11mtd: cfi: reduce stack sizeArnd Bergmann
2015-02-18Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdLinus Torvalds
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds
2015-01-28UBI: Add initial support for scatter gatherRichard Weinberger
2015-01-28UBI: Implement UBI_METAONLYRichard Weinberger
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig
2015-01-07mtd: implement common reboot notifier boilerplateBrian Norris