1. 87e858a9 mtd: do not use mtd->get_*_prot_info directly by Artem Bityutskiy · 13 years ago
  2. dac2639 mtd: do not use mtd->read_oob directly by Artem Bityutskiy · 13 years ago
  3. 016c129 mtd: mtdoops: do not use mtd->panic_write directly by Artem Bityutskiy · 13 years ago
  4. cd62127 mtd: do not use mtd->get_unmapped_area directly by Artem Bityutskiy · 13 years ago
  5. 1093447 mtd: do use mtd->point directly by Artem Bityutskiy · 13 years ago
  6. fc002e3 mtd: introduce mtd_has_oob helper by Artem Bityutskiy · 13 years ago
  7. 52b0203 mtd: clean-up the default_mtd_writev function by Artem Bityutskiy · 13 years ago
  8. bac9727 mtd: remove unused default_mtd_readv prototype by Artem Bityutskiy · 13 years ago
  9. d5de20a mtd: kill dev_to_mtd helper by Artem Bityutskiy · 13 years ago
  10. 9cf075f mtd: always initialize retlen to zero by Artem Bityutskiy · 13 years ago
  11. a88d2dc mtd: move mtd->{get,put}_device functions up by Artem Bityutskiy · 13 years ago
  12. 5942ddb mtd: introduce mtd_block_markbad interface by Artem Bityutskiy · 13 years ago
  13. 7086c19 mtd: introduce mtd_block_isbad interface by Artem Bityutskiy · 13 years ago
  14. ead995f mtd: introduce mtd_resume interface by Artem Bityutskiy · 13 years ago
  15. 3fe4bae mtd: introduce mtd_suspend interface by Artem Bityutskiy · 13 years ago
  16. e95e978 mtd: introduce mtd_is_locked interface by Artem Bityutskiy · 13 years ago
  17. b66005c mtd: introduce mtd_unlock interface by Artem Bityutskiy · 13 years ago
  18. 7799f9a mtd: introduce mtd_lock interface by Artem Bityutskiy · 13 years ago
  19. 85f2f2a mtd: introduce mtd_sync interface by Artem Bityutskiy · 13 years ago
  20. b0a31f7 mtd: introduce mtd_writev interface by Artem Bityutskiy · 13 years ago
  21. 4403dbf mtd: introduce mtd_lock_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  22. 482b43a mtd: introduce mtd_write_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  23. 4ea1cab mtd: introduce mtd_read_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  24. 855e5d8 mtd: introduce mtd_get_user_prot_info interface by Artem Bityutskiy · 13 years ago
  25. d264f72 mtd: introduce mtd_read_fact_prot_reg interface by Artem Bityutskiy · 13 years ago
  26. a750b5c mtd: introduce mtd_get_fact_prot_info interface by Artem Bityutskiy · 13 years ago
  27. a2cc5ba mtd: introduce mtd_write_oob interface by Artem Bityutskiy · 13 years ago
  28. fd2819b mtd: introduce mtd_read_oob interface by Artem Bityutskiy · 13 years ago
  29. 7ae79d7 mtd: introduce mtd_panic_write interface by Artem Bityutskiy · 13 years ago
  30. eda95cb mtd: introduce mtd_write interface by Artem Bityutskiy · 13 years ago
  31. 329ad39 mtd: introduce mtd_read interface by Artem Bityutskiy · 13 years ago
  32. 04c601b mtd: introduce mtd_get_unmapped_area interface by Artem Bityutskiy · 13 years ago
  33. 7219778 mtd: introduce mtd_unpoint interface by Artem Bityutskiy · 13 years ago
  34. d35ea20 mtd: introduce mtd_point interface by Artem Bityutskiy · 13 years ago
  35. 7e1f0dc mtd: introduce mtd_erase interface by Artem Bityutskiy · 13 years ago
  36. e0d6511 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  37. de47725 include: replace linux/module.h with "struct module" wherever possible by Paul Gortmaker · 13 years ago
  38. 7387ce7 mtd: define `mtd_is_*()' functions by Brian Norris · 13 years ago
  39. 4180f24 mtd: document ABI by Brian Norris · 13 years ago
  40. 0612b9d mtd: rename MTD_OOB_* to MTD_OPS_* by Brian Norris · 13 years ago
  41. 905c6bc mtd: move mtd_oob_mode_t to shared kernel/user space by Brian Norris · 13 years ago
  42. e2e24e8 mtd: style fixups in multi-line comment, indentation by Brian Norris · 13 years ago
  43. 87ed114 mtd: remove CONFIG_MTD_DEBUG by Brian Norris · 13 years ago
  44. 7854d3f mtd: spelling, capitalization, uniformity by Brian Norris · 13 years ago
  45. 15c60a5 mtd: drop mtd_device_register by Dmitry Eremin-Solenikov · 13 years ago
  46. c797533 mtd: abstract last MTD partition parser argument by Dmitry Eremin-Solenikov · 13 years ago
  47. 1c4c215 mtd: add new API for handling MTD registration by Dmitry Eremin-Solenikov · 14 years ago
  48. 6a8a98b mtd: kill CONFIG_MTD_PARTITIONS by Jamie Iles · 13 years ago
  49. eea72d5 mtd: remove add_mtd_partitions, add_mtd_device and friends by Jamie Iles · 13 years ago
  50. f5671ab mtd: introduce mtd_device_(un)register() by Jamie Iles · 13 years ago
  51. 33b5371 mtd: create function to perform large allocations by Grant Erickson · 14 years ago
  52. 0e4ca7e mtd: add writebufsize field to mtd_info struct by Anatolij Gustschin · 14 years ago
  53. 0ceacf3 mtd: edit comments on deprecation of ioctl ECCGETLAYOUT by Brian Norris · 14 years ago
  54. cc26c3c mtd: nand: expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUT by Brian Norris · 14 years ago
  55. 6ae0185 mtd: Remove obsolete <mtd/compatmac.h> include by David Woodhouse · 14 years ago
  56. a1452a3 mtd: Update copyright notices by David Woodhouse · 14 years ago
  57. 9938424 mtd: add an ioctl to query the lock status of a flash sector by Richard Cochran · 14 years ago
  58. b64d39d mtd: nand: make reads using MTD_OOB_RAW affect only ECC validation by Maxim Levitsky · 15 years ago
  59. 3bd4565 mtd: create unlocked versions of {get,put}_mtd_device by Maxim Levitsky · 15 years ago
  60. b520e41 mtd: Replace static array of devices with an idr structure by Ben Hutchings · 15 years ago
  61. 6afc4fd mtd: fix the conversion from dev to mtd_info by Saeed Bishara · 15 years ago
  62. 1f24b5a [MTD] driver model updates by David Brownell · 16 years ago
  63. 402d326 NOMMU: Present backing device capabilities for MTD chardevs by David Howells · 16 years ago
  64. 7c51d57 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  65. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  66. 26cdb67 [MTD] Remove more strange u_intxx_t types by David Woodhouse · 16 years ago
  67. 69423d9 [MTD] update internal API to support 64-bit device size by Adrian Hunter · 16 years ago
  68. bb0eb21 [MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff by Adrian Hunter · 16 years ago
  69. 95b1bc2 [MTD] MTD_DEBUG always does compile-time typechecks by David Brownell · 16 years ago
  70. ff877ea Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6 by David Woodhouse · 16 years ago
  71. eadcf0d MTD: handle pci_name() being const by Greg Kroah-Hartman · 16 years ago
  72. 59018b6 MTD/JFFS2: remove CVS keywords by Adrian Bunk · 16 years ago
  73. a98889f [MTD][NOR] Add physical address to point() method by Jared Hulbert · 17 years ago
  74. 388bbb0 [MTD] Add mtd panic_write function pointer by Richard Purdie · 17 years ago
  75. b38178e [MTD] Document erase interface. by Jörn Engel · 17 years ago
  76. 42f209d [MTD] Delete allegedly obsolete "bank_size" field of mtd_info. by Robert P. J. Day · 18 years ago
  77. 36200b7 [MTD] Remove unnecessary user space check from mtd.h. by Robert P. J. Day · 18 years ago
  78. 0ecbc81 [MTD] [NOR] Support for auto locking flash on power up by Rodolfo Giometti · 18 years ago
  79. 1f92267 [MTD] [NAND] make oobavail public by Vitaly Wool · 18 years ago
  80. 73a4421 [MTD] Clarify OOB-operation interface comments by Artem Bityutskiy · 18 years ago
  81. 64f6071 [MTD] remove unused ecctype,eccsize fields from struct mtd_info by Artem Bityutskiy · 18 years ago
  82. d416085 [MTD] [NOR] Intel: remove ugly PROGREGION macros by Artem Bityutskiy · 18 years ago
  83. 9fe912c [MTD] add get and put methods by Artem Bityutskiy · 18 years ago
  84. 7799308 [MTD] add get_mtd_device_nm() function by Artem Bityutskiy · 18 years ago
  85. 29072b9 [MTD] NAND: add subpage write support by Thomas Gleixner · 18 years ago
  86. c0fe10a [MTD] increase MAX_MTD_DEVICES by Artem Bityutskiy · 18 years ago
  87. 7014568 [MTD] [NAND] remove len/ooblen confusion. by Vitaly Wool · 18 years ago
  88. ea9b6dc MTD: kernel-doc fixes + additions by Randy Dunlap · 18 years ago
  89. cee4cca Merge git://git.infradead.org/hdrcleanup-2.6 by Linus Torvalds · 18 years ago
  90. 783ed81 [MTD] assume mtd->writesize is 1 for NOR flashes by Artem B. Bityutskiy · 18 years ago
  91. f1a28c0 [MTD] NAND Expose the new raw mode function and status info to userspace by Thomas Gleixner · 18 years ago
  92. 8593fbc [MTD] Rework the out of band handling completely by Thomas Gleixner · 18 years ago
  93. f4a43cf [MTD] Remove silly MTD_WRITE/READ macros by Thomas Gleixner · 18 years ago
  94. 5bd34c0 [MTD] NAND Replace oobinfo by ecclayout by Thomas Gleixner · 18 years ago
  95. ff268fb [MTD] NAND Consolidate oobinfo handling by Thomas Gleixner · 18 years ago
  96. 7fac464 [MTD] Add ECC statistics to struct mtd_info by Thomas Gleixner · 18 years ago
  97. 9223a45 [MTD] Remove read/write _ecc variants by Thomas Gleixner · 18 years ago
  98. 2528e8c [MTD] Remove readv/readv_ecc by Thomas Gleixner · 18 years ago
  99. 9d8522d [MTD] Remove nand writev support by Thomas Gleixner · 18 years ago
  100. 2831877 [MTD] Introduce writesize by Joern Engel · 18 years ago