1. c98f71d mtd: fsl-quadspi: possible NULL dereference by Brian Norris · 9 years ago
  2. 1b15b1f mtd: mxc_nand: Remove bit-or operation with zero by Fabio Estevam · 9 years ago
  3. 20625df mtd: spi-nor: remove unnecessary leading space from dbg print by Brian Norris · 9 years ago
  4. 2b2462d mtd: sm_ftl: fix wrong do_div() usage by Nicolas Pitre · 9 years ago
  5. d55d31a mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume paths by Ezequiel García · 9 years ago
  6. f3028c8 mtd: pxa3xx_nand: Remove dead code by Ezequiel García · 9 years ago
  7. b1e4857 mtd: pxa3xx_nand: Remove redundant NAND sensing by Ezequiel García · 9 years ago
  8. 154f50f mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan by Ezequiel García · 9 years ago
  9. 66e8e47 mtd: pxa3xx_nand: Fix initial controller configuration by Ezequiel García · 9 years ago
  10. c7f00c2 mtd: pxa3xx_nand: Increase the initial chunk size by Ezequiel García · 9 years ago
  11. e727ee8 Merge MTD 4.4 development into MTD -next by Brian Norris · 9 years ago
  12. 9ca641b mtd: nand: fix shutdown/reboot for multi-chip systems by Brian Norris · 9 years ago
  13. 96dd922 mtd: jz4740_nand: fix build on jz4740 after removing gpio.h by Brian Norris · 9 years ago
  14. 617f418 Merge v4.4-rc1 into MTD development by Brian Norris · 9 years ago
  15. 9386723 mtd: zero out mtd_partition struct before using it by Brian Norris · 9 years ago
  16. 215a02f mtd: grab a reference to the MTD of_node before registering it by Brian Norris · 9 years ago
  17. 44ec23c mtd: nand: convert to nand_get_flash_node() by Boris BREZILLON · 9 years ago
  18. 8361a9b mtd: physmap_of: assign parent for the concatenated MTD by Brian Norris · 9 years ago
  19. e270bca mtd: ofpart: drop 'of_node' partition parser data by Brian Norris · 9 years ago
  20. 004b5e6 mtd: drop unnecessary partition parser data by Brian Norris · 9 years ago
  21. 30069af mtd: spi-nor: drop flash_node field by Brian Norris · 9 years ago
  22. df02c88 mtd: spi-nor: drop unnecessary partition parser data by Brian Norris · 9 years ago
  23. a61ae81 mtd: nand: drop unnecessary partition parser data by Brian Norris · 9 years ago
  24. 9c7d787 mtd: spi-nor: convert to spi_nor_{get, set}_flash_node() by Brian Norris · 9 years ago
  25. 6375219 mtd: nand: convert to nand_set_flash_node() by Brian Norris · 9 years ago
  26. 3e63b26 mtd: {nand,spi-nor}: assign MTD of_node by Brian Norris · 9 years ago
  27. 3b6521e mtd: ofpart: grab device tree node directly from master device node by Brian Norris · 9 years ago
  28. d2fd05b mtd: afs: refactor v1 partition parsing by Linus Walleij · 9 years ago
  29. 9498440 mtd: afs: break out v1 footer magic to a define by Linus Walleij · 9 years ago
  30. 8cf9801 mtd: enable AFS selection for ARM64 by Linus Walleij · 9 years ago
  31. a486d11 mtd: afs: rename structs and functions for v1 by Linus Walleij · 9 years ago
  32. 01504f5 Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  33. ad804a0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  34. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  35. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  36. a396ce4 UBI: Remove in vain semicolon by Richard Weinberger · 9 years ago
  37. 2a130f1 UBI: Fastmap: Fix PEB array type by Ezequiel García · 9 years ago
  38. 02f0d3f Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  39. f8479dd mtd: don't WARN about overloaded users of mtd->reboot_notifier.notifier_call by Brian Norris · 9 years ago
  40. 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
  41. 28ec8a8 mtd: nand: sunxi: avoid retrieving data before ECC pass by Boris BREZILLON · 9 years ago
  42. 74eb9ff mtd: nand: sunxi: fix sunxi_nfc_hw_ecc_read/write_chunk() by Boris BREZILLON · 9 years ago
  43. f3c6379 mtd: blkdevs: fix potential deadlock + lockdep warnings by Brian Norris · 9 years ago
  44. 5cfdedb mtd: ofpart: move ofpart partitions to a dedicated dt node by Michal Suchanek · 9 years ago
  45. 4d1ea98 mtd: brcmnand: Force 8bit mode before doing nand_scan_ident() by Anup Patel · 9 years ago
  46. 3f06d2a mtd: brcmnand: factor out CFG and CFG_EXT bitfields by Brian Norris · 9 years ago
  47. 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
  48. 5a2415b mtd: mtdpart: Do not fail mtd probe when parsing partitions fails by Brian Norris · 9 years ago
  49. 04850c4 mtd: fsl-quadspi: fix macro collision problems with READ/WRITE by Han Xu · 9 years ago
  50. be0dbff mtd: warn when registering the same master many times by Brian Norris · 10 years ago
  51. 3e00ed0 mtd: fixup corner case error handling in mtd_device_parse_register() by Brian Norris · 10 years ago
  52. af30c0a mtd: tests: Replace timeval with ktime_t by Shraddha Barke · 9 years ago
  53. e278fc7 mtd: fsmc_nand: Add BCH4 SW ECC support for SPEAr600 by Stefan Roese · 9 years ago
  54. 48c25cf4 mtd: nand: vf610_nfc: use nand_check_erased_ecc_chunk() helper by Brian Norris · 9 years ago
  55. b70af9b mtd: nand: increase ready wait timeout and report timeouts by Alex Smith · 9 years ago
  56. 2382960 mtd: docg3: off by one in doc_register_sysfs() by Dan Carpenter · 9 years ago
  57. 89c1702 mtd: pxa3xx_nand: clean up the pxa3xx timings by Antoine Ténart · 9 years ago
  58. f19fe98 mtd: pxa3xx_nand: rework flash detection and timing setup by Antoine Ténart · 9 years ago
  59. 3f225b7 mtd: pxa3xx_nand: add helpers to setup the timings by Antoine Ténart · 9 years ago
  60. ab53a57 mtd: pxa3xx_nand: fix some compile issues on non-ARM arches by Antoine Ténart · 9 years ago
  61. 64862db mtd: lpc32xx_mlc: fix warnings caused by enabling unprepared clock by Vladimir Zapolskiy · 9 years ago
  62. 44cab9c mtd: lpc32xx_slc: fix warnings caused by enabling unprepared clock by Vladimir Zapolskiy · 9 years ago
  63. ff84d2b mtd: maps: rbtx4939-flash: fix compile error by Brian Norris · 9 years ago
  64. ab84fce mtd: mtdram: check offs and len in mtdram->erase by Dongsheng Yang · 9 years ago
  65. d3e94f3 mtd: pxa3xx_nand: switch to device PM by Brian Norris · 9 years ago
  66. 2e17497 mtd: pxa3xx_nand: don't duplicate MTD suspend/resume by Brian Norris · 9 years ago
  67. 01a3c62 mtd: fsl-quadspi: Include <linux/sizes.h> to avoid build error by Fabio Estevam · 9 years ago
  68. d26a22d mtd: fsl-quadspi: allow building for other ARCHes with COMPILE_TEST by Brian Norris · 9 years ago
  69. a5c603a mtd: fsl-quadspi: fix printk() format warning for size_t by Brian Norris · 9 years ago
  70. a23eb34 mtd: spi-nor: add DUAL_READ for w25q{32,64}dw by Brian Norris · 9 years ago
  71. c6fc217 mtd: spi-nor: disable protection for Winbond flash at startup by Brian Norris · 9 years ago
  72. 357ca38 mtd: spi-nor: support lock/unlock/is_locked for Winbond by Brian Norris · 9 years ago
  73. 5bf0e69 mtd: spi-nor: add mtd_is_locked() support by Brian Norris · 9 years ago
  74. 62593cf mtd: spi-nor: refactor block protection functions by Brian Norris · 9 years ago
  75. f0d2448 mtd: spi-nor: use SNOR_MFR_* instead of CFI_MFR_* by Brian Norris · 9 years ago
  76. 7c748f5 mtd: spi-nor: Add support for s25fl004k by Sean Nyekjaer · 9 years ago
  77. aada20c mtd: spi-nor: s25fl204k supports dual I/0 by Sean Nyekjaer · 9 years ago
  78. 45aaeff mtd: nand: pass page number to ecc->write_xxx() methods by Boris BREZILLON · 9 years ago
  79. 693ad87 mtd: nand: txx9ndfmc: show parent device in sysfs by Frans Klaver · 10 years ago
  80. 249eab6 mtd: nand: jz4740_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  81. 50c65c8 mtd: nand: fsl_upm: show parent device in sysfs by Frans Klaver · 10 years ago
  82. 6031a9c mtd: nand: socrates_nand: drop owner assignment by Frans Klaver · 10 years ago
  83. 3664565 mtd: nand: fsl_elbc_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  84. 550dab5 mtd: nand: pxa3xx_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  85. e6c6c28 mtd: nand: gpio: show parent device in sysfs by Frans Klaver · 10 years ago
  86. fd511e2 mtd: onenand: omap2: drop owner and name assignment by Frans Klaver · 10 years ago
  87. 40acbab mtd: nand: s3c2410: show parent device in sysfs by Frans Klaver · 10 years ago
  88. 6393b36 mtd: nand: sharpsl: show parent device in sysfs by Frans Klaver · 10 years ago
  89. 853f1c5 mtd: nand: omap2: show parent device structure in sysfs by Frans Klaver · 10 years ago
  90. 61344d0 mtd: onenand: samsung: drop owner assignment by Frans Klaver · 10 years ago
  91. 9f80f28 mtd: nand: lpc32xx_mlc: drop owner assignment by Frans Klaver · 10 years ago
  92. 0033cf0 mtd: nand: ndfc: show parent device in sysfs by Frans Klaver · 10 years ago
  93. 9e86508 mtd: nand: pasemi_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  94. 5c5594c mtd: nand: mxc_nand: drop owner assignment by Frans Klaver · 10 years ago
  95. fe003bc mtd: onenand: generic: show parent device in sysfs by Frans Klaver · 10 years ago
  96. 7b67905 mtd: nand: tmio_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  97. 611425d mtd: nand: sunxi_nand: drop owner assignment by Frans Klaver · 10 years ago
  98. c4f7dc7 mtd: nand: sh_flctl: show parent device in sysfs by Frans Klaver · 10 years ago
  99. 2eaac14 mtd: nand: r852: drop owner assignment by Frans Klaver · 10 years ago
  100. f0aa200 mtd: nand: plat_nand: show parent device in sysfs by Frans Klaver · 10 years ago