1. 9786e34 Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  2. 57e363b Merge tag 'nand/for-4.12' of github.com:linux-nand/linux into MTD by Brian Norris · 8 years ago
  3. 477544c mtd: nand: allow drivers to request minimum alignment for passed buffer by Masahiro Yamada · 8 years ago
  4. 0760468 mtd: nand: relax ecc.read_page() return value for uncorrectable ECC by Masahiro Yamada · 8 years ago
  5. f107d7a mtd: nand: Remove unused chip->write_page() hook by Boris Brezillon · 8 years ago
  6. fa06052 mtd: Convert to dynamically allocated bdi infrastructure by Jan Kara · 8 years ago
  7. 4a67c9f mtd: use dev_of_node helper in mtd_get_of_node by Rafał Miłecki · 8 years ago
  8. 3b5206f mtd: nand: Move Macronix specific initialization in nand_macronix.c by Boris Brezillon · 9 years ago
  9. 229204d mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.c by Boris Brezillon · 9 years ago
  10. 10d4e75 mtd: nand: Move Micron specific init logic in nand_micron.c by Boris Brezillon · 9 years ago
  11. 9b2d61f mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c by Boris Brezillon · 9 years ago
  12. 01389b6 mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c by Boris Brezillon · 9 years ago
  13. c51d0ac mtd: nand: Move Samsung specific init/detection logic in nand_samsung.c by Boris Brezillon · 9 years ago
  14. abbe26d mtd: nand: Add manufacturer specific initialization/detection steps by Boris Brezillon · 9 years ago
  15. bcc678c mtd: nand: Do not expose the NAND manufacturer table directly by Boris Brezillon · 8 years ago
  16. 8cfb9ab mtd: nand: Rename the nand_manufacturers struct by Boris Brezillon · 8 years ago
  17. 7f501f0 mtd: nand: Store nand ID in struct nand_chip by Boris Brezillon · 9 years ago
  18. 8ab102d scripts/spelling.txt: add "partiton" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  19. 2830957 mtd: name the mtd device with an optional label property by Cédric Le Goater · 8 years ago
  20. 398d873 Merge tag 'spi-nor/for-4.11-v2' of git://github.com/spi-nor/linux by Brian Norris · 8 years ago
  21. 902cc69 mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codes by Cyrille Pitchen · 8 years ago
  22. e99ca98 mtd: spi-nor: Add support for S3AN spi-nor devices by Ricardo Ribalda · 8 years ago
  23. 42e9401 mtd: Add partition device node to mtd partition devices by Sascha Hauer · 8 years ago
  24. 9c8d7ff Merge tag 'nand/for-4.11' of github.com:linux-nand/linux by Brian Norris · 8 years ago
  25. ceb374e mtd: nand: Add max_bb_per_die and blocks_per_die fields to nand_chip by Zach Brown · 8 years ago
  26. 6080ef6 mtd: introduce function max_bad_blocks by Jeff Westfahl · 8 years ago
  27. a4077ce mtd: nand: Add Winbond manufacturer id by Andrey Jr. Melnikov · 8 years ago
  28. 4404d7d mtd: nand: fsmc: remove stale non-DT probe path by Linus Walleij · 8 years ago
  29. 61babe9 mtd: nand: fix nand.h kernel-doc warnings by Randy Dunlap · 8 years ago
  30. 0989b09 Merge tag 'nand/for-4.10' of github.com:linux-nand/linux by Brian Norris · 8 years ago
  31. 3371d66 mtd: nand: Support controllers with custom page by Marc Gonzalez · 8 years ago
  32. 6ea40a3 mtd: nand: Wait tCCS after a column change by Boris Brezillon · 8 years ago
  33. 204e7ec mtd: nand: Add a few more timings to nand_sdr_timings by Boris Brezillon · 8 years ago
  34. 73f907f mtd: nand: Fix data interface configuration logic by Boris Brezillon · 8 years ago
  35. 69db4aa Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linux by Brian Norris · 8 years ago
  36. d44154f mtd: nand: Provide nand_cleanup() function to free NAND related resources by Richard Weinberger · 8 years ago
  37. ba78ee0 mtd: nand: Add an option to maximize the ECC strength by Boris Brezillon · 9 years ago
  38. d8e725d mtd: nand: automate NAND timings selection by Boris Brezillon · 8 years ago
  39. 6e1f970 mtd: nand: Expose data interface for ONFI mode 0 by Sascha Hauer · 8 years ago
  40. b88730a mtd: nand: Add function to convert ONFI mode to data_interface by Sascha Hauer · 8 years ago
  41. eee64b7 mtd: nand: Introduce nand_data_interface by Sascha Hauer · 8 years ago
  42. 2f94abf mtd: nand: Create a NAND reset function by Sascha Hauer · 8 years ago
  43. 7902259 mtd: nand: remove unnecessary 'extern' from function declarations by Sascha Hauer · 9 years ago
  44. d45bc58 mtd: nand: import nand_hw_control_init() by Marc Gonzalez · 9 years ago
  45. 477b022 mtd: introduce the mtd_pairing_scheme concept by Boris Brezillon · 9 years ago
  46. 1ed1069 Merge tag 'nand/for-4.8' of github.com:linux-nand/linux into mtd by Brian Norris · 9 years ago
  47. 1c7fe6b mtd: nand: add ESMT manufacturer by Rafał Miłecki · 9 years ago
  48. 2dd087b mtd: spi-nor: stop passing around retlen by Michal Suchanek · 9 years ago
  49. 59451e1 mtd: spi-nor: change return value of read/write by Michal Suchanek · 9 years ago
  50. e5366a2 mtd: spi-nor: support GigaDevice gd25lq64c by Brian Norris · 9 years ago
  51. 2cbaf54 Merge tag 'nand/for-4.7' of github.com:linux-nand/linux by Brian Norris · 9 years ago
  52. e4225ae mtd: mtd: drop NAND_ECC_SOFT_BCH enum value by Rafał Miłecki · 9 years ago
  53. aab616e mtd: kill the nand_ecclayout struct by Boris Brezillon · 9 years ago
  54. 7f2b092 mtd: nand: kill the ecc->layout field by Boris Brezillon · 9 years ago
  55. a411679 mtd: onenand: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  56. 04a123a mtd: nand: fsmc: get rid of the fsmc_nand_eccplace struct by Boris Brezillon · 9 years ago
  57. e5b2d30 mtd: nand: sharpsl: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  58. 41b207a mtd: nand: implement the default mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  59. adbbc3b mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition by Boris Brezillon · 9 years ago
  60. 036d654 mtd: add mtd_set_ecclayout() helper function by Boris Brezillon · 9 years ago
  61. 75eb2ce mtd: add mtd_ooblayout_xxx() helper functions by Boris Brezillon · 9 years ago
  62. 9d02fc2 mtd: nand: export default read/write oob functions by Boris Brezillon · 10 years ago
  63. b0fcd8a mtd: nand: add new enum for storing ECC algorithm by Rafał Miłecki · 9 years ago
  64. 0c034fe mtd: Uninline mtd_write_oob and move it to mtdcore.c by Ezequiel Garcia · 9 years ago
  65. fddcca5 mtd: avoid stack overflow in MTD CFI code by Arnd Bergmann · 9 years ago
  66. 9f3e042 mtd: nand: don't select chip in nand_chip's block_bad op by Archit Taneja · 9 years ago
  67. 3dd8012 mtd: spi-nor: add TB (Top/Bottom) protect support by Brian Norris · 9 years ago
  68. a8c65d5 mtd: nand: simplify nand_bch_init() usage by Boris BREZILLON · 9 years ago
  69. 29f1058 mtd: create an mtd_oobavail() helper and make use of it by Boris BREZILLON · 9 years ago
  70. f5b8aa7 mtd: kill the ecclayout->oobavail field by Boris BREZILLON · 9 years ago
  71. 95a001f mtd: map: fix .set_vpp() documentation by Linus Walleij · 9 years ago
  72. 02db97a mtd: nand: kill unused ->ecclayout field in platform_nand_chip struct by Boris BREZILLON · 9 years ago
  73. 2c9e5779 mtd: nftl: kill unused oobinfo field by Boris BREZILLON · 9 years ago
  74. f8543c0 mtd: inftl: kill unused oobinfo field by Boris BREZILLON · 9 years ago
  75. fd2a2f2 mtd: onenand: make onenand_scan_bbt() static by Thomas Petazzoni · 9 years ago
  76. c03d996 mtd: nand: add NAND_NEED_SCRAMBLING option flag by Boris BREZILLON · 9 years ago
  77. d39ddbd mtd: nand: add helpers to access ->priv by Boris BREZILLON · 9 years ago
  78. 40cbe6e mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions by Boris BREZILLON · 9 years ago
  79. 6e94119 mtd: nand: return consistent error codes in ecc.correct() implementations by Boris BREZILLON · 9 years ago
  80. e576330 mtd: merge MTD development from v4.4 into for-v4.5 development by Brian Norris · 9 years ago
  81. 67b9bcd mtd: spi-nor: fix Spansion regressions (aliased with Winbond) by Brian Norris · 9 years ago
  82. 1873315 mtd: sh_flctl: pass FIFO as physical address by Arnd Bergmann · 9 years ago
  83. 8142b47 mtd: nand: remove unused and buggy get_platform_nandchip() helper function by Boris BREZILLON · 9 years ago
  84. 29574ed mtd: nand: kill the chip->flash_node field by Boris BREZILLON · 9 years ago
  85. 2d3b77b mtd: nand: update mtd_to_nand() by Boris BREZILLON · 9 years ago
  86. 9c9eef8 mtd: nand: sh_flctl: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  87. adc83bf mtd: partitions: support a cleanup callback for parsers by Brian Norris · 9 years ago
  88. 07fd2f8 mtd: partitions: pass around 'mtd_partitions' wrapper struct by Brian Norris · 9 years ago
  89. b9adf46 mtd: partitions: make parsers return 'const' partition arrays by Brian Norris · 9 years ago
  90. ffd014f mtd: nand: add nand_to_mtd() helper by Boris BREZILLON · 9 years ago
  91. ed4f85c mtd: nand: embed an mtd_info structure into nand_chip by Boris BREZILLON · 9 years ago
  92. 74e98be mtd: nand: fix typo (t_ald -> t_adl) by Brian Norris · 9 years ago
  93. de64aa9 mtd: nand: fix ONFI parameter page layout by Boris BREZILLON · 9 years ago
  94. fe7579d mtd: cfi: don't warn about broken geometry for !CONFIG_MTD by Arnd Bergmann · 9 years ago
  95. 2c81de7 mtd: spi-nor: include mtd.h header for struct mtd_info definition by Rafał Miłecki · 9 years ago
  96. b9eab01 mtd: partitions: add module_mtd_part_parser() helper by Brian Norris · 9 years ago
  97. c67cbb8 mtd: spi-nor: provide default erase_sector implementation by Brian Norris · 9 years ago
  98. c291b3c mtd: merge in mtd_to_nand() branch by Brian Norris · 9 years ago
  99. 9eba47d mtd: nand: add an mtd_to_nand() helper by Boris BREZILLON · 9 years ago
  100. 26add94 mtd: partitions: kill unused ecclayout struct by Brian Norris · 9 years ago