1. c42c271 mtd: partitions: remove kmemdup() by Brian Norris · 9 years ago
  2. 5531ae4 mtd: partitions: rename MTD parser get/put by Brian Norris · 9 years ago
  3. b9adf46 mtd: partitions: make parsers return 'const' partition arrays by Brian Norris · 9 years ago
  4. c3168d2 mtd: ofpart: assign return argument exactly once by Brian Norris · 9 years ago
  5. 2027cba6 mtd: merge for-4.4 development into -next development by Brian Norris · 9 years ago
  6. e488ca9 doc: dt: mtd: partitions: add compatible property to "partitions" node by Brian Norris · 9 years ago
  7. 4bd4ebc mtd: nand: make use of mtd_to_nand() in NAND drivers by Boris BREZILLON · 9 years ago
  8. 862eba5 mtd: nand: make use of mtd_to_nand() in NAND core code by Boris BREZILLON · 9 years ago
  9. 41849d4 mtd: nand: r852: Remove unnecessary synchronize_irq() before free_irq() by Lars-Peter Clausen · 9 years ago
  10. d6af269 mtd: spi-nor: fix error handling in spi_nor_erase by Heiner Kallweit · 9 years ago
  11. 0f6d3f4 mtd: mtk-quadspi: drop unnecessary .owner assignment by Brian Norris · 9 years ago
  12. 2524534 mtd: partitions: turn PART() macro into inline function by Brian Norris · 9 years ago
  13. 8c62b4e mtd: ofpart: don't complain about missing 'partitions' node too loudly by Brian Norris · 9 years ago
  14. d121b66 mtd: brcmnand: drop brcmnand_host::of_node field by Brian Norris · 9 years ago
  15. 9b9f103 mtd: spi-nor: Fix error message with unrecognized JEDEC by Ricardo Ribalda · 9 years ago
  16. a81c0f0 mtd: nand: sunxi: add missing of_node_put by Julia Lawall · 9 years ago
  17. 081976b mtd: brcmnand: improve memory management by Julia Lawall · 9 years ago
  18. 0401669 brcmnand: Clear EXT_ADDR error registers in PIO mode by Simon Arlott · 9 years ago
  19. f5f92b3 mtd: cfi: enforce valid geometry configuration by Arnd Bergmann · 9 years ago
  20. 3ce351b mtd: mtk-nor: new Mediatek serial flash controller driver by Bayi Cheng · 9 years ago
  21. 72eaec2 mtd: nand: atmel_nand: constify atmel_nand_caps structures by LABBE Corentin · 9 years ago
  22. b8f70ba mtd: kill off MTD partition parser boilerplate by Brian Norris · 9 years ago
  23. b9eab01 mtd: partitions: add module_mtd_part_parser() helper by Brian Norris · 9 years ago
  24. c1711b2 mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in comments by Brian Norris · 9 years ago
  25. de57732 mtd: m25p80: fix module autoloading for "jedec, spi-nor" and "spi-nor" by Brian Norris · 9 years ago
  26. 0501f2e mtd: spi-nor: mx25l3205d/mx25l6405d: append SECT_4K by Andreas Fenkart · 9 years ago
  27. cd78ea0 mtd: m25p80: drop erase() callback by Brian Norris · 9 years ago
  28. c67cbb8 mtd: spi-nor: provide default erase_sector implementation by Brian Norris · 9 years ago
  29. 1d8d8b5 mtd: nand: fix drivers abusing mtd->priv by Boris BREZILLON · 9 years ago
  30. 064f462 mtd: brcmnand: drop unused subpage_read() support by Brian Norris · 9 years ago
  31. d618baf mtd: brcmnand: clean up flash cache for parameter pages by Brian Norris · 9 years ago
  32. c98f71d mtd: fsl-quadspi: possible NULL dereference by Brian Norris · 9 years ago
  33. 1b15b1f mtd: mxc_nand: Remove bit-or operation with zero by Fabio Estevam · 9 years ago
  34. 20625df mtd: spi-nor: remove unnecessary leading space from dbg print by Brian Norris · 9 years ago
  35. 2b2462d mtd: sm_ftl: fix wrong do_div() usage by Nicolas Pitre · 9 years ago
  36. d55d31a mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume paths by Ezequiel García · 9 years ago
  37. f3028c8 mtd: pxa3xx_nand: Remove dead code by Ezequiel García · 9 years ago
  38. b1e4857 mtd: pxa3xx_nand: Remove redundant NAND sensing by Ezequiel García · 9 years ago
  39. 154f50f mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan by Ezequiel García · 9 years ago
  40. 66e8e47 mtd: pxa3xx_nand: Fix initial controller configuration by Ezequiel García · 9 years ago
  41. c7f00c2 mtd: pxa3xx_nand: Increase the initial chunk size by Ezequiel García · 9 years ago
  42. e727ee8 Merge MTD 4.4 development into MTD -next by Brian Norris · 9 years ago
  43. 9ca641b mtd: nand: fix shutdown/reboot for multi-chip systems by Brian Norris · 9 years ago
  44. 96dd922 mtd: jz4740_nand: fix build on jz4740 after removing gpio.h by Brian Norris · 9 years ago
  45. 617f418 Merge v4.4-rc1 into MTD development by Brian Norris · 9 years ago
  46. 9386723 mtd: zero out mtd_partition struct before using it by Brian Norris · 9 years ago
  47. 215a02f mtd: grab a reference to the MTD of_node before registering it by Brian Norris · 9 years ago
  48. 44ec23c mtd: nand: convert to nand_get_flash_node() by Boris BREZILLON · 9 years ago
  49. 8361a9b mtd: physmap_of: assign parent for the concatenated MTD by Brian Norris · 9 years ago
  50. e270bca mtd: ofpart: drop 'of_node' partition parser data by Brian Norris · 9 years ago
  51. 004b5e6 mtd: drop unnecessary partition parser data by Brian Norris · 9 years ago
  52. 30069af mtd: spi-nor: drop flash_node field by Brian Norris · 9 years ago
  53. df02c88 mtd: spi-nor: drop unnecessary partition parser data by Brian Norris · 9 years ago
  54. a61ae81 mtd: nand: drop unnecessary partition parser data by Brian Norris · 9 years ago
  55. 9c7d787 mtd: spi-nor: convert to spi_nor_{get, set}_flash_node() by Brian Norris · 9 years ago
  56. 6375219 mtd: nand: convert to nand_set_flash_node() by Brian Norris · 9 years ago
  57. 3e63b26 mtd: {nand,spi-nor}: assign MTD of_node by Brian Norris · 9 years ago
  58. 3b6521e mtd: ofpart: grab device tree node directly from master device node by Brian Norris · 9 years ago
  59. d2fd05b mtd: afs: refactor v1 partition parsing by Linus Walleij · 9 years ago
  60. 9498440 mtd: afs: break out v1 footer magic to a define by Linus Walleij · 9 years ago
  61. 8cf9801 mtd: enable AFS selection for ARM64 by Linus Walleij · 9 years ago
  62. a486d11 mtd: afs: rename structs and functions for v1 by Linus Walleij · 9 years ago
  63. 01504f5 Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  64. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  65. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  66. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  67. a396ce4 UBI: Remove in vain semicolon by Richard Weinberger · 9 years ago
  68. 2a130f1 UBI: Fastmap: Fix PEB array type by Ezequiel García · 9 years ago
  69. 02f0d3f Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  70. f8479dd mtd: don't WARN about overloaded users of mtd->reboot_notifier.notifier_call by Brian Norris · 9 years ago
  71. 4c84518 Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 9 years ago
  72. 28ec8a8 mtd: nand: sunxi: avoid retrieving data before ECC pass by Boris BREZILLON · 9 years ago
  73. 74eb9ff mtd: nand: sunxi: fix sunxi_nfc_hw_ecc_read/write_chunk() by Boris BREZILLON · 9 years ago
  74. f3c6379 mtd: blkdevs: fix potential deadlock + lockdep warnings by Brian Norris · 9 years ago
  75. 5cfdedb mtd: ofpart: move ofpart partitions to a dedicated dt node by Michal Suchanek · 9 years ago
  76. 4d1ea98 mtd: brcmnand: Force 8bit mode before doing nand_scan_ident() by Anup Patel · 9 years ago
  77. 3f06d2a mtd: brcmnand: factor out CFG and CFG_EXT bitfields by Brian Norris · 9 years ago
  78. 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
  79. 5a2415b mtd: mtdpart: Do not fail mtd probe when parsing partitions fails by Brian Norris · 9 years ago
  80. 04850c4 mtd: fsl-quadspi: fix macro collision problems with READ/WRITE by Han Xu · 9 years ago
  81. be0dbff mtd: warn when registering the same master many times by Brian Norris · 9 years ago
  82. 3e00ed0 mtd: fixup corner case error handling in mtd_device_parse_register() by Brian Norris · 9 years ago
  83. af30c0a mtd: tests: Replace timeval with ktime_t by Shraddha Barke · 9 years ago
  84. e278fc7 mtd: fsmc_nand: Add BCH4 SW ECC support for SPEAr600 by Stefan Roese · 9 years ago
  85. 48c25cf4 mtd: nand: vf610_nfc: use nand_check_erased_ecc_chunk() helper by Brian Norris · 9 years ago
  86. b70af9b mtd: nand: increase ready wait timeout and report timeouts by Alex Smith · 9 years ago
  87. 2382960 mtd: docg3: off by one in doc_register_sysfs() by Dan Carpenter · 9 years ago
  88. 89c1702 mtd: pxa3xx_nand: clean up the pxa3xx timings by Antoine Ténart · 9 years ago
  89. f19fe98 mtd: pxa3xx_nand: rework flash detection and timing setup by Antoine Ténart · 9 years ago
  90. 3f225b7 mtd: pxa3xx_nand: add helpers to setup the timings by Antoine Ténart · 9 years ago
  91. ab53a57 mtd: pxa3xx_nand: fix some compile issues on non-ARM arches by Antoine Ténart · 9 years ago
  92. 64862db mtd: lpc32xx_mlc: fix warnings caused by enabling unprepared clock by Vladimir Zapolskiy · 9 years ago
  93. 44cab9c mtd: lpc32xx_slc: fix warnings caused by enabling unprepared clock by Vladimir Zapolskiy · 9 years ago
  94. ff84d2b mtd: maps: rbtx4939-flash: fix compile error by Brian Norris · 9 years ago
  95. ab84fce mtd: mtdram: check offs and len in mtdram->erase by Dongsheng Yang · 9 years ago
  96. d3e94f3 mtd: pxa3xx_nand: switch to device PM by Brian Norris · 9 years ago
  97. 2e17497 mtd: pxa3xx_nand: don't duplicate MTD suspend/resume by Brian Norris · 9 years ago
  98. 01a3c62 mtd: fsl-quadspi: Include <linux/sizes.h> to avoid build error by Fabio Estevam · 9 years ago
  99. d26a22d mtd: fsl-quadspi: allow building for other ARCHes with COMPILE_TEST by Brian Norris · 9 years ago
  100. a5c603a mtd: fsl-quadspi: fix printk() format warning for size_t by Brian Norris · 9 years ago