1. a1d7994 mtd: au1550nd: add missing platform_set_drvdata() by Wei Yongjun · 11 years ago
  2. 8bfd4f7 mtd: mxc_nand: add missing clk_disable_unprepare() in mxcnd_remove() by Wei Yongjun · 11 years ago
  3. 0d68156 mtd: nand: sh_flctl: Remove unneeded CONFIG_OF by Ezequiel Garcia · 11 years ago
  4. ec64d3b MAINTAINERS: mtd: add PXA3xx NAND driver to MAINTAINERS by Ezequiel Garcia · 11 years ago
  5. 242c325 MAINTAINERS: mtd: add Brian Norris for MTD maintenance by Brian Norris · 11 years ago
  6. 94f7039 mtd: denali: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  7. f7b5e84 mtd: sh_flctl: use devm_* managed allocators by Laurent Pinchart · 11 years ago
  8. 82ae816 mtd: sh_flctl: fix warnings due to improper casts by Laurent Pinchart · 11 years ago
  9. 6bcda8a mtd: sh_flctl: enable driver compilation with COMPILE_TEST by Laurent Pinchart · 11 years ago
  10. 6e14a61 mtd: make register_mtd_parser return void by Axel Lin · 11 years ago
  11. cf3b2b1 mtd: make deregister_mtd_parser return void by Axel Lin · 11 years ago
  12. 2072552 jffs2: NULL return of kmem_cache_zalloc should be handled by Zhouyi Zhou · 11 years ago
  13. 2017164 mtd: nand: refactor print messages by Ezequiel Garcia · 11 years ago
  14. 7e8eb8a mtd: tests: mtd_nandecctest: Use IS_ENABLED() macro by Fabio Estevam · 11 years ago
  15. 54c738f mtd: convert to use ATTRIBUTE_GROUPS by Axel Lin · 11 years ago
  16. 574926c mtd: m25p80: add support for m25px16 by Igor Grinberg · 11 years ago
  17. dcedf62 mtd: nand: mxc_nand: Check the return value from clk_prepare_enable() by Fabio Estevam · 11 years ago
  18. 0566477 mtd: mxc_nand: remove duplicated ecc_stats counting by Michael Grzeschik · 11 years ago
  19. e0b6047b of_mtd: fix header file include guard by Philipp Rosenberger · 11 years ago
  20. a55e85c mtd: nand: fix misspelling in ONFI parameter field name by Brian Norris · 11 years ago
  21. 1ba80c9 mtd: dataflash: remove unnecessary spi_set_drvdata() by Jingoo Han · 11 years ago
  22. afc62ba mtd: mpc5121_nfc: drop devm_free_irq of devm_ allocated irq by Wei Yongjun · 11 years ago
  23. c232596 mtd: gpmi: change pr_debug to dev_dbg by Huang Shijie · 11 years ago
  24. da40c16 mtd: gpmi: change pr_err to dev_err by Huang Shijie · 11 years ago
  25. 43a34b8 mtd: gpmi: remove the unnecessary pr_err() by Huang Shijie · 11 years ago
  26. 4f0614a mtd: nand: diskonchip: Request memory region prior ioremap() by Alexander Shiyan · 11 years ago
  27. 3cb2c1e mtd: gpmi: use devm_request_irq by Huang Shijie · 11 years ago
  28. 87a9d69 mtd: gpmi: use devm_ioremap_resource by Huang Shijie · 11 years ago
  29. ccce417 mtd: gpmi: rename the functions from gpmi_nfc_* to gpmi_nand_* by Huang Shijie · 11 years ago
  30. bd92029 mtd: gpmi: remove the unused line by Huang Shijie · 11 years ago
  31. d7364a27 mtd: gpmi: delete the gpmi_pre_bbt_scan by Huang Shijie · 11 years ago
  32. df877fb mtd: gpmi: do not use the local array to do the DMA transfer by Huang Shijie · 11 years ago
  33. 6033a94 mtd: nand: pxa3xx: make ECC configuration checks more explicit by Brian Norris · 11 years ago
  34. 87f5336 mtd: nand: pxa3xx: Add ECC BCH correctable errors detection by Ezequiel Garcia · 11 years ago
  35. 535cb57 mtd: nand: pxa3xx: Add multiple chunk write support by Ezequiel Garcia · 11 years ago
  36. 70ed852 mtd: nand: pxa3xx: Introduce multiple page I/O support by Ezequiel Garcia · 11 years ago
  37. fa543be mtd: nand: pxa3xx: Add a read/write buffers markers by Ezequiel Garcia · 11 years ago
  38. e7f9a6a mtd: nand: pxa3xx: Fix SEQIN column address set by Ezequiel Garcia · 11 years ago
  39. 39f83d1 mtd: nand: pxa3xx: Move the data buffer clean to prepare_start_command() by Ezequiel Garcia · 11 years ago
  40. c39ff03 mtd: nand: pxa3xx: Split prepare_command_pool() in two stages by Ezequiel Garcia · 11 years ago
  41. 01d9947 mtd: nand: pxa3xx: Remove READ0 switch/case falltrough by Ezequiel Garcia · 11 years ago
  42. 86beeba mtd: nand: pxa3xx: Add helper function to set page address by Ezequiel Garcia · 11 years ago
  43. f0e6a32e mtd: nand: pxa3xx: Clear cmd buffer #3 (NDCB3) on command start by Ezequiel Garcia · 11 years ago
  44. 43bcfd2 mtd: nand: pxa3xx: Add driver-specific ECC BCH support by Ezequiel Garcia · 11 years ago
  45. 776f265 mtd: nand: pxa3xx: Add bad block handling by Ezequiel Garcia · 11 years ago
  46. 56704d8 mtd: nand: pxa3xx: Use waitfunc() to wait for the device to be ready by Ezequiel Garcia · 11 years ago
  47. 55d9fd6 mtd: nand: pxa3xx: Use a completion to signal device ready by Ezequiel Garcia · 11 years ago
  48. 6a3e486 mtd: nand: pxa3xx: Add a nice comment to pxa3xx_set_datasize() by Ezequiel Garcia · 11 years ago
  49. 0a3f3a1 mtd: nand: pxa3xx: Replace host->page_size by mtd->writesize by Ezequiel Garcia · 11 years ago
  50. 2128b08 mtd: nand: pxa3xx: Split FIFO size from to-be-read FIFO count by Ezequiel Garcia · 11 years ago
  51. 2d79ab1 mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internal by Ezequiel Garcia · 11 years ago
  52. c7e9c7e mtd: nand: pxa3xx: Early variant detection by Ezequiel Garcia · 11 years ago
  53. 4e86fd2 mtd: nand: pxa3xx: read_page() returns max_bitflips by Ezequiel Garcia · 11 years ago
  54. 664c7f5 mtd: nand: pxa3xx: Prevent sub-page writes by Ezequiel Garcia · 11 years ago
  55. c5f9967 mtd: nand: pxa3xx: Make config menu show supported platforms by Ezequiel Garcia · 11 years ago
  56. de484a3 mtd: nand: pxa3xx: Add documentation about the controller by Ezequiel Garcia · 11 years ago
  57. ad58b2d mtd: nand: pxa3xx: devicetree binding update by Ezequiel Garcia · 11 years ago
  58. 26a6d24 mtd: make mtd_partition.name const by Geert Uytterhoeven · 11 years ago
  59. da6fcf0 mtd: ms02-nv: remove superfluous name cast by Geert Uytterhoeven · 11 years ago
  60. 8ca14e1 mtd: pasemi_nand.c: remove superfluous name cast by Geert Uytterhoeven · 11 years ago
  61. 7c4bb4f mtd: remove superfluous name casts by Geert Uytterhoeven · 11 years ago
  62. 76c930b mtd: gpmi-lib: Make checkpatch happy by Fabio Estevam · 11 years ago
  63. 554cbc5 mtd: gpmi: Use devm_clk_get() by Fabio Estevam · 11 years ago
  64. 89b59e6 mtd: gpmi: add a new DT property to use the datasheet's minimum required ECC by Huang Shijie · 11 years ago
  65. 43b7769 mtd: nand: omap2: Fix OMAP_BCH option dependency by Ezequiel Garcia · 11 years ago
  66. 3487a639 drivers: mtd: m25p80: add quad read support by Sourav Poddar · 11 years ago
  67. 8552b43 drivers: mtd: m25p80: convert "bool" read check into an enum by Sourav Poddar · 11 years ago
  68. 802eee9 Linux 3.13-rc6 by Linus Torvalds · 11 years ago
  69. d7ada73 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  70. 8cf126d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  71. bddffa2 Merge tag 'pm+acpi-3.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  72. 9b17c165 Merge tag 'omap-for-v3.13/intc-ldp-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 11 years ago
  73. 4cff612 Merge tag 'renesas-fixes2-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes by Olof Johansson · 11 years ago
  74. 9928422 ARM: pxa: fix USB gadget driver compilation regression by Linus Walleij · 11 years ago
  75. 82f4fe7 Merge tag 'for-v3.13-rc/hwmod-fixes-b' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into debug-ll-and-ldp-backlight-fix by Tony Lindgren · 11 years ago
  76. 7e367c1 ARM: OMAP2+: Fix LCD panel backlight regression for LDP legacy booting by Tony Lindgren · 11 years ago
  77. bfde19c Merge branches 'powercap' and 'acpi-lpss' with new device IDs by Rafael J. Wysocki · 11 years ago
  78. 1a67253 Merge branches 'pm-cpufreq' and 'pm-sleep' containing PM fixes by Rafael J. Wysocki · 11 years ago
  79. f41bfc9 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  80. 6d4c883 ARM: OMAP2+: hwmod_data: fix missing OMAP_INTC_START in irq data by Suman Anna · 11 years ago
  81. 38958c1 ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL by Rajendra Nayak · 11 years ago
  82. c5fdd53 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  83. 70e672f Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  84. f639860 Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 11 years ago
  85. 4b69316 Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 11 years ago
  86. f60900f auxvec.h: account for AT_HWCAP2 in AT_VECTOR_SIZE_BASE by Ard Biesheuvel · 11 years ago
  87. b257bab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  88. dc0a6b4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  89. 6961bc6 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  90. c0c1439 selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock() by Oleg Nesterov · 11 years ago
  91. 46d01d6 selinux: fix broken peer recv check by Chad Hanson · 11 years ago
  92. f583537 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  93. a3981a5 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  94. 22f12c6 Merge branches 'cxgb4', 'flowsteer' and 'misc' into for-linus by Roland Dreier · 11 years ago
  95. 418cb50 Merge tag 'drm-intel-fixes-2013-12-18' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 11 years ago
  96. 73e33c1 Merge branch 'drm-fixes-3.13' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 11 years ago
  97. 2e6d8b4 drm/ttm: Fix swapin regression by Thomas Hellstrom · 11 years ago
  98. 488574d gpu: fix qxl missing crc32_le by Randy Dunlap · 11 years ago
  99. 413541d Linux 3.13-rc5 by Linus Torvalds · 11 years ago
  100. 93579ae Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago