1. c967360 mtd: nand: gpmi: remove deprecated comment by Boris BREZILLON · 10 years ago
  2. 41bed23 mtd: gpmi: Remove noisy error message by Fabio Estevam · 10 years ago
  3. d6666be Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  4. 7ca94e0 mtd: nand: gpmi: add raw oob access functions by Boris BREZILLON · 10 years ago
  5. da3bc42c mtd: nand: gpmi: add proper raw access support by Boris BREZILLON · 10 years ago
  6. 66de54a mtd: nand: gpmi: add gpmi_copy_bits function by Boris BREZILLON · 10 years ago
  7. c30e1f7 mtd: nand: correct the comment of function nand_block_isreserved() by Gu Zheng · 10 years ago
  8. 068b44b mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpy by Wu, Josh · 10 years ago
  9. 6710247 mtd: cafe_nand: drop duplicate .write_page implementation by Brian Norris · 10 years ago
  10. 775a913 mtd: nand: omap: Fix NAND enumeration on 3430 LDP by Roger Quadros · 10 years ago
  11. 641519c mtd: nand: add ATO manufacturer info by Brian Norris · 10 years ago
  12. 3755a99 mtd: nand: print erase size on init by Rafał Miłecki · 10 years ago
  13. 0969166 fsl_ifc: Support all 8 IFC chip selects by Aaron Sierra · 10 years ago
  14. abb1cd0 mtd: atmel_nand: make PMECC lookup table and offset property optional by Josh Wu · 10 years ago
  15. 33a87a1 mtd: mxc_nand: use __iowrite32_copy for 32 bit copy by Koul, Vinod · 10 years ago
  16. 1dc338e mtd: nand: omap: Synchronize the access to the ECC engine by Rostislav Lisovy · 10 years ago
  17. 7a442f1 mtd: nand: comment update, the DEPLETE1 command has gone by Gerhard Sittig · 11 years ago
  18. 438320d mtd: nand: Base BCH ECC bytes on required strength by Jordan Friendshuh · 10 years ago
  19. c9d79c4 mtd: nand: gpio: improve comments about GPIO assisted operation by Gerhard Sittig · 10 years ago
  20. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  21. 81d92dc Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  22. 1f04a73 MTD: merge 3.18 development into -next development by Brian Norris · 10 years ago
  23. 0c53b4e mtd: omap: fix mtd devices not showing up by Frans Klaver · 10 years ago
  24. 1fef62c mtd: nand: add sunxi NAND flash controller support by Boris BREZILLON · 10 years ago
  25. b00358a nandsim: add id_bytes module parameter by Akinobu Mita · 10 years ago
  26. a0fa0b6 mtd: orion_nand: fix error code path in probe by Michael Opdenacker · 10 years ago
  27. 94cb4ee mtd: nand: omap: Do not use global variables by Rostislav Lisovy · 10 years ago
  28. 50e23b4 mtd: nand: bcm47xxnflash: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  29. 5cfb36e mtd: nand: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  30. 52d589a Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  31. 0e497c3 mtd: sh_flctl: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
  32. b177ea3 mtd: fsmc_nand: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
  33. 8b3d58e mtd: nand: omap: Correct CONFIG_MTD_NAND_OMAP_BCH help message by Roger Quadros · 10 years ago
  34. e7cd682 mtd: nand: Force omap_elm to be built as a module if omap2_nand is a module by Ezequiel Garcia · 10 years ago
  35. 6d178ef mtd: nand: Move ELM driver and rename as omap_elm by Ezequiel García · 10 years ago
  36. d2f08c7 nand: omap2: Replace pr_err with dev_err by Ezequiel García · 10 years ago
  37. 93af53b nand: omap2: Remove horrible ifdefs to fix module probe by Ezequiel García · 10 years ago
  38. 2a960cc mtd: nand: add Hynix's H27UCG8T2ATR-BC to nand_ids table by Boris BREZILLON · 10 years ago
  39. 57a94e2 mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDs by Boris BREZILLON · 10 years ago
  40. 8125450 mtd: denali: fix indents and other trivial things by Masahiro Yamada · 10 years ago
  41. 7d14ecd mtd: denali: remove unnecessary parentheses by Masahiro Yamada · 10 years ago
  42. ba5f2bc mtd: denali: remove another set-but-unused variable by Brian Norris · 10 years ago
  43. a81b470 mtd: denali: fix include guard and license block of denali.h by Masahiro Yamada · 10 years ago
  44. 2ac63d9 mtd: nand: don't break long print messages by Rafał Miłecki · 10 years ago
  45. b7ab610 mtd: bcm47xxnflash: replace some magic numbers by Rafał Miłecki · 10 years ago
  46. dfbd7dd mtd: bcm47xxnflash: NAND_CMD_RESET support by Rafał Miłecki · 10 years ago
  47. 90de633 mtd: bcm47xxnflash: add cmd_ctrl handler by Rafał Miłecki · 10 years ago
  48. 5282a3a mtd: bcm47xxnflash: add dev_ready and fill chip_delay by Rafał Miłecki · 10 years ago
  49. 785e5e1 mtd: bcm47xxnflash: fix typo in freq calculation by Rafał Miłecki · 10 years ago
  50. 022a478 mtd: atmel_nand: remove pmecc_bytes_per_sector, use chip->ecc.bytes instead by Wu, Josh · 10 years ago
  51. c9447ff mtd: atmel_nand: remove pmecc_sector_number, use ecc.steps instead by Wu, Josh · 10 years ago
  52. fef775c nand: omap2: Add support for flash-based bad block table by Ezequiel García · 10 years ago
  53. 2d405ec mtd: nand: atmel_nand: retrieve NFC clock by Boris BREZILLON · 10 years ago
  54. 55ab9ec mtd: denali: remove a set-but-unused variable by Masahiro Yamada · 10 years ago
  55. 93e3c8a mtd: denali: change the type of iterators to int by Masahiro Yamada · 10 years ago
  56. 3157d1e mtd: denali: remove unnecessary casts by Masahiro Yamada · 10 years ago
  57. 5637b69 mtd: denali: remove unnecessary variable initializations by Masahiro Yamada · 10 years ago
  58. 43914a2 mtd: denali: fix the format of comment blocks by Masahiro Yamada · 10 years ago
  59. 7622d49 Merge tag 'v3.17-rc5' from upstream by Brian Norris · 10 years ago
  60. 40ddbf5 mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc() by Roger Quadros · 10 years ago
  61. 7d5929c mtd: nand: omap: Revert to using software ECC by default by Roger Quadros · 10 years ago
  62. bd8898d mtd: nand: Use ULL-suffix for big u64 constant by Geert Uytterhoeven · 10 years ago
  63. ff0a215 mtd: atmel_nand: NFC: fix mtd_nandbiterrs.ko test fail when using sram write by Wu, Josh · 10 years ago
  64. 537ab1b mtd: nand: fix integer widening problems by Brian Norris · 10 years ago
  65. b033e1a mtd: nandsim: fix integer widening by Brian Norris · 10 years ago
  66. c115add mtd: nand: denali: set proper error code on timeout by Brian Norris · 10 years ago
  67. 31f7546 mtd: use __packed shorthand by Brian Norris · 10 years ago
  68. 57d3a9a mtd: nand: fix nand_lock/unlock() function by White Ding · 10 years ago
  69. 2902330 mtd: denali: avoid using a magic number by Masahiro Yamada · 10 years ago
  70. 8fb7b93 mtd: atmel_nand: remove redundant dev_err call by Wei Yongjun · 10 years ago
  71. a355710 mtd: atmel_nand: add pmecc support for 512, 1k, 4k, 8k page size by Wu, Josh · 10 years ago
  72. 796fe36 mtd: atmel_nand: increase chip_delay by Raphaël Poggi · 10 years ago
  73. 5828c60 mtd: ndfc: silence an array underflow static checker warning by Dan Carpenter · 10 years ago
  74. c309bfa Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  75. e669830 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  76. 2f73bfb MIPS: Alchemy: remove au_read/write/sync by Manuel Lauss · 10 years ago
  77. 9cf1216 MIPS: Alchemy: add helpers to access static memory ctrl registers. by Manuel Lauss · 10 years ago
  78. 2a500af mtd: gpmi: make blockmark swapping optional by Lothar Waßmann · 11 years ago
  79. d8c0372 mtd: gpmi: remove line breaks from error messages and improve wording by Lothar Waßmann · 10 years ago
  80. 6a76096 mtd: gpmi: remove useless (void *) type casts and spaces between type casts and variables by Lothar Waßmann · 10 years ago
  81. e4e0693 mtd: atmel_nand: NFC: support multiple interrupt handling by Josh Wu · 10 years ago
  82. 72a78e3 mtd: atmel_nand: implement the nfc_device_ready() by checking the R/B bit by Wu, Josh · 10 years ago
  83. 50e04e2 mtd: atmel_nand: add NFC status error check by Wu, Josh · 10 years ago
  84. b385766 mtd: atmel_nand: make ecc parameters same as definition by Bo Shen · 10 years ago
  85. 974647e mtd: nand: add ONFI timing mode to nand_timings converter by Boris BREZILLON · 10 years ago
  86. d0d5864 Merge tag 'v3.16-rc6' into MTD development branch by Brian Norris · 10 years ago
  87. d68a5c3 mtd: denali: use 8 bytes for READID command by grmoore@altera.com · 10 years ago
  88. 54c39e9 mtd: nand: reduce the warning noise when the ECC is too weak by Thomas Petazzoni · 10 years ago
  89. 8471bb7 mtd: Introduce mtd_block_isreserved() by Ezequiel Garcia · 10 years ago
  90. 1360246 mtd: bf5xx_nand: drop no-op PM support by Brian Norris · 10 years ago
  91. 887957b mtd: s3c2410: Move to clk_prepare_enable/clk_disable_unprepare by Vasily Khoruzhick · 10 years ago
  92. adddcac mtd: lpc32xx: drop bitflip_threshold initialization by Brian Norris · 10 years ago
  93. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  94. 9c1d528 Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus by Al Viro · 10 years ago
  95. 91f5498 mtd: gpmi: add gpmi support for imx6sx by Huang Shijie · 11 years ago
  96. 0c53be9 mtd: bf5xx_nand: use the managed version of kzalloc by Himangi Saraogi · 10 years ago
  97. b7e46062 mtd: pxa3xx_nand: make the driver work on big-endian systems by Thomas Petazzoni · 10 years ago
  98. 2913aae mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop error by Ted Juan · 10 years ago
  99. ab7f6fc mtd: nand: r852: correct write_buf loop bounds by Brian Norris · 10 years ago
  100. abb9cf7 mtd: nand_bbt: handle error case for nand_create_badblock_pattern() by Brian Norris · 10 years ago