aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-18Shiraz has movedViresh Kumar1-1/+1
2014-04-14mtd: spi-nor: unify read opcode variants with ST SPI FSMBrian Norris1-8/+16
2014-04-14mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris1-27/+27
2014-04-14mtd: spi-nor: drop \t after #defineBrian Norris1-36/+36
2014-04-14mtd: spi-nor: add the copyright informationHuang Shijie1-0/+9
2014-04-14mtd: spi-nor: add a helper to find the spi_device_idHuang Shijie1-0/+12
2014-04-14mtd: spi-nor: add the framework for SPI NORHuang Shijie1-0/+20
2014-04-14mtd: spi-nor: add the basic data structuresHuang Shijie1-0/+110
2014-04-14mtd: spi-nor: copy the SPI NOR commands to a new header fileHuang Shijie1-0/+55
2014-03-25mtd: nand: fix GET/SET_FEATURES address on 16-bit devicesDavid Mosberger1-1/+10
2014-03-10mtd: nand: add "page" argument for read_subpage hookHuang Shijie1-1/+1
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch1-8/+8
2014-03-10mtd: nand: parse out the JEDEC compliant NANDHuang Shijie1-1/+1
2014-03-10mtd: nand: add a helper to get the supported features for JEDECHuang Shijie1-0/+9
2014-03-10mtd: nand: add fields for JEDEC in nand_chipHuang Shijie1-1/+9
2014-03-10mtd: nand: add the data structures for JEDEC parameter pageHuang Shijie1-0/+75
2014-03-10mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris1-0/+10
2014-03-10mtd: nand: remove the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZEHuang Shijie1-8/+0
2014-03-10mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}Huang Shijie1-6/+6
2014-01-20mtd: mtdram: add missing 'const'Brian Norris1-1/+1
2014-01-20mtd: nand: add Intel manufacturer IDHuang Shijie1-0/+1
2014-01-20mtd: nand: add SanDisk manufacturer IDHuang Shijie1-0/+1
2014-01-14mtd: nand: don't use {read,write}_buf for 8-bit transfersUwe Kleine-König1-0/+3
2014-01-13mtd: nand: use __packed shorthandBrian Norris1-1/+1
2014-01-13mtd: nand: support Micron READ RETRYBrian Norris1-0/+3
2014-01-13mtd: nand: add generic READ RETRY supportBrian Norris1-0/+6
2014-01-13mtd: nand: add ONFI vendor block for MicronBrian Norris1-1/+22
2014-01-03mtd: make register_mtd_parser return voidAxel Lin1-1/+1
2014-01-03mtd: make deregister_mtd_parser return voidAxel Lin1-1/+1
2014-01-03mtd: nand: fix misspelling in ONFI parameter field nameBrian Norris1-1/+1
2014-01-03mtd: make mtd_partition.name constGeert Uytterhoeven1-2/+2
2013-11-06mtd: nand_bbt: kill NAND_BBT_SCANALLPAGESBrian Norris1-2/+0
2013-11-06mtd: map: fixed bug in 64-bit systemsWang Haitao1-2/+2
2013-11-06mtd: Move major number definitions to major.hEzequiel Garcia1-3/+0
2013-10-27mtd: nand: add a helper to detect the nand typeHuang Shijie1-0/+5