1. a2098a9 mtd: rawnand: Pass a nand_chip object to chip->erase() by Boris Brezillon · 7 years ago
  2. f1d4694 mtd: rawnand: Pass a nand_chip object to chip->waitfunc() by Boris Brezillon · 7 years ago
  3. 5295cf2 mtd: rawnand: Pass a nand_chip object to chip->cmdfunc() by Boris Brezillon · 7 years ago
  4. 50a487e mtd: rawnand: Pass a nand_chip object to chip->dev_ready() by Boris Brezillon · 7 years ago
  5. 0f808c1 mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl() by Boris Brezillon · 7 years ago
  6. c17556f mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks by Boris Brezillon · 7 years ago
  7. 758b56f mtd: rawnand: Pass a nand_chip object to chip->select_chip() by Boris Brezillon · 7 years ago
  8. c0739d8 mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks by Boris Brezillon · 7 years ago
  9. 7e53432 mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks by Boris Brezillon · 7 years ago
  10. 767eb6f mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks by Boris Brezillon · 7 years ago
  11. b976168 mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks by Boris Brezillon · 7 years ago
  12. 00da2ea mtd: rawnand: Pass a nand_chip object to ecc->correct() by Boris Brezillon · 7 years ago
  13. af37d2c mtd: rawnand: Pass a nand_chip object to ecc->calculate() by Boris Brezillon · 7 years ago
  14. ec47636 mtd: rawnand: Pass a nand_chip object to ecc->hwctl() by Boris Brezillon · 7 years ago
  15. 2b356ab mtd: rawnand: Pass a nand_chip object to nand_wait_ready() by Boris Brezillon · 7 years ago
  16. 59ac276 mtd: rawnand: Pass a nand_chip object to nand_release() by Boris Brezillon · 7 years ago
  17. 00ad378 mtd: rawnand: Pass a nand_chip object to nand_scan() by Boris Brezillon · 7 years ago
  18. 47bd59e mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooks by Boris Brezillon · 7 years ago
  19. 7525c95 mtd: rawnand: Get rid of the ->read_word() hook by Boris Brezillon · 7 years ago
  20. 3d3fe3c mtd: rawnand: allocate dynamically ONFI parameters during detection by Miquel Raynal · 7 years ago
  21. 2023f1fa mtd: rawnand: allocate model parameter dynamically by Miquel Raynal · 7 years ago
  22. 98732da mtd: rawnand: do not export nand_scan_[ident|tail]() anymore by Miquel Raynal · 7 years ago
  23. 05b54c7 mtd: rawnand: add hooks that may be called during nand_scan() by Miquel Raynal · 7 years ago
  24. 7da4513 mtd: rawnand: better name for the controller structure by Miquel Raynal · 7 years ago
  25. 760c435 mtd: rawnand: make subop helpers return unsigned values by Miquel Raynal · 7 years ago
  26. 0d6030a mtd: rawnand: Expose _notsupp() helpers for raw page accessors by Boris Brezillon · 7 years ago
  27. dc2d885 mtd: rawnand: plat_nand: Kill pdata->ctrl.{hwcontrol, read_byte}() by Boris Brezillon · 7 years ago
  28. e80eba7 mtd: rawnand: Kill the chip->scan_bbt() hook by Boris Brezillon · 7 years ago
  29. 44b07b9 mtd: rawnand: Rename nand_default_bbt() into nand_create_bbt() by Boris Brezillon · 7 years ago
  30. 1c3ab61 mtd: rawnand: Remove forward declaration of device_node by Boris Brezillon · 7 years ago
  31. 707329a mtd: rawnand: Remove forward declaration of mtd_info by Boris Brezillon · 7 years ago
  32. a4c0253 mtd: rawnand: Remove nand_do_read() prototype from rawnand.h by Boris Brezillon · 7 years ago
  33. 0cf5c7d mtd: rawnand: provide only single helper function for ECC conf by Abhishek Sahu · 7 years ago
  34. 181ace9 mtd: rawnand: helper function for setting up ECC configuration by Abhishek Sahu · 7 years ago
  35. 872b71f mtd: rawnand: add defines for ONFI version bits by Chris Packham · 7 years ago
  36. 00ce4e0 mtd: rawnand: add manufacturer fixup for ONFI parameter page by Chris Packham · 7 years ago
  37. f922bd7 mtd: rawnand: add an option to specify NAND chip as a boot device by Stefan Agner · 7 years ago
  38. f308d73 mtd: rawnand: add Reed-Solomon error correction algorithm by Stefan Agner · 7 years ago
  39. f4e70c2 Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  40. 9f825e7 mtd: rawnand: Fix return type of __DIVIDE() when called with 32-bit by Geert Uytterhoeven · 7 years ago
  41. a676688 mtd: rawnand.h: use nested union kernel-doc markups by Mauro Carvalho Chehab · 7 years ago
  42. 256c4fc mtd: rawnand: add a way to pass an ID table with nand_scan() by Miquel Raynal · 7 years ago
  43. bd0b643 mtd: rawnand: get rid of the ONFI parameter page in nand_chip by Miquel Raynal · 7 years ago
  44. 480139d mtd: rawnand: get rid of the JEDEC parameter page in nand_chip by Miquel Raynal · 7 years ago
  45. 789157e mtd: rawnand: allow vendors to declare (un)supported features by Miquel Raynal · 7 years ago
  46. a97421c mtd: rawnand: prepare the removal of the ONFI parameter page by Miquel Raynal · 7 years ago
  47. f4531b2 mtd: rawnand: prepare the removal of ONFI/JEDEC parameter pages by Miquel Raynal · 7 years ago
  48. 97baea1 mtd: rawnand: use wrappers to call onfi GET/SET_FEATURES by Miquel Raynal · 7 years ago
  49. b958758 mtd: rawnand: rename SET/GET FEATURES related functions by Miquel Raynal · 7 years ago
  50. c1a72e2 mtd: nand: Fix build issues due to an anonymous union by Miquel Raynal · 8 years ago
  51. 8878b12 mtd: nand: add ->exec_op() implementation by Miquel Raynal · 8 years ago
  52. c0313b9 mtd: nand: squash struct nand_buffers into struct nand_chip by Masahiro Yamada · 8 years ago
  53. 8b311ea mtd: nand: remove unused NAND_OWN_BUFFERS flag by Masahiro Yamada · 8 years ago
  54. 17fa804 mtd: nand: provide valid ->data_interface during NAND detection by Miquel Raynal · 8 years ago
  55. 25f815f mtd: nand: force drivers to explicitly send READ/PROG commands by Boris Brezillon · 8 years ago
  56. 97d90da mtd: nand: provide several helpers to do common NAND operations by Boris Brezillon · 8 years ago
  57. 14157f8 mtd: nand: introduce NAND_ROW_ADDR_3 flag by Masahiro Yamada · 8 years ago
  58. d1f936d7 Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next by Boris Brezillon · 8 years ago
  59. 2d2a2b8 mtd: nand: complain loudly when chip->bits_per_cell is not correctly initialized by Lothar Waßmann · 8 years ago
  60. a75d6a4 Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/next by Boris Brezillon · 8 years ago
  61. d4092d7 mtd: nand: Rename nand.h into rawnand.h by Boris Brezillon · 8 years ago[Renamed (99%) from include/linux/mtd/nand.h]
  62. b5e1617 Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  63. a03c601 mtd: nand: add a shorthand to generate nand_ecc_caps structure by Masahiro Yamada · 8 years ago
  64. 2c8f8af mtd: nand: add generic helpers to check, match, maximize ECC settings by Masahiro Yamada · 8 years ago
  65. 7d135bcc mtd: nand: Drop the ->errstat() hook by Boris Brezillon · 8 years ago
  66. 104e442 mtd: nand: Pass the CS line to ->setup_data_interface() by Boris Brezillon · 8 years ago
  67. 9748e1d mtd: nand: add support for Micron on-die ECC by Thomas Petazzoni · 8 years ago
  68. 4a78cc6 mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPP by Boris Brezillon · 8 years ago
  69. 6312811 Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook by Jonathan Corbet · 8 years ago
  70. b6f6c29 mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings by Mauro Carvalho Chehab · 8 years ago
  71. cc0f51e mtd: nand: export nand_{read,write}_page_raw() by Thomas Petazzoni · 8 years ago
  72. 785818f mtd: nand: add core support for on-die ECC by Thomas Petazzoni · 8 years ago
  73. 477544c mtd: nand: allow drivers to request minimum alignment for passed buffer by Masahiro Yamada · 8 years ago
  74. 0760468 mtd: nand: relax ecc.read_page() return value for uncorrectable ECC by Masahiro Yamada · 8 years ago
  75. f107d7a mtd: nand: Remove unused chip->write_page() hook by Boris Brezillon · 8 years ago
  76. 3b5206f mtd: nand: Move Macronix specific initialization in nand_macronix.c by Boris Brezillon · 9 years ago
  77. 229204d mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.c by Boris Brezillon · 9 years ago
  78. 10d4e75 mtd: nand: Move Micron specific init logic in nand_micron.c by Boris Brezillon · 9 years ago
  79. 9b2d61f mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c by Boris Brezillon · 9 years ago
  80. 01389b6 mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c by Boris Brezillon · 9 years ago
  81. c51d0ac mtd: nand: Move Samsung specific init/detection logic in nand_samsung.c by Boris Brezillon · 9 years ago
  82. abbe26d mtd: nand: Add manufacturer specific initialization/detection steps by Boris Brezillon · 9 years ago
  83. bcc678c mtd: nand: Do not expose the NAND manufacturer table directly by Boris Brezillon · 9 years ago
  84. 8cfb9ab mtd: nand: Rename the nand_manufacturers struct by Boris Brezillon · 9 years ago
  85. 7f501f0 mtd: nand: Store nand ID in struct nand_chip by Boris Brezillon · 9 years ago
  86. 9c8d7ff Merge tag 'nand/for-4.11' of github.com:linux-nand/linux by Brian Norris · 9 years ago
  87. ceb374e mtd: nand: Add max_bb_per_die and blocks_per_die fields to nand_chip by Zach Brown · 9 years ago
  88. a4077ce mtd: nand: Add Winbond manufacturer id by Andrey Jr. Melnikov · 9 years ago
  89. 61babe9 mtd: nand: fix nand.h kernel-doc warnings by Randy Dunlap · 9 years ago
  90. 0989b09 Merge tag 'nand/for-4.10' of github.com:linux-nand/linux by Brian Norris · 9 years ago
  91. 3371d66 mtd: nand: Support controllers with custom page by Marc Gonzalez · 9 years ago
  92. 6ea40a3 mtd: nand: Wait tCCS after a column change by Boris Brezillon · 9 years ago
  93. 204e7ec mtd: nand: Add a few more timings to nand_sdr_timings by Boris Brezillon · 9 years ago
  94. 73f907f mtd: nand: Fix data interface configuration logic by Boris Brezillon · 9 years ago
  95. d44154f mtd: nand: Provide nand_cleanup() function to free NAND related resources by Richard Weinberger · 9 years ago
  96. ba78ee0 mtd: nand: Add an option to maximize the ECC strength by Boris Brezillon · 9 years ago
  97. d8e725d mtd: nand: automate NAND timings selection by Boris Brezillon · 9 years ago
  98. 6e1f970 mtd: nand: Expose data interface for ONFI mode 0 by Sascha Hauer · 9 years ago
  99. b88730a mtd: nand: Add function to convert ONFI mode to data_interface by Sascha Hauer · 9 years ago
  100. eee64b7 mtd: nand: Introduce nand_data_interface by Sascha Hauer · 9 years ago