1. 7a95db0 mtd: dataflash: Remove use of tx_dma by Mark Brown · 10 years ago
  2. 9a78bc8 mtd: Fix the behavior of OTP write if there is not enough room for data by Christian Riesch · 11 years ago
  3. 4b78fc4 mtd: Add a retlen parameter to _get_{fact,user}_prot_info by Christian Riesch · 11 years ago
  4. 3ea5b03 mtd: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  5. 1ba80c9 mtd: dataflash: remove unnecessary spi_set_drvdata() by Jingoo Han · 11 years ago
  6. cb85b7e mtd: dataflash: Say if we find a device we don't support by Mark Brown · 11 years ago
  7. be1ee7d mtd: dataflash: remove unused field by Brian Norris · 11 years ago
  8. 0278fd3 mtd: devices: use dev_get_platdata() by Jingoo Han · 11 years ago
  9. 5cacbfa mtd: dataflash: use spi_get_drvdata() and spi_set_drvdata() by Jingoo Han · 11 years ago
  10. 19d69b8 mtd: dataflash: Use of_match_ptr() macro by Sachin Kamat · 12 years ago
  11. d892994 Drivers: mtd: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  12. 7bf350b7 mtd: fix a number of checkpatch complaints by Artem Bityutskiy · 12 years ago
  13. 810b7e0 mtd: remove use of __devexit by Bill Pemberton · 12 years ago
  14. 042a190 mtd: remove use of __devinitdata by Bill Pemberton · 12 years ago
  15. 06f2551 mtd: remove use of __devinit by Bill Pemberton · 12 years ago
  16. 5153b88 mtd: remove use of __devexit_p by Bill Pemberton · 12 years ago
  17. bcb1d23 mtd: move zero length verification to MTD API functions by Artem Bityutskiy · 13 years ago
  18. 834247e mtd: remove retlen zeroing duplication by Artem Bityutskiy · 13 years ago
  19. 5def489 mtd: do not duplicate length and offset checks in drivers by Artem Bityutskiy · 13 years ago
  20. 3c3c10b mtd: add leading underscore to all mtd functions by Artem Bityutskiy · 13 years ago
  21. c9d1b75 mtd: convert drivers/mtd/* to use module_spi_driver() by Axel Lin · 13 years ago
  22. 5d3667e mtd: Remove redundant spi driver bus initialization by Lars-Peter Clausen · 13 years ago
  23. 0a32a10 mtd: cleanup style on pr_debug messages by Brian Norris · 13 years ago
  24. 289c052 mtd: replace DEBUG() with pr_debug() by Brian Norris · 13 years ago
  25. b94e757 mtd: dataflash: add device tree probe support by Shawn Guo · 13 years ago
  26. 3a8fb12 mtd: mtd_dataflash.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  27. 1fc468d mtd: mtd_dataflash don't specify default parsing options by Dmitry Eremin-Solenikov · 13 years ago
  28. 436c06d mtd: dataflash: convert to mtd_device_register() by Jamie Iles · 13 years ago
  29. 42845d2 mtd: dataflash: remove casts from void by Kulikov Vasiliy · 14 years ago
  30. d470266 mtd: fix memory leak in mtd_dataflash by H Hartley Sweeten · 15 years ago
  31. a7c367b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  32. e0626e3 spi: prefix modalias with "spi:" by Anton Vorontsov · 15 years ago
  33. 05dd180 mtd: correct typo "MTD_DATAFLASH_VERIFY_WRITE" by Robert P. J. Day · 15 years ago
  34. dbf8c11 mtd_dataflash: unbreak erase support by Peter Korsgaard · 15 years ago
  35. 87f39f0 [MTD] support driver model updates by David Brownell · 15 years ago
  36. a4b6d51 [MTD] partitioning utility predicates by David Brownell · 16 years ago
  37. 229cc58 mtd_dataflash: fix probing of AT45DB321C chips. by Will Newton · 16 years ago
  38. 160bbab [MTD] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  39. 5b7f3a5 [MTD] fix dataflash 64-bit divisions by Artem Bityutskiy · 16 years ago
  40. 8c64038 [MTD] make dataflash write-verify be optional by David Brownell · 16 years ago
  41. cf93ae0 [MTD] Compile fix for dataflash OTP support by David Brownell · 16 years ago
  42. 34a8244 [MTD] dataflash OTP support by David Brownell · 16 years ago
  43. 771999b [MTD] DataFlash: bugfix, binary page sizes now handled by akpm@linux-foundation.org · 16 years ago
  44. 271c5c5 [MTD] DataFlash: use proper types by David Woodhouse · 16 years ago
  45. e9d4222 [MTD] DataFlash: fix bug - ATMEL AT45DF321D spi flash card fails to be copied to (v2) by Michael Hennerich · 16 years ago
  46. cccb45d [MTD] mtd_dataflash: Incorrect compare-after-write check by Andrew Victor · 17 years ago
  47. ec9ce52 [MTD] Use mutex instead of semaphore in dataflash driver by Matthias Kaehlcke · 17 years ago
  48. 9cdf083 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  49. de4fa9926 [PATCH] SPI/MTD: mtd_dataflash oops prevention by David Brownell · 18 years ago
  50. 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago
  51. 6c33caf [MTD] bugfix: DataFlash is not bit writable by Haavard Skinnemoen · 18 years ago
  52. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  53. 17ffc7b [MTD] Initialize 'writesize' by Artem B. Bityutskiy · 18 years ago
  54. 3cb4f09 [PATCH] mtd_dataflash, fix block vs page erase by David Brownell · 19 years ago
  55. 7111763 [PATCH] spi: misc fixes by David Brownell · 19 years ago
  56. 8275c64 [PATCH] spi: use linked lists rather than an array by Vitaly Wool · 19 years ago
  57. 1d6432f [PATCH] spi: mtd dataflash driver by David Brownell · 19 years ago