1. 0612b9d mtd: rename MTD_OOB_* to MTD_OPS_* by Brian Norris · 13 years ago
  2. 905c6bc mtd: move mtd_oob_mode_t to shared kernel/user space by Brian Norris · 13 years ago
  3. c46f648 mtd: support reading OOB without ECC by Brian Norris · 13 years ago
  4. 9ce244b mtd: support writing OOB without ECC by Brian Norris · 13 years ago
  5. 10a2bca mtd: add the common code for GPMI-NAND controller driver by Huang Shijie · 13 years ago
  6. 157550ff mtd: add GPMI-NAND driver in the config and Makefile by Huang Shijie · 13 years ago
  7. 45dfc1a mtd: add helper functions library and header files for GPMI NAND driver by Huang Shijie · 13 years ago
  8. 4d523b60 mtd: check parts pointer before using it by Jason Liu · 13 years ago
  9. 305b93f mtd: do not assume oobsize is power of 2 by Brian Norris · 13 years ago
  10. c97926d mtd: mxc_nand: add mx53 NFC driver support by Jason Liu · 13 years ago
  11. 38ca6eb mtd: bcm_umi_nand: clean up error handling code by Julia Lawall · 13 years ago
  12. f975c6b mtd: eLBC NAND: update ecc_stats.corrected when lteccr available by Michael Hench · 13 years ago
  13. 4aa1062 mtd: s3c2410 nand: Remove uncessary null check by Jonghwan Choi · 13 years ago
  14. 92394b5c mtd: spelling fixes by Brian Norris · 13 years ago
  15. 46a00d8 mtd: use MTD_NAND_OMAP2 for OMAP4 by Jan Weitzel · 13 years ago
  16. 022bba8 mtd: Kbuild: remove reference to MTD_PARTITIONS by Brian Norris · 13 years ago
  17. 278981c mtd: cleanup last uses of MTD_DEBUG config macros by Brian Norris · 13 years ago
  18. 87ed114 mtd: remove CONFIG_MTD_DEBUG by Brian Norris · 13 years ago
  19. e645352 mtd: pcmciamtd: remove custom DEBUG() function by Brian Norris · 13 years ago
  20. 0a32a10 mtd: cleanup style on pr_debug messages by Brian Norris · 13 years ago
  21. 289c052 mtd: replace DEBUG() with pr_debug() by Brian Norris · 13 years ago
  22. d037021 mtd: nand: style fixups in pr_* messages by Brian Norris · 13 years ago
  23. 9a4d4d6 mtd: nand: convert printk() to pr_*() by Brian Norris · 13 years ago
  24. a0f5080 mtd: nand: change KERN_DEBUG to KERN_INFO by Brian Norris · 13 years ago
  25. b94e757 mtd: dataflash: add device tree probe support by Shawn Guo · 13 years ago
  26. f3c8cfc mtd: pxa3xx_nand: enable multiple chip select support by Lei Wen · 13 years ago
  27. d456882 mtd: pxa3xx_nand: sperate each chip individual info by Lei Wen · 13 years ago
  28. da675b4 mtd: pxa3xx_nand: convert all printk into dev_* by Lei Wen · 13 years ago
  29. 051fc41 mtd: pxa3xx_nand: enhance suspend and resume routine by Lei Wen · 13 years ago
  30. 52a474d mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poi by Mike Hench · 13 years ago
  31. fb54275 mtd: atmel_nand: optimize read/write buffer functions by Nicolas Ferre · 13 years ago
  32. 57b078a mtd: nand: don't free the global data too early by Liu Shuo · 13 years ago
  33. a751d31 mtd: fsl_upm: fix a memory leak in fun_chip_init error path by Axel Lin · 13 years ago
  34. 201ab53 mtd: atmel_nand: fix wrong use of 0 as NULL by Nicolas Ferre · 13 years ago
  35. 08c248f mtd: nand_flash_detect_onfi propagate busw info by Matthieu CASTET · 13 years ago
  36. c478d7e mtd: edit NAND-related comment by Brian Norris · 13 years ago
  37. 003bc47 mtd: tests: ignore corrected bitflips in OOB on mtd_readtest by Brian Norris · 13 years ago
  38. 903cd06 mtd: nand: ignore ECC errors for simple BBM scans by Brian Norris · 13 years ago
  39. 9786f6e mtd: ofpart: add ofoldpart alias by Dmitry Eremin-Solenikov · 13 years ago
  40. 041e457 mtd: nand: handle ECC errors in OOB by Brian Norris · 13 years ago
  41. d6137ba mtd: make ofpart buildable as a separate module by Dmitry Eremin-Solenikov · 13 years ago
  42. 7854d3f mtd: spelling, capitalization, uniformity by Brian Norris · 13 years ago
  43. 15c60a5 mtd: drop mtd_device_register by Dmitry Eremin-Solenikov · 13 years ago
  44. 953b3bd mtd: remove put_partition_parser() from public header by Dmitry Eremin-Solenikov · 13 years ago
  45. 3165f44 mtd: hide parse_mtd_partitions by Dmitry Eremin-Solenikov · 13 years ago
  46. 050f012 mtd: nand: drop edb7312 support by Dmitry Eremin-Solenikov · 13 years ago
  47. ed764db mtd: maps: drop edb7312 support by Dmitry Eremin-Solenikov · 13 years ago
  48. e1c1024 mtd: OneNAND: Detect the correct NOP when 4KiB pagesize by Kyungmin Park · 13 years ago
  49. b2a5a48 mtd: socrates_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  50. a910649 mtd: ndfc.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  51. a9093f0 mtd: mpc5121_nfc.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  52. 73f36b3 mtd: fsl_upm.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  53. 99add42 mtd: fsl_elbc_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  54. 871770b mtd: m25p80.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  55. f44dcbd mtd: physmap_of.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  56. fbcf62a mtd: physmap_of: move parse_obsolete_partitions to become separate parser by Dmitry Eremin-Solenikov · 13 years ago
  57. 628376f mtd: drop of_mtd_parse_partitions() by Dmitry Eremin-Solenikov · 13 years ago
  58. 2cd9ea5 mtd: socrates_nand: use ofpart through generic parsing by Dmitry Eremin-Solenikov · 13 years ago
  59. 9d7948c mtd: ndfc: use ofpart through generic parsing by Dmitry Eremin-Solenikov · 13 years ago
  60. b3702ea mtd: mpc5121_nfc: use ofpart through generic parsing by Dmitry Eremin-Solenikov · 13 years ago
  61. a454a29 mtd: fsl_upm: use ofpart through generic parsing by Dmitry Eremin-Solenikov · 13 years ago
  62. b6b0fae mtd: fsl_elbc_nand: use ofpart through generic parsing by Dmitry Eremin-Solenikov · 13 years ago
  63. ea6a472 mtd: m25p80: use ofpart through generic parsing by Dmitry Eremin-Solenikov · 13 years ago
  64. 5f4ba9f mtd: physmap_of: use ofpart through generic parsing by Dmitry Eremin-Solenikov · 13 years ago
  65. d26c87d mtd: prepare to convert of_mtd_parse_partitions to partition parser by Dmitry Eremin-Solenikov · 13 years ago
  66. c797533 mtd: abstract last MTD partition parser argument by Dmitry Eremin-Solenikov · 13 years ago
  67. f722013 mtd: nand_base: always initialise oob_poi before writing OOB data by THOMSON, Adam (Adam) · 13 years ago
  68. e638275 mtd: onenand: remove redundant mtd_device_unregister before onenand_release by Axel Lin · 13 years ago
  69. d117040b mtd: edb7312: correctly pass MTD name to parsers by Dmitry Eremin-Solenikov · 13 years ago
  70. 3a8fb12 mtd: mtd_dataflash.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  71. f8214b8 mtd: onenand/samsung.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  72. 7d010d2 mtd: onenand/omap2.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  73. 92ffb00 mtd: onenand/generic.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  74. 9e58c5d4 mtd: txx9ndfmc.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  75. 68adef5 mtd: tmio_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  76. 3af55a8 mtd: sharpsl.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  77. 599501a mtd: s3c2410.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  78. ee0f6a1 mtd: pxa3xx_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  79. 725b75a mtd: ppchameleonevb.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  80. 009c840 mtd: plat_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  81. c9dd375 mtd: orion_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  82. 69c85f1 mtd: omap2.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  83. d4ed8f1 mtd: mxc_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  84. 90ee1fb mtd: jz4740_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  85. 4571c13 mtd: h1910.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  86. 0d04eda mtd: fsmc_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  87. 6cb03c9 mtd: edb7312.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  88. 5b55b1e mtd: davinci_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  89. bbd86c9 mtd: cs553x_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  90. 0b118f0 mtd: cmx270_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  91. 4d32de8 mtd: cafe_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  92. 58171cb mtd: bcm_umi_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  93. ef5d79f mtd: atmel_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  94. e062e2f mtd: wr_sbc82xx_flash.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  95. 7029eef mtd: solutionengine.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  96. 769dc43 mtd: sa1100-flash.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  97. c77d809 mtd: rbtx4939-flash.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  98. 6fcdc92 mtd: pxa2xx-flash.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  99. 74fb3ab mtd: plat-ram.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  100. d45fd12 mtd: physmap.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago