summaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)AuthorFilesLines
2018-02-25mtd: sh_flctl: pass FIFO as physical addressArnd Bergmann1-0/+1
2018-02-16mtd: cfi: convert inline functions to macrosArnd Bergmann1-69/+61
2017-05-08mtd: avoid stack overflow in MTD CFI codeArnd Bergmann1-12/+7
2016-01-06mtd: spi-nor: fix Spansion regressions (aliased with Winbond)Brian Norris1-1/+1
2015-10-14mtd: spi-nor: add mtd_is_locked() supportBrian Norris1-0/+3
2015-10-14mtd: spi-nor: fixup kernel-doc for flash lock/unlock function pointersBrian Norris1-2/+2
2015-10-14mtd: spi-nor: add SPI NOR manufacturer IDsBrian Norris1-0/+15
2015-10-14mtd: spi-nor: make bitfield constants more consistentBrian Norris1-10/+10
2015-10-14mtd: spi-nor: make implicit <linux/bitops.h> dependency explicitBrian Norris1-0/+2
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON1-3/+3
2015-10-01mtd: nand: remove unused ->init_size() hookBoris BREZILLON1-6/+0
2015-09-22mtd: spi-nor: remove unused read_xfer/write_xfer hooksCyrille Pitchen1-35/+0
2015-09-22mtd: nand: add nand_check_erased helper functionsBoris BREZILLON1-0/+5
2015-09-14Merge tag 'v4.3-rc1' into MTD -next developmentBrian Norris1-1/+1
2015-09-12mtd: spi-nor: Zap unneeded write_enable from write_regJagan Teki1-2/+1
2015-09-12mtd: nand: Rename nand_chip .dn to .flash_nodeMarek Vasut1-2/+2
2015-09-12mtd: spi-nor: Decouple SPI NOR's device_node from controller deviceMarek Vasut1-0/+2
2015-09-03mtd: spi-nor: embed struct mtd_info within struct spi_norBrian Norris1-1/+1
2015-09-03mtd: spi-nor: add forward declaration for mtd_infoBrian Norris1-0/+2
2015-08-11arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams1-1/+1
2015-07-07mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflictScott Wood1-5/+5
2015-05-27mtd: cfi: deinline large functionsDenys Vlasenko1-180/+8
2015-05-12mtd: nand: add common DT init codeBrian Norris1-0/+5
2015-05-07mtd: nand_bbt: make nand_scan_bbt() staticBrian Norris1-1/+0
2015-03-27mtd: spi-nor: factor out replace-able flash_{lock,unlock}Brian Norris1-0/+5
2015-03-12mtd: clean up whitespace in linux/mtd/map.hArnd Bergmann1-18/+24
2015-03-12mtd: cfi: reduce stack sizeArnd Bergmann1-1/+11
2015-02-18Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdLinus Torvalds2-0/+8
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+52
2015-01-28UBI: Add initial support for scatter gatherRichard Weinberger1-0/+48
2015-01-28UBI: Implement UBI_METAONLYRichard Weinberger1-1/+4
2015-01-21fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-0/+2
2015-01-08mtd: implement common reboot notifier boilerplateBrian Norris1-0/+1
2015-01-07mtd: spi-nor: Add quad I/O support for Micron SPI NORBean Huo 霍斌斌 (beanhuo)1-0/+7
2014-11-26mtd: nand: add ATO manufacturer infoBrian Norris1-0/+1
2014-11-20mtd: nand: provide detailed description for raw read/write page methodsBoris BREZILLON1-2/+15
2014-11-05mtd: spi-nor: drop replaceable wait-till-ready function pointerBrian Norris1-2/+0
2014-11-05mtd: m25p80: drop wait-till-ready checksBrian Norris1-0/+6
2014-10-22spi-nor: Remove spi_nor::read_id operationBen Hutchings1-3/+0
2014-10-22mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings1-1/+0
2014-10-17mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings1-17/+3
2014-09-22mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDsBoris BREZILLON1-0/+11
2014-08-19Merge l2-mtd/next into l2-mtd/masterBrian Norris2-11/+12
2014-08-19mtd: nand: fix DocBook warnings on nand_sdr_timings docBoris BREZILLON1-1/+1
2014-08-19mtd: use __packed shorthandBrian Norris1-11/+11
2014-08-19mtd: fix linux/mtd/nand.h kernel-doc warningRandy Dunlap1-0/+1
2014-07-22mtd: nand: add ONFI timing mode to nand_timings converterBoris BREZILLON1-0/+3
2014-07-22mtd: nand: define struct nand_timingsBoris BREZILLON1-0/+49
2014-07-12mtd: spi-nor: add support for flag status register on Micron chipsgrmoore@altera.com1-0/+4
2014-07-09mtd: Introduce mtd_block_isreserved()Ezequiel Garcia2-0/+3