1. 71b1b20 Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3 by Linus Torvalds · 13 years ago
  2. 7d73101 mtd: fix merge conflict resolution breakage by Artem Bityutskiy · 13 years ago
  3. d3712b9 Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstream by Linus Torvalds · 13 years ago
  4. 1a30871 mtd: fix MTD suspend by Artem Bityutskiy · 13 years ago
  5. 57f2685 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  6. 800ffd3 mtd: do not use mtd->block_markbad directly by Artem Bityutskiy · 13 years ago
  7. 8f461a7 mtd: introduce mtd_can_have_bb helper by Artem Bityutskiy · 13 years ago
  8. 079c985 mtd: do not use mtd->suspend and mtd->resume directly by Artem Bityutskiy · 13 years ago
  9. 3813456 mtd: do not use mtd->lock, unlock and is_locked directly by Artem Bityutskiy · 13 years ago
  10. 327cf29 mtd: do not use mtd->sync directly by Artem Bityutskiy · 13 years ago
  11. 1dbebd3 mtd: harmonize mtd_writev usage by Artem Bityutskiy · 13 years ago
  12. e2936b2a mtd: do not use mtd->lock_user_prot_reg directly by Artem Bityutskiy · 13 years ago
  13. 27c151a mtd: mtd->write_user_prot_reg directly by Artem Bityutskiy · 13 years ago
  14. b6de3d6 mtd: do not use mtd->read_*_prot_reg directly by Artem Bityutskiy · 13 years ago
  15. 87e858a9 mtd: do not use mtd->get_*_prot_info directly by Artem Bityutskiy · 13 years ago
  16. dac2639 mtd: do not use mtd->read_oob directly by Artem Bityutskiy · 13 years ago
  17. 016c129 mtd: mtdoops: do not use mtd->panic_write directly by Artem Bityutskiy · 13 years ago
  18. cd62127 mtd: do not use mtd->get_unmapped_area directly by Artem Bityutskiy · 13 years ago
  19. 1093447 mtd: do use mtd->point directly by Artem Bityutskiy · 13 years ago
  20. fc002e3 mtd: introduce mtd_has_oob helper by Artem Bityutskiy · 13 years ago
  21. 52b0203 mtd: clean-up the default_mtd_writev function by Artem Bityutskiy · 13 years ago
  22. bac9727 mtd: remove unused default_mtd_readv prototype by Artem Bityutskiy · 13 years ago
  23. d5de20a mtd: kill dev_to_mtd helper by Artem Bityutskiy · 13 years ago
  24. 9cf075f mtd: always initialize retlen to zero by Artem Bityutskiy · 13 years ago
  25. a88d2dc mtd: move mtd->{get,put}_device functions up by Artem Bityutskiy · 13 years ago
  26. 5942ddb mtd: introduce mtd_block_markbad interface by Artem Bityutskiy · 13 years ago
  27. 7086c19 mtd: introduce mtd_block_isbad interface by Artem Bityutskiy · 13 years ago
  28. ead995f mtd: introduce mtd_resume interface by Artem Bityutskiy · 13 years ago
  29. 3fe4bae mtd: introduce mtd_suspend interface by Artem Bityutskiy · 13 years ago
  30. e95e978 mtd: introduce mtd_is_locked interface by Artem Bityutskiy · 13 years ago
  31. b66005c mtd: introduce mtd_unlock interface by Artem Bityutskiy · 13 years ago
  32. 7799f9a mtd: introduce mtd_lock interface by Artem Bityutskiy · 13 years ago
  33. 85f2f2a mtd: introduce mtd_sync interface by Artem Bityutskiy · 13 years ago
  34. b0a31f7 mtd: introduce mtd_writev interface by Artem Bityutskiy · 13 years ago
  35. 4403dbfb mtd: introduce mtd_lock_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  36. 482b43a mtd: introduce mtd_write_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  37. 4ea1cab mtd: introduce mtd_read_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  38. 855e5d8 mtd: introduce mtd_get_user_prot_info interface by Artem Bityutskiy · 13 years ago
  39. d264f72 mtd: introduce mtd_read_fact_prot_reg interface by Artem Bityutskiy · 13 years ago
  40. a750b5c mtd: introduce mtd_get_fact_prot_info interface by Artem Bityutskiy · 13 years ago
  41. a2cc5ba mtd: introduce mtd_write_oob interface by Artem Bityutskiy · 13 years ago
  42. fd2819b mtd: introduce mtd_read_oob interface by Artem Bityutskiy · 13 years ago
  43. 7ae79d7 mtd: introduce mtd_panic_write interface by Artem Bityutskiy · 13 years ago
  44. eda95cb mtd: introduce mtd_write interface by Artem Bityutskiy · 13 years ago
  45. 329ad39 mtd: introduce mtd_read interface by Artem Bityutskiy · 13 years ago
  46. 04c601b mtd: introduce mtd_get_unmapped_area interface by Artem Bityutskiy · 13 years ago
  47. 7219778 mtd: introduce mtd_unpoint interface by Artem Bityutskiy · 13 years ago
  48. d35ea20 mtd: introduce mtd_point interface by Artem Bityutskiy · 13 years ago
  49. 7e1f0dc mtd: introduce mtd_erase interface by Artem Bityutskiy · 13 years ago
  50. 4a42243 mtd: map.h: fix arm cross-build failure by Artem Bityutskiy · 13 years ago
  51. 529688f mtd: maps: physmap: allow partition parsers for physmap_flash_data by Jonas Gorski · 13 years ago
  52. 8e98746 mtd: cfi: Allow per-mapping CFI device endianness by Aaron Sierra · 13 years ago
  53. c1257b4 mtd: nand: add Macronix manufacturer by Brian Norris · 13 years ago
  54. 4e82786 mtd: fix compile error for gpmi-nand by Huang Shijie · 13 years ago
  55. e0d6511 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  56. de47725 include: replace linux/module.h with "struct module" wherever possible by Paul Gortmaker · 13 years ago
  57. 7387ce7 mtd: define `mtd_is_*()' functions by Brian Norris · 13 years ago
  58. 4a89ff8 mtd: nand: kill member `ops' of `struct nand_chip' by Brian Norris · 13 years ago
  59. 4180f24 mtd: document ABI by Brian Norris · 13 years ago
  60. 0612b9d mtd: rename MTD_OOB_* to MTD_OPS_* by Brian Norris · 13 years ago
  61. 905c6bc mtd: move mtd_oob_mode_t to shared kernel/user space by Brian Norris · 13 years ago
  62. c46f648 mtd: support reading OOB without ECC by Brian Norris · 13 years ago
  63. e9195ed mtd: nand: document nand_chip.oob_poi by Brian Norris · 13 years ago
  64. 9ce244b mtd: support writing OOB without ECC by Brian Norris · 13 years ago
  65. e2e24e8 mtd: style fixups in multi-line comment, indentation by Brian Norris · 13 years ago
  66. 32c8db8 mtd: nand: fix spelling error (date => data) by Brian Norris · 13 years ago
  67. 87ed114 mtd: remove CONFIG_MTD_DEBUG by Brian Norris · 13 years ago
  68. b4ca747 mtd: plat-nand: Fixup kerneldoc for struct platform_nand_chip by Tobias Klauser · 13 years ago
  69. 7854d3f mtd: spelling, capitalization, uniformity by Brian Norris · 13 years ago
  70. 15c60a5 mtd: drop mtd_device_register by Dmitry Eremin-Solenikov · 13 years ago
  71. 953b3bd mtd: remove put_partition_parser() from public header by Dmitry Eremin-Solenikov · 13 years ago
  72. 3165f44 mtd: hide parse_mtd_partitions by Dmitry Eremin-Solenikov · 13 years ago
  73. e1c1024 mtd: OneNAND: Detect the correct NOP when 4KiB pagesize by Kyungmin Park · 13 years ago
  74. 628376f mtd: drop of_mtd_parse_partitions() by Dmitry Eremin-Solenikov · 13 years ago
  75. d26c87d mtd: prepare to convert of_mtd_parse_partitions to partition parser by Dmitry Eremin-Solenikov · 13 years ago
  76. c797533 mtd: abstract last MTD partition parser argument by Dmitry Eremin-Solenikov · 13 years ago
  77. 1c4c215 mtd: add new API for handling MTD registration by Dmitry Eremin-Solenikov · 13 years ago
  78. 0dc8626 mtd: plat-nand: drop unused fields from platform_nand_data by Dmitry Eremin-Solenikov · 13 years ago
  79. 1a31368 mtd: add a flags for partitions which should just leave smth. after them by Dmitry Eremin-Solenikov · 13 years ago
  80. ae2dbad mtd: drop mtd_has_cmdlinepart() by Dmitry Eremin-Solenikov · 13 years ago
  81. 13e0fe4 mtd: drop physmap_configure by Dmitry Eremin-Solenikov · 13 years ago
  82. 9eeff82 mtd: nand: improve comment on NAND_BBT_DYNAMIC_STRUCT by Brian Norris · 13 years ago
  83. b4dc53e mtd: nand: renumber the reorganized flags in nand.h / bbm.h by Brian Norris · 13 years ago
  84. 53d5d88 mtd: nand: rename CREATE_EMPTY bbt flag with proper prefix by Brian Norris · 13 years ago
  85. b8f8068 mtd: nand: move NAND_CREATE_EMPTY_BBT flag by Brian Norris · 13 years ago
  86. bb9ebd4 mtd: nand: rename NAND_USE_FLASH_BBT by Brian Norris · 13 years ago
  87. a40f734 mtd: nand: consolidate redundant flash-based BBT flags by Brian Norris · 13 years ago
  88. 5fb1549 mtd: nand: separate chip options / bbt_options by Brian Norris · 13 years ago
  89. a0dc552 mtd: nand: remove NAND_BBT_SCANBYTE1AND6 option by Brian Norris · 13 years ago
  90. eadc387 Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 13 years ago
  91. 01dc9cc UBI: clarify the volume notification types' doc by David Wagner · 13 years ago
  92. 63da029 mtd: fix physmap.h warnings by Randy Dunlap · 13 years ago
  93. 29a6ccc Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  94. 6a8a98b mtd: kill CONFIG_MTD_PARTITIONS by Jamie Iles · 13 years ago
  95. eea72d5 mtd: remove add_mtd_partitions, add_mtd_device and friends by Jamie Iles · 13 years ago
  96. 984e6d8 mtd: physmap: convert to mtd_device_register() by Jamie Iles · 13 years ago
  97. 11b73c8 mtd: provide of_mtd_parse_partitions for !CONFIG_MTD_OF_PARTS by Jamie Iles · 13 years ago
  98. f5671ab mtd: introduce mtd_device_(un)register() by Jamie Iles · 13 years ago
  99. 33b5371 mtd: create function to perform large allocations by Grant Erickson · 13 years ago
  100. a626743 mtd: nand: renumber conflicting BBT flags by Brian Norris · 13 years ago