1. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 12 years ago
  2. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  3. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  4. 96f951e Add #includes needed to permit the removal of asm/system.h by David Howells · 12 years ago
  5. 6551ab5 mtd: add device-tree support to spear_smi by Stefan Roese · 12 years ago
  6. eea6281 mtd: Add device-tree support to fsmc_nand by Stefan Roese · 12 years ago
  7. 2a5dbead mtd: nand/fsmc: Remove sparse warnings and errors by Vipin Kumar · 12 years ago
  8. 4774fb0 mtd: nand/fsmc: Add DMA support by Vipin Kumar · 12 years ago
  9. 604e754 mtd: nand/fsmc: Access the NAND device word by word whenever possible by Vipin Kumar · 12 years ago
  10. e2f6bce mtd: nand/fsmc: Modify fsmc driver to accept nand timing parameters via platform by Vipin Kumar · 12 years ago
  11. 1d0b95b mtd: add ecc_strength fields to mtd structs by Mike Dunn · 12 years ago
  12. cfe7819 mtd: sh_flctl: Add power management with QoS request by Bastian Hecht · 12 years ago
  13. 02bfc4e mtd: fsmc: Move ALE, CLE defines to their respective platform by Shiraz Hashim · 12 years ago
  14. b2acc92 mtd: fsmc: use ALE and CLE offsets from platform data by Shiraz Hashim · 12 years ago
  15. 3f2e924 mtd: sh_flctl: Add FLHOLDCR register by Bastian Hecht · 12 years ago
  16. 0b3f0d1 mtd: sh_flctl: Use cached register value for FLCMNCR by Bastian Hecht · 12 years ago
  17. b6a5588 mtd: sh_flctl: Expand FLCMNCR register bit field by Bastian Hecht · 12 years ago
  18. de3cac9 mtd: check for zero length in OTP functions by Artem Bityutskiy · 13 years ago
  19. c3faac4 mtd: remove junk pmc551.h by Artem Bityutskiy · 13 years ago
  20. 664addc mtd: remove R/O checking duplication by Artem Bityutskiy · 13 years ago
  21. 8273a0c mtd: add offset and length checks to the API function by Artem Bityutskiy · 13 years ago
  22. 5e4e6e3 mtd: return error code from mtd_unpoint by Artem Bityutskiy · 13 years ago
  23. e2414f4 mtd: nand: write BBM to OOB even with flash-based BBT by Brian Norris · 13 years ago
  24. 3c3c10b mtd: add leading underscore to all mtd functions by Artem Bityutskiy · 13 years ago
  25. f18dbbb mtd: ST SPEAr: Add SMI driver for serial NOR flash by Shiraz Hashim · 13 years ago
  26. 661a083 mtd: nand: correct comment on nand_chip badblockbits by Brian Norris · 13 years ago
  27. 70d5098 mtd: mtdblock: call mtd_sync() only if opened for write by Alexander Stein · 13 years ago
  28. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  29. 71b1b20 Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3 by Linus Torvalds · 13 years ago
  30. 7d73101 mtd: fix merge conflict resolution breakage by Artem Bityutskiy · 13 years ago
  31. d3712b9 Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstream by Linus Torvalds · 13 years ago
  32. 1a30871 mtd: fix MTD suspend by Artem Bityutskiy · 13 years ago
  33. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  34. 800ffd3 mtd: do not use mtd->block_markbad directly by Artem Bityutskiy · 13 years ago
  35. 8f461a7 mtd: introduce mtd_can_have_bb helper by Artem Bityutskiy · 13 years ago
  36. 079c985 mtd: do not use mtd->suspend and mtd->resume directly by Artem Bityutskiy · 13 years ago
  37. 3813456 mtd: do not use mtd->lock, unlock and is_locked directly by Artem Bityutskiy · 13 years ago
  38. 327cf29 mtd: do not use mtd->sync directly by Artem Bityutskiy · 13 years ago
  39. 1dbebd3 mtd: harmonize mtd_writev usage by Artem Bityutskiy · 13 years ago
  40. e2936b2a mtd: do not use mtd->lock_user_prot_reg directly by Artem Bityutskiy · 13 years ago
  41. 27c151a mtd: mtd->write_user_prot_reg directly by Artem Bityutskiy · 13 years ago
  42. b6de3d6 mtd: do not use mtd->read_*_prot_reg directly by Artem Bityutskiy · 13 years ago
  43. 87e858a9 mtd: do not use mtd->get_*_prot_info directly by Artem Bityutskiy · 13 years ago
  44. dac2639 mtd: do not use mtd->read_oob directly by Artem Bityutskiy · 13 years ago
  45. 016c129 mtd: mtdoops: do not use mtd->panic_write directly by Artem Bityutskiy · 13 years ago
  46. cd62127 mtd: do not use mtd->get_unmapped_area directly by Artem Bityutskiy · 13 years ago
  47. 1093447 mtd: do use mtd->point directly by Artem Bityutskiy · 13 years ago
  48. fc002e3 mtd: introduce mtd_has_oob helper by Artem Bityutskiy · 13 years ago
  49. 52b0203 mtd: clean-up the default_mtd_writev function by Artem Bityutskiy · 13 years ago
  50. bac9727 mtd: remove unused default_mtd_readv prototype by Artem Bityutskiy · 13 years ago
  51. d5de20a mtd: kill dev_to_mtd helper by Artem Bityutskiy · 13 years ago
  52. 9cf075f mtd: always initialize retlen to zero by Artem Bityutskiy · 13 years ago
  53. a88d2dc mtd: move mtd->{get,put}_device functions up by Artem Bityutskiy · 13 years ago
  54. 5942ddb mtd: introduce mtd_block_markbad interface by Artem Bityutskiy · 13 years ago
  55. 7086c19 mtd: introduce mtd_block_isbad interface by Artem Bityutskiy · 13 years ago
  56. ead995f mtd: introduce mtd_resume interface by Artem Bityutskiy · 13 years ago
  57. 3fe4bae mtd: introduce mtd_suspend interface by Artem Bityutskiy · 13 years ago
  58. e95e978 mtd: introduce mtd_is_locked interface by Artem Bityutskiy · 13 years ago
  59. b66005c mtd: introduce mtd_unlock interface by Artem Bityutskiy · 13 years ago
  60. 7799f9a mtd: introduce mtd_lock interface by Artem Bityutskiy · 13 years ago
  61. 85f2f2a mtd: introduce mtd_sync interface by Artem Bityutskiy · 13 years ago
  62. b0a31f7 mtd: introduce mtd_writev interface by Artem Bityutskiy · 13 years ago
  63. 4403dbfb mtd: introduce mtd_lock_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  64. 482b43a mtd: introduce mtd_write_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  65. 4ea1cab mtd: introduce mtd_read_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  66. 855e5d8 mtd: introduce mtd_get_user_prot_info interface by Artem Bityutskiy · 13 years ago
  67. d264f72 mtd: introduce mtd_read_fact_prot_reg interface by Artem Bityutskiy · 13 years ago
  68. a750b5c mtd: introduce mtd_get_fact_prot_info interface by Artem Bityutskiy · 13 years ago
  69. a2cc5ba mtd: introduce mtd_write_oob interface by Artem Bityutskiy · 13 years ago
  70. fd2819b mtd: introduce mtd_read_oob interface by Artem Bityutskiy · 13 years ago
  71. 7ae79d7 mtd: introduce mtd_panic_write interface by Artem Bityutskiy · 13 years ago
  72. eda95cb mtd: introduce mtd_write interface by Artem Bityutskiy · 13 years ago
  73. 329ad39 mtd: introduce mtd_read interface by Artem Bityutskiy · 13 years ago
  74. 04c601b mtd: introduce mtd_get_unmapped_area interface by Artem Bityutskiy · 13 years ago
  75. 7219778 mtd: introduce mtd_unpoint interface by Artem Bityutskiy · 13 years ago
  76. d35ea20 mtd: introduce mtd_point interface by Artem Bityutskiy · 13 years ago
  77. 7e1f0dc mtd: introduce mtd_erase interface by Artem Bityutskiy · 13 years ago
  78. 4a42243 mtd: map.h: fix arm cross-build failure by Artem Bityutskiy · 13 years ago
  79. 529688f mtd: maps: physmap: allow partition parsers for physmap_flash_data by Jonas Gorski · 13 years ago
  80. 8e98746 mtd: cfi: Allow per-mapping CFI device endianness by Aaron Sierra · 13 years ago
  81. c1257b4 mtd: nand: add Macronix manufacturer by Brian Norris · 13 years ago
  82. 4e82786 mtd: fix compile error for gpmi-nand by Huang Shijie · 13 years ago
  83. e0d6511 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  84. de47725 include: replace linux/module.h with "struct module" wherever possible by Paul Gortmaker · 13 years ago
  85. 7387ce7 mtd: define `mtd_is_*()' functions by Brian Norris · 13 years ago
  86. 4a89ff8 mtd: nand: kill member `ops' of `struct nand_chip' by Brian Norris · 13 years ago
  87. 4180f24 mtd: document ABI by Brian Norris · 13 years ago
  88. 0612b9d mtd: rename MTD_OOB_* to MTD_OPS_* by Brian Norris · 13 years ago
  89. 905c6bc mtd: move mtd_oob_mode_t to shared kernel/user space by Brian Norris · 13 years ago
  90. c46f648 mtd: support reading OOB without ECC by Brian Norris · 13 years ago
  91. e9195ed mtd: nand: document nand_chip.oob_poi by Brian Norris · 13 years ago
  92. 9ce244b mtd: support writing OOB without ECC by Brian Norris · 13 years ago
  93. e2e24e8 mtd: style fixups in multi-line comment, indentation by Brian Norris · 13 years ago
  94. 32c8db8 mtd: nand: fix spelling error (date => data) by Brian Norris · 13 years ago
  95. 87ed114 mtd: remove CONFIG_MTD_DEBUG by Brian Norris · 13 years ago
  96. b4ca747 mtd: plat-nand: Fixup kerneldoc for struct platform_nand_chip by Tobias Klauser · 13 years ago
  97. 7854d3f mtd: spelling, capitalization, uniformity by Brian Norris · 13 years ago
  98. 15c60a5 mtd: drop mtd_device_register by Dmitry Eremin-Solenikov · 13 years ago
  99. 953b3bd mtd: remove put_partition_parser() from public header by Dmitry Eremin-Solenikov · 13 years ago
  100. 3165f44 mtd: hide parse_mtd_partitions by Dmitry Eremin-Solenikov · 13 years ago