1. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  2. 6871c1b mtd: nand: remove kerneldoc for removed function parameter by Brian Norris · 9 years ago
  3. c76b78d mtd: nand: Qualcomm NAND controller driver by Archit Taneja · 9 years ago
  4. 9f3e042 mtd: nand: don't select chip in nand_chip's block_bad op by Archit Taneja · 9 years ago
  5. a8c65d5 mtd: nand: simplify nand_bch_init() usage by Boris BREZILLON · 9 years ago
  6. 29f1058 mtd: create an mtd_oobavail() helper and make use of it by Boris BREZILLON · 9 years ago
  7. f5b8aa7 mtd: kill the ecclayout->oobavail field by Boris BREZILLON · 9 years ago
  8. 9ebfdf5 mtd: nand: check status before reporting timeout by Brian Norris · 9 years ago
  9. 4cf9339 mtd: nand: pxa3xx_nand: kill unused field 'drcmr_cmd' by Brian Norris · 9 years ago
  10. 9097103 mtd: nand: pxa3xx_nand: fix dmaengine initialization by Robert Jarzmik · 9 years ago
  11. f671a1f mtd: nand: sunxi: remove direct mtd->priv accesses by Boris BREZILLON · 9 years ago
  12. d267aef mtd: brcmnand: Fix v7.1 register offsets by Florian Fainelli · 9 years ago
  13. c2cdace mtd: nand: pxa3xx_nand: add support for partial chunks by Thomas Petazzoni · 9 years ago
  14. 9424846 mtd: atmel_nand: Support 32-bit ECC strength by Romain Izard · 9 years ago
  15. 5575075 mtd: atmel_nand: Support PMECC on SAMA5D2 by Romain Izard · 9 years ago
  16. 5ddc7bd mtd: atmel_nand: Support variable RB_EDGE interrupts by Romain Izard · 9 years ago
  17. 26d072e mtd: nand: pxa3xx_nand: add register access debug by Robert Jarzmik · 9 years ago
  18. 02c3b0b mtd: cs553x: Fix dependencies for !HAS_IOMEM archs by Richard Weinberger · 9 years ago
  19. 15c0be7 mtd: Fix dependencies for !HAS_IOMEM archs by Richard Weinberger · 9 years ago
  20. 420b462 mtd: nand: vf610: remove useless mtd->ecclayout assignment by Boris BREZILLON · 9 years ago
  21. f771749 mtd: nand: lpc32xx_mlc: fix ecc.size by Boris BREZILLON · 9 years ago
  22. 02db97a mtd: nand: kill unused ->ecclayout field in platform_nand_chip struct by Boris BREZILLON · 9 years ago
  23. d5e83ea mtd: nand: jz4740: kill the ->ecc_layout field by Boris BREZILLON · 9 years ago
  24. f88f44c mtd: nand: s3c2410: kill the ->ecc_layout field by Boris BREZILLON · 9 years ago
  25. 8ce06d3 mtd: atmel_nand: Use of_device_get_match_data by Romain Izard · 9 years ago
  26. e88b7f7 mtd: atmel_nand: Simplify error messages by Romain Izard · 9 years ago
  27. b8b0e46 mtd: nand: gpmi: may use minimum required ecc for 744 oobsize NAND by Han Xu · 9 years ago
  28. 026918e mtd: nand: gpmi: add gpmi dsm supend/resume support by Huang Shijie · 9 years ago
  29. 54ca3cd mtd: nand: remove EXPORT_SYMBOL of nand_scan_bbt() by Thomas Petazzoni · 9 years ago
  30. 46c135c mtd: nand: sunxi: use mtd_div_by_ws() helper by Brian Norris · 9 years ago
  31. 12197bf mtd: atmel_nand: Do not warn on bitflips by Romain Izard · 9 years ago
  32. 4be4e03 mtd: nand: sunxi: add randomizer support by Boris BREZILLON · 9 years ago
  33. 8ebc563 mtd: nand: add NAND_NEED_SCRAMBLING flag to the H27UCG8T2ATR-BC definition by Boris BREZILLON · 9 years ago
  34. 23819f2 mtd: nand: mpc5121: use 'of_machine_is_compatible' to simplify code by Christophe Jaillet · 9 years ago
  35. f9bdbd6 mtd: nuc900_nand: read correct SMISR register by Arnd Bergmann · 9 years ago
  36. 9146cbd mtd: jz4780_nand: replace if/else blocks with switch/case by Brian Norris · 9 years ago
  37. 6c1207b mtd: nand: jz4780: Update ecc correction error codes by Harvey Hunt · 9 years ago
  38. c66b651 mtd: nandsim: use nand_get_controller_data() by Brian Norris · 9 years ago
  39. f118902 mtd: jz4780_nand: remove useless mtd->priv = chip assignment by Brian Norris · 9 years ago
  40. d699ed2 mtd: nand: make use of nand_set/get_controller_data() helpers by Boris BREZILLON · 9 years ago
  41. ae02ab0 mtd: nand: jz4780: driver for NAND devices on JZ4780 SoCs by Alex Smith · 9 years ago
  42. 48bf35d mtd: nand: jz4740: remove custom 'erased check' implementation by Boris BREZILLON · 9 years ago
  43. cc01e60 mtd: nand: diskonchip: remove custom 'erased check' implementation by Boris BREZILLON · 9 years ago
  44. bc29c95 mtd: nand: davinci: remove custom 'erased check' implementation by Boris BREZILLON · 9 years ago
  45. 40cbe6e mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions by Boris BREZILLON · 9 years ago
  46. 6e94119 mtd: nand: return consistent error codes in ecc.correct() implementations by Boris BREZILLON · 9 years ago
  47. f7a8e38 mtd: nand: assign reasonable default name for NAND drivers by Brian Norris · 9 years ago
  48. 887e9d3 mtd: nand: fix for drop unnecessary partition parser data by Stephen Rothwell · 9 years ago
  49. 1873315 mtd: sh_flctl: pass FIFO as physical address by Arnd Bergmann · 9 years ago
  50. 0ed6ca3 mtd: denali: make MTD_NAND_DENALI_DT dependent on OF by Masahiro Yamada · 9 years ago
  51. 44991b3 mtd: nand: Disable subpage writes for drivers without ecc->hwctl by Helmut Schaa · 11 years ago
  52. 8142b47 mtd: nand: remove unused and buggy get_platform_nandchip() helper function by Boris BREZILLON · 9 years ago
  53. 29574ed mtd: nand: kill the chip->flash_node field by Boris BREZILLON · 9 years ago
  54. 7194a29 mtd: nand: simplify nand_dt_init() usage by Boris BREZILLON · 9 years ago
  55. 37f5a54 mtd: nand: remove useless mtd->priv = chip assignments by Boris BREZILLON · 9 years ago
  56. 442f201b mtd: nand: denali: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  57. a723bf6 mtd: nand: socrates: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  58. 17dd20b mtd: nand: bcm47xx: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  59. 2d37439 mtd: nand: docg4: simplify error case by Brian Norris · 9 years ago
  60. 7208b99 mtd: nand: s3c2410: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  61. 960823a mtd: nand: vf610: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  62. a3f5437 mtd: nand: txx9ndfmc: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  63. 66c9595 mtd: nand: tmio: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  64. 32e9f2d mtd: nand: sunxi: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  65. 0324e64 mtd: nand: sharpsl: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  66. 9c9eef8 mtd: nand: sh_flctl: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  67. de9f56f mtd: nand: r852: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  68. 063294a mtd: nand: pxa3xx: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  69. a0260d2 mtd: nand: plat: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  70. 4e3b6d1 mtd: nand: pasemi: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  71. 53cd268 mtd: nand: orion: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  72. 432420c mtd: nand: omap2: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  73. 396a9c4 mtd: nand: nuc900: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  74. ca921b5 mtd: nand: ndfc: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  75. ed10f16 mtd: nand: nandsim: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  76. a008deb mtd: nand: mxc: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  77. 5a9f23f mtd: nand: mpc5121: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  78. 0faf8c3 mtd: nand: lpc32xx: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  79. d25cc7a mtd: nand: jz4740: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  80. fa10016 mtd: nand: hisi504: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  81. 2a690b2 mtd: nand: gpmi: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  82. dc2948c mtd: nand: gpio: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  83. bdf3a55 mtd: nand: fsmc: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  84. 478d51f mtd: nand: fsl_upm: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  85. 5e9fb93 mtd: nand: fsl_ifc: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  86. 18ba50c mtd: nand: fsl_elbc: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  87. 5d07379 mtd: nand: docg4: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  88. b0c423c mtd: nand: diskonchip: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  89. a5cfb4d mtd: nand: davinci: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  90. 2afd14f mtd: nand: cmx270: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  91. 8cd65d1 mtd: nand: cs553x: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  92. e787dfd mtd: nand: cafe: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  93. f1c4c99 mtd: nand: brcm: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  94. 7085a3b mtd: nand: bf5xx: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  95. ff70f35 mtd: nand: au1550nd: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  96. ac01efe mtd: nand: atmel: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  97. 187d6ad mtd: nand: ams-delta: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  98. 4578ea9 mtd: nand: omap2: create and use mtd_to_omap() by Boris BREZILLON · 9 years ago
  99. faee6c3 mtd: nand: nuc900: create and use mtd_to_nuc900() by Boris BREZILLON · 9 years ago
  100. 277af42 mtd: nand: fsmc: create and use mtd_to_fsmc() by Boris BREZILLON · 9 years ago