1. d5d27fd mtd: rawnand: gpmi: fix MX28 bus master lockup problem by Martin Kepplinger · 6 years ago
  2. 455e7b3 mtd: rawnand: fix kernel-doc warnings by Randy Dunlap · 6 years ago
  3. c3c7dbf mtd: spinand: Fix the error/cleanup path in spinand_init() by Boris Brezillon · 6 years ago
  4. 13c15e0 mtd: spinand: Handle the case where PROGRAM LOAD does not reset the cache by Boris Brezillon · 6 years ago
  5. d311e0c mtd: rawnand: denali: get ->setup_data_interface() working again by Masahiro Yamada · 6 years ago
  6. 01eeb92 mtd: nand: jz4740: fix '__iomem *' vs. '* __iomem' by Luc Van Oostenryck · 6 years ago
  7. 663ec3a mtd: rawnand: fsmc: Keep bank enable bit set by Linus Walleij · 6 years ago
  8. 81d9bdf mtd: rawnand: qcom: fix memory corruption that causes panic by Christian Lamparter · 6 years ago
  9. f366d38 Merge tag 'spi-nor/for-4.21' of git://git.infradead.org/linux-mtd into mtd/next by Boris Brezillon · 6 years ago
  10. ccec4a4 Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/next by Boris Brezillon · 6 years ago
  11. 7327744 mtd: rawnand: sunxi: Write pageprog related opcodes to WCMD_SET by Boris Brezillon · 6 years ago
  12. cafb56d mtd: rawnand: marvell: prevent timeouts on a loaded machine by Miquel Raynal · 6 years ago
  13. 9b43263 mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan() by Boris Brezillon · 6 years ago
  14. b637ef7 mtd: rawnand: Fix JEDEC detection by Boris Brezillon · 6 years ago
  15. 3884257 mtd: rawnand: jz4780: annotate implicit fall throughs by Mathieu Malaterre · 6 years ago
  16. c93c613 mtd: spinand: add support for GigaDevice GD5FxGQ4xA by Chuanhong Guo · 6 years ago
  17. 7b6a9b2 mtd: rawnand: Deprecate the dummy_controller field by Boris Brezillon · 6 years ago
  18. 419e5b8 mtd: rawnand: vf610: Add an SPDX tag to replace the license text by Boris Brezillon · 6 years ago
  19. da59b45 mtd: rawnand: vf610: Stop using the dummy controller obj by Boris Brezillon · 6 years ago
  20. 4440f78 mtd: rawnand: vf610: Stop passing mtd_info to internal functions by Boris Brezillon · 6 years ago
  21. fc43f45 mtd: rawnand: fsmc: Fix all coding style issues reported by checkpatch by Boris Brezillon · 6 years ago
  22. bb69634 mtd: rawnand: fsmc: Add an SPDX tag to replace the license text by Boris Brezillon · 6 years ago
  23. ad71148 mtd: rawnand: fsmc: Stop using the dummy controller obj by Boris Brezillon · 6 years ago
  24. 1e809f7 mtd: rawnand: fsmc: Make conversion from chip to fsmc consistent by Boris Brezillon · 6 years ago
  25. 5b47f40 mtd: rawnand: fsmc: Fix the fsmc_nand_data kernel-doc by Boris Brezillon · 6 years ago
  26. bfc535f mtd: rawnand: fsmc: Stop passing mtd_info objects to internal functions by Boris Brezillon · 6 years ago
  27. 5fb3dc1 mtd: rawnand: denali: remove denali_reset_banks() by Masahiro Yamada · 6 years ago
  28. a2a05c2 mtd: rawnand: denali: remove ->dev_ready() hook by Masahiro Yamada · 6 years ago
  29. 1b489ef mtd: rawnand: marvell: fix spelling mistake in kernel doc by Miquel Raynal · 6 years ago
  30. 7416bd3 mtd: rawnand: ams-delta: Use GPIO API for data I/O by Janusz Krzysztofik · 6 years ago
  31. 9773861 mtd: rawnand: ams-delta: Request data port GPIO resource by Janusz Krzysztofik · 6 years ago
  32. 7a08dba mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops by Boris Brezillon · 6 years ago
  33. f2abfeb mtd: rawnand: Move the ->exec_op() method to nand_controller_ops by Boris Brezillon · 6 years ago
  34. 7d6c37e mtd: rawnand: Deprecate the ->select_chip() hook by Boris Brezillon · 6 years ago
  35. 1770022 mtd: rawnand: ams-delta: Stop implementing ->select_chip() by Boris Brezillon · 6 years ago
  36. 653c57c mtd: rawnand: vf610: Stop implementing ->select_chip() by Boris Brezillon · 6 years ago
  37. 2ace451 mtd: rawnand: tegra: Stop implementing ->select_chip() by Boris Brezillon · 6 years ago
  38. b252514 mtd: rawnand: marvell: Stop implementing ->select_chip() by Boris Brezillon · 6 years ago
  39. 550b9fc mtd: rawnand: fsmc: Stop implementing ->select_chip() by Boris Brezillon · 6 years ago
  40. 02b4a52 mtd: rawnand: Make ->select_chip() optional when ->exec_op() is implemented by Boris Brezillon · 6 years ago
  41. ae2294b mtd: rawnand: Pass the CS line to be selected in struct nand_operation by Boris Brezillon · 6 years ago
  42. 1d01785 mtd: rawnand: Add nand_[de]select_target() helpers by Boris Brezillon · 6 years ago
  43. 9fd6bcf mtd: rawnand: ams-delta: Explicitly inherit from nand_controller by Boris Brezillon · 6 years ago
  44. 876ba60 mtd: rawnand: ams-delta: Check mtd_device_register() return code by Boris Brezillon · 6 years ago
  45. 8bbc3c0 mtd: rawnand: ams-delta: cleanup ams_delta_init() error path by Boris Brezillon · 6 years ago
  46. d54445d mtd: rawnand: ams-delta: Fix various coding style issues by Boris Brezillon · 6 years ago
  47. 4857393 mtd: rawnand: ams-delta: Add an SPDX tag to replace the license text by Boris Brezillon · 6 years ago
  48. fbb080a mtd: rawnand: ams-delta: Allow this driver to be compiled when COMPILE_TEST=y by Boris Brezillon · 6 years ago
  49. 1f2d29e mtd: rawnand: Move nand_exec_op() to internal.h by Boris Brezillon · 6 years ago
  50. 996852a mtd: rawnand: legacy: Drop useless test in nand_legacy_set_defaults() by Boris Brezillon · 6 years ago
  51. 99f3351 mtd: rawnand: Reorganize code to avoid forward declarations by Boris Brezillon · 6 years ago
  52. 0813621 mtd: rawnand: Stop passing mtd_info objects to internal functions by Boris Brezillon · 6 years ago
  53. 10949af mtd: spinand: Add initial support for Toshiba TC58CVG2S0H by Schrempf Frieder · 6 years ago
  54. c78f59d mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding it by Yangtao Li · 6 years ago
  55. 40b4128 mtd: nand: Fix memory allocation in nanddev_bbt_init() by Frieder Schrempf · 6 years ago
  56. 33bf551 mtd: rawnand: qcom: Namespace prefix some commands by Olof Johansson · 6 years ago
  57. 5d1e9c2 mtd: rawnand: atmel: fix OF child-node lookup by Johan Hovold · 6 years ago
  58. cfd7401 mtd: rawnand: sh_flctl: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
  59. 9e3e4d8 Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into nand/next by Miquel Raynal · 6 years ago
  60. acc9d62 mtd: rawnand: Flag 1.8V AC chips with a broken GET_FEATURES(TIMINGS) by Mason Yang · 6 years ago
  61. 0282fef mtd: rawnand: r852: use generic DMA API by Christoph Hellwig · 6 years ago
  62. 321e540 mtd: rawnand: denali: include <linux/bits.h> instead of <linux/bitops.h> by Masahiro Yamada · 6 years ago
  63. 861fbd6 mtd: rawnand: ams-delta: Convert the driver to ->exec_op() by Janusz Krzysztofik · 6 years ago
  64. 3bd647e mtd: rawnand: ams-delta: Stop using legacy .IOADDR_R/W by Janusz Krzysztofik · 6 years ago
  65. b0e137a mtd: rawnand: Provide helper for polling GPIO R/B pin by Janusz Krzysztofik · 6 years ago
  66. 41d6f0d mtd: rawnand: fsmc: Fix unchecked return value in fsmc_read_page_hwecc by Gustavo A. R. Silva · 6 years ago
  67. 9a4d830 mtd: spinand: winbond: Add support for W25N01GV by Robert Marko · 6 years ago
  68. ce97e2b mtd: nand: drop kernel-doc notation for a deleted function parameter by Randy Dunlap · 6 years ago
  69. a36cf68 Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtd by Linus Torvalds · 6 years ago
  70. 53c83b5 mtd: rawnand: marvell: fix the IRQ handler complete() condition by Miquel Raynal · 6 years ago
  71. 0d55c66 mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset by Masahiro Yamada · 6 years ago
  72. ed8f0b2 mtd: rawnand: r852: fix spelling mistake "card_registred" -> "card_registered" by Colin Ian King · 6 years ago
  73. e983676 mtd: rawnand: toshiba: Pass a single nand_chip object to the status helper by Miquel Raynal · 6 years ago
  74. 309600c mtd: rawnand: Allow selection of ECC byte ordering at runtime by Boris Brezillon · 6 years ago
  75. e2bfa4c mtd: rawnand: sh_flctl: Use proper enum for flctl_dma_fifo0_transfer by Nathan Chancellor · 6 years ago
  76. 9c076d7 mtd: rawnand: ams-delta: Set port direction when needed by Janusz Krzysztofik · 6 years ago
  77. 2b44af3 mtd: rawnand: ams-delta: Use private structure by Janusz Krzysztofik · 6 years ago
  78. e5cd979 mtd: rawnand: ams-delta: show parent device in sysfs by Janusz Krzysztofik · 6 years ago
  79. f1a97e0 mtd: rawnand: ams-delta: use GPIO lookup table by Janusz Krzysztofik · 6 years ago
  80. fbed202 mtd: rawnand: atmel: Fix potential NULL pointer dereference by Gustavo A. R. Silva · 6 years ago
  81. e8237bf mtd: rawnand: marvell: Add support for 8kiB pages NAND chips layout by Konstantin Porotchkin · 6 years ago
  82. a68642a mtd: rawnand: ESMT: retrieve ECC requirements from 5th id byte by Marcel Ziswiler · 6 years ago
  83. 727d378 mtd: rawnand: reorder NAND manufacturer IDs by Marcel Ziswiler · 6 years ago
  84. 8ae3fbf mtd: rawnand: Move JEDEC code to nand_jedec.c by Boris Brezillon · 6 years ago
  85. 1c325cc mtd: rawnand: Move ONFI code to nand_onfi.c by Boris Brezillon · 6 years ago
  86. 3d4af7c mtd: rawnand: Move legacy code to nand_legacy.c by Boris Brezillon · 6 years ago
  87. 348d56a mtd: rawnand: Keep all internal stuff private by Boris Brezillon · 6 years ago
  88. 462f35d mtd: rawnand: Inline onfi_get_async_timing_mode() by Boris Brezillon · 6 years ago
  89. c7921bb mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.h by Boris Brezillon · 6 years ago
  90. 4114f97 mtd: rawnand: Get rid of a few unused definitions by Boris Brezillon · 6 years ago
  91. 3cece3a mtd: rawnand: Deprecate ->chip_delay by Boris Brezillon · 6 years ago
  92. 4524036 mtd: rawnand: Deprecate ->{set,get}_features() hooks by Boris Brezillon · 6 years ago
  93. f9ebd1b mtd: rawnand: Deprecate ->erase() by Boris Brezillon · 6 years ago
  94. cdc784c mtd: rawnand: Deprecate ->block_{bad,markbad}() hooks by Boris Brezillon · 6 years ago
  95. 8395b75 mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc() by Boris Brezillon · 6 years ago
  96. bf6065c mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc() by Boris Brezillon · 6 years ago
  97. 716bbba mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks by Boris Brezillon · 6 years ago
  98. 82fc509 mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there by Boris Brezillon · 6 years ago
  99. 4ae9402 mtd: rawnand: Leave chip->IO_ADDR_{R, W} to NULL when unused by Boris Brezillon · 6 years ago
  100. 800342d mtd: rawnand: Do not treat !maxchips specially in nand_scan_with_ids() by Boris Brezillon · 6 years ago