1. 477b022 mtd: introduce the mtd_pairing_scheme concept by Boris Brezillon · 9 years ago
  2. aab616e mtd: kill the nand_ecclayout struct by Boris Brezillon · 9 years ago
  3. adbbc3b mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition by Boris Brezillon · 9 years ago
  4. 036d654 mtd: add mtd_set_ecclayout() helper function by Boris Brezillon · 9 years ago
  5. 75eb2ce mtd: add mtd_ooblayout_xxx() helper functions by Boris Brezillon · 9 years ago
  6. 0c034fe mtd: Uninline mtd_write_oob and move it to mtdcore.c by Ezequiel Garcia · 8 years ago
  7. 29f1058 mtd: create an mtd_oobavail() helper and make use of it by Boris BREZILLON · 9 years ago
  8. f5b8aa7 mtd: kill the ecclayout->oobavail field by Boris BREZILLON · 9 years ago
  9. 28b8b26 mtd: add get/set of_node/flash_node helpers by Brian Norris · 9 years ago
  10. 402521b Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  11. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  12. 3efe41b mtd: implement common reboot notifier boilerplate by Brian Norris · 10 years ago
  13. 8471bb7 mtd: Introduce mtd_block_isreserved() by Ezequiel Garcia · 10 years ago
  14. 4b78fc4 mtd: Add a retlen parameter to _get_{fact,user}_prot_info by Christian Riesch · 11 years ago
  15. f83c383 mtd: Move major number definitions to major.h by Ezequiel Garcia · 11 years ago
  16. 818b973 mtd: nand: add a helper to detect the nand type by Huang Shijie · 11 years ago
  17. c41a058 mtd: add a new ecc_step_size field to mtd_info{} by Huang Shijie · 11 years ago
  18. 26a4734 mtd: add 'const' qualifier to a couple of register functions by Artem Bityutskiy · 12 years ago
  19. 2f25ae9 mtd: nand: Increase the ecc placement locations to 640 by Vipin Kumar · 12 years ago
  20. d2d4848 mtd: move mtd_read_oob() definition out of mtd.h by Brian Norris · 12 years ago
  21. d062d4e mtd: bitflip_threshold added to mtd_info and sysfs by Mike Dunn · 12 years ago
  22. 86c2072 mtd: ecc_strength is at ecc step granularity by Mike Dunn · 12 years ago
  23. 1d0b95b mtd: add ecc_strength fields to mtd structs by Mike Dunn · 13 years ago
  24. de3cac9 mtd: check for zero length in OTP functions by Artem Bityutskiy · 13 years ago
  25. 664addc mtd: remove R/O checking duplication by Artem Bityutskiy · 13 years ago
  26. 8273a0c mtd: add offset and length checks to the API function by Artem Bityutskiy · 13 years ago
  27. 5e4e6e3 mtd: return error code from mtd_unpoint by Artem Bityutskiy · 13 years ago
  28. 3c3c10b mtd: add leading underscore to all mtd functions by Artem Bityutskiy · 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. 800ffd3 mtd: do not use mtd->block_markbad directly by Artem Bityutskiy · 13 years ago
  34. 8f461a7 mtd: introduce mtd_can_have_bb helper by Artem Bityutskiy · 13 years ago
  35. 079c985 mtd: do not use mtd->suspend and mtd->resume directly by Artem Bityutskiy · 13 years ago
  36. 3813456 mtd: do not use mtd->lock, unlock and is_locked directly by Artem Bityutskiy · 13 years ago
  37. 327cf29 mtd: do not use mtd->sync directly by Artem Bityutskiy · 13 years ago
  38. 1dbebd3 mtd: harmonize mtd_writev usage by Artem Bityutskiy · 13 years ago
  39. e2936b2a mtd: do not use mtd->lock_user_prot_reg directly by Artem Bityutskiy · 13 years ago
  40. 27c151a mtd: mtd->write_user_prot_reg directly by Artem Bityutskiy · 13 years ago
  41. b6de3d6 mtd: do not use mtd->read_*_prot_reg directly by Artem Bityutskiy · 13 years ago
  42. 87e858a9 mtd: do not use mtd->get_*_prot_info directly by Artem Bityutskiy · 13 years ago
  43. dac2639 mtd: do not use mtd->read_oob directly by Artem Bityutskiy · 13 years ago
  44. 016c129 mtd: mtdoops: do not use mtd->panic_write directly by Artem Bityutskiy · 13 years ago
  45. cd62127 mtd: do not use mtd->get_unmapped_area directly by Artem Bityutskiy · 13 years ago
  46. 1093447 mtd: do use mtd->point directly by Artem Bityutskiy · 13 years ago
  47. fc002e3 mtd: introduce mtd_has_oob helper by Artem Bityutskiy · 13 years ago
  48. 52b0203 mtd: clean-up the default_mtd_writev function by Artem Bityutskiy · 13 years ago
  49. bac9727 mtd: remove unused default_mtd_readv prototype by Artem Bityutskiy · 13 years ago
  50. d5de20a mtd: kill dev_to_mtd helper by Artem Bityutskiy · 13 years ago
  51. 9cf075f mtd: always initialize retlen to zero by Artem Bityutskiy · 13 years ago
  52. a88d2dc mtd: move mtd->{get,put}_device functions up by Artem Bityutskiy · 13 years ago
  53. 5942ddb mtd: introduce mtd_block_markbad interface by Artem Bityutskiy · 13 years ago
  54. 7086c19 mtd: introduce mtd_block_isbad interface by Artem Bityutskiy · 13 years ago
  55. ead995f mtd: introduce mtd_resume interface by Artem Bityutskiy · 13 years ago
  56. 3fe4bae mtd: introduce mtd_suspend interface by Artem Bityutskiy · 13 years ago
  57. e95e978 mtd: introduce mtd_is_locked interface by Artem Bityutskiy · 13 years ago
  58. b66005c mtd: introduce mtd_unlock interface by Artem Bityutskiy · 13 years ago
  59. 7799f9a mtd: introduce mtd_lock interface by Artem Bityutskiy · 13 years ago
  60. 85f2f2a mtd: introduce mtd_sync interface by Artem Bityutskiy · 13 years ago
  61. b0a31f7 mtd: introduce mtd_writev interface by Artem Bityutskiy · 13 years ago
  62. 4403dbfb mtd: introduce mtd_lock_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  63. 482b43a mtd: introduce mtd_write_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  64. 4ea1cab mtd: introduce mtd_read_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  65. 855e5d8 mtd: introduce mtd_get_user_prot_info interface by Artem Bityutskiy · 13 years ago
  66. d264f72 mtd: introduce mtd_read_fact_prot_reg interface by Artem Bityutskiy · 13 years ago
  67. a750b5c mtd: introduce mtd_get_fact_prot_info interface by Artem Bityutskiy · 13 years ago
  68. a2cc5ba mtd: introduce mtd_write_oob interface by Artem Bityutskiy · 13 years ago
  69. fd2819b mtd: introduce mtd_read_oob interface by Artem Bityutskiy · 13 years ago
  70. 7ae79d7 mtd: introduce mtd_panic_write interface by Artem Bityutskiy · 13 years ago
  71. eda95cb mtd: introduce mtd_write interface by Artem Bityutskiy · 13 years ago
  72. 329ad39 mtd: introduce mtd_read interface by Artem Bityutskiy · 13 years ago
  73. 04c601b mtd: introduce mtd_get_unmapped_area interface by Artem Bityutskiy · 13 years ago
  74. 7219778 mtd: introduce mtd_unpoint interface by Artem Bityutskiy · 13 years ago
  75. d35ea20 mtd: introduce mtd_point interface by Artem Bityutskiy · 13 years ago
  76. 7e1f0dc mtd: introduce mtd_erase interface by Artem Bityutskiy · 13 years ago
  77. e0d6511 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  78. de47725 include: replace linux/module.h with "struct module" wherever possible by Paul Gortmaker · 13 years ago
  79. 7387ce7 mtd: define `mtd_is_*()' functions by Brian Norris · 13 years ago
  80. 4180f24 mtd: document ABI by Brian Norris · 13 years ago
  81. 0612b9d mtd: rename MTD_OOB_* to MTD_OPS_* by Brian Norris · 13 years ago
  82. 905c6bc mtd: move mtd_oob_mode_t to shared kernel/user space by Brian Norris · 13 years ago
  83. e2e24e8 mtd: style fixups in multi-line comment, indentation by Brian Norris · 13 years ago
  84. 87ed114 mtd: remove CONFIG_MTD_DEBUG by Brian Norris · 13 years ago
  85. 7854d3f mtd: spelling, capitalization, uniformity by Brian Norris · 13 years ago
  86. 15c60a5 mtd: drop mtd_device_register by Dmitry Eremin-Solenikov · 13 years ago
  87. c797533 mtd: abstract last MTD partition parser argument by Dmitry Eremin-Solenikov · 13 years ago
  88. 1c4c215 mtd: add new API for handling MTD registration by Dmitry Eremin-Solenikov · 13 years ago
  89. 6a8a98b mtd: kill CONFIG_MTD_PARTITIONS by Jamie Iles · 13 years ago
  90. eea72d5 mtd: remove add_mtd_partitions, add_mtd_device and friends by Jamie Iles · 13 years ago
  91. f5671ab mtd: introduce mtd_device_(un)register() by Jamie Iles · 13 years ago
  92. 33b5371 mtd: create function to perform large allocations by Grant Erickson · 13 years ago
  93. 0e4ca7e mtd: add writebufsize field to mtd_info struct by Anatolij Gustschin · 14 years ago
  94. 0ceacf3 mtd: edit comments on deprecation of ioctl ECCGETLAYOUT by Brian Norris · 14 years ago
  95. cc26c3c mtd: nand: expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUT by Brian Norris · 14 years ago
  96. 6ae0185 mtd: Remove obsolete <mtd/compatmac.h> include by David Woodhouse · 14 years ago
  97. a1452a3 mtd: Update copyright notices by David Woodhouse · 14 years ago
  98. 9938424 mtd: add an ioctl to query the lock status of a flash sector by Richard Cochran · 14 years ago
  99. b64d39d mtd: nand: make reads using MTD_OOB_RAW affect only ECC validation by Maxim Levitsky · 15 years ago
  100. 3bd4565 mtd: create unlocked versions of {get,put}_mtd_device by Maxim Levitsky · 15 years ago