1. b976168 mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks by Boris Brezillon · 7 years ago
  2. 59ac276 mtd: rawnand: Pass a nand_chip object to nand_release() by Boris Brezillon · 7 years ago
  3. 00ad378 mtd: rawnand: Pass a nand_chip object to nand_scan() by Boris Brezillon · 7 years ago
  4. 2a4d9c1 mtd: rawnand: sunxi: convert driver to nand_scan() by Miquel Raynal · 7 years ago
  5. 49919d9 mtd: rawnand: sunxi: Remove gpio.h and of_gpio.h inclusions by Boris Brezillon · 7 years ago
  6. 7da4513 mtd: rawnand: better name for the controller structure by Miquel Raynal · 7 years ago
  7. 06c8b5d mtd: rawnand: sunxi: Make sure ret is initialized in sunxi_nfc_read_byte() by Boris Brezillon · 7 years ago
  8. cf3e3fd mtd: rawnand: sunxi: Add an U suffix to NFC_PAGE_OP definition by Boris Brezillon · 7 years ago
  9. ddd5ed3 mtd: rawnand: sunxi: Remove support for GPIO-based Ready/Busy polling by Boris Brezillon · 7 years ago
  10. 15d6f11 mtd: rawnand: sunxi: Stop supporting ECC_HW_SYNDROME mode by Boris Brezillon · 7 years ago
  11. 93db446 mtd: nand: move raw NAND related code to the raw/ subdir by Boris Brezillon · 8 years ago[Renamed from drivers/mtd/nand/sunxi_nand.c]
  12. f4c6cd1 mtd: nand: sunxi: Fix ECC strength choice by Miquel Raynal · 8 years ago
  13. c0313b9 mtd: nand: squash struct nand_buffers into struct nand_chip by Masahiro Yamada · 8 years ago
  14. 25f815f mtd: nand: force drivers to explicitly send READ/PROG commands by Boris Brezillon · 8 years ago
  15. 97d90da mtd: nand: provide several helpers to do common NAND operations by Boris Brezillon · 8 years ago
  16. d1f936d7 Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next by Boris Brezillon · 8 years ago
  17. a75d6a4 Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/next by Boris Brezillon · 8 years ago
  18. fcf59f1 mtd: nand: sunxi: explicitly request exclusive reset control by Philipp Zabel · 8 years ago
  19. d4092d7 mtd: nand: Rename nand.h into rawnand.h by Boris Brezillon · 8 years ago
  20. 791eccd mtd: nand: sunxi: fix potential divide-by-zero error by Bryan O'Donoghue · 8 years ago
  21. df5586d mtd: nand: sunxi: Remove unneeded ->cmdfunc(NAND_CMD_READ0, 0, page) by Boris Brezillon · 8 years ago
  22. 2de85e7 mtd: nand: sunxi: Actually use DMA for subpage reads by Boris Brezillon · 8 years ago
  23. 104e442 mtd: nand: Pass the CS line to ->setup_data_interface() by Boris Brezillon · 8 years ago
  24. 6b244bb mtd: nand: sunxi: simplify optional reset handling by Philipp Zabel · 8 years ago
  25. cad3274 mtd: nand: sunxi: Improve sunxi_nfc_cmd_ctrl() by Boris Brezillon · 9 years ago
  26. 8de15e1 mtd: nand: sunxi: Stop using polling mode when waiting for long operations by Boris Brezillon · 9 years ago
  27. 19649e2 mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events() by Boris Brezillon · 9 years ago
  28. f59dab8 mtd: nand: sunxi: fix support for 512bytes ECC chunks by Boris Brezillon · 9 years ago
  29. 4796d86 mtd: nand: sunxi: Support ECC maximization by Boris Brezillon · 9 years ago
  30. 907f45f mtd: nand: sunxi: switch from manual to automated timing config by Sascha Hauer · 9 years ago
  31. d45bc58 mtd: nand: import nand_hw_control_init() by Marc Gonzalez · 9 years ago
  32. 40297e7 mtd: nand: sunxi: prevent a small memory leak by Dan Carpenter · 9 years ago
  33. ab9d6a7 mtd: nand: sunxi: add reset line support by Icenowy Zheng · 9 years ago
  34. 03b1d11 mtd: nand: sunxi: fix subpage write by Boris Brezillon · 9 years ago
  35. a92c721 mtd: nand: sunxi: check ecc->size values by Boris Brezillon · 9 years ago
  36. 872164e mtd: nand: sunxi: prefer 1k ECC blocks when applicable by Boris Brezillon · 9 years ago
  37. 252173c mtd: nand: sunxi: Fix OOB bytes retrieval in read_chunks_dma() by Boris Brezillon · 9 years ago
  38. 28f3d01 mtd: nand: sunxi: fix return value check in sunxi_nfc_dma_op_prepare() by Wei Yongjun · 9 years ago
  39. 614049a mtd: nand: sunxi: add support for DMA assisted operations by Boris Brezillon · 9 years ago
  40. e4225ae mtd: mtd: drop NAND_ECC_SOFT_BCH enum value by Rafał Miłecki · 9 years ago
  41. c66811e mtd: nand: sunxi: switch to mtd_ooblayout_ops by Boris Brezillon · 10 years ago
  42. c4f3ef2 mtd: nand: sunxi: make cur_off parameter optional in extra oob helpers by Boris Brezillon · 9 years ago
  43. 828dec1 mtd: nand: sunxi: make OOB retrieval optional by Boris Brezillon · 9 years ago
  44. cc6822f mtd: nand: sunxi: move some ECC related operations to their own functions by Boris Brezillon · 9 years ago
  45. c0c9dfa mtd: nand: sunxi: poll for events instead of using interrupts by Boris Brezillon · 9 years ago
  46. 166f08c mtd: nand: sunxi: make use of readl_poll_timeout() by Boris Brezillon · 9 years ago
  47. a9a416f mtd: nand: sunxi: fix ->dev_ready() implementation by Boris Brezillon · 9 years ago
  48. 336de7b mtd: nand: enable ECC pipelining by Boris Brezillon · 9 years ago
  49. dd26a45 mtd: nand: sunxi: disable clks on device removal by Boris Brezillon · 9 years ago
  50. 68ffbf7 mtd: nand: sunxi: fix NFC_CTL setting by Boris Brezillon · 9 years ago
  51. f8b0474 mtd: nand: sunxi: fix the NFC_ECC_ERR_CNT() macro by Boris Brezillon · 9 years ago
  52. ece03cfd mtd: nand: sunxi: let the NAND controller control the CE line by Boris Brezillon · 9 years ago
  53. e9aa671 mtd: nand: sunxi: improve ->cmd_ctrl() function by Boris Brezillon · 10 years ago
  54. fe82cce mtd: nand: sunxi: implement ->read_subpage() by Boris Brezillon · 10 years ago
  55. 1c1bdd6 mtd: nand: sunxi: implement ->read_oob()/->write_oob() by Boris Brezillon · 10 years ago
  56. 5abcd95 mtd: nand: sunxi: adapt clk_rate to tWB, tADL, tWHR and tRHW timings by Boris Brezillon · 10 years ago
  57. 2d43457 mtd: nand: sunxi: fix EDO mode selection by Boris Brezillon · 10 years ago
  58. 2f9992e mtd: nand: sunxi: fix clk rate calculation by Boris Brezillon · 10 years ago
  59. 9edb470 mtd: nand: sunxi: fix call order in sunxi_nand_chip_init() by Boris Brezillon · 10 years ago
  60. 24d990e mtd: nand: remove unneeded of_mtd.h inclusions by Boris Brezillon · 9 years ago
  61. f671a1f mtd: nand: sunxi: remove direct mtd->priv accesses by Boris BREZILLON · 9 years ago
  62. 46c135c mtd: nand: sunxi: use mtd_div_by_ws() helper by Brian Norris · 10 years ago
  63. 4be4e03 mtd: nand: sunxi: add randomizer support by Boris BREZILLON · 10 years ago
  64. 37f5a54 mtd: nand: remove useless mtd->priv = chip assignments by Boris BREZILLON · 10 years ago
  65. 32e9f2d mtd: nand: sunxi: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 10 years ago
  66. 4bd4ebc mtd: nand: make use of mtd_to_nand() in NAND drivers by Boris BREZILLON · 10 years ago
  67. a81c0f0 mtd: nand: sunxi: add missing of_node_put by Julia Lawall · 10 years ago
  68. a61ae81 mtd: nand: drop unnecessary partition parser data by Brian Norris · 10 years ago
  69. 6375219 mtd: nand: convert to nand_set_flash_node() by Brian Norris · 10 years ago
  70. 28ec8a8 mtd: nand: sunxi: avoid retrieving data before ECC pass by Boris BREZILLON · 10 years ago
  71. 74eb9ff mtd: nand: sunxi: fix sunxi_nfc_hw_ecc_read/write_chunk() by Boris BREZILLON · 10 years ago
  72. 45aaeff mtd: nand: pass page number to ecc->write_xxx() methods by Boris BREZILLON · 10 years ago
  73. 611425d mtd: nand: sunxi_nand: drop owner assignment by Frans Klaver · 10 years ago
  74. 146b503 mtd: nand: sunxi: fix bitflips in erased pages by Boris BREZILLON · 10 years ago
  75. 23151fd mtd: nand: sunxi: replace the NFC_BUF_TO_USER_DATA() macro by an inline function by Boris BREZILLON · 10 years ago
  76. f363e0f mtd: nand: sunxi: retrieve corrected OOB bytes by Boris BREZILLON · 10 years ago
  77. 35d0e24 mtd: nand: sunxi: factorize extra OOB bytes handling by Boris BREZILLON · 10 years ago
  78. b462551 mtd: nand: sunxi: make use of sunxi_nfc_hw_ecc_read/write_chunk() by Boris BREZILLON · 10 years ago
  79. 913821b mtd: nand: sunxi: introduce sunxi_nfc_hw_ecc_read/write_chunk() by Boris BREZILLON · 10 years ago
  80. c9118ec mtd: nand: sunxi: create sunxi_nfc_hw_ecc_enable()/disable() functions by Boris BREZILLON · 10 years ago
  81. b6a02c0 mtd: nand: sunxi: rework macros by Boris BREZILLON · 10 years ago
  82. 0c00a36 Merge MTD 4.3-rc updates into -next by Brian Norris · 10 years ago
  83. 8e375cc mtd: nand: sunxi: fix sunxi_nand_chips_cleanup() by Boris BREZILLON · 10 years ago
  84. 03a0e8a mtd: nand: sunxi: fix OOB handling in ->write_xxx() functions by Boris BREZILLON · 10 years ago
  85. a3d22a5 mtd: nand: sunxi: rely on nand_dt_init initialization by Boris BREZILLON · 10 years ago
  86. 7eadd47 mtd: sunxi_nand: Select the chip in sunxi_nand_chip_init_timings() by Stefan Roese · 10 years ago
  87. d052e50 mtd: nand: sunxi: Set serial access mode correctly by Roy Spliet · 10 years ago
  88. 9c61829 mtd: nand: sunxi: Replace failsafe timing cfg with calculated value by Roy Spliet · 10 years ago
  89. e0377cd mtd: nand: Request strength instead of bytes for soft BCH by Aaron Sierra · 11 years ago
  90. 1fef62c mtd: nand: add sunxi NAND flash controller support by Boris BREZILLON · 11 years ago