1. 6e14a61 mtd: make register_mtd_parser return void by Axel Lin · 11 years ago
  2. cf3b2b1 mtd: make deregister_mtd_parser return void by Axel Lin · 11 years ago
  3. 2017164 mtd: nand: refactor print messages by Ezequiel Garcia · 11 years ago
  4. 7e8eb8a mtd: tests: mtd_nandecctest: Use IS_ENABLED() macro by Fabio Estevam · 11 years ago
  5. 54c738f mtd: convert to use ATTRIBUTE_GROUPS by Axel Lin · 11 years ago
  6. 574926c mtd: m25p80: add support for m25px16 by Igor Grinberg · 11 years ago
  7. dcedf62 mtd: nand: mxc_nand: Check the return value from clk_prepare_enable() by Fabio Estevam · 11 years ago
  8. 0566477 mtd: mxc_nand: remove duplicated ecc_stats counting by Michael Grzeschik · 11 years ago
  9. 1ba80c9 mtd: dataflash: remove unnecessary spi_set_drvdata() by Jingoo Han · 11 years ago
  10. afc62ba mtd: mpc5121_nfc: drop devm_free_irq of devm_ allocated irq by Wei Yongjun · 11 years ago
  11. c232596 mtd: gpmi: change pr_debug to dev_dbg by Huang Shijie · 11 years ago
  12. da40c16 mtd: gpmi: change pr_err to dev_err by Huang Shijie · 11 years ago
  13. 43a34b8 mtd: gpmi: remove the unnecessary pr_err() by Huang Shijie · 11 years ago
  14. 4f0614a mtd: nand: diskonchip: Request memory region prior ioremap() by Alexander Shiyan · 11 years ago
  15. 3cb2c1e mtd: gpmi: use devm_request_irq by Huang Shijie · 11 years ago
  16. 87a9d69 mtd: gpmi: use devm_ioremap_resource by Huang Shijie · 11 years ago
  17. ccce417 mtd: gpmi: rename the functions from gpmi_nfc_* to gpmi_nand_* by Huang Shijie · 11 years ago
  18. bd92029 mtd: gpmi: remove the unused line by Huang Shijie · 11 years ago
  19. d7364a27 mtd: gpmi: delete the gpmi_pre_bbt_scan by Huang Shijie · 11 years ago
  20. df877fb mtd: gpmi: do not use the local array to do the DMA transfer by Huang Shijie · 11 years ago
  21. 6033a94 mtd: nand: pxa3xx: make ECC configuration checks more explicit by Brian Norris · 11 years ago
  22. 87f5336 mtd: nand: pxa3xx: Add ECC BCH correctable errors detection by Ezequiel Garcia · 11 years ago
  23. 535cb57 mtd: nand: pxa3xx: Add multiple chunk write support by Ezequiel Garcia · 11 years ago
  24. 70ed852 mtd: nand: pxa3xx: Introduce multiple page I/O support by Ezequiel Garcia · 11 years ago
  25. fa543be mtd: nand: pxa3xx: Add a read/write buffers markers by Ezequiel Garcia · 11 years ago
  26. e7f9a6a mtd: nand: pxa3xx: Fix SEQIN column address set by Ezequiel Garcia · 11 years ago
  27. 39f83d1 mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command() by Ezequiel Garcia · 11 years ago
  28. c39ff03 mtd: nand: pxa3xx: Split prepare_command_pool() in two stages by Ezequiel Garcia · 11 years ago
  29. 01d9947 mtd: nand: pxa3xx: Remove READ0 switch/case falltrough by Ezequiel Garcia · 11 years ago
  30. 86beeba mtd: nand: pxa3xx: Add helper function to set page address by Ezequiel Garcia · 11 years ago
  31. f0e6a32e mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command start by Ezequiel Garcia · 11 years ago
  32. 43bcfd2 mtd: nand: pxa3xx: Add driver-specific ECC BCH support by Ezequiel Garcia · 11 years ago
  33. 776f265 mtd: nand: pxa3xx: Add bad block handling by Ezequiel Garcia · 11 years ago
  34. 56704d8 mtd: nand: pxa3xx: Use waitfunc() to wait for the device to be ready by Ezequiel Garcia · 11 years ago
  35. 55d9fd6 mtd: nand: pxa3xx: Use a completion to signal device ready by Ezequiel Garcia · 11 years ago
  36. 6a3e486 mtd: nand: pxa3xx: Add a nice comment to pxa3xx_set_datasize() by Ezequiel Garcia · 11 years ago
  37. 0a3f3a1 mtd: nand: pxa3xx: Replace host->page_size by mtd->writesize by Ezequiel Garcia · 11 years ago
  38. 2128b08 mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO count by Ezequiel Garcia · 11 years ago
  39. 2d79ab1 mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internal by Ezequiel Garcia · 11 years ago
  40. c7e9c7e mtd: nand: pxa3xx: Early variant detection by Ezequiel Garcia · 11 years ago
  41. 4e86fd2 mtd: nand: pxa3xx: read_page() returns max_bitflips by Ezequiel Garcia · 11 years ago
  42. 664c7f5 mtd: nand: pxa3xx: Prevent sub-page writes by Ezequiel Garcia · 11 years ago
  43. c5f9967 mtd: nand: pxa3xx: Make config menu show supported platforms by Ezequiel Garcia · 11 years ago
  44. de484a3 mtd: nand: pxa3xx: Add documentation about the controller by Ezequiel Garcia · 11 years ago
  45. 26a6d24 mtd: make mtd_partition.name const by Geert Uytterhoeven · 11 years ago
  46. da6fcf0 mtd: ms02-nv: remove superfluous name cast by Geert Uytterhoeven · 11 years ago
  47. 8ca14e1 mtd: pasemi_nand.c: remove superfluous name cast by Geert Uytterhoeven · 11 years ago
  48. 7c4bb4f mtd: remove superfluous name casts by Geert Uytterhoeven · 11 years ago
  49. 76c930b mtd: gpmi-lib: Make checkpatch happy by Fabio Estevam · 11 years ago
  50. 554cbc5 mtd: gpmi: Use devm_clk_get() by Fabio Estevam · 11 years ago
  51. 89b59e6 mtd: gpmi: add a new DT property to use the datasheet's minimum required ECC by Huang Shijie · 11 years ago
  52. 43b7769 mtd: nand: omap2: Fix OMAP_BCH option dependency by Ezequiel Garcia · 11 years ago
  53. 3487a639 drivers: mtd: m25p80: add quad read support by Sourav Poddar · 11 years ago
  54. 8552b43 drivers: mtd: m25p80: convert "bool" read check into an enum by Sourav Poddar · 11 years ago
  55. 4d52514 UBI: fix error return code by Julia Lawall · 11 years ago
  56. 3eb9662 mtd: onenand: fix comment header by Sachin Kamat · 11 years ago
  57. 15b540c mtd: nand: pxa3xx: Use info->use_dma to release DMA resources by Ezequiel Garcia · 11 years ago
  58. 9c59ac6 Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string" by Ezequiel Garcia · 11 years ago
  59. e6d69a6 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  60. df12a31 Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Vinod Koul · 11 years ago
  61. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  62. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  63. 0776ae7 dmaengine: remove DMA unmap flags by Bartlomiej Zolnierkiewicz · 11 years ago
  64. 82cb6ac Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  65. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  66. 39222c8 Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubi by Linus Torvalds · 11 years ago
  67. 885d71e mtd: gpmi: fix the NULL pointer by Huang Shijie · 11 years ago
  68. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  69. 7b3d2fb mtd: gpmi: fix kernel BUG due to racing DMA operations by Huang Shijie · 11 years ago
  70. b999593 mtd: mtdchar: return expected errors on mmap() call by Vladimir Zapolskiy · 11 years ago
  71. 80bd33a mtd: gpmi: only scan two chips for imx6 by Huang Shijie · 11 years ago
  72. c11eede powerpc: add missing explicit OF includes for ppc by Rob Herring · 11 years ago
  73. edaf4d4 mtd: gpmi: Use devm_kzalloc() by Fabio Estevam · 11 years ago
  74. a749d13 mtd: atmel_nand: fix bug driver will in a dead lock if no nand detected by Josh Wu · 11 years ago
  75. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  76. 97de79e0 mtd: nand: use a local variable to simplify the nand_scan_tail by Huang Shijie · 11 years ago
  77. b1eb234 mtd: nand: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  78. cb85b7e mtd: dataflash: Say if we find a device we don't support by Mark Brown · 11 years ago
  79. 9211439 mtd: nand: omap: fix error return code in omap_nand_probe() by Wei Yongjun · 11 years ago
  80. 5961ad2 mtd: nand_bbt: kill NAND_BBT_SCANALLPAGES by Brian Norris · 11 years ago
  81. 9650b9b mtd: m25p80: fixup device removal failure path by Brian Norris · 11 years ago
  82. d367e37 mtd: mxc_nand: Include linux/of.h header by Sachin Kamat · 11 years ago
  83. ca5295f mtd: remove duplicated include from mtdcore.c by Wei Yongjun · 11 years ago
  84. 5ff1482 mtd: m25p80: add support for Macronix mx25l3255e by Brian Norris · 11 years ago
  85. 90c9c95 mtd: nand: omap: remove selection of BCH ecc-scheme via KConfig by Pekon Gupta · 11 years ago
  86. 70ba6d7 mtd: nand: omap: updated devm_xx for all resource allocation and free calls by Pekon Gupta · 11 years ago
  87. 32d42a8 mtd: nand: omap: use drivers/mtd/nand/nand_bch.c wrapper for BCH ECC instead of lib/bch.c by Pekon Gupta · 11 years ago
  88. b491da7 mtd: nand: omap: clean-up ecc layout for BCH ecc schemes by Pekon Gupta · 11 years ago
  89. a919e51 mtd: nand: omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probe by Pekon Gupta · 11 years ago
  90. f18befb mtd: nand: omap: use DT specified bus-width only for scanning NAND device by Pekon Gupta · 11 years ago
  91. 633deb5 mtd: nand: omap: cleanup: replace local references with generic framework names by Pekon Gupta · 11 years ago
  92. c66d039 mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemes by Pekon Gupta · 11 years ago
  93. dc525ff mtd: m25p80: remove 'disabled' device check by Brian Norris · 11 years ago
  94. ddba7c5 mtd: m25p80: remove M25PXX_USE_FAST_READ Kconfig by Brian Norris · 11 years ago
  95. 6e5d9bd mtd: m25p80: re-align ID entries by Brian Norris · 11 years ago
  96. 1a874e9 mtd: m25p80: remove obsolete FIXME by Brian Norris · 11 years ago
  97. 778d226 mtd: m25p80: fix allocation size by Brian Norris · 11 years ago
  98. 7caa4fd mtd: gpmi: imx6: fix the wrong method for checking ready/busy by Huang Shijie · 11 years ago
  99. a5370e9 mtd: gpmi: scan two nand chips by Huang Shijie · 11 years ago
  100. a7c12d0 mtd: gpmi: use DMA channel 0 for all the nand chips by Huang Shijie · 11 years ago