1. a36cf68 Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtd by Linus Torvalds · 6 years ago
  2. 3baa8ec mtd: devices: m25p80: Make sure WRITE_EN is issued before each write by Yogesh Gaur · 7 years ago
  3. 4a3e85f2 mtd: devices: m25p80: Make sure the buffer passed in op is DMA-able by Boris Brezillon · 6 years ago
  4. 010b0e7 Merge tag 'spi-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 6 years ago
  5. d0eea5d Merge tag 'spi-nor/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next by Boris Brezillon · 6 years ago
  6. da86748 Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next by Boris Brezillon · 6 years ago
  7. c1acb21 Merge branch 'spi-4.19' into spi-next by Mark Brown · 6 years ago
  8. b02b17f mtd: m25p80: Call spi_mem_get_name() to let controller set a custom name by Frieder Schrempf · 6 years ago
  9. a8222a8 mtd: Make Kconfig formatting consistent by Boris Brezillon · 6 years ago
  10. 39675ca mtd: sst25l: use mtd_device_register() by Rafał Miłecki · 6 years ago
  11. 9ea97a7 mtd: powernv_flash: set of_node in mtd's dev by Rafał Miłecki · 6 years ago
  12. cbdceb9 mtd: dataflash: Use ULL suffix for 64-bit constants by Geert Uytterhoeven · 7 years ago
  13. 9882b53 mtd: m25p80: Use SPI_MEM_OP_NO_DUMMY instead of SPI_MEM_OP_DUMMY(0, x) by Boris Brezillon · 7 years ago
  14. 00a5762 mtd: m25p80: Remove unneeded m25p->command field by Boris Brezillon · 7 years ago
  15. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  16. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  17. f4e70c2 Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  18. 1e07392 mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata() by Boris Brezillon · 7 years ago
  19. 4120f8d mtd: spi-nor: Use the spi_mem_xx() API by Boris Brezillon · 7 years ago
  20. c3c9a2c mtd: dataflash: replace msleep with usleep_range by Luca Ellero · 7 years ago
  21. 0e210b5 mtd: devices: simplify getting .drvdata by Wolfram Sang · 7 years ago
  22. e7bfb3f mtd: Stop updating erase_info->state and calling mtd_erase_callback() by Boris Brezillon · 7 years ago
  23. 884cfd9 mtd: Stop assuming mtd_erase() is asynchronous by Boris Brezillon · 7 years ago
  24. f0a37a8 mtd: st_spi_fsm: use %*ph to print small buffer by Antonio Cardace · 7 years ago
  25. d40a18f mtd: block2mtd: remove redundant initialization of 'bdev' by Colin Ian King · 7 years ago
  26. c8f22b0 Merge tag 'spi-nor/for-4.16' of git://git.infradead.org/linux-mtd into mtd/next by Boris Brezillon · 7 years ago
  27. 0aede42 mtd: Remove duplicate checks on mtd_oob_ops parameter by Boris Brezillon · 7 years ago
  28. 24ff129 mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing by Boris Brezillon · 7 years ago
  29. db601f3 mtd: mchp23k256: propagate return value of spi_sync() by Antonio Borneo · 7 years ago
  30. 59b356f mtd: m25p80: restore the status of SPI flash when exiting by Hou Zhiqiang · 7 years ago
  31. 14b661e Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  32. 5b0e2cb Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  33. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  34. 1530578 mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid by Boris Brezillon · 7 years ago
  35. 9a59410 mtd: remove the get_unmapped_area method by Nicolas Pitre · 7 years ago
  36. 877b58e mtd: mtdram: properly handle the phys argument in the point method by Nicolas Pitre · 7 years ago
  37. cb9e206 mtd: slram: use memremap() instead of ioremap() by Roy Franz · 7 years ago
  38. d490668 mtd: constify mtd_partition by Arvind Yadav · 7 years ago
  39. 6f469b6 mtd: powernv_flash: Use opal_async_wait_response_interruptible() by Cyril Bur · 7 years ago
  40. efe6941 mtd: powernv_flash: Don't return -ERESTARTSYS on interrupted token acquisition by Cyril Bur · 7 years ago
  41. e32ec15 mtd: powernv_flash: Remove pointless goto in driver init by Cyril Bur · 7 years ago
  42. 25ee52e mtd: powernv_flash: Don't treat OPAL_SUCCESS as an error by Cyril Bur · 7 years ago
  43. 44e2aa2 mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON() by Cyril Bur · 7 years ago
  44. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  45. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  46. 282e45d mtd: spi-nor: Add support for mr25h128 by Philipp Puschmann · 7 years ago
  47. d1f936d7 Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next by Boris Brezillon · 7 years ago
  48. 481815a mtd: st_spi_fsm: Handle clk_prepare_enable/clk_disable_unprepare. by Arvind Yadav · 7 years ago
  49. 90cc62f mtd: spear_smi: add NULL check on devm_kzalloc() return value by Gustavo A. R. Silva · 8 years ago
  50. e8e3edb mtd: create per-device and module-scope debugfs entries by Mario Rugiero · 8 years ago
  51. 8b9ef8f Merge tag 'spi-nor/for-4.13' into MTD by Brian Norris · 8 years ago
  52. 9447332 mtd: st_spi_fsm: remove SPINOR_OP_RDSR2 and use SPINOR_OP_RDCR instead by Cyrille Pitchen · 8 years ago
  53. 4379075 mtd: mchp23k256: Add support for mchp23lcv1024 by Chris Packham · 8 years ago
  54. 2f071ff mtd: mchp23k256: add partitioning support by Chris Packham · 8 years ago
  55. 44225c9 mtd: mchp23k256: switch to mtd_device_register() by Chris Packham · 8 years ago
  56. 4db4d35e mtd: mchp23k256: Add OF device ID table by Chris Packham · 8 years ago
  57. 138f5dc mtd: m25p80: add support of SPI 1-2-2 and 1-4-4 protocols by Cyrille Pitchen · 8 years ago
  58. cfc5604 mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocols by Cyrille Pitchen · 8 years ago
  59. 5dc17fa mtd: mchp23k256: Add driver for this SPI SRAM device by Andrew Lunn · 8 years ago
  60. 67e4145 mtd: dataflash: Add flash_info for AT45DB641E by Andrey Smirnov · 8 years ago
  61. 1da8869 mtd: dataflash: Make use of "extened device information" by Andrey Smirnov · 8 years ago
  62. a296a1b mtd: dataflash: Get rid of loop counter in jedec_probe() by Andrey Smirnov · 8 years ago
  63. 02f62864 mtd: dataflash: Replace pr_debug, printk with dev_* functions by Andrey Smirnov · 8 years ago
  64. 41c9c66 mtd: dataflash: Improve coding style in jedec_probe() by Andrey Smirnov · 8 years ago
  65. c41e43c mtd: dataflash: Replace C99 types with their kernel counterparts by Andrey Smirnov · 8 years ago
  66. d4f4cf7 Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  67. 4e23612 ARM: 8638/1: mtd: lart: Rename partition defines to be prefixed with PART_ by Florian Fainelli · 8 years ago
  68. 398d873 Merge tag 'spi-nor/for-4.11-v2' of git://github.com/spi-nor/linux by Brian Norris · 8 years ago
  69. 3a08e93 mtd: spi-nor: add dt support for Everspin MRAMs by Uwe Kleine-König · 8 years ago
  70. 902cc69 mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codes by Cyrille Pitchen · 8 years ago
  71. 9e276de mtd: m25p80: consider max message size in m25p80_read by Heiner Kallweit · 8 years ago
  72. ccc3823 mtd: bcm47xxsflash: support reading flash out of mapping window by Rafał Miłecki · 8 years ago
  73. be5e509 mtd: bcm47xxsflash: use platform_(set|get)_drvdata by Rafał Miłecki · 8 years ago
  74. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  75. 64ad463 mtd: bcm47xxsflash: use uncached MMIO access for BCM53573 by Rafał Miłecki · 8 years ago
  76. affe8a2 Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
  77. bad60e6 Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  78. efacc69 mtd: add arch dependency for MTD_BCM47XXSFLASH symbol by Rafał Miłecki · 8 years ago
  79. 0a52634 mtd: update description of MTD_BCM47XXSFLASH symbol by Rafał Miłecki · 8 years ago
  80. ef158bd mtd: Remove unused symbol CONFIG_MTDRAM_ABS_POS by Ben Hutchings · 9 years ago
  81. d0226d3 powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msg by Suraj Jitindar Singh · 9 years ago
  82. 9519379 mtd: m25p80: read in spi_max_transfer_size chunks by Michal Suchanek · 9 years ago
  83. 2dd087b mtd: spi-nor: stop passing around retlen by Michal Suchanek · 9 years ago
  84. 1992297b mtd: m25p80: return amount of data transferred or error in read/write by Michal Suchanek · 9 years ago
  85. 59451e1 mtd: spi-nor: change return value of read/write by Michal Suchanek · 9 years ago
  86. 8bc4d5f Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  87. 2cbaf54 Merge tag 'nand/for-4.7' of github.com:linux-nand/linux by Brian Norris · 9 years ago
  88. abbbc60 mtd: pmc551: add __init attribute by Julia Lawall · 9 years ago
  89. 1bd0b24 mtd: docg3: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
  90. 06af3b0 mtd: docg3: use mtd_set_ecclayout() where appropriate by Boris Brezillon · 9 years ago
  91. 08922f6 mtd: devices: m25p80: add support for mmap read request by Vignesh R · 9 years ago
  92. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  93. 5651d6a mtd: bcm47xxsflash: use ioremap_cache() instead of KSEG0ADDR() by Brian Norris · 9 years ago
  94. f5b8aa7 mtd: kill the ecclayout->oobavail field by Boris BREZILLON · 9 years ago
  95. c67682c mtd: mtdram: Add parameter for setting writebuf size by Alexander Stein · 9 years ago
  96. c1711b2 mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in comments by Brian Norris · 9 years ago
  97. de57732 mtd: m25p80: fix module autoloading for "jedec, spi-nor" and "spi-nor" by Brian Norris · 9 years ago
  98. cd78ea0 mtd: m25p80: drop erase() callback by Brian Norris · 9 years ago
  99. 617f418 Merge v4.4-rc1 into MTD development by Brian Norris · 9 years ago
  100. 004b5e6 mtd: drop unnecessary partition parser data by Brian Norris · 9 years ago