1. f6997be mtd: rawnand: marvell: fix the chip-select DT parsing logic by Miquel Raynal · 7 years ago
  2. 23566c3 mtd: nand: Fix nanddev_mtd_erase() by Boris Brezillon · 7 years ago
  3. 007b4e8 mtd: rawnand: tango: Fix struct clk memory leak by Marc Gonzalez · 7 years ago
  4. 3fd14cd Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  5. 1675693 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  6. fe5f31a Merge tag 'v4.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mtd/next by Boris Brezillon · 7 years ago
  7. a88b5f3 Merge tag 'nand/for-4.17' of git://git.infradead.org/linux-mtd into mtd/next by Boris Brezillon · 7 years ago
  8. 097ccca mtd: nand: Fix some function description mismatches in core.c by Xiaolei Li · 7 years ago
  9. 2b1b1b4 mtd: nand: atmel: Fix get_sectorsize() function by Boris Brezillon · 7 years ago
  10. 6b6de65 mtd: rawnand: marvell: Rename ->ecc_clk into ->core_clk by Boris Brezillon · 7 years ago
  11. bb00ff2 mtd: rawnand: s3c2410: enhance the probe function error path by Miquel Raynal · 7 years ago
  12. 0eaa879 mtd: rawnand: tango: fix probe function error path by Miquel Raynal · 7 years ago
  13. 5a3e8cd mtd: rawnand: sh_flctl: fix the probe function error path by Miquel Raynal · 7 years ago
  14. 122bb3c mtd: rawnand: omap2: fix the probe function error path by Miquel Raynal · 7 years ago
  15. be051bf mtd: rawnand: mxc: fix probe function error path by Miquel Raynal · 7 years ago
  16. 4e5d1d9 mtd: rawnand: denali: fix probe function error path by Miquel Raynal · 7 years ago
  17. 4acc304 mtd: rawnand: davinci: fix probe function error path by Miquel Raynal · 7 years ago
  18. a446c99 mtd: rawnand: cafe: fix probe function error path by Miquel Raynal · 7 years ago
  19. 5826b88 mtd: rawnand: brcmnand: fix probe function error path by Miquel Raynal · 7 years ago
  20. 15d6f11 mtd: rawnand: sunxi: Stop supporting ECC_HW_SYNDROME mode by Boris Brezillon · 7 years ago
  21. 961ba15 mtd: rawnand: marvell: Fix clock resource by adding a register clock by Gregory CLEMENT · 7 years ago
  22. 6b00c35 mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0 by Jagdish Gediya · 7 years ago
  23. 843c3a5 mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0 by Jagdish Gediya · 7 years ago
  24. fa8e6d5 mtd: nand: fsl_ifc: Fix nand waitfunc return value by Jagdish Gediya · 7 years ago
  25. e7bfb3f mtd: Stop updating erase_info->state and calling mtd_erase_callback() by Boris Brezillon · 7 years ago
  26. b120612 mtd: rawnand: gpmi: use core timings instead of an empirical derivation by Miquel Raynal · 7 years ago
  27. 76e1a00 mtd: rawnand: gpmi: support ->setup_data_interface() by Miquel Raynal · 7 years ago
  28. bd0b643 mtd: rawnand: get rid of the ONFI parameter page in nand_chip by Miquel Raynal · 7 years ago
  29. 480139d mtd: rawnand: get rid of the JEDEC parameter page in nand_chip by Miquel Raynal · 7 years ago
  30. 34c5c01 mtd: rawnand: macronix: nack the support of changing timings for one chip by Miquel Raynal · 7 years ago
  31. 789157e mtd: rawnand: allow vendors to declare (un)supported features by Miquel Raynal · 7 years ago
  32. a97421c mtd: rawnand: prepare the removal of the ONFI parameter page by Miquel Raynal · 7 years ago
  33. f4531b2 mtd: rawnand: prepare the removal of ONFI/JEDEC parameter pages by Miquel Raynal · 7 years ago
  34. 107b7d6 mtd: rawnand: avoid setting again the timings to mode 0 after a reset by Miquel Raynal · 7 years ago
  35. 415ae78 mtd: rawnand: check ONFI timings have been acked by the chip by Miquel Raynal · 7 years ago
  36. 29714d6 mtd: rawnand: move calls to ->select_chip() in nand_setup_data_interface() by Miquel Raynal · 7 years ago
  37. 939da44 mtd: rawnand: mxc: remove useless checks in GET/SET_FEATURES functions by Miquel Raynal · 7 years ago
  38. 993447b mtd: rawnand: handle differently chip/controller errors about timings by Miquel Raynal · 7 years ago
  39. 97baea1 mtd: rawnand: use wrappers to call onfi GET/SET_FEATURES by Miquel Raynal · 7 years ago
  40. b958758 mtd: rawnand: rename SET/GET FEATURES related functions by Miquel Raynal · 7 years ago
  41. fc2f30a mtd: rawnand: rename default ->onfi_get/set_features() implementations by Miquel Raynal · 7 years ago
  42. daf9a87 mtd: rawnand: makes the Kconfig entry clear when it comes to raw NANDs by Miquel Raynal · 7 years ago
  43. 00324da mtd: rawnand: remove bf5xx_nand driver by Arnd Bergmann · 7 years ago
  44. a722932 mtd: rawnand: vf610_nfc: support ONFI SET/GET_FEATURES commands by Stefan Agner · 7 years ago
  45. ecc40b8 mtd: rawnand: vf610_nfc: remove old hooks by Stefan Agner · 7 years ago
  46. 1cbe30b mtd: rawnand: vf610_nfc: make use of ->exec_op() by Stefan Agner · 7 years ago
  47. 8f347c4 mtd: Unconditionally update ->fail_addr and ->addr in part_erase() by Boris Brezillon · 7 years ago
  48. 828814e mtd: rawnand: remove STANDALONE compile mode of nand_ecc by Masahiro Yamada · 7 years ago
  49. 63fa37f mtd: rawnand: Replace printk() with appropriate pr_*() macro by Shreeya Patel · 7 years ago
  50. 26777d3 mtd: Move onenand code base to drivers/mtd/nand/onenand by Boris Brezillon · 7 years ago
  51. fdda85f Merge tag 'pxa-for-4.17' of https://github.com/rjarzmik/linux into next/soc by Arnd Bergmann · 7 years ago
  52. 3383fb3 Merge tag 'nand/pxa3xx-removal' of git://git.infradead.org/linux-mtd into nand/next by Boris Brezillon · 7 years ago
  53. 7576594 mtd: nand: remove useless fields from pxa3xx NAND platform data by Miquel Raynal · 7 years ago
  54. cc39643 mtd: nand: remove deprecated pxa3xx_nand driver by Miquel Raynal · 7 years ago
  55. 4da712e mtd: nand: fsmc: use ->exec_op() by Miquel Raynal · 7 years ago
  56. 4df6ed4 mtd: nand: fsmc: get rid of IO_ADDR_[R|W] by Miquel Raynal · 7 years ago
  57. 9c3736a mtd: nand: Add core infrastructure to deal with NAND devices by Boris Brezillon · 7 years ago
  58. 93db446 mtd: nand: move raw NAND related code to the raw/ subdir by Boris Brezillon · 7 years ago
  59. 7b6afee mtd: nand: Add missing copyright information by Boris Brezillon · 7 years ago
  60. 187c5448 mtd: nand: State when references to other drivers are no longer valid by Boris Brezillon · 7 years ago
  61. e36f2eb mtd: nand: ams-delta: Fix path to toto.c source file by Boris Brezillon · 7 years ago
  62. 93cbd6f3 mtd: nand: Stop using full path when referring to files placed in the same dir by Boris Brezillon · 7 years ago
  63. 43a0a45 mtd: nand: Get rid of comments giving the file path inside the file itself by Boris Brezillon · 7 years ago
  64. fb3bff5 mtd: nand: toshiba: Retrieve ECC requirements from extended ID by KOBAYASHI Yoshitake · 7 years ago
  65. 1b8c909 mtd: nand: vf610: check mtd_device_register() return code by Alexey Khoroshilov · 7 years ago
  66. 196644f mtd: nand: vf610: improve readability of error label by Alexey Khoroshilov · 7 years ago
  67. f5a666b mtd: nand: vf610: remove the unnecessary of_node_put() by Alexey Khoroshilov · 7 years ago
  68. 532a1cf mtd: nand: vf610_nfc: remove unused function by Stefan Agner · 7 years ago
  69. 07ad5a7 mtd: nand: add ->setup_data_interface() support for Marvell NFCv1 by Miquel Raynal · 7 years ago
  70. 68dc8e4 mtd: nand: mxc: remove now unused code by Sascha Hauer · 7 years ago
  71. cd8b465 mtd: nand: mxc: Drop now unnecessary functions by Sascha Hauer · 7 years ago
  72. 6811c46 mtd: nand: mxc: Add own write_page by Sascha Hauer · 7 years ago
  73. 5039fc9 mtd: nand: mxc: Fix failed/corrected values for v1 controllers by Sascha Hauer · 7 years ago
  74. 67b87f6 mtd: nand: mxc: Fix failed/corrected values for v2/v3 controllers by Sascha Hauer · 7 years ago
  75. 1af0b31 mtd: nand: mxc: Add buffer argument to copy_spare by Sascha Hauer · 7 years ago
  76. 040bd3f mtd: nand: mxc: Add function to control hardware ECC by Sascha Hauer · 7 years ago
  77. 1549333 mtd: nand: mxc: reorder functions to avoid forward declarations by Sascha Hauer · 7 years ago
  78. f23def8 mtd: nand: MTD_NAND_MARVELL should depend on HAS_DMA by Geert Uytterhoeven · 7 years ago
  79. ea56fb2 mtd: nand: vf610: set correct ooblayout by Stefan Agner · 7 years ago
  80. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  81. 0fc7e74 Merge tag 'mtd/for-4.16' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  82. 571cb17 Merge tag 'nand/for-4.16' of git://git.infradead.org/linux-mtd into mtd/next by Boris Brezillon · 7 years ago
  83. f4c6cd1 mtd: nand: sunxi: Fix ECC strength choice by Miquel Raynal · 7 years ago
  84. 4c7e95b mtd: nand: gpmi: Fix subpage reads by Boris Brezillon · 7 years ago
  85. c1a72e2 mtd: nand: Fix build issues due to an anonymous union by Miquel Raynal · 7 years ago
  86. c495a92 mtd: nand: marvell: Fix missing memory allocation modifier by Miquel Raynal · 7 years ago
  87. e06a181 mtd: nand: marvell: remove redundant variable 'oob_len' by Colin Ian King · 7 years ago
  88. a76497d mtd: nand: marvell: fix spelling mistake: "suceed"-> "succeed" by Colin Ian King · 7 years ago
  89. 0aede42 mtd: Remove duplicate checks on mtd_oob_ops parameter by Boris Brezillon · 7 years ago
  90. 24ff129 mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing by Boris Brezillon · 7 years ago
  91. 02f26ec mtd: nand: add reworked Marvell NAND controller driver by Miquel Raynal · 7 years ago
  92. 87e89ce mtd: nand: Fix nand_do_read_oob() return value by Miquel Raynal · 7 years ago
  93. ea8c64a dma-mapping: move swiotlb arch helpers to a new header by Christoph Hellwig · 7 years ago
  94. 09ec417 mtd: nand: samsung: Disable subpage writes on E-die NAND by Ladislav Michl · 7 years ago
  95. f953f0f mtd: nand: brcmnand: Disable prefetch by default by Kamal Dasu · 7 years ago
  96. fee4380 mtd: nand: pxa3xx: Fix READOOB implementation by Boris Brezillon · 7 years ago
  97. 069f053 mtd: nand: qcom: Add a NULL check for devm_kasprintf() by Fabio Estevam · 7 years ago
  98. 039b437 mtd: nand: brcmnand: Add a NULL check for devm_kasprintf() by Fabio Estevam · 7 years ago
  99. d787b8b mtd: nand: Fix unfinished comment in nand_init_data_interface() by Miquel Raynal · 7 years ago
  100. 8878b12 mtd: nand: add ->exec_op() implementation by Miquel Raynal · 7 years ago