1. d39ddbd mtd: nand: add helpers to access ->priv by Boris BREZILLON · 9 years ago
  2. 40cbe6e mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions by Boris BREZILLON · 9 years ago
  3. 6e94119 mtd: nand: return consistent error codes in ecc.correct() implementations by Boris BREZILLON · 9 years ago
  4. e576330 mtd: merge MTD development from v4.4 into for-v4.5 development by Brian Norris · 9 years ago
  5. 67b9bcd mtd: spi-nor: fix Spansion regressions (aliased with Winbond) by Brian Norris · 9 years ago
  6. 1873315 mtd: sh_flctl: pass FIFO as physical address by Arnd Bergmann · 9 years ago
  7. 8142b47 mtd: nand: remove unused and buggy get_platform_nandchip() helper function by Boris BREZILLON · 9 years ago
  8. 29574ed mtd: nand: kill the chip->flash_node field by Boris BREZILLON · 9 years ago
  9. 2d3b77b mtd: nand: update mtd_to_nand() by Boris BREZILLON · 9 years ago
  10. 9c9eef8 mtd: nand: sh_flctl: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  11. adc83bf mtd: partitions: support a cleanup callback for parsers by Brian Norris · 9 years ago
  12. 07fd2f8 mtd: partitions: pass around 'mtd_partitions' wrapper struct by Brian Norris · 9 years ago
  13. b9adf46 mtd: partitions: make parsers return 'const' partition arrays by Brian Norris · 9 years ago
  14. ffd014f mtd: nand: add nand_to_mtd() helper by Boris BREZILLON · 9 years ago
  15. ed4f85c mtd: nand: embed an mtd_info structure into nand_chip by Boris BREZILLON · 9 years ago
  16. 74e98be mtd: nand: fix typo (t_ald -> t_adl) by Brian Norris · 9 years ago
  17. de64aa9 mtd: nand: fix ONFI parameter page layout by Boris BREZILLON · 9 years ago
  18. fe7579d mtd: cfi: don't warn about broken geometry for !CONFIG_MTD by Arnd Bergmann · 9 years ago
  19. 2c81de7 mtd: spi-nor: include mtd.h header for struct mtd_info definition by Rafał Miłecki · 9 years ago
  20. b9eab01 mtd: partitions: add module_mtd_part_parser() helper by Brian Norris · 9 years ago
  21. c67cbb8 mtd: spi-nor: provide default erase_sector implementation by Brian Norris · 9 years ago
  22. c291b3c mtd: merge in mtd_to_nand() branch by Brian Norris · 9 years ago
  23. 9eba47d mtd: nand: add an mtd_to_nand() helper by Boris BREZILLON · 9 years ago
  24. 26add94 mtd: partitions: kill unused ecclayout struct by Brian Norris · 9 years ago
  25. e270bca mtd: ofpart: drop 'of_node' partition parser data by Brian Norris · 9 years ago
  26. 30069af mtd: spi-nor: drop flash_node field by Brian Norris · 9 years ago
  27. 3b6521e mtd: ofpart: grab device tree node directly from master device node by Brian Norris · 9 years ago
  28. 28b8b26 mtd: add get/set of_node/flash_node helpers by Brian Norris · 9 years ago
  29. 5bf0e69 mtd: spi-nor: add mtd_is_locked() support by Brian Norris · 9 years ago
  30. f890025 mtd: spi-nor: fixup kernel-doc for flash lock/unlock function pointers by Brian Norris · 9 years ago
  31. db4745e mtd: spi-nor: add SPI NOR manufacturer IDs by Brian Norris · 9 years ago
  32. a8a1645 mtd: spi-nor: make bitfield constants more consistent by Brian Norris · 9 years ago
  33. 801cf21 mtd: spi-nor: make implicit <linux/bitops.h> dependency explicit by Brian Norris · 9 years ago
  34. 45aaeff mtd: nand: pass page number to ecc->write_xxx() methods by Boris BREZILLON · 9 years ago
  35. a7f5ba4 mtd: nand: remove unused ->init_size() hook by Boris BREZILLON · 9 years ago
  36. 79c452a mtd: spi-nor: remove unused read_xfer/write_xfer hooks by Cyrille Pitchen · 9 years ago
  37. 730a43f mtd: nand: add nand_check_erased helper functions by Boris BREZILLON · 9 years ago
  38. db66e32 Merge tag 'v4.3-rc1' into MTD -next development by Brian Norris · 9 years ago
  39. f9f3ce8 mtd: spi-nor: Zap unneeded write_enable from write_reg by Jagan Teki · 9 years ago
  40. 61528d8 mtd: nand: Rename nand_chip .dn to .flash_node by Marek Vasut · 9 years ago
  41. 11bff0b mtd: spi-nor: Decouple SPI NOR's device_node from controller device by Marek Vasut · 9 years ago
  42. 1976367 mtd: spi-nor: embed struct mtd_info within struct spi_nor by Brian Norris · 9 years ago
  43. a39f1d5 mtd: spi-nor: add forward declaration for mtd_info by Brian Norris · 9 years ago
  44. 2584cf8 arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead by Dan Williams · 9 years ago
  45. 5f867db mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflict by Scott Wood · 9 years ago
  46. 4612c71 mtd: cfi: deinline large functions by Denys Vlasenko · 9 years ago
  47. 5844fee mtd: nand: add common DT init code by Brian Norris · 10 years ago
  48. 1779935 mtd: nand_bbt: make nand_scan_bbt() static by Brian Norris · 10 years ago
  49. 8cc7f33 mtd: spi-nor: factor out replace-able flash_{lock,unlock} by Brian Norris · 9 years ago
  50. 7234bea mtd: clean up whitespace in linux/mtd/map.h by Arnd Bergmann · 9 years ago
  51. d09957f mtd: cfi: reduce stack size by Arnd Bergmann · 9 years ago
  52. 402521b Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  53. 8c988ae Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
  54. 9ff0897 UBI: Add initial support for scatter gather by Richard Weinberger · 10 years ago
  55. fafdd2b UBI: Implement UBI_METAONLY by Richard Weinberger · 10 years ago
  56. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
  57. 3efe41b mtd: implement common reboot notifier boilerplate by Brian Norris · 10 years ago
  58. 548cd3ab mtd: spi-nor: Add quad I/O support for Micron SPI NOR by Bean Huo 霍斌斌 (beanhuo) · 10 years ago
  59. 641519c mtd: nand: add ATO manufacturer info by Brian Norris · 10 years ago
  60. 62d956d mtd: nand: provide detailed description for raw read/write page methods by Boris BREZILLON · 10 years ago
  61. b94ed08 mtd: spi-nor: drop replaceable wait-till-ready function pointer by Brian Norris · 10 years ago
  62. 6af9194 mtd: m25p80: drop wait-till-ready checks by Brian Norris · 10 years ago
  63. e66fcf7 spi-nor: Remove spi_nor::read_id operation by Ben Hutchings · 10 years ago
  64. a5b7616 mtd: m25p80,spi-nor: Fix module aliases for m25p80 by Ben Hutchings · 10 years ago
  65. 70f3ce0 mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_id by Ben Hutchings · 10 years ago
  66. 57a94e2 mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDs by Boris BREZILLON · 10 years ago
  67. 5b49ab3 Merge l2-mtd/next into l2-mtd/master by Brian Norris · 10 years ago
  68. b25046b mtd: nand: fix DocBook warnings on nand_sdr_timings doc by Boris BREZILLON · 10 years ago
  69. 31f7546 mtd: use __packed shorthand by Brian Norris · 10 years ago
  70. 7b7d898 mtd: fix linux/mtd/nand.h kernel-doc warning by Randy Dunlap · 10 years ago
  71. 974647e mtd: nand: add ONFI timing mode to nand_timings converter by Boris BREZILLON · 10 years ago
  72. bb5fd0b mtd: nand: define struct nand_timings by Boris BREZILLON · 10 years ago
  73. c14dedd mtd: spi-nor: add support for flag status register on Micron chips by grmoore@altera.com · 10 years ago
  74. 8471bb7 mtd: Introduce mtd_block_isreserved() by Ezequiel Garcia · 10 years ago
  75. e413a19a Merge tag 'for-linus-20140610' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  76. 29fe573 mtd: pfow: remove unused variable by Brian Norris · 10 years ago
  77. 66507c7 mtd: nand: Add support to use nand_base poi databuf as bounce buffer by Kamal Dasu · 10 years ago
  78. 49c50b9 mtd: nand: refactor erase_cmd() to return chip status by Brian Norris · 10 years ago
  79. 9cc2368 Shiraz has moved by Viresh Kumar · 10 years ago
  80. 58b89a1 mtd: spi-nor: unify read opcode variants with ST SPI FSM by Brian Norris · 10 years ago
  81. b02e7f3 mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_* by Brian Norris · 10 years ago
  82. becd0cb mtd: spi-nor: drop \t after #define by Brian Norris · 10 years ago
  83. 8eabdd1 mtd: spi-nor: add the copyright information by Huang Shijie · 10 years ago
  84. 0d8c11c mtd: spi-nor: add a helper to find the spi_device_id by Huang Shijie · 11 years ago
  85. b199489 mtd: spi-nor: add the framework for SPI NOR by Huang Shijie · 11 years ago
  86. 6e602ef mtd: spi-nor: add the basic data structures by Huang Shijie · 11 years ago
  87. f39d2fa mtd: spi-nor: copy the SPI NOR commands to a new header file by Huang Shijie · 11 years ago
  88. e34fcb0 mtd: nand: fix GET/SET_FEATURES address on 16-bit devices by David Mosberger · 10 years ago
  89. e004deb mtd: nand: add "page" argument for read_subpage hook by Huang Shijie · 11 years ago
  90. 4b78fc4 mtd: Add a retlen parameter to _get_{fact,user}_prot_info by Christian Riesch · 11 years ago
  91. 9136181 mtd: nand: parse out the JEDEC compliant NAND by Huang Shijie · 11 years ago
  92. 7852f89 mtd: nand: add a helper to get the supported features for JEDEC by Huang Shijie · 11 years ago
  93. d94abba mtd: nand: add fields for JEDEC in nand_chip by Huang Shijie · 11 years ago
  94. afbfff0 mtd: nand: add the data structures for JEDEC parameter page by Huang Shijie · 11 years ago
  95. 3dad234 mtd: nand: force NAND_CMD_READID onto 8-bit bus by Brian Norris · 11 years ago
  96. 3f172cb mtd: nand: remove the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE by Huang Shijie · 11 years ago
  97. f02ea4e mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{} by Huang Shijie · 11 years ago
  98. 0a8899b mtd: mtdram: add missing 'const' by Brian Norris · 11 years ago
  99. 4968a41 mtd: nand: add Intel manufacturer ID by Huang Shijie · 11 years ago
  100. 3f97c6f mtd: nand: add SanDisk manufacturer ID by Huang Shijie · 11 years ago