1. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  2. cbdceb9 mtd: dataflash: Use ULL suffix for 64-bit constants by Geert Uytterhoeven · 7 years ago
  3. c3c9a2c mtd: dataflash: replace msleep with usleep_range by Luca Ellero · 7 years ago
  4. e7bfb3f mtd: Stop updating erase_info->state and calling mtd_erase_callback() by Boris Brezillon · 7 years ago
  5. 67e4145 mtd: dataflash: Add flash_info for AT45DB641E by Andrey Smirnov · 8 years ago
  6. 1da8869 mtd: dataflash: Make use of "extened device information" by Andrey Smirnov · 8 years ago
  7. a296a1b mtd: dataflash: Get rid of loop counter in jedec_probe() by Andrey Smirnov · 8 years ago
  8. 02f62864 mtd: dataflash: Replace pr_debug, printk with dev_* functions by Andrey Smirnov · 8 years ago
  9. 41c9c66 mtd: dataflash: Improve coding style in jedec_probe() by Andrey Smirnov · 8 years ago
  10. c41e43c mtd: dataflash: Replace C99 types with their kernel counterparts by Andrey Smirnov · 8 years ago
  11. 617f418 Merge v4.4-rc1 into MTD development by Brian Norris · 9 years ago
  12. 004b5e6 mtd: drop unnecessary partition parser data by Brian Norris · 9 years ago
  13. 02f0d3f Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  14. 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
  15. 57eea0f mtd: devices: mtd_dataflash: drop owner assignment by Frans Klaver · 10 years ago
  16. d1d97b7 mtd: dataflash: Export OF module alias information by Javier Martinez Canillas · 9 years ago
  17. 7a95db0 mtd: dataflash: Remove use of tx_dma by Mark Brown · 10 years ago
  18. 9a78bc8 mtd: Fix the behavior of OTP write if there is not enough room for data by Christian Riesch · 11 years ago
  19. 4b78fc4 mtd: Add a retlen parameter to _get_{fact,user}_prot_info by Christian Riesch · 11 years ago
  20. 3ea5b03 mtd: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  21. 1ba80c9 mtd: dataflash: remove unnecessary spi_set_drvdata() by Jingoo Han · 11 years ago
  22. cb85b7e mtd: dataflash: Say if we find a device we don't support by Mark Brown · 11 years ago
  23. be1ee7d mtd: dataflash: remove unused field by Brian Norris · 11 years ago
  24. 0278fd3 mtd: devices: use dev_get_platdata() by Jingoo Han · 11 years ago
  25. 5cacbfa mtd: dataflash: use spi_get_drvdata() and spi_set_drvdata() by Jingoo Han · 12 years ago
  26. 19d69b8 mtd: dataflash: Use of_match_ptr() macro by Sachin Kamat · 12 years ago
  27. d892994 Drivers: mtd: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  28. 7bf350b7 mtd: fix a number of checkpatch complaints by Artem Bityutskiy · 12 years ago
  29. 810b7e0 mtd: remove use of __devexit by Bill Pemberton · 12 years ago
  30. 042a190 mtd: remove use of __devinitdata by Bill Pemberton · 12 years ago
  31. 06f2551 mtd: remove use of __devinit by Bill Pemberton · 12 years ago
  32. 5153b88 mtd: remove use of __devexit_p by Bill Pemberton · 12 years ago
  33. bcb1d23 mtd: move zero length verification to MTD API functions by Artem Bityutskiy · 13 years ago
  34. 834247e mtd: remove retlen zeroing duplication by Artem Bityutskiy · 13 years ago
  35. 5def489 mtd: do not duplicate length and offset checks in drivers by Artem Bityutskiy · 13 years ago
  36. 3c3c10b mtd: add leading underscore to all mtd functions by Artem Bityutskiy · 13 years ago
  37. c9d1b75 mtd: convert drivers/mtd/* to use module_spi_driver() by Axel Lin · 13 years ago
  38. 5d3667e mtd: Remove redundant spi driver bus initialization by Lars-Peter Clausen · 13 years ago
  39. 0a32a10 mtd: cleanup style on pr_debug messages by Brian Norris · 13 years ago
  40. 289c052 mtd: replace DEBUG() with pr_debug() by Brian Norris · 13 years ago
  41. b94e757 mtd: dataflash: add device tree probe support by Shawn Guo · 14 years ago
  42. 3a8fb12 mtd: mtd_dataflash.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 14 years ago
  43. 1fc468d mtd: mtd_dataflash don't specify default parsing options by Dmitry Eremin-Solenikov · 14 years ago
  44. 436c06d mtd: dataflash: convert to mtd_device_register() by Jamie Iles · 14 years ago
  45. 42845d2 mtd: dataflash: remove casts from void by Kulikov Vasiliy · 15 years ago
  46. d470266 mtd: fix memory leak in mtd_dataflash by H Hartley Sweeten · 15 years ago
  47. a7c367b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  48. e0626e3 spi: prefix modalias with "spi:" by Anton Vorontsov · 15 years ago
  49. 05dd180 mtd: correct typo "MTD_DATAFLASH_VERIFY_WRITE" by Robert P. J. Day · 15 years ago
  50. dbf8c11 mtd_dataflash: unbreak erase support by Peter Korsgaard · 16 years ago
  51. 87f39f0 [MTD] support driver model updates by David Brownell · 16 years ago
  52. a4b6d51 [MTD] partitioning utility predicates by David Brownell · 16 years ago
  53. 229cc58 mtd_dataflash: fix probing of AT45DB321C chips. by Will Newton · 16 years ago
  54. 160bbab [MTD] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  55. 5b7f3a5 [MTD] fix dataflash 64-bit divisions by Artem Bityutskiy · 16 years ago
  56. 8c64038 [MTD] make dataflash write-verify be optional by David Brownell · 16 years ago
  57. cf93ae0 [MTD] Compile fix for dataflash OTP support by David Brownell · 16 years ago
  58. 34a8244 [MTD] dataflash OTP support by David Brownell · 16 years ago
  59. 771999b [MTD] DataFlash: bugfix, binary page sizes now handled by akpm@linux-foundation.org · 16 years ago
  60. 271c5c5 [MTD] DataFlash: use proper types by David Woodhouse · 17 years ago
  61. e9d4222 [MTD] DataFlash: fix bug - ATMEL AT45DF321D spi flash card fails to be copied to (v2) by Michael Hennerich · 17 years ago
  62. cccb45d [MTD] mtd_dataflash: Incorrect compare-after-write check by Andrew Victor · 17 years ago
  63. ec9ce52 [MTD] Use mutex instead of semaphore in dataflash driver by Matthias Kaehlcke · 18 years ago
  64. 9cdf083 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  65. de4fa9926 [PATCH] SPI/MTD: mtd_dataflash oops prevention by David Brownell · 18 years ago
  66. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  67. 6c33caf [MTD] bugfix: DataFlash is not bit writable by Haavard Skinnemoen · 18 years ago
  68. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  69. 17ffc7b [MTD] Initialize 'writesize' by Artem B. Bityutskiy · 19 years ago
  70. 3cb4f09 [PATCH] mtd_dataflash, fix block vs page erase by David Brownell · 19 years ago
  71. 7111763d [PATCH] spi: misc fixes by David Brownell · 19 years ago
  72. 8275c64 [PATCH] spi: use linked lists rather than an array by Vitaly Wool · 19 years ago
  73. 1d6432f [PATCH] spi: mtd dataflash driver by David Brownell · 19 years ago