aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)Author
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
2015-01-07mtd: spi-nor: Add quad I/O support for Micron SPI NORBean Huo 霍斌斌 (beanhuo)
2014-11-25mtd: nand: add ATO manufacturer infoBrian Norris
2014-11-20mtd: nand: provide detailed description for raw read/write page methodsBoris BREZILLON
2014-11-05mtd: spi-nor: drop replaceable wait-till-ready function pointerBrian Norris
2014-11-05mtd: m25p80: drop wait-till-ready checksBrian Norris
2014-10-21spi-nor: Remove spi_nor::read_id operationBen Hutchings
2014-10-21mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings
2014-10-17mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings
2014-09-22mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDsBoris BREZILLON
2014-08-19Merge l2-mtd/next into l2-mtd/masterBrian Norris
2014-08-19mtd: nand: fix DocBook warnings on nand_sdr_timings docBoris BREZILLON
2014-08-19mtd: use __packed shorthandBrian Norris
2014-08-19mtd: fix linux/mtd/nand.h kernel-doc warningRandy Dunlap
2014-07-21mtd: nand: add ONFI timing mode to nand_timings converterBoris BREZILLON
2014-07-21mtd: nand: define struct nand_timingsBoris BREZILLON
2014-07-11mtd: spi-nor: add support for flag status register on Micron chipsgrmoore@altera.com
2014-07-08mtd: Introduce mtd_block_isreserved()Ezequiel Garcia
2014-06-11Merge tag 'for-linus-20140610' of git://git.infradead.org/linux-mtdLinus Torvalds
2014-05-28mtd: pfow: remove unused variableBrian Norris
2014-05-20mtd: nand: Add support to use nand_base poi databuf as bounce bufferKamal Dasu
2014-05-09mtd: nand: refactor erase_cmd() to return chip statusBrian Norris
2014-04-18Shiraz has movedViresh Kumar
2014-04-14mtd: spi-nor: unify read opcode variants with ST SPI FSMBrian Norris
2014-04-14mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris
2014-04-14mtd: spi-nor: drop \t after #defineBrian Norris
2014-04-14mtd: spi-nor: add the copyright informationHuang Shijie
2014-04-14mtd: spi-nor: add a helper to find the spi_device_idHuang Shijie
2014-04-14mtd: spi-nor: add the framework for SPI NORHuang Shijie
2014-04-14mtd: spi-nor: add the basic data structuresHuang Shijie
2014-04-14mtd: spi-nor: copy the SPI NOR commands to a new header fileHuang Shijie
2014-03-25mtd: nand: fix GET/SET_FEATURES address on 16-bit devicesDavid Mosberger
2014-03-10mtd: nand: add "page" argument for read_subpage hookHuang Shijie
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch
2014-03-10mtd: nand: parse out the JEDEC compliant NANDHuang Shijie
2014-03-10mtd: nand: add a helper to get the supported features for JEDECHuang Shijie
2014-03-10mtd: nand: add fields for JEDEC in nand_chipHuang Shijie