1. 97f41002 mtd: mtdpart: use DEVICE_ATTR_RO() helper macro by Zhen Lei · 3 years, 7 months ago
  2. ce67504 mtd: mtdpart: Convert sysfs sprintf/snprintf family to sysfs_emit by Tian Tao · 3 years, 9 months ago
  3. cb45430 mtd: don't lock when recursively deleting partitions by David Bauer · 3 years, 11 months ago
  4. 620747e mtd: mtdpart: Fix misdocumented function parameter 'mtd' by Lee Jones · 4 years, 2 months ago
  5. 9e3307a mtd: Add support for emulated SLC mode on MLC NANDs by Boris Brezillon · 4 years, 8 months ago
  6. 46b5889 mtd: implement proper partition handling by Miquel Raynal · 5 years ago
  7. fd534e9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102 by Thomas Gleixner · 6 years ago
  8. 3008ba8 mtd: part: fix incorrect format specifier for an unsigned long long by Colin Ian King · 6 years ago
  9. ad46351 mtd: Make sure mtd->erasesize is valid even if the partition is of size 0 by Boris Brezillon · 6 years ago
  10. bda2ab5 mtd: Remove a debug trace in mtdpart.c by Boris Brezillon · 6 years ago
  11. 2b6f009 mtd: Check add_mtd_device() ret code by Boris Brezillon · 6 years ago
  12. 6750f61 mtd: improve calculating partition boundaries when checking for alignment by Rafał Miłecki · 6 years ago
  13. 1186af4 mtd: keep original flags for every struct mtd_info by Rafał Miłecki · 6 years ago
  14. 85516a98 mtd: partitions: fix unbalanced of_node_get/put() by Miquel Raynal · 6 years ago
  15. 76a8322 mtd: partitions: use DT info for parsing partitions with "compatible" prop by Rafał Miłecki · 6 years ago
  16. 5ac67ce mtd: move code adding (registering) partitions to the parse_mtd_partitions() by Rafał Miłecki · 7 years ago
  17. c0faf43 mtd: rename "ofpart" parser to "fixed-partitions" as it fits it better by Rafał Miłecki · 7 years ago
  18. 5b644aa mtd: partitions: add of_match_table parser matching for the "ofpart" type by Rafał Miłecki · 7 years ago
  19. e7bfb3f mtd: Stop updating erase_info->state and calling mtd_erase_callback() by Boris Brezillon · 7 years ago
  20. 8f347c4 mtd: Unconditionally update ->fail_addr and ->addr in part_erase() by Boris Brezillon · 7 years ago
  21. 884cfd9 mtd: Stop assuming mtd_erase() is asynchronous by Boris Brezillon · 7 years ago
  22. 0aede42 mtd: Remove duplicate checks on mtd_oob_ops parameter by Boris Brezillon · 7 years ago
  23. 24ff129 mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing by Boris Brezillon · 7 years ago
  24. d020fc8 mtd: mtdpart: Make ECC stat handling consistent by Boris Brezillon · 7 years ago
  25. 9a59410 mtd: remove the get_unmapped_area method by Nicolas Pitre · 7 years ago
  26. 7e43968 mtd: Fix partition alignment check on multi-erasesize devices by Boris Brezillon · 7 years ago
  27. c169e3d mtd: partitions: fixup some allocate_partition() whitespace by Brian Norris · 8 years ago
  28. 1a0915b mtd: partitions: add support for partition parsers by Rafał Miłecki · 8 years ago
  29. 97519dc mtd: partitions: add support for subpartitions by Rafał Miłecki · 8 years ago
  30. 0a9d72b mtd: partitions: rename "master" to the "parent" where appropriate by Rafał Miłecki · 8 years ago
  31. c5ceaba mtd: partitions: remove sysfs files when deleting all master's partitions by Rafał Miłecki · 8 years ago
  32. 08263a9 mtd: partitions: add helper for deleting partition by Rafał Miłecki · 8 years ago
  33. 01f9c72 mtd: partitions: factor out code calling parser by Brian Norris · 8 years ago
  34. 1eeef2d mtd: handle partitioning on devices with 0 erasesize by Chris Packham · 8 years ago
  35. 42e9401 mtd: Add partition device node to mtd partition devices by Sascha Hauer · 8 years ago
  36. 6080ef6 mtd: introduce function max_bad_blocks by Jeff Westfahl · 8 years ago
  37. 97139d4 treewide: remove redundant #include <linux/kconfig.h> by Masahiro Yamada · 8 years ago
  38. 69db4aa Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linux by Brian Norris · 8 years ago
  39. 5e14907 mtdpart: Propagate _get/put_device() by Richard Weinberger · 8 years ago
  40. 477b022 mtd: introduce the mtd_pairing_scheme concept by Boris Brezillon · 9 years ago
  41. adbbc3b mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition by Boris Brezillon · 9 years ago
  42. f6a6da1 mtd: use mtd_set_ecclayout() where appropriate by Boris Brezillon · 9 years ago
  43. 29f1058 mtd: create an mtd_oobavail() helper and make use of it by Boris BREZILLON · 9 years ago
  44. adc83bf mtd: partitions: support a cleanup callback for parsers by Brian Norris · 9 years ago
  45. 07fd2f8 mtd: partitions: pass around 'mtd_partitions' wrapper struct by Brian Norris · 9 years ago
  46. c42c271 mtd: partitions: remove kmemdup() by Brian Norris · 9 years ago
  47. 5531ae4 mtd: partitions: rename MTD parser get/put by Brian Norris · 9 years ago
  48. 2524534 mtd: partitions: turn PART() macro into inline function by Brian Norris · 9 years ago
  49. b9eab01 mtd: partitions: add module_mtd_part_parser() helper by Brian Norris · 9 years ago
  50. 9386723 mtd: zero out mtd_partition struct before using it by Brian Norris · 9 years ago
  51. 5a2415b mtd: mtdpart: Do not fail mtd probe when parsing partitions fails by Brian Norris · 9 years ago
  52. 8e2c992 mtd: mtdpart: add debug prints to partition parser. by Michal Suchanek · 9 years ago
  53. e5bae86 mtd: mtdpart: fix add_mtd_partitions error path by Boris BREZILLON · 9 years ago
  54. 3a434f6 mtd: part: Remove partition overlap checks by Dan Ehrenberg · 10 years ago
  55. a62c24d mtd: part: Add sysfs variable for offset of partition by Dan Ehrenberg · 10 years ago
  56. 727dc61 mtd: part: Create the master device node when partitioned by Dan Ehrenberg · 10 years ago
  57. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  58. fdf43a4 mtd: Account for BBT blocks when a partition is being allocated by Ezequiel Garcia · 11 years ago
  59. 8471bb7 mtd: Introduce mtd_block_isreserved() by Ezequiel Garcia · 11 years ago
  60. 4b78fc42f mtd: Add a retlen parameter to _get_{fact,user}_prot_info by Christian Riesch · 11 years ago
  61. 6e14a61 mtd: make register_mtd_parser return void by Axel Lin · 11 years ago
  62. cf3b2b1 mtd: make deregister_mtd_parser return void by Axel Lin · 11 years ago
  63. 26a6d24 mtd: make mtd_partition.name const by Geert Uytterhoeven · 11 years ago
  64. bdf69c4 mtd: set the ecc step size for master/slave mtd_info by Huang Shijie · 11 years ago
  65. ccef4dc mtd: mtdcore: use const qualifier by Artem Bityutskiy · 12 years ago
  66. 26a4734 mtd: add 'const' qualifier to a couple of register functions by Artem Bityutskiy · 12 years ago
  67. ffe3150 Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headers by David Woodhouse · 12 years ago
  68. c51803d mtd: mtdpart: break it as soon as we parse out the partitions by Huang Shijie · 12 years ago
  69. 62082e56 mtd: mtdparts: introduce mtd_get_device_size by Richard Genoud · 13 years ago
  70. 5dee467 mtd: mark mtd_is_partition argument as constant by Richard Genoud · 13 years ago
  71. edbc4540 mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN by Mike Dunn · 13 years ago
  72. d062d4e mtd: bitflip_threshold added to mtd_info and sysfs by Mike Dunn · 13 years ago
  73. 6a918ba mtd: flash drivers set ecc strength by Mike Dunn · 13 years ago
  74. 994c840 mtd: fix partition wrapper functions by Mike Dunn · 13 years ago
  75. 664addc mtd: remove R/O checking duplication by Artem Bityutskiy · 13 years ago
  76. 5def489 mtd: do not duplicate length and offset checks in drivers by Artem Bityutskiy · 13 years ago
  77. 5e4e6e3 mtd: return error code from mtd_unpoint by Artem Bityutskiy · 13 years ago
  78. 3c3c10b mtd: add leading underscore to all mtd functions by Artem Bityutskiy · 13 years ago
  79. 58edc90 mtd: minor coding style cleanup in mtdpart.c by Stefan Roese · 13 years ago
  80. 5942ddb mtd: introduce mtd_block_markbad interface by Artem Bityutskiy · 13 years ago
  81. 7086c19 mtd: introduce mtd_block_isbad interface by Artem Bityutskiy · 13 years ago
  82. ead995f mtd: introduce mtd_resume interface by Artem Bityutskiy · 13 years ago
  83. 3fe4bae mtd: introduce mtd_suspend interface by Artem Bityutskiy · 13 years ago
  84. e95e978 mtd: introduce mtd_is_locked interface by Artem Bityutskiy · 13 years ago
  85. b66005c mtd: introduce mtd_unlock interface by Artem Bityutskiy · 13 years ago
  86. 7799f9a mtd: introduce mtd_lock interface by Artem Bityutskiy · 13 years ago
  87. 85f2f2a mtd: introduce mtd_sync interface by Artem Bityutskiy · 13 years ago
  88. b0a31f7 mtd: introduce mtd_writev interface by Artem Bityutskiy · 13 years ago
  89. 4403dbfb mtd: introduce mtd_lock_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  90. 482b43a mtd: introduce mtd_write_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  91. 4ea1cab mtd: introduce mtd_read_user_prot_reg interface by Artem Bityutskiy · 13 years ago
  92. 855e5d8 mtd: introduce mtd_get_user_prot_info interface by Artem Bityutskiy · 13 years ago
  93. d264f72 mtd: introduce mtd_read_fact_prot_reg interface by Artem Bityutskiy · 13 years ago
  94. a750b5c mtd: introduce mtd_get_fact_prot_info interface by Artem Bityutskiy · 13 years ago
  95. a2cc5ba mtd: introduce mtd_write_oob interface by Artem Bityutskiy · 13 years ago
  96. fd2819b mtd: introduce mtd_read_oob interface by Artem Bityutskiy · 13 years ago
  97. 7ae79d7 mtd: introduce mtd_panic_write interface by Artem Bityutskiy · 13 years ago
  98. eda95cb mtd: introduce mtd_write interface by Artem Bityutskiy · 13 years ago
  99. 329ad39 mtd: introduce mtd_read interface by Artem Bityutskiy · 13 years ago
  100. 04c601b mtd: introduce mtd_get_unmapped_area interface by Artem Bityutskiy · 13 years ago