1. dec1fbb Merge tag 'mtd/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 4 years, 5 months ago
  2. b79675e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
  3. 6a13802 Merge tag 'nand/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/next by Richard Weinberger · 4 years, 5 months ago
  4. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  5. 3d19792 mtd: rawnand: omap_elm: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  6. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  7. 880bc52 mtd: rawnand: xway: Fix build issue by Miquel Raynal · 4 years, 6 months ago
  8. fbd9b54 mtd: rawnand: stm32_fmc2: get resources from parent node by Christophe Kerello · 4 years, 7 months ago
  9. 51c88a8 mtd: rawnand: stm32_fmc2: use regmap APIs by Christophe Kerello · 4 years, 7 months ago
  10. 5eeb7fe mtd: rawnand: stm32_fmc2: do not display errors if the driver is deferred by Christophe Kerello · 4 years, 7 months ago
  11. d2e639d mtd: rawnand: ingenic: cleanup ARRAY_SIZE() vs sizeof() use by Dan Carpenter · 4 years, 7 months ago
  12. 7999096 iov_iter: Move unnecessary inclusion of crypto/hash.h by Herbert Xu · 4 years, 7 months ago
  13. 4551e78 mtd: rawnand: brcmnand: ECC error handling on EDU transfers by Kamal Dasu · 4 years, 7 months ago
  14. bee3ab8 mtd: rawnand: brcmnand: Don't default to edu transfer by Kamal Dasu · 4 years, 7 months ago
  15. cb27239 mtd: rawnand: qcom: set BAM mode only if not set already by Sivaprakash Murugesan · 4 years, 7 months ago
  16. 443440c mtd: rawnand: qcom: avoid write to unavailable register by Sivaprakash Murugesan · 4 years, 7 months ago
  17. 735bf22 mtd: rawnand: trivial spelling by Kieran Bingham · 4 years, 7 months ago
  18. df66c27 mtd: rawnand: gpio: Get rid of the legacy interface implementation by Boris Brezillon · 4 years, 7 months ago
  19. 22b27a6 mtd: rawnand: gpio: Implement exec_op() by Boris Brezillon · 4 years, 7 months ago
  20. b4c7196 mtd: rawnand: gpio: Inherit from nand_controller by Boris Brezillon · 4 years, 7 months ago
  21. 8fac41e mtd: rawnand: fsl_upm: Get rid of the legacy interface implementation by Boris Brezillon · 4 years, 7 months ago
  22. 54309d6 mtd: rawnand: fsl_upm: Implement exec_op() by Boris Brezillon · 4 years, 7 months ago
  23. abc846a mtd: rawnand: fsl_upm: Inherit from nand_controller by Boris Brezillon · 4 years, 7 months ago
  24. a50895b mtd: rawnand: fsl_upm: Use gpio descriptors by Boris Brezillon · 4 years, 7 months ago
  25. 58c5a0e mtd: rawnand: fsl_upm: Use platform_get_resource() + devm_ioremap_resource() by Boris Brezillon · 4 years, 7 months ago
  26. 0016648 mtd: rawnand: fsl_upm: Use devm_kasprintf() to allocate the MTD name by Boris Brezillon · 4 years, 7 months ago
  27. f760bf2 mtd: rawnand: fsl_upm: Allocate the fsl_upm_nand object using devm_kzalloc() by Boris Brezillon · 4 years, 7 months ago
  28. 5290833 mtd: rawnand: fsl_upm: Get rid of the unused fsl_upm_nand.parts field by Boris Brezillon · 4 years, 7 months ago
  29. ccc49ef mtd: rawnand: fsl_upm: Remove unused mtd var by Boris Brezillon · 4 years, 7 months ago
  30. 35b6bcc mtd: rawnand: Allocate the interface configurations dynamically by Miquel Raynal · 4 years, 7 months ago
  31. a69ad11 mtd: rawnand: Get rid of the default ONFI timing mode by Miquel Raynal · 4 years, 7 months ago
  32. 6d469f8 mtd: rawnand: toshiba: Choose the interface configuration for TH58NVG2S3HBAI4 by Rickard x Andersson · 4 years, 7 months ago
  33. 246a06f mtd: rawnand: hynix: Implement ->choose_interface_config() for H27UCG8T2ATR-BC by Miquel Raynal · 4 years, 7 months ago
  34. 0d0245b mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58NVG0S3E by Miquel Raynal · 4 years, 7 months ago
  35. 2f36bae mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58TEG5DCLTA00 by Miquel Raynal · 4 years, 7 months ago
  36. 26d014f mtd: rawnand: Add the ->choose_interface_config() hook by Miquel Raynal · 4 years, 7 months ago
  37. b5b39f6 mtd: rawnand: Introduce nand_choose_best_sdr_timings() by Miquel Raynal · 4 years, 7 months ago
  38. 42a9ad0 mtd: rawnand: timings: Make onfi_fill_interface_config() a void helper by Miquel Raynal · 4 years, 7 months ago
  39. 4c46667 mtd: rawnand: s/data_interface/interface_config/ by Miquel Raynal · 4 years, 7 months ago
  40. e0160cd mtd: rawnand: Hide the chip->data_interface indirection by Miquel Raynal · 4 years, 7 months ago
  41. d1bfe1e mtd: rawnand: timings: Use default values for tPROG_max and tBERS_max by Miquel Raynal · 4 years, 7 months ago
  42. 173d548 mtd: rawnand: timings: Avoid redefining tR_max and tCCS_min by Miquel Raynal · 4 years, 7 months ago
  43. 98d6979 mtd: rawnand: timings: Add a helper to find the closest ONFI mode by Miquel Raynal · 4 years, 7 months ago
  44. fcaab3b mtd: rawnand: timings: onfi_fill_data_interface timing mode is unsigned by Miquel Raynal · 4 years, 7 months ago
  45. 623c014 mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interface by Miquel Raynal · 4 years, 7 months ago
  46. 844cc46 mtd: rawnand: timings: Update onfi_fill_data_interface() kernel doc by Miquel Raynal · 4 years, 7 months ago
  47. 5e179a5 mtd: rawnand: Rename nand_init_data_interface() by Miquel Raynal · 4 years, 7 months ago
  48. 8d69a80 mtd: rawnand: Fix nand_setup_data_interface() description by Miquel Raynal · 4 years, 7 months ago
  49. adcf98b mtd: rawnand: Rename nand_has_setup_data_iface() by Miquel Raynal · 4 years, 7 months ago
  50. fe7f7b0 mtd: rawnand: Use the data interface mode entry when relevant by Miquel Raynal · 4 years, 7 months ago
  51. 6ef10df mtd: rawnand: Compare the actual timing values by Miquel Raynal · 4 years, 7 months ago
  52. 271de00 mtd: rawnand: Rename the manufacturer structure by Miquel Raynal · 4 years, 7 months ago
  53. 8e8b270 mtd: rawnand: Create a nand_chip operations structure by Miquel Raynal · 4 years, 7 months ago
  54. 6232095 mtd: nand: Drop useless 'depends on' in Kconfig by Miquel Raynal · 4 years, 7 months ago
  55. deedeb6 mtd: nand: Add an extra level in the Kconfig hierarchy by Miquel Raynal · 4 years, 7 months ago
  56. 90d6bf4 mtd: rawnand: tango: Convert the driver to exec_op() by Boris Brezillon · 4 years, 8 months ago
  57. 1f6ce44 nandsim: Fix return code testing of ns_find_operation() by Richard Weinberger · 4 years, 7 months ago
  58. 5197360 mtd: rawnand: mtk: Convert the driver to exec_op() by Boris Brezillon · 4 years, 8 months ago
  59. a8dfb61 Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/next by Richard Weinberger · 4 years, 7 months ago
  60. 86f2b22 mtd: rawnand: Add an invalid ECC mode to discriminate with valid ones by Miquel Raynal · 4 years, 7 months ago
  61. dbc2f2e mtd: rawnand: Return an enum from of_get_nand_ecc_algo() by Miquel Raynal · 4 years, 7 months ago
  62. 74e24cd mtd: rawnand: Drop OOB_FIRST placement scheme by Miquel Raynal · 4 years, 7 months ago
  63. f66a6fd mtd: rawnand: Avoid a typedef by Miquel Raynal · 4 years, 7 months ago
  64. 9630a05 mtd: rawnand: Stop using nand_release() by Miquel Raynal · 4 years, 8 months ago
  65. 5724fa7 mtd: rawnand: nandsim: Reorganize ns_cleanup_module() by Miquel Raynal · 4 years, 8 months ago
  66. f82d82e mtd: rawnand: nandsim: Rename a label in ns_init_module() by Miquel Raynal · 4 years, 8 months ago
  67. 73f2b68 mtd: rawnand: nandsim: Manage lists on error in ns_init_module() by Miquel Raynal · 4 years, 8 months ago
  68. dc2733d mtd: rawnand: nandsim: Fix the label pointing on nand_cleanup() by Miquel Raynal · 4 years, 8 months ago
  69. 5dcb516 mtd: rawnand: nandsim: Free erase_block_wear on error by Miquel Raynal · 4 years, 8 months ago
  70. 82503f8 mtd: rawnand: nandsim: Use an additional label when freeing the nandsim object by Miquel Raynal · 4 years, 8 months ago
  71. d6e4fd5 mtd: rawnand: nandsim: Stop using nand_release() by Miquel Raynal · 4 years, 8 months ago
  72. 72e840a mtd: rawnand: nandsim: Free the partition names in ns_free() by Miquel Raynal · 4 years, 8 months ago
  73. 161246e mtd: rawnand: nandsim: Free the allocated device on error in ns_init() by Miquel Raynal · 4 years, 8 months ago
  74. 52bc51c mtd: rawnand: nandsim: Free partition names on error in ns_init() by Miquel Raynal · 4 years, 8 months ago
  75. 058018eb mtd: rawnand: nandsim: Fix the two ns_alloc_device() error paths by Miquel Raynal · 4 years, 8 months ago
  76. cde495f mtd: rawnand: nandsim: Remove debugfs entries at unload time by Miquel Raynal · 4 years, 8 months ago
  77. 7f2a173 mtd: rawnand: nandsim: Keep track of the created debugfs entries by Miquel Raynal · 4 years, 8 months ago
  78. 052a7a5 mtd: rawnand: nandsim: Clean error handling by Miquel Raynal · 4 years, 8 months ago
  79. 88f9f3e mtd: rawnand: nandsim: Use a consistent ns_ prefix for all functions by Miquel Raynal · 4 years, 8 months ago
  80. b81fa3c4 mtd: rawnand: nandsim: Use octal permissions by Miquel Raynal · 4 years, 8 months ago
  81. 6be834c mtd: rawnand: nandsim: Consistent use of 'ns' instead of 'dev' by Miquel Raynal · 4 years, 8 months ago
  82. 7e7c7df mtd: rawnand: brcmnand: support v2.1-v2.2 controllers by Álvaro Fernández Rojas · 4 years, 8 months ago
  83. eeeac9c mtd: rawnand: brcmnand: rename page sizes by Álvaro Fernández Rojas · 4 years, 8 months ago
  84. 3d3fb3c mtd: rawnand: brcmnand: fix CS0 layout by Álvaro Fernández Rojas · 4 years, 8 months ago
  85. 4fd6390 mtd: rawnand: brcmnand: rename v4 registers by Álvaro Fernández Rojas · 4 years, 8 months ago
  86. e5e5631 mtd: rawnand: gpmi: Use nand_extract_bits() by Miquel Raynal · 4 years, 8 months ago
  87. 37f7212 mtd: rawnand: omap_elm: Fix runtime PM imbalance on error by Dinghao Liu · 4 years, 8 months ago
  88. 8e935b9 mtd: rawnand: gpmi: Fix runtime PM imbalance in gpmi_nand_probe by Dinghao Liu · 4 years, 8 months ago
  89. 550e68e mtd: rawnand: gpmi: Fix runtime PM imbalance on error by Dinghao Liu · 4 years, 8 months ago
  90. 5d55714 mtd: rawnand: ingenic: Convert the driver to exec_op() by Boris Brezillon · 4 years, 8 months ago
  91. 2e263011 mtd: rawnand: ingenic: Fix the RB gpio active-high property on qi, lb60 by Boris Brezillon · 4 years, 8 months ago
  92. 9fdd78f mtd: rawnand: xway: Stop using nand_release() by Miquel Raynal · 4 years, 8 months ago
  93. 34531be mtd: rawnand: xway: Fix the probe error path by Miquel Raynal · 4 years, 8 months ago
  94. d9f2a1a mtd: rawnand: vf610: Stop using nand_release() by Miquel Raynal · 4 years, 8 months ago
  95. f6fc759 mtd: rawnand: txx9ndfmc: Stop using nand_release() by Miquel Raynal · 4 years, 8 months ago
  96. f3e169f mtd: rawnand: tmio: Stop using nand_release() by Miquel Raynal · 4 years, 8 months ago
  97. 75e9a33 mtd: rawnand: tmio: Fix the probe error path by Miquel Raynal · 4 years, 8 months ago
  98. ab135c5 mtd: rawnand: tango: Stop using nand_release() by Miquel Raynal · 4 years, 8 months ago
  99. 068d86e mtd: rawnand: sunxi: Stop using nand_release() by Miquel Raynal · 4 years, 8 months ago
  100. 3d84515 mtd: rawnand: sunxi: Fix the probe error path by Miquel Raynal · 4 years, 8 months ago