1. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  2. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  3. 87dfb31 treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> by Masahiro Yamada · 6 years ago
  4. 2127982 mtd: rawnand: vf610_nfc: add initializer to avoid -Wmaybe-uninitialized by Masahiro Yamada · 6 years ago
  5. d7a02fa Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 6 years ago
  6. 4dbf09f Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 6 years ago
  7. 04d37e5 ubi: wl: Fix uninitialized variable by Gustavo A. R. Silva · 6 years ago
  8. dd4e5d6 Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  9. 3008ba8 mtd: part: fix incorrect format specifier for an unsigned long long by Colin Ian King · 6 years ago
  10. fae4973 mtd: lpddr_cmds: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  11. 098d74b mtd: phram: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  12. af5d44b mtd: cfi_cmdset_0002: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  13. 660e171 mtd: cfi_util: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  14. b7cf5e2 mtd: afs: add v2 partition parsing by Linus Walleij · 6 years ago
  15. 32e68be mtd: afs: factor the IIS read into partition parser by Linus Walleij · 6 years ago
  16. ff827b4 mtd: afs: factor footer parsing into the v1 part parsing by Linus Walleij · 6 years ago
  17. 4aeb159 mtd: factor out v1 partition parsing by Linus Walleij · 6 years ago
  18. 2070017 mtd: afs: simplify partition detection by Linus Walleij · 6 years ago
  19. 1fca1f6 mtd: afs: simplify partition parsing by Linus Walleij · 6 years ago
  20. 22749bf mtd: partitions: Add OF support to AFS partitions by Linus Walleij · 6 years ago
  21. 2aa3b8e mtd: afs: Move AFS partition parser to parsers subdir by Linus Walleij · 6 years ago
  22. 251f26c mtd: maps: Make uclinux_ram_map static by Thomas Huth · 6 years ago
  23. d419700 mtd: maps: Allow MTD_PHYSMAP with MTD_RAM by Chris Packham · 6 years ago
  24. 64d14c6 mtd: maps: physmap: Store gpio_values correctly by Chris Packham · 6 years ago
  25. fb899d3 mtd: parser_imagetag: add of_match_table support by Jonas Gorski · 6 years ago
  26. dd84cb0 mtd: bcm63xxpart: move imagetag parsing to its own parser by Jonas Gorski · 6 years ago
  27. e651de4 mtd: bcm63xxpart: add of_match_table support by Jonas Gorski · 6 years ago
  28. c58b1ff mtd: physmap_of_gemini: remove extranous __xipram annotation by Arnd Bergmann · 6 years ago
  29. 8b522c4 Merge tag 'spi-nor/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/next by Richard Weinberger · 6 years ago
  30. e43f53c spi-nor: intel-spi: Add support for Intel Comet Lake SPI serial flash by Mika Westerberg · 6 years ago
  31. 1c7cbd6 Merge tag 'nand/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/next by Richard Weinberger · 6 years ago
  32. 9a8f612 mtd: rawnand: marvell: Clean the controller state before each operation by Miquel Raynal · 6 years ago
  33. 1c14fe2 mtd: nandsim: switch to exec_op interface by Richard Weinberger · 6 years ago
  34. 74aee14 mtd: nandsim: Embed struct nand_chip in struct nandsim by Richard Weinberger · 6 years ago
  35. 598dce7 mtd: rawnand: AMD: Also use the last page for bad block markers by Frieder Schrempf · 6 years ago
  36. 7a1894a mtd: rawnand: ESMT: Also use the last page for bad block markers by Frieder Schrempf · 6 years ago
  37. f90da78 mtd: rawnand: Support bad block markers in first, second or last page by Frieder Schrempf · 6 years ago
  38. bb59254 mtd: nand: Make flags for bad block marker position more granular by Frieder Schrempf · 6 years ago
  39. bfd15c9 mtd: onenand: Store bad block marker position in chip struct by Frieder Schrempf · 6 years ago
  40. 04649ec mtd: rawnand: Always store info about bad block markers in chip struct by Frieder Schrempf · 6 years ago
  41. 39e0195 mtd: rawnand: meson: only initialize the RB completion once by Martin Blumenstingl · 6 years ago
  42. c96ffed mtd: rawnand: meson: use a void pointer for meson_nfc_dma_buffer_setup by Martin Blumenstingl · 6 years ago
  43. 2d8ffbf mtd: rawnand: meson: use of_property_count_elems_of_size helper by Martin Blumenstingl · 6 years ago
  44. 5f73f24 mtd: rawnand: meson: use struct_size macro by Martin Blumenstingl · 6 years ago
  45. 2e16dc7 mtd: rawnand: marvell: Fix helper name in comment by Miquel Raynal · 6 years ago
  46. c49836f mtd: rawnand: sunxi: Add A23/A33 DMA support by Miquel Raynal · 6 years ago
  47. a760e77d mtd: rawnand: sunxi: Add a platform data structure by Miquel Raynal · 6 years ago
  48. cf3bbe6 mtd: rawnand: ingenic: Make jz4725b_ooblayout_ops static by YueHaibing · 6 years ago
  49. 09e030d mtd: rawnand: ingenic: Add missing MODULE_* information by YueHaibing · 6 years ago
  50. 2dcfc7b mtd: rawnand: denali: clean up coding style by Masahiro Yamada · 6 years ago
  51. 979da355 mtd: rawnand: denali: remove DENALI_NR_BANKS macro by Masahiro Yamada · 6 years ago
  52. d8e8fd0 mtd: rawnand: denali: decouple controller and NAND chips by Masahiro Yamada · 6 years ago
  53. 13defd4 mtd: rawnand: denali_pci: rename goto labels by Masahiro Yamada · 6 years ago
  54. f4f16fd mtd: rawnand: denali: use bool type instead of int where appropriate by Masahiro Yamada · 6 years ago
  55. f554114 mtd: rawnand: denali: switch over to ->exec_op() from legacy hooks by Masahiro Yamada · 6 years ago
  56. cf067b5 mtd: rawnand: denali: remove unneeded casts in denali_{read, write}_pio by Masahiro Yamada · 6 years ago
  57. 0e604fc mtd: rawnand: denali: refactor raw page accessors by Masahiro Yamada · 6 years ago
  58. 750f69b mtd: rawnand: denali: use more nand_chip pointers for internal functions by Masahiro Yamada · 6 years ago
  59. e39bb78 mtd: rawnand: atmel: Fix spelling mistake in error message by Miquel Raynal · 6 years ago
  60. f6424c2 mtd: rawnand: fsl_elbc: Make SW ECC work by Marek Behún · 6 years ago
  61. 070fb97 mtd: rawnand: fsl_elbc: Implement RNDOUT command by Marek Behún · 6 years ago
  62. 9fed311 mtd: rawnand: fsl_elbc: Cosmetic move by Marek Behún · 6 years ago
  63. 7019ac5 mtd: rawnand: fix build dependency by Anders Roxell · 6 years ago
  64. 31bc36c mtd: nand: Remove useless line in Kconfig by Miquel Raynal · 6 years ago
  65. 72c5af0 mtd: rawnand: Clarify Kconfig entry MTD_NAND by Miquel Raynal · 6 years ago
  66. e787be1 mtd: rawnand: Change Kconfig titles and re-order a bit the list by Miquel Raynal · 6 years ago
  67. 9bb9464 mtd: nand: Clarify Kconfig entry for software Hamming ECC entries by Miquel Raynal · 6 years ago
  68. 714c068 mtd: nand: Clarify Kconfig entry for software BCH ECC algorithm by Miquel Raynal · 6 years ago
  69. fb24ea5 drivers: Remove explicit invocations of mmiowb() by Will Deacon · 6 years ago
  70. 6a1b66d mtd: rawnand: Get rid of chip->ecc_{strength,step}_ds by Boris Brezillon · 6 years ago
  71. 32813e2 mtd: rawnand: Get rid of chip->numchips by Boris Brezillon · 6 years ago
  72. 6c836d5 mtd: rawnand: Get rid of chip->chipsize by Boris Brezillon · 6 years ago
  73. 2981516 mtd: rawnand: Get rid of chip->bits_per_cell by Boris Brezillon · 6 years ago
  74. 7beb37e mtd: rawnand: Use nanddev_mtd_max_bad_blocks() by Boris Brezillon · 6 years ago
  75. d974541 mtd: rawnand: Move all page cache related fields to a sub-struct by Boris Brezillon · 6 years ago
  76. eeab717 mtd: rawnand: Provide a helper to get chip->data_buf by Boris Brezillon · 6 years ago
  77. a7ab085 mtd: rawnand: Initialize the nand_device object by Boris Brezillon · 6 years ago
  78. 629a442 mtd: rawnand: Fill memorg during detection by Boris Brezillon · 6 years ago
  79. 5091984 mtd: spinand: Implement mtd->_max_bad_blocks by Boris Brezillon · 6 years ago
  80. 377e517 mtd: nand: Add max_bad_eraseblocks_per_lun info to memorg by Boris Brezillon · 6 years ago
  81. d090c25 mtd: rawnand: meson: set oob layout ops by Liang Yang · 6 years ago
  82. 6f0ce4d mtd: rawnand: vf610: Avoid a potential NULL pointer dereference by Aditya Pakki · 6 years ago
  83. e849506 mtd: rawnand: ingenic: Move BBTs out of ECC area by Paul Cercueil · 6 years ago
  84. 2a73858 mtd: rawnand: ingenic: Add ooblayout for the Qi Ben Nanonote by Paul Cercueil · 6 years ago
  85. 3e6ac2a mtd: rawnand: ingenic: Add support for the JZ4725B by Paul Cercueil · 6 years ago
  86. a0ac778 mtd: rawnand: ingenic: Add support for the JZ4740 by Paul Cercueil · 6 years ago
  87. f838154 mtd: rawnand: ingenic: Make use of ecc-engine property by Paul Cercueil · 6 years ago
  88. 15de8c6 mtd: rawnand: ingenic: Separate top-level and SoC specific code by Paul Cercueil · 6 years ago
  89. d9b8a67 mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_buffer by Liu Jian · 6 years ago
  90. dcb4b22 spi-nor: s25fl512s supports region locking by Jonas Bonn · 6 years ago
  91. 2b75ebe mtd: spi-nor: intel-spi: Avoid crossing 4K address boundary on read/write by Alexander Sverdlin · 6 years ago
  92. 7067073 mtd: spi-nor: Fix comment of spi_nor_find_best_erase_type() by Alexander Sverdlin · 6 years ago
  93. 3ddc8ad mtd: spi-nor: Print all JEDEC ID bytes on error by Geert Uytterhoeven · 6 years ago
  94. d74fd06 mtd: rawnand: ingenic: Rename jz4780_bch_init to jz4780_bch_reset by Paul Cercueil · 6 years ago
  95. a919619 mtd: rawnand: ingenic: Rename jz4780_nand driver to ingenic_nand by Paul Cercueil · 6 years ago
  96. 65bba52 mtd: rawnand: ingenic: Use SPDX license notifiers by Paul Cercueil · 6 years ago
  97. 1838a7b mtd: rawnand: Move drivers for Ingenic SoCs to subfolder by Paul Cercueil · 6 years ago
  98. 6d50e9b6 mtd: rawnand: meson: fix a potential memory leak in meson_nfc_read_buf by Martin Blumenstingl · 6 years ago
  99. 91e9dd7 mtd: rawnand: meson: add missing ENOMEM check in meson_nfc_read_buf() by Martin Blumenstingl · 6 years ago
  100. b849f8b mtd: rawnand: atmel: switch to SPDX license identifiers by Tudor Ambarus · 6 years ago