1. e417fcf [MTD] Remove iq80310 map driver by Lennert Buytenhek · 18 years ago
  2. 17c2dae [MTD] physmap: add power management support by Lennert Buytenhek · 18 years ago
  3. 25f0c65 ioremap balanced with iounmap for drivers/mtd subsystem by Amol Lad · 18 years ago
  4. dd8e9ed [MTD] Switch to pci_get_device and do ref counting by Alan Cox · 18 years ago
  5. f40a6f1 [MTD] Fix ixp4xx partition parsing. by Brian Walsh · 18 years ago
  6. 79b9cd5 [PATCH] [MTD] Maps: Add dependency on alternate probe methods to physmap by Takashi YOSHII · 18 years ago
  7. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  8. 1903ac5 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  9. 936813a Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 18 years ago
  10. 176dfc6 [PATCH] 64bit resource: fix up printks for resources in mtd drivers by Greg Kroah-Hartman · 18 years ago
  11. 6d4f822 [MTD] Fix off-by-one error in physmap.c by Sascha Hauer · 18 years ago
  12. ce5b096 [MTD] Remove unused 'nr_banks' variable from ixp2000 map driver by Lennert Buytenhek · 18 years ago
  13. 2a2ed2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  14. 29f7ac7 [MTD] sun_uflash: Port to new EBUS device layer. by David S. Miller · 18 years ago
  15. e55a3e8 kconfig: remove leading whitespace in menu prompts by Roman Zippel · 18 years ago
  16. f24ff6b [MTD] Prepare physmap for 64-bit-resources by Andrew Morton · 18 years ago
  17. f4a43cf [MTD] Remove silly MTD_WRITE/READ macros by Thomas Gleixner · 18 years ago
  18. ceb31db LASAT depends on MTD_CFI by Martin Michlmayr · 19 years ago
  19. 599fb32 [PCMCIA MTD] Fix leak and crash on reboot by Sean Young · 18 years ago
  20. 2f20670 [MTD] Remove gratuitous inclusion of ARM-only header from physmap.c by David Woodhouse · 18 years ago
  21. 151e765 [MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtd by David Woodhouse · 18 years ago
  22. 4992a9e Trivial typo fixes in Kconfig files (MTD). by Egry Gábor · 18 years ago
  23. 1867b7e [MTD] Fix invalid default value of CONFIG_MTD_PCMCIA_ANONYMOUS in Kconfig by Jean-Luc Leger · 18 years ago
  24. 73566ed [MTD] Convert physmap to platform driver by Lennert Buytenhek · 18 years ago
  25. fbbc21c mtd: SC520CDP should depend on MTD_CONCAT by Daniel Drake · 18 years ago
  26. 6cc449c [PATCH] mtd, nettel: fix build error and implicit declaration by Jesper Juhl · 19 years ago
  27. 86dca4f Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 19 years ago
  28. b5ac5d7 [PATCH] drivers/mtd/maps/vmax301.c: fix off by one vmax_mtd by Petri T. Koistinen · 19 years ago
  29. edcbce2 [PATCH] Dead code in mtd/maps/pci.c by Eric Sesterhenn · 19 years ago
  30. 87d10f3 [PATCH] drivers/mtd: Use ARRAY_SIZE macro by Tobias Klauser · 19 years ago
  31. e2d4096 [PATCH] pcmcia: use bitfield instead of p_state and state by Dominik Brodowski · 19 years ago
  32. 15b99ac [PATCH] pcmcia: add return value to _config() functions by Dominik Brodowski · 19 years ago
  33. fba395e [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection by Dominik Brodowski · 19 years ago
  34. fd23823 [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device by Dominik Brodowski · 19 years ago
  35. 70294b4 [PATCH] pcmcia: remove unneeded Vcc pseudo setting by Dominik Brodowski · 19 years ago
  36. 4bbed52 [PATCH] pcmcia: remove export of pcmcia_release_configuration by Dominik Brodowski · 19 years ago
  37. 373ebfb BUG_ON() Conversion in drivers/mtd/ by Eric Sesterhenn · 19 years ago
  38. 8d3b33f [PATCH] Remove MODULE_PARM by Rusty Russell · 19 years ago
  39. 75b84e9 [PATCH] Fix compilation errors in maps/dc21285.c by Martin Michlmayr · 19 years ago
  40. 70e5101 [PATCH] tsunami_flash: fix "parse error before ';' token" by Alexey Dobriyan · 19 years ago
  41. 0fec53a [ARM] Remove EPXA10DB machine support by Russell King · 19 years ago
  42. f8cfa61 [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback by Dominik Brodowski · 19 years ago
  43. b463581 [PATCH] pcmcia: remove dev_list from drivers by Dominik Brodowski · 19 years ago
  44. cc3b486 [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback by Dominik Brodowski · 19 years ago
  45. 98e4c28 [PATCH] pcmcia: new suspend core by Dominik Brodowski · 19 years ago
  46. 0b57ee9 [SPARC]: introduce a SPARC Kconfig symbol by Adrian Bunk · 19 years ago
  47. 2b9175c [MTD] Make functions static, include header files with prototypes by Adrian Bunk · 19 years ago
  48. 72af3b2 [MTD] Remove bogus PQ2FADS driver by Thomas Gleixner · 19 years ago
  49. e2602b3 [MTD] maps: sparse fixup by Luiz Capitulino · 19 years ago
  50. 7ac571f [MTD] Make some tables 'const' so they can live in .rodata by David Woodhouse · 19 years ago
  51. 3c77354 [MTD] maps/ixp4xx: half-word boundary and little-endian fixups by John Bowler · 19 years ago
  52. 3b762d3 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  53. 0c2e4b4 [ARM] Drivers should not make use of architecture private __ioremap by Russell King · 19 years ago
  54. 7d78c88 [DRIVER MODEL] Fix merge clashes with ARM ixp2000 / ixp4xx platforms by Russell King · 19 years ago
  55. ef63d00 [MTD] maps: Replace dependency on non existing config option by Sean Young · 19 years ago
  56. 5643f00 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  57. 3ae5eae [DRIVER MODEL] Convert platform drivers to use struct platform_driver by Russell King · 19 years ago
  58. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  59. b3ce1de Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6 by Linus Torvalds · 19 years ago
  60. fa67164 [PATCH] kfree cleanup: drivers/mtd by Jesper Juhl · 19 years ago
  61. 69f34c9 [MTD] maps: Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  62. be30c10 [MTD] maps: Add support for the "TQM834x" Boards by Marian Balakowicz · 19 years ago
  63. ea17629 [MTD] maps ixp2000: fix compile warnings in ixp2000 map driver by Lennert Buytenhek · 19 years ago
  64. 3e17404 [MTD] maps/plat-ram: Avoid gcc 4.0 warning by Thomas Gleixner · 19 years ago
  65. 01ac742 [MTD] maps/Kconfig: Simplify and update dependencies by Sean Young · 19 years ago
  66. 28f4623 [MTD] maps/ts5500: Fix partition support. Code cleanup by Sean Young · 19 years ago
  67. 9090ed0 [MTD] maps/ixp4xx: kill some warnings by David Vrabel · 19 years ago
  68. df2e162 [MTD] maps/plat-ram.c: Initialize owner in device_driver struct by Ben Dooks · 19 years ago
  69. e0030b6 [MTD] maps/bast-flash.c: Initialize owner in device_driver struct by Ben Dooks · 19 years ago
  70. b523b3b [MTD] maps: Add support for MTX-1 Flash device by Joern Engel · 19 years ago
  71. 9c517e6 [MTD] maps: Add mapping driver for PQ2FADS boards. by Todd Poynor · 19 years ago
  72. e4c212e [MTD] maps/ixp4xx: remove platform specific bits by David Vrabel · 19 years ago
  73. e27a996 [MTD] Add Resident Flash Disk (RFD) support by Sean Young · 19 years ago
  74. 4fd5f82 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  75. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  76. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  77. 13bfb34 [ARM] Fix Assabet reboot with SA1100 MTD map driver by Russell King · 19 years ago
  78. 14e66f7 [ARM] Allow MTD device name to be passed via platform data by Russell King · 19 years ago
  79. 822e5e7 [ARM] Fix MTD device/partition destruction by Russell King · 19 years ago
  80. 0d2ef7d [ARM] Add support for init/exit methods in sa1100 MTD map driver by Russell King · 19 years ago
  81. 57725f0 [ARM] Rename 'data' to 'plat' in sa1100 MTD map driver by Russell King · 19 years ago
  82. 6fbfddc Merge ../bleed-2.6 by Greg KH · 19 years ago
  83. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  84. 674c045 [ARM] 3/4: Remove asm/hardware.h from SA1100 io.h by Russell King · 19 years ago
  85. 1dd465c Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
  86. 82810a9 [PATCH] Fix ixp4xx MTD driver module build by Deepak Saxena · 19 years ago
  87. fc611a1 [ARM] Don't include mach-types.h unnecessarily by Russell King · 19 years ago
  88. 62052d4 [PATCH] MTD: Update SharpSL partition definitions by Richard Purdie · 19 years ago
  89. f6515db [PATCH] uclinux: remove use of mtd_put_device() in uclinux MTD map driver by Greg Ungerer · 19 years ago
  90. 200d481 Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6 by Linus Torvalds · 19 years ago
  91. 44670d2 [PATCH] pcmcia: remove references to pcmcia/version.h by Dominik Brodowski · 19 years ago
  92. 1e212f3 [PATCH] pcmcia: move event handler by Dominik Brodowski · 19 years ago
  93. b9c86d5 [MTD] Remove MODULE_DEVICE_TABLE() for ICHx flash driver by David Woodhouse · 19 years ago
  94. b353921 Merge with rsync://fileserver/linux by Artem B. Bityuckiy · 19 years ago
  95. 10c96f2 [MTD] NOR flash map driver for TI OMAP boards. by Todd Poynor · 19 years ago
  96. cbec19a [MTD] Add mapping driver for Intel PXA27x Mainstone board flash. by Nico Pitre · 19 years ago
  97. 02b15e3 [MTD] XIP for AMD CFI flash. by Todd Poynor · 19 years ago
  98. 11d28a3 [PATCH] pcmcia: id_table for pcmciamtd.c by Dominik Brodowski · 19 years ago
  99. 8f5a448 [MTD] sharpsl-flash: Correct error paths by Richard Purdie · 20 years ago
  100. ba38069 [MTD] Add support for more SharpSL machines and fix missing mapping init by Richard Purdie · 20 years ago