aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-13mtd: spi-nor: add mtd_is_locked() supportBrian Norris1-0/+3
2015-10-13mtd: spi-nor: fixup kernel-doc for flash lock/unlock function pointersBrian Norris1-2/+2
2015-10-13mtd: spi-nor: add SPI NOR manufacturer IDsBrian Norris1-0/+15
2015-10-13mtd: spi-nor: make bitfield constants more consistentBrian Norris1-10/+10
2015-10-13mtd: 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-21mtd: spi-nor: remove unused read_xfer/write_xfer hooksCyrille Pitchen1-35/+0
2015-09-21mtd: nand: add nand_check_erased helper functionsBoris BREZILLON1-0/+5
2015-09-13Merge tag 'v4.3-rc1' into MTD -next developmentBrian Norris1-1/+1
2015-09-11mtd: spi-nor: Zap unneeded write_enable from write_regJagan Teki1-2/+1
2015-09-11mtd: nand: Rename nand_chip .dn to .flash_nodeMarek Vasut1-2/+2
2015-09-11mtd: spi-nor: Decouple SPI NOR's device_node from controller deviceMarek Vasut1-0/+2
2015-09-02mtd: spi-nor: embed struct mtd_info within struct spi_norBrian Norris1-1/+1
2015-09-02mtd: spi-nor: add forward declaration for mtd_infoBrian Norris1-0/+2
2015-08-10arch, 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-11mtd: nand: add common DT init codeBrian Norris1-0/+5
2015-05-06mtd: 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-11mtd: clean up whitespace in linux/mtd/map.hArnd Bergmann1-18/+24
2015-03-11mtd: 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-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig1-0/+2
2015-01-07mtd: 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-25mtd: 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-21spi-nor: Remove spi_nor::read_id operationBen Hutchings1-3/+0
2014-10-21mtd: 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-21mtd: nand: add ONFI timing mode to nand_timings converterBoris BREZILLON1-0/+3
2014-07-21mtd: nand: define struct nand_timingsBoris BREZILLON1-0/+49
2014-07-11mtd: spi-nor: add support for flag status register on Micron chipsgrmoore@altera.com1-0/+4
2014-07-08mtd: Introduce mtd_block_isreserved()Ezequiel Garcia2-0/+3
2014-06-11Merge tag 'for-linus-20140610' of git://git.infradead.org/linux-mtdLinus Torvalds3-6/+221
2014-05-28mtd: pfow: remove unused variableBrian Norris1-3/+0
2014-05-20mtd: nand: Add support to use nand_base poi databuf as bounce bufferKamal Dasu1-0/+5
2014-05-09mtd: nand: refactor erase_cmd() to return chip statusBrian Norris1-3/+2