1. 9be1446 mtd: rawnand: fsmc: Fix use of SM ORDER by Miquel Raynal · 3 years, 4 months ago
  2. ad9ffdc mtd: rawnand: fsmc: Fix external use of SW Hamming ECC helper by Miquel Raynal · 3 years, 9 months ago
  3. ef4ed78 Merge tag 'nand/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/next by Richard Weinberger · 3 years, 9 months ago
  4. fe1bc21 mtd: rawnand: fsmc: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 3 years, 11 months ago
  5. e7a9752 mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe() by Dan Carpenter · 4 years ago
  6. eb08376a mtd: nand: ecc-hamming: Remove useless includes by Miquel Raynal · 4 years, 4 months ago
  7. 90ccf0a mtd: nand: ecc-hamming: Rename the exported functions by Miquel Raynal · 4 years, 4 months ago
  8. e5acf9c mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer by Miquel Raynal · 4 years, 4 months ago
  9. 3c0fe36 mtd: nand: ecc-bch: Stop exporting the private structure by Miquel Raynal · 4 years, 4 months ago
  10. 98591a6 mtd: rawnand: fsmc: Move the ECC initialization to ->attach_chip() by Miquel Raynal · 4 years, 2 months ago
  11. bace41f mtd: rawnand: Use the new ECC engine type enumeration by Miquel Raynal · 4 years, 5 months ago
  12. e0a564a mtd: rawnand: Rename the ECC algorithm enumeration items by Miquel Raynal · 4 years, 5 months ago
  13. 4c46667 mtd: rawnand: s/data_interface/interface_config/ by Miquel Raynal · 4 years, 8 months ago
  14. 9cc02f4 mtd: rawnand: fsmc: Stop using nand_release() by Miquel Raynal · 4 years, 8 months ago
  15. b451f5b mtd: rawnand: Give the possibility to verify a read operation is supported by Miquel Raynal · 4 years, 8 months ago
  16. ce446b4 mtd: rawnand: Take check_only into account by Boris Brezillon · 4 years, 9 months ago
  17. 7c26e6e mtd: rawnand: fsmc: Change to non-atomic bit operations by Fenghua Yu · 5 years ago
  18. bf82832 mtd: rawnand: fsmc: Use nand_op_trace for operation tracing by Sascha Hauer · 6 years ago
  19. 811c16a Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtd by Linus Torvalds · 6 years ago
  20. ab3ab7b mtd: rawnand: fsmc: Disable NAND on remove() by Linus Walleij · 6 years ago
  21. 30c72ab mtd: rawnand: fsmc: Reset NAND timings on resume() by Linus Walleij · 6 years ago
  22. 663ec3a mtd: rawnand: fsmc: Keep bank enable bit set by Linus Walleij · 6 years ago
  23. fc43f45 mtd: rawnand: fsmc: Fix all coding style issues reported by checkpatch by Boris Brezillon · 6 years ago
  24. bb69634 mtd: rawnand: fsmc: Add an SPDX tag to replace the license text by Boris Brezillon · 6 years ago
  25. ad71148 mtd: rawnand: fsmc: Stop using the dummy controller obj by Boris Brezillon · 6 years ago
  26. 1e809f7 mtd: rawnand: fsmc: Make conversion from chip to fsmc consistent by Boris Brezillon · 6 years ago
  27. 5b47f40 mtd: rawnand: fsmc: Fix the fsmc_nand_data kernel-doc by Boris Brezillon · 6 years ago
  28. bfc535f mtd: rawnand: fsmc: Stop passing mtd_info objects to internal functions by Boris Brezillon · 6 years ago
  29. 7a08dba mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops by Boris Brezillon · 6 years ago
  30. f2abfeb mtd: rawnand: Move the ->exec_op() method to nand_controller_ops by Boris Brezillon · 6 years ago
  31. 550b9fc mtd: rawnand: fsmc: Stop implementing ->select_chip() by Boris Brezillon · 6 years ago
  32. 41d6f0d mtd: rawnand: fsmc: Fix unchecked return value in fsmc_read_page_hwecc by Gustavo A. R. Silva · 6 years ago
  33. 309600c mtd: rawnand: Allow selection of ECC byte ordering at runtime by Boris Brezillon · 6 years ago
  34. 3cece3a mtd: rawnand: Deprecate ->chip_delay by Boris Brezillon · 6 years ago
  35. 858838b mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface() by Boris Brezillon · 6 years ago
  36. 758b56f mtd: rawnand: Pass a nand_chip object to chip->select_chip() by Boris Brezillon · 6 years ago
  37. b976168 mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks by Boris Brezillon · 6 years ago
  38. 00da2ea mtd: rawnand: Pass a nand_chip object to ecc->correct() by Boris Brezillon · 6 years ago
  39. af37d2c mtd: rawnand: Pass a nand_chip object to ecc->calculate() by Boris Brezillon · 6 years ago
  40. ec47636 mtd: rawnand: Pass a nand_chip object to ecc->hwctl() by Boris Brezillon · 6 years ago
  41. 59ac276 mtd: rawnand: Pass a nand_chip object to nand_release() by Boris Brezillon · 6 years ago
  42. 00ad378 mtd: rawnand: Pass a nand_chip object to nand_scan() by Boris Brezillon · 6 years ago
  43. 3bbddfa mtd: rawnand: fsmc: convert driver to nand_scan() by Miquel Raynal · 6 years ago
  44. 79e1ca3 mtd: rawnand: fsmc: Stop using chip->read_buf() by Boris Brezillon · 7 years ago
  45. f55824c mtd: rawnand: fsmc: Use uintptr_t casts instead of unsigned ones by Boris Brezillon · 7 years ago
  46. 8f3931e mtd: rawnand: fscm: Avoid collision on PC def when compiling for MIPS by Boris Brezillon · 7 years ago
  47. 682cae2 mtd: rawnand: fsmc: fix the probe function error path by Miquel Raynal · 7 years ago
  48. 43fab01 mtd: rawnand: fsmc: clean the probe function style by Miquel Raynal · 7 years ago
  49. 4da712e mtd: nand: fsmc: use ->exec_op() by Miquel Raynal · 7 years ago
  50. 4df6ed4 mtd: nand: fsmc: get rid of IO_ADDR_[R|W] by Miquel Raynal · 7 years ago
  51. 93db446 mtd: nand: move raw NAND related code to the raw/ subdir by Boris Brezillon · 7 years ago[Renamed from drivers/mtd/nand/fsmc_nand.c]
  52. 7b6afee mtd: nand: Add missing copyright information by Boris Brezillon · 7 years ago
  53. 187c5448 mtd: nand: State when references to other drivers are no longer valid by Boris Brezillon · 7 years ago
  54. 43a0a45 mtd: nand: Get rid of comments giving the file path inside the file itself by Boris Brezillon · 7 years ago
  55. c0313b9 mtd: nand: squash struct nand_buffers into struct nand_chip by Masahiro Yamada · 7 years ago
  56. 97d90da mtd: nand: provide several helpers to do common NAND operations by Boris Brezillon · 7 years ago
  57. d4092d7 mtd: nand: Rename nand.h into rawnand.h by Boris Brezillon · 7 years ago
  58. 104e442 mtd: nand: Pass the CS line to ->setup_data_interface() by Boris Brezillon · 8 years ago
  59. 838ff7b mtd: nand: fsmc_nand: handle on-die ECC case by Thomas Petazzoni · 8 years ago
  60. 1debdb9 mtd: nand: fsmc: remove default timings by Thomas Petazzoni · 8 years ago
  61. d9fb079 mtd: nand: fsmc: add support for SDR timings by Thomas Petazzoni · 8 years ago
  62. 6335b50 mtd: nand: fsmc: reduce number of arguments of fsmc_nand_setup() by Thomas Petazzoni · 8 years ago
  63. 33575b2 mtd: nand: fsmc: remove CONFIG_OF conditional by Thomas Petazzoni · 8 years ago
  64. 77cc88d mtd: nand: fsmc: remove unused definitions by Thomas Petazzoni · 8 years ago
  65. fb8ed2c mtd: nand: fsmc: use devm_clk_get() by Thomas Petazzoni · 8 years ago
  66. a1b1e1d mtd: nand: fsmc: finally remove fsmc_nand_platform_data by Thomas Petazzoni · 8 years ago
  67. c0d218c mtd: nand: fsmc: remove duplicate nand_set_flash_node() by Thomas Petazzoni · 8 years ago
  68. ede29a0 mtd: nand: fsmc: kill {nr_, }partitions structure fields by Thomas Petazzoni · 8 years ago
  69. feb1e57 mtd: nand: fmsc: kill {read, write}_dma_priv from fsmc_nand_platform_data by Thomas Petazzoni · 8 years ago
  70. a04271a mtd: nand: fsmc: remove fsmc_select_chip() by Thomas Petazzoni · 8 years ago
  71. 6324fb9 mtd: nand: fsmc: remove ->select_bank() from fsmc_nand_platform_data by Thomas Petazzoni · 8 years ago
  72. e7cda01 mtd: nand: fsmc: move fsmc_nand_data definition by Thomas Petazzoni · 8 years ago
  73. ee56874 mtd: nand: fsmc: fix NAND width handling by Thomas Petazzoni · 8 years ago
  74. 4404d7d mtd: nand: fsmc: remove stale non-DT probe path by Linus Walleij · 8 years ago
  75. ad5678e mtd: nand: fsmc: return error code of nand_scan_ident/tail() on error by Masahiro Yamada · 8 years ago
  76. e4225ae mtd: mtd: drop NAND_ECC_SOFT_BCH enum value by Rafał Miłecki · 9 years ago
  77. ef296dc mtd: nand: fsmc: validate ECC setup by checking algorithm directly by Rafał Miłecki · 9 years ago
  78. 04a123a mtd: nand: fsmc: get rid of the fsmc_nand_eccplace struct by Boris Brezillon · 9 years ago
  79. 22b4695 mtd: nand: fsmc: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  80. d699ed2 mtd: nand: make use of nand_set/get_controller_data() helpers by Boris BREZILLON · 9 years ago
  81. 37f5a54 mtd: nand: remove useless mtd->priv = chip assignments by Boris BREZILLON · 9 years ago
  82. bdf3a55 mtd: nand: fsmc: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
  83. 277af42 mtd: nand: fsmc: create and use mtd_to_fsmc() by Boris BREZILLON · 9 years ago
  84. 4bd4ebc mtd: nand: make use of mtd_to_nand() in NAND drivers by Boris BREZILLON · 9 years ago
  85. a61ae81 mtd: nand: drop unnecessary partition parser data by Brian Norris · 9 years ago
  86. 6375219 mtd: nand: convert to nand_set_flash_node() by Brian Norris · 9 years ago
  87. e278fc7 mtd: fsmc_nand: Add BCH4 SW ECC support for SPEAr600 by Stefan Roese · 9 years ago
  88. ddece7b mtd: nand: fsmc_nand: show parent device in sysfs by Frans Klaver · 10 years ago
  89. 6efadcf mtd: nand: fsmc: Remove BUG macros by Stefan Roese · 9 years ago
  90. cbf29b8 mtd: nand: fsmc: Small whitespace cleanup by Stefan Roese · 9 years ago
  91. 818a45b mtd: fsmc_nand: match wait_for_completion_timeout return type by Nicholas Mc Guire · 10 years ago
  92. 0bda3e1 mtd: fsmc_nand: fix handling of wait_for_completion_timeout return value by Nicholas Mc Guire · 10 years ago
  93. 62b57f4 mtd: fsmc_nand.c: Use default timings if none are provided in the dts by Stefan Roese · 10 years ago
  94. 5cfb36e mtd: nand: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  95. b177ea3 mtd: fsmc_nand: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
  96. 67b19a6 mtd: fsmc_nand: use dev_warn() instead of printk() by Jingoo Han · 11 years ago
  97. d9a21ae mtd: fsmc_nand: Remove unnecessary OOM messages by Jingoo Han · 11 years ago
  98. 0776ae7 dmaengine: remove DMA unmap flags by Bartlomiej Zolnierkiewicz · 11 years ago
  99. 44a417f mtd: fsmc_nand: simplify platform_get_resource_byname/devm_ioremap_resource by Julia Lawall · 11 years ago
  100. ccc109d mtd: nand: fsmc_nand: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago