1. 36886be mtd: nand: jz4780: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  2. 2ca9ec9 mtd: nand: hisi504: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  3. 3f158e4 mtd: nand: gpmi: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  4. 04a123a mtd: nand: fsmc: get rid of the fsmc_nand_eccplace struct by Boris Brezillon · 9 years ago
  5. 22b4695 mtd: nand: fsmc: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  6. caf5129 mtd: nand: fsl_ifc: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  7. c2e197b mtd: nand: fsl_elbc: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  8. 6b75065 mtd: nand: docg4: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  9. 68c1b75 mtd: nand: diskonchip: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  10. 14fad62 mtd: nand: denali: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  11. e4aacaa mtd: nand: davinci: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  12. a8ed6e6 mtd: nand: cafe: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  13. ef5eeea mtd: nand: brcm: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  14. c8766e8 mtd: nand: bf5xx: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  15. cc00383 mtd: nand: atmel: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  16. 5053318 mtd: nand: jz4740: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  17. e5b2d30 mtd: nand: sharpsl: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  18. 7cf9c19 mtd: nand: bch: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  19. 41b207a mtd: nand: implement the default mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  20. 1bd0b24 mtd: docg3: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  21. adbbc3b mtd: create an mtd_ooblayout_ops struct to ease ECC layout definition by Boris Brezillon · 9 years ago
  22. 06af3b0 mtd: docg3: use mtd_set_ecclayout() where appropriate by Boris Brezillon · 9 years ago
  23. eb8c2be mtd: onenand: use mtd_set_ecclayout() where appropriate by Boris Brezillon · 9 years ago
  24. 70d105e mtd: nand: use mtd_set_ecclayout() where appropriate by Boris Brezillon · 9 years ago
  25. f6a6da1 mtd: use mtd_set_ecclayout() where appropriate by Boris Brezillon · 9 years ago
  26. 036d654 mtd: add mtd_set_ecclayout() helper function by Boris Brezillon · 9 years ago
  27. d30aae6 mtd: onenand: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  28. aa02fcf mtd: nand: qcom: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  29. 8cfc1e8b mtd: nand: omap2: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  30. b9c0f65 mtd: nand: lpc32xx: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  31. 191a829 mtd: nand: gpmi: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  32. 9ed92dd mtd: nand: fsl_ifc: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  33. 78d28e8 mtd: nand: atmel: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  34. 846031d mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  35. c2b7845 mtd: use mtd_ooblayout_xxx() helpers where appropriate by Boris Brezillon · 9 years ago
  36. 75eb2ce mtd: add mtd_ooblayout_xxx() helper functions by Boris Brezillon · 9 years ago
  37. c4f3ef2 mtd: nand: sunxi: make cur_off parameter optional in extra oob helpers by Boris Brezillon · 9 years ago
  38. 828dec1 mtd: nand: sunxi: make OOB retrieval optional by Boris Brezillon · 9 years ago
  39. cc6822f mtd: nand: sunxi: move some ECC related operations to their own functions by Boris Brezillon · 9 years ago
  40. c0c9dfa mtd: nand: sunxi: poll for events instead of using interrupts by Boris Brezillon · 9 years ago
  41. 166f08c mtd: nand: sunxi: make use of readl_poll_timeout() by Boris Brezillon · 9 years ago
  42. a9a416f mtd: nand: sunxi: fix ->dev_ready() implementation by Boris Brezillon · 9 years ago
  43. 336de7b mtd: nand: enable ECC pipelining by Boris Brezillon · 9 years ago
  44. dd26a45 mtd: nand: sunxi: disable clks on device removal by Boris Brezillon · 9 years ago
  45. 68ffbf7 mtd: nand: sunxi: fix NFC_CTL setting by Boris Brezillon · 9 years ago
  46. f8b0474 mtd: nand: sunxi: fix the NFC_ECC_ERR_CNT() macro by Boris Brezillon · 9 years ago
  47. ece03cfd mtd: nand: sunxi: let the NAND controller control the CE line by Boris Brezillon · 9 years ago
  48. e9aa671 mtd: nand: sunxi: improve ->cmd_ctrl() function by Boris Brezillon · 9 years ago
  49. fe82cce mtd: nand: sunxi: implement ->read_subpage() by Boris Brezillon · 9 years ago
  50. 1c1bdd6 mtd: nand: sunxi: implement ->read_oob()/->write_oob() by Boris Brezillon · 9 years ago
  51. 9d02fc2 mtd: nand: export default read/write oob functions by Boris Brezillon · 9 years ago
  52. 5abcd95 mtd: nand: sunxi: adapt clk_rate to tWB, tADL, tWHR and tRHW timings by Boris Brezillon · 9 years ago
  53. 2d43457 mtd: nand: sunxi: fix EDO mode selection by Boris Brezillon · 9 years ago
  54. 2f9992e mtd: nand: sunxi: fix clk rate calculation by Boris Brezillon · 9 years ago
  55. 9edb470 mtd: nand: sunxi: fix call order in sunxi_nand_chip_init() by Boris Brezillon · 9 years ago
  56. 44ccb64 mtd: nand: pxa3xx: rely on generic DT parsing done in nand_scan_ident() by Boris Brezillon · 9 years ago
  57. 4f3cab9 mtd: nand: atmel: rely on generic DT parsing done in nand_scan_ident() by Boris Brezillon · 9 years ago
  58. ff05fdb mtd: nand: pasemi: switch to dev_* printing functions by Rafał Miłecki · 8 years ago
  59. ce111af mtd: nand: socrates: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  60. 41ccb49 mtd: nand: plat: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  61. a9670a9 mtd: nand: pasemi: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  62. ac7efcb mtd: nand: orion: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  63. 37afb20 mtd: nand: nuc900: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  64. c1c7040 mtd: nand: mxc: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  65. 050658c mtd: nand: gpio: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  66. e58dd3c mtd: nand: ams-delta: set ECC algorithm explicitly by Rafał Miłecki · 8 years ago
  67. 541e3c8 mtd: nand: brcm: rely on generic DT parsing done in nand_scan_ident() by Boris Brezillon · 9 years ago
  68. f679888 mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident() by Boris Brezillon · 8 years ago
  69. 24d990e mtd: nand: remove unneeded of_mtd.h inclusions by Boris Brezillon · 9 years ago
  70. 03a9755 mtd: nand: s3c2410: fix bug in s3c2410_nand_correct_data() by Zhaoxiu Zeng · 8 years ago
  71. 7a65417 mtd/ifc: Add support for IFC controller version 2.0 by Raghav Dogra · 9 years ago
  72. 11eaf6d mtd: nand: Remove BUG() abuse in nand_scan_tail by Ezequiel García · 9 years ago
  73. 2cd395d mtd: gpmi: fix raw_buffer pointer double free issue by Han Xu · 9 years ago
  74. 269ecf0 mtd: brcmnand: Add support for v6.2 controllers by Florian Fainelli · 9 years ago
  75. 2d472ab mtd: nand: document the NAND controller/NAND chip DT representation by Boris Brezillon · 9 years ago
  76. ce8716e mtd: nand: jz4780: fixup, device structure assigned at probe by Jorge Ramirez-Ortiz · 9 years ago
  77. ff6ee10 mtd: nand: atmel: correct bitflips in erased pages for pre-sama5d4 SoCs by Boris Brezillon · 9 years ago
  78. 8ae6bcd mtd: nand: nandsim: set ECC algorithm explicitly by Rafał Miłecki · 9 years ago
  79. 7908245 mtd: nand: set ECC algorithm in nand_dt_init by Rafał Miłecki · 9 years ago
  80. dd2dcc0 of: mtd: prepare helper reading NAND ECC algo from DT by Rafał Miłecki · 9 years ago
  81. b0fcd8a mtd: nand: add new enum for storing ECC algorithm by Rafał Miłecki · 9 years ago
  82. 8de5348 Merge branch 'mtd-nand-trigger' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds into nand/next by Boris Brezillon · 8 years ago
  83. 4217ff3 Merge branch 'for-v4.7/gpmc-mtd-common' of github.com:rogerq/linux into nand/next by Boris Brezillon · 8 years ago
  84. 10f22ee mtd: nand: omap2: Implement NAND ready using gpiolib by Roger Quadros · 9 years ago
  85. 9e69462 memory: omap-gpmc: Prevent GPMC_STATUS from being accessed via gpmc_regs by Roger Quadros · 9 years ago
  86. b2bac25 memory: omap-gpmc: Support WAIT pin edge interrupts by Roger Quadros · 9 years ago
  87. 210325f memory: omap-gpmc: Reserve WAITPIN if needed for WAIT monitoring by Roger Quadros · 9 years ago
  88. d2d00862 memory: omap-gpmc: Support general purpose input for WAITPINs by Roger Quadros · 9 years ago
  89. 3c76f61 memory: omap-gpmc: Move device tree binding to correct location by Roger Quadros · 9 years ago
  90. bdd7e03 memory: omap-gpmc: Prevent mapping into 1st 16MB by Roger Quadros · 9 years ago
  91. 51735ca mtd: nand: omap: Update DT binding documentation by Roger Quadros · 10 years ago
  92. c9711ec mtd: nand: omap: Clean up device tree support by Roger Quadros · 10 years ago
  93. 01b95fc mtd: nand: omap: Copy platform data parameters to omap_nand_info data by Roger Quadros · 10 years ago
  94. d6e5521 mtd: nand: omap: Switch to using GPMC-NAND ops for writebuffer empty check by Roger Quadros · 9 years ago
  95. c509aef mtd: nand: omap: Use gpmc_omap_get_nand_ops() to get NAND registers by Roger Quadros · 9 years ago
  96. 384258f memory: omap-gpmc: Implement IRQ domain for NAND IRQs by Roger Quadros · 9 years ago
  97. 512d73d memory: omap-gpmc: Add GPMC-NAND ops to get writebufferempty status by Roger Quadros · 9 years ago
  98. f47fcad memory: omap-gpmc: Introduce GPMC to NAND interface by Roger Quadros · 9 years ago
  99. fabe7d7 ARM: OMAP2+: gpmc: Add gpmc timings and settings to platform data by Roger Quadros · 9 years ago
  100. 58bc67f ARM: OMAP2+: gpmc: Add platform data by Roger Quadros · 9 years ago