aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: map: fixed bug in 64-bit systemsWang Haitao2014-01-031-2/+2
* mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris2012-10-301-3/+0
* mtd: map.h: fix arm cross-build failureArtem Bityutskiy2012-05-201-1/+1
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-076-156/+124
|\
| * mtd: define `mtd_is_*()' functionsBrian Norris2011-09-211-0/+12
| * mtd: nand: kill member `ops' of `struct nand_chip'Brian Norris2011-09-111-3/+0
| * mtd: document ABIBrian Norris2011-09-111-1/+1
| * mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris2011-09-111-1/+1
| * mtd: move mtd_oob_mode_t to shared kernel/user spaceBrian Norris2011-09-111-15/+1
| * mtd: support reading OOB without ECCBrian Norris2011-09-111-0/+3
| * mtd: nand: document nand_chip.oob_poiBrian Norris2011-09-111-1/+2
| * mtd: support writing OOB without ECCBrian Norris2011-09-111-0/+3
| * mtd: style fixups in multi-line comment, indentationBrian Norris2011-09-111-7/+9
| * mtd: nand: fix spelling error (date => data)Brian Norris2011-09-111-1/+1
| * mtd: remove CONFIG_MTD_DEBUGBrian Norris2011-09-111-23/+0
| * mtd: plat-nand: Fixup kerneldoc for struct platform_nand_chipTobias Klauser2011-09-111-2/+0
| * mtd: spelling, capitalization, uniformityBrian Norris2011-09-112-26/+26
| * mtd: drop mtd_device_registerDmitry Eremin-Solenikov2011-09-111-3/+2
| * mtd: remove put_partition_parser() from public headerDmitry Eremin-Solenikov2011-09-111-2/+0
| * mtd: hide parse_mtd_partitionsDmitry Eremin-Solenikov2011-09-111-3/+0
| * mtd: OneNAND: Detect the correct NOP when 4KiB pagesizeKyungmin Park2011-09-111-0/+4
| * mtd: drop of_mtd_parse_partitions()Dmitry Eremin-Solenikov2011-09-111-16/+0
| * mtd: prepare to convert of_mtd_parse_partitions to partition parserDmitry Eremin-Solenikov2011-09-111-1/+4
| * mtd: abstract last MTD partition parser argumentDmitry Eremin-Solenikov2011-09-112-3/+15
| * mtd: add new API for handling MTD registrationDmitry Eremin-Solenikov2011-09-111-0/+5
| * mtd: plat-nand: drop unused fields from platform_nand_dataDmitry Eremin-Solenikov2011-09-111-2/+0
| * mtd: add a flags for partitions which should just leave smth. after themDmitry Eremin-Solenikov2011-09-111-1/+4
| * mtd: drop mtd_has_cmdlinepart()Dmitry Eremin-Solenikov2011-09-111-6/+0
| * mtd: drop physmap_configureDmitry Eremin-Solenikov2011-09-111-17/+0
| * mtd: nand: improve comment on NAND_BBT_DYNAMIC_STRUCTBrian Norris2011-09-111-1/+5
| * mtd: nand: renumber the reorganized flags in nand.h / bbm.hBrian Norris2011-09-112-14/+15
| * mtd: nand: rename CREATE_EMPTY bbt flag with proper prefixBrian Norris2011-09-111-1/+1
| * mtd: nand: move NAND_CREATE_EMPTY_BBT flagBrian Norris2011-09-112-2/+7
| * mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris2011-09-111-1/+1
| * mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris2011-09-112-12/+9
| * mtd: nand: separate chip options / bbt_optionsBrian Norris2011-09-111-0/+4
| * mtd: nand: remove NAND_BBT_SCANBYTE1AND6 optionBrian Norris2011-09-111-2/+0
* | include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker2011-10-311-1/+2
|/
* Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2011-07-221-6/+8
|\
| * UBI: clarify the volume notification types' docDavid Wagner2011-06-231-6/+8
* | mtd: fix physmap.h warningsRandy Dunlap2011-06-011-0/+1
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-05-274-24/+17
|\
| * mtd: kill CONFIG_MTD_PARTITIONSJamie Iles2011-05-251-8/+0
| * mtd: remove add_mtd_partitions, add_mtd_device and friendsJamie Iles2011-05-252-12/+0
| * mtd: physmap: convert to mtd_device_register()Jamie Iles2011-05-251-4/+0
| * mtd: provide of_mtd_parse_partitions for !CONFIG_MTD_OF_PARTSJamie Iles2011-05-251-0/+9
| * mtd: introduce mtd_device_(un)register()Jamie Iles2011-05-252-1/+7
| * mtd: create function to perform large allocationsGrant Erickson2011-05-251-0/+2
| * mtd: nand: renumber conflicting BBT flagsBrian Norris2011-05-251-2/+2
* | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2011-05-241-2/+2
|\ \