1. 919193c mtd: denali: Mark function is_erased() as static by Rashika Kheria · 11 years ago
  2. 5e41d0a mtd: nand: lpc32xx_mlc: drop custom write_page callback by Brian Norris · 11 years ago
  3. 0966a41 mtd: nand: davinci: don't request AEMIF address range by Ivan Khoronzhuk · 11 years ago
  4. 458f393 mtd: nand: davinci: reuse driver for Keystone arch by Ivan Khoronzhuk · 11 years ago
  5. 75be1ea mtd: nand: davinci: adjust DT properties to MTD generic by Ivan Khoronzhuk · 11 years ago
  6. 30a3970 mtd: nand: davinci: simplify error handling by Ivan Khoronzhuk · 11 years ago
  7. 0510382 mtd: nand: davinci: check required ti,davinci-chipselect property by Ivan Khoronzhuk · 11 years ago
  8. f735a4d mtd: nand: davinci: return ENOMEM if memory allocation is failed by Ivan Khoronzhuk · 11 years ago
  9. eaaa4a9 mtd: nand: davinci: fix driver registration by Ivan Khoronzhuk · 11 years ago
  10. a1d7994 mtd: au1550nd: add missing platform_set_drvdata() by Wei Yongjun · 11 years ago
  11. 8bfd4f7 mtd: mxc_nand: add missing clk_disable_unprepare() in mxcnd_remove() by Wei Yongjun · 11 years ago
  12. 0d68156 mtd: nand: sh_flctl: Remove unneeded CONFIG_OF by Ezequiel Garcia · 11 years ago
  13. 94f7039 mtd: denali: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  14. f7b5e84 mtd: sh_flctl: use devm_* managed allocators by Laurent Pinchart · 11 years ago
  15. 82ae816 mtd: sh_flctl: fix warnings due to improper casts by Laurent Pinchart · 11 years ago
  16. 6bcda8a mtd: sh_flctl: enable driver compilation with COMPILE_TEST by Laurent Pinchart · 11 years ago
  17. 2017164 mtd: nand: refactor print messages by Ezequiel Garcia · 11 years ago
  18. dcedf62 mtd: nand: mxc_nand: Check the return value from clk_prepare_enable() by Fabio Estevam · 11 years ago
  19. 0566477 mtd: mxc_nand: remove duplicated ecc_stats counting by Michael Grzeschik · 11 years ago
  20. afc62ba mtd: mpc5121_nfc: drop devm_free_irq of devm_ allocated irq by Wei Yongjun · 11 years ago
  21. c232596 mtd: gpmi: change pr_debug to dev_dbg by Huang Shijie · 11 years ago
  22. da40c16 mtd: gpmi: change pr_err to dev_err by Huang Shijie · 11 years ago
  23. 43a34b8 mtd: gpmi: remove the unnecessary pr_err() by Huang Shijie · 11 years ago
  24. 4f0614a mtd: nand: diskonchip: Request memory region prior ioremap() by Alexander Shiyan · 11 years ago
  25. 3cb2c1e mtd: gpmi: use devm_request_irq by Huang Shijie · 11 years ago
  26. 87a9d69 mtd: gpmi: use devm_ioremap_resource by Huang Shijie · 11 years ago
  27. ccce417 mtd: gpmi: rename the functions from gpmi_nfc_* to gpmi_nand_* by Huang Shijie · 11 years ago
  28. bd92029 mtd: gpmi: remove the unused line by Huang Shijie · 11 years ago
  29. d7364a27 mtd: gpmi: delete the gpmi_pre_bbt_scan by Huang Shijie · 11 years ago
  30. df877fb mtd: gpmi: do not use the local array to do the DMA transfer by Huang Shijie · 11 years ago
  31. 6033a94 mtd: nand: pxa3xx: make ECC configuration checks more explicit by Brian Norris · 11 years ago
  32. 87f5336 mtd: nand: pxa3xx: Add ECC BCH correctable errors detection by Ezequiel Garcia · 11 years ago
  33. 535cb57 mtd: nand: pxa3xx: Add multiple chunk write support by Ezequiel Garcia · 11 years ago
  34. 70ed852 mtd: nand: pxa3xx: Introduce multiple page I/O support by Ezequiel Garcia · 11 years ago
  35. fa543be mtd: nand: pxa3xx: Add a read/write buffers markers by Ezequiel Garcia · 11 years ago
  36. e7f9a6a mtd: nand: pxa3xx: Fix SEQIN column address set by Ezequiel Garcia · 11 years ago
  37. 39f83d1 mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command() by Ezequiel Garcia · 11 years ago
  38. c39ff03 mtd: nand: pxa3xx: Split prepare_command_pool() in two stages by Ezequiel Garcia · 11 years ago
  39. 01d9947 mtd: nand: pxa3xx: Remove READ0 switch/case falltrough by Ezequiel Garcia · 11 years ago
  40. 86beeba mtd: nand: pxa3xx: Add helper function to set page address by Ezequiel Garcia · 11 years ago
  41. f0e6a32e mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command start by Ezequiel Garcia · 11 years ago
  42. 43bcfd2 mtd: nand: pxa3xx: Add driver-specific ECC BCH support by Ezequiel Garcia · 11 years ago
  43. 776f265 mtd: nand: pxa3xx: Add bad block handling by Ezequiel Garcia · 11 years ago
  44. 56704d8 mtd: nand: pxa3xx: Use waitfunc() to wait for the device to be ready by Ezequiel Garcia · 11 years ago
  45. 55d9fd6 mtd: nand: pxa3xx: Use a completion to signal device ready by Ezequiel Garcia · 11 years ago
  46. 6a3e486 mtd: nand: pxa3xx: Add a nice comment to pxa3xx_set_datasize() by Ezequiel Garcia · 11 years ago
  47. 0a3f3a1 mtd: nand: pxa3xx: Replace host->page_size by mtd->writesize by Ezequiel Garcia · 11 years ago
  48. 2128b08 mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO count by Ezequiel Garcia · 11 years ago
  49. 2d79ab1 mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internal by Ezequiel Garcia · 11 years ago
  50. c7e9c7e mtd: nand: pxa3xx: Early variant detection by Ezequiel Garcia · 11 years ago
  51. 4e86fd2 mtd: nand: pxa3xx: read_page() returns max_bitflips by Ezequiel Garcia · 11 years ago
  52. 664c7f5 mtd: nand: pxa3xx: Prevent sub-page writes by Ezequiel Garcia · 11 years ago
  53. c5f9967 mtd: nand: pxa3xx: Make config menu show supported platforms by Ezequiel Garcia · 11 years ago
  54. de484a3 mtd: nand: pxa3xx: Add documentation about the controller by Ezequiel Garcia · 11 years ago
  55. 8ca14e1 mtd: pasemi_nand.c: remove superfluous name cast by Geert Uytterhoeven · 11 years ago
  56. 76c930b mtd: gpmi-lib: Make checkpatch happy by Fabio Estevam · 11 years ago
  57. 554cbc5 mtd: gpmi: Use devm_clk_get() by Fabio Estevam · 11 years ago
  58. 89b59e6 mtd: gpmi: add a new DT property to use the datasheet's minimum required ECC by Huang Shijie · 11 years ago
  59. 43b7769 mtd: nand: omap2: Fix OMAP_BCH option dependency by Ezequiel Garcia · 11 years ago
  60. 15b540c mtd: nand: pxa3xx: Use info->use_dma to release DMA resources by Ezequiel Garcia · 11 years ago
  61. 9c59ac6 Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compatible string" by Ezequiel Garcia · 11 years ago
  62. e6d69a6 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  63. 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
  64. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  65. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  66. 0776ae7 dmaengine: remove DMA unmap flags by Bartlomiej Zolnierkiewicz · 11 years ago
  67. 82cb6ac Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  68. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  69. 885d71e mtd: gpmi: fix the NULL pointer by Huang Shijie · 11 years ago
  70. 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
  71. 7b3d2fb mtd: gpmi: fix kernel BUG due to racing DMA operations by Huang Shijie · 11 years ago
  72. 80bd33a mtd: gpmi: only scan two chips for imx6 by Huang Shijie · 11 years ago
  73. c11eede powerpc: add missing explicit OF includes for ppc by Rob Herring · 11 years ago
  74. edaf4d4 mtd: gpmi: Use devm_kzalloc() by Fabio Estevam · 11 years ago
  75. a749d13 mtd: atmel_nand: fix bug driver will in a dead lock if no nand detected by Josh Wu · 11 years ago
  76. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  77. 97de79e0 mtd: nand: use a local variable to simplify the nand_scan_tail by Huang Shijie · 11 years ago
  78. b1eb234 mtd: nand: remove deprecated IRQF_DISABLED by Michael Opdenacker · 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. d367e37 mtd: mxc_nand: Include linux/of.h header by Sachin Kamat · 11 years ago
  82. 90c9c95 mtd: nand: omap: remove selection of BCH ecc-scheme via KConfig by Pekon Gupta · 11 years ago
  83. 70ba6d7 mtd: nand: omap: updated devm_xx for all resource allocation and free calls by Pekon Gupta · 11 years ago
  84. 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
  85. b491da7 mtd: nand: omap: clean-up ecc layout for BCH ecc schemes by Pekon Gupta · 11 years ago
  86. a919e51 mtd: nand: omap2: clean-up BCHx_HW and BCHx_SW ECC configurations in device_probe by Pekon Gupta · 11 years ago
  87. f18befb mtd: nand: omap: use DT specified bus-width only for scanning NAND device by Pekon Gupta · 11 years ago
  88. 633deb5 mtd: nand: omap: cleanup: replace local references with generic framework names by Pekon Gupta · 11 years ago
  89. c66d039 mtd: nand: omap: combine different flavours of 1-bit hamming ecc schemes by Pekon Gupta · 11 years ago
  90. 7caa4fd mtd: gpmi: imx6: fix the wrong method for checking ready/busy by Huang Shijie · 11 years ago
  91. a5370e9 mtd: gpmi: scan two nand chips by Huang Shijie · 11 years ago
  92. a7c12d0 mtd: gpmi: use DMA channel 0 for all the nand chips by Huang Shijie · 11 years ago
  93. d159d8b mtd: gpmi: decouple the chip select from the DMA channel by Huang Shijie · 11 years ago
  94. 4af9874 driver/mtd/ifc: Read Status while programming NAND flash by Prabhakar Kushwaha · 11 years ago
  95. ebff90b driver/mtd/IFC: Add support of 8K page size NAND flash by Prabhakar Kushwaha · 11 years ago
  96. 7e3019e mtd: bcm47xxnflash: Use devm_kzalloc by Sachin Kamat · 11 years ago
  97. 994bbd0 mtd: bcm47xxnflash: Use module_platform_driver by Sachin Kamat · 11 years ago
  98. 4355b70 mtd: nand: hack ONFI for non-power-of-2 dimensions by Brian Norris · 11 years ago
  99. 62e8b85 mtd: nand: pxa3xx: Allocate data buffer on detected flash size by Ezequiel Garcia · 11 years ago
  100. 95b2656 mtd: nand: pxa3xx: Move DMA I/O enabling by Ezequiel Garcia · 11 years ago