1. 0faf8c3 mtd: nand: lpc32xx: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  2. d25cc7a mtd: nand: jz4740: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  3. fa10016 mtd: nand: hisi504: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  4. 2a690b2 mtd: nand: gpmi: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  5. dc2948c mtd: nand: gpio: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  6. bdf3a55 mtd: nand: fsmc: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  7. 478d51f mtd: nand: fsl_upm: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  8. 5e9fb93 mtd: nand: fsl_ifc: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  9. 18ba50c mtd: nand: fsl_elbc: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  10. 5d07379 mtd: nand: docg4: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  11. b0c423c mtd: nand: diskonchip: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  12. a5cfb4d mtd: nand: davinci: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  13. 2afd14f mtd: nand: cmx270: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  14. 8cd65d1a mtd: nand: cs553x: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  15. e787dfd mtd: nand: cafe: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  16. f1c4c99 mtd: nand: brcm: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  17. 7085a3b mtd: nand: bf5xx: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  18. ff70f35 mtd: nand: au1550nd: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  19. ac01efe mtd: nand: atmel: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  20. 187d6ad mtd: nand: ams-delta: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  21. 4578ea9 mtd: nand: omap2: create and use mtd_to_omap() by Boris BREZILLON · 10 years ago
  22. faee6c3 mtd: nand: nuc900: create and use mtd_to_nuc900() by Boris BREZILLON · 10 years ago
  23. 277af42 mtd: nand: fsmc: create and use mtd_to_fsmc() by Boris BREZILLON · 10 years ago
  24. ce7f285 mtd: omap_elm: print interrupt resource using %pr by Arnd Bergmann · 10 years ago
  25. 665d2c2 mtd: bcm47xxnflash: really unregister NAND on device removal by Brian Norris · 10 years ago
  26. 320092a mtd: nand: denali: add missing nand_release() call in denali_remove() by Boris BREZILLON · 10 years ago
  27. 207f658 mtd: brcmnand: defer to devm_ioremap_resource() for error checking by Brian Norris · 10 years ago
  28. af3855d mtd: brcmnand: Add support for the BCM6368 by Simon Arlott · 10 years ago
  29. 5c05bc0 mtd: brcmnand: Request and enable the clock if present by Simon Arlott · 10 years ago
  30. d5c5620 mtd: nand: Confine MTD_NAND_SH_FLCTL to SUPERH by Geert Uytterhoeven · 10 years ago
  31. 4bd4ebc mtd: nand: make use of mtd_to_nand() in NAND drivers by Boris BREZILLON · 10 years ago
  32. 862eba5 mtd: nand: make use of mtd_to_nand() in NAND core code by Boris BREZILLON · 10 years ago
  33. 41849d4 mtd: nand: r852: Remove unnecessary synchronize_irq() before free_irq() by Lars-Peter Clausen · 10 years ago
  34. d121b66 mtd: brcmnand: drop brcmnand_host::of_node field by Brian Norris · 10 years ago
  35. a81c0f0 mtd: nand: sunxi: add missing of_node_put by Julia Lawall · 10 years ago
  36. 081976b mtd: brcmnand: improve memory management by Julia Lawall · 10 years ago
  37. 0401669 brcmnand: Clear EXT_ADDR error registers in PIO mode by Simon Arlott · 10 years ago
  38. 72eaec2 mtd: nand: atmel_nand: constify atmel_nand_caps structures by LABBE Corentin · 10 years ago
  39. 1d8d8b5 mtd: nand: fix drivers abusing mtd->priv by Boris BREZILLON · 10 years ago
  40. 064f462 mtd: brcmnand: drop unused subpage_read() support by Brian Norris · 10 years ago
  41. d618baf mtd: brcmnand: clean up flash cache for parameter pages by Brian Norris · 10 years ago
  42. 1b15b1f mtd: mxc_nand: Remove bit-or operation with zero by Fabio Estevam · 10 years ago
  43. d55d31a mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume paths by Ezequiel García · 10 years ago
  44. f3028c8 mtd: pxa3xx_nand: Remove dead code by Ezequiel García · 10 years ago
  45. b1e4857 mtd: pxa3xx_nand: Remove redundant NAND sensing by Ezequiel García · 10 years ago
  46. 154f50f mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan by Ezequiel García · 10 years ago
  47. 66e8e47 mtd: pxa3xx_nand: Fix initial controller configuration by Ezequiel García · 10 years ago
  48. c7f00c2 mtd: pxa3xx_nand: Increase the initial chunk size by Ezequiel García · 10 years ago
  49. e727ee8 Merge MTD 4.4 development into MTD -next by Brian Norris · 10 years ago
  50. 9ca641b mtd: nand: fix shutdown/reboot for multi-chip systems by Brian Norris · 10 years ago
  51. 96dd922 mtd: jz4740_nand: fix build on jz4740 after removing gpio.h by Brian Norris · 10 years ago
  52. 44ec23c mtd: nand: convert to nand_get_flash_node() by Boris BREZILLON · 10 years ago
  53. a61ae81 mtd: nand: drop unnecessary partition parser data by Brian Norris · 10 years ago
  54. 6375219 mtd: nand: convert to nand_set_flash_node() by Brian Norris · 10 years ago
  55. 3e63b26 mtd: {nand,spi-nor}: assign MTD of_node by Brian Norris · 10 years ago
  56. 28ec8a8 mtd: nand: sunxi: avoid retrieving data before ECC pass by Boris BREZILLON · 10 years ago
  57. 74eb9ff mtd: nand: sunxi: fix sunxi_nfc_hw_ecc_read/write_chunk() by Boris BREZILLON · 10 years ago
  58. 4d1ea98 mtd: brcmnand: Force 8bit mode before doing nand_scan_ident() by Anup Patel · 10 years ago
  59. 3f06d2a mtd: brcmnand: factor out CFG and CFG_EXT bitfields by Brian Norris · 10 years ago
  60. e278fc7 mtd: fsmc_nand: Add BCH4 SW ECC support for SPEAr600 by Stefan Roese · 10 years ago
  61. 48c25cf mtd: nand: vf610_nfc: use nand_check_erased_ecc_chunk() helper by Brian Norris · 10 years ago
  62. b70af9b mtd: nand: increase ready wait timeout and report timeouts by Alex Smith · 10 years ago
  63. 89c1702 mtd: pxa3xx_nand: clean up the pxa3xx timings by Antoine Ténart · 10 years ago
  64. f19fe98 mtd: pxa3xx_nand: rework flash detection and timing setup by Antoine Ténart · 10 years ago
  65. 3f225b7 mtd: pxa3xx_nand: add helpers to setup the timings by Antoine Ténart · 10 years ago
  66. ab53a57 mtd: pxa3xx_nand: fix some compile issues on non-ARM arches by Antoine Ténart · 10 years ago
  67. 64862db mtd: lpc32xx_mlc: fix warnings caused by enabling unprepared clock by Vladimir Zapolskiy · 10 years ago
  68. 44cab9c mtd: lpc32xx_slc: fix warnings caused by enabling unprepared clock by Vladimir Zapolskiy · 10 years ago
  69. d3e94f3 mtd: pxa3xx_nand: switch to device PM by Brian Norris · 10 years ago
  70. 2e17497 mtd: pxa3xx_nand: don't duplicate MTD suspend/resume by Brian Norris · 10 years ago
  71. 45aaeff mtd: nand: pass page number to ecc->write_xxx() methods by Boris BREZILLON · 10 years ago
  72. 693ad87 mtd: nand: txx9ndfmc: show parent device in sysfs by Frans Klaver · 10 years ago
  73. 249eab6 mtd: nand: jz4740_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  74. 50c65c8 mtd: nand: fsl_upm: show parent device in sysfs by Frans Klaver · 10 years ago
  75. 6031a9c mtd: nand: socrates_nand: drop owner assignment by Frans Klaver · 10 years ago
  76. 3664565 mtd: nand: fsl_elbc_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  77. 550dab5 mtd: nand: pxa3xx_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  78. e6c6c28 mtd: nand: gpio: show parent device in sysfs by Frans Klaver · 10 years ago
  79. 40acbab mtd: nand: s3c2410: show parent device in sysfs by Frans Klaver · 10 years ago
  80. 6393b36 mtd: nand: sharpsl: show parent device in sysfs by Frans Klaver · 10 years ago
  81. 853f1c5 mtd: nand: omap2: show parent device structure in sysfs by Frans Klaver · 10 years ago
  82. 9f80f28 mtd: nand: lpc32xx_mlc: drop owner assignment by Frans Klaver · 10 years ago
  83. 0033cf0 mtd: nand: ndfc: show parent device in sysfs by Frans Klaver · 10 years ago
  84. 9e86508 mtd: nand: pasemi_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  85. 5c5594c mtd: nand: mxc_nand: drop owner assignment by Frans Klaver · 10 years ago
  86. 7b67905 mtd: nand: tmio_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  87. 611425d mtd: nand: sunxi_nand: drop owner assignment by Frans Klaver · 10 years ago
  88. c4f7dc7 mtd: nand: sh_flctl: show parent device in sysfs by Frans Klaver · 10 years ago
  89. 2eaac14 mtd: nand: r852: drop owner assignment by Frans Klaver · 10 years ago
  90. f0aa200 mtd: nand: plat_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  91. 8463099 mtd: nand: orion_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  92. ae5d843 mtd: nand: nuc900_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  93. 7829ab9 mtd: nand: mpc5121_nfc: show parent device in sysfs by Frans Klaver · 10 years ago
  94. 5236468 mtd: nand: hisi504_nand: drop owner assignment by Frans Klaver · 10 years ago
  95. 4dc67b1 mtd: nand: gpmi-nand: show parent device in sysfs by Frans Klaver · 10 years ago
  96. ddece7b mtd: nand: fsmc_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  97. a309c6b mtd: nand: fsl_ifc_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  98. 0a1abe7 mtd: nand: docg4: show parent device in sysfs by Frans Klaver · 10 years ago
  99. fbe1a8b mtd: nand: denali: drop owner assignment by Frans Klaver · 10 years ago
  100. 6a44d42 mtd: nand: davinci_nand: drop owner and name assignment by Frans Klaver · 10 years ago