1. 2a50b88 MMC: OMAP: General cleanup for MMC multislot support by Juha Yrjola · 17 years ago
  2. 65b5b6e MMC: OMAP: Power functions modified to MMC multislot support by Juha Yrjola · 17 years ago
  3. b8f9f0e MMC: OMAP: Fix timeout calculation for MMC multislot support by Juha Yrjola · 17 years ago
  4. a914ded MMC: OMAP: New release dma and abort xfer functions by Juha Yrjola · 17 years ago
  5. 5a0f3f1 MMC: OMAP: Add back cover switch support by Juha Yrjola · 17 years ago
  6. abfbe5f MMC: OMAP: Introduce new multislot structure and change driver to use it by Juha Yrjola · 17 years ago
  7. 4bc9e35 MMC: OMAP: Remove cover switch handling to allow adding multislot support by Tony Lindgren · 17 years ago
  8. d365abe MMC: OMAP: Fix the BYTEBLOCK capability removal by Francisco Alecrim · 17 years ago
  9. ec2f362 MMC: OMAP: Remove extra divisor increase by Tony Lindgren · 17 years ago
  10. 5ec21b1 MMC: OMAP: Remove some opcodes from host driver by Carlos Eduardo Aguiar · 17 years ago
  11. 6fee65c mmc: use shorter, equivalent set_current_state() by Robert P. J. Day · 17 years ago
  12. 2f730fe sdhci: allow led to be controlled freely by Pierre Ossman · 17 years ago
  13. b69c905 sdhci: remove custom controller name by Pierre Ossman · 17 years ago
  14. ff3112f mmc: set controller name early by Pierre Ossman · 17 years ago
  15. 188da98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  16. 07fe944 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 17 years ago
  17. 8019aa9 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  18. 9732b61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb by Linus Torvalds · 17 years ago
  19. d7bb545 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 17 years ago
  20. 75e98b3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  21. 273b838 ide: remove ide_init_default_irq() macro by Bartlomiej Zolnierkiewicz · 17 years ago
  22. 486c92e ide: move default IDE ports setup to ide_generic host driver by Bartlomiej Zolnierkiewicz · 17 years ago
  23. f01674e ide: remove obsoleted "idex=noprobe" kernel parameter (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  24. aab8ad9 ide: remove needless hwif->irq check from ide_hwif_configure() by Bartlomiej Zolnierkiewicz · 17 years ago
  25. dfd8784 ide: init hwif->{io_ports,irq} explicitly in legacy VLB host drivers by Bartlomiej Zolnierkiewicz · 17 years ago
  26. e4079df0 ide: limit legacy VLB host drivers to alpha, x86 and mips by Bartlomiej Zolnierkiewicz · 17 years ago
  27. 6d3803b cmd640: init hwif->{io_ports,irq} explicitly by Bartlomiej Zolnierkiewicz · 17 years ago
  28. daaad24 cmd640: cleanup setup_device_ptrs() by Bartlomiej Zolnierkiewicz · 17 years ago
  29. ffd4f6f ide: add ide-4drives host driver (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  30. 26d799b ide: remove ppc ifdef from init_ide_data() by Bartlomiej Zolnierkiewicz · 17 years ago
  31. 9dfcd15 ide: remove ide_default_io_ctl() macro by Bartlomiej Zolnierkiewicz · 17 years ago
  32. 5c50427 ide: remove CONFIG_IDE_ARCH_OBSOLETE_INIT by Bartlomiej Zolnierkiewicz · 17 years ago
  33. 0e33555 ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  34. 1d850bd ppc: remove ppc_ide_md by Bartlomiej Zolnierkiewicz · 17 years ago
  35. 5d682e4 ppc/pplus: remove ppc_ide_md.ide_init_hwif hook by Bartlomiej Zolnierkiewicz · 17 years ago
  36. 7ef8df8 ppc/sandpoint: remove ppc_ide_md hooks by Bartlomiej Zolnierkiewicz · 17 years ago
  37. 5510b12 ppc/lopec: remove ppc_ide_md hooks by Bartlomiej Zolnierkiewicz · 17 years ago
  38. 2661b13 ppc/mpc8xx: remove ppc_ide_md hooks by Bartlomiej Zolnierkiewicz · 17 years ago
  39. 5c58666 ppc/pmac: remove ppc_ide_md hooks by Bartlomiej Zolnierkiewicz · 17 years ago
  40. af007ec ide-pmac: remove dead code by Bartlomiej Zolnierkiewicz · 17 years ago
  41. e3bfae4 ide-scsi: do non-atomic pc->flags testing by Borislav Petkov · 17 years ago
  42. eaec3e7 ide: use generic ATAPI packet command flags in ide-{floppy,tape} by Borislav Petkov · 17 years ago
  43. c2b2b29 ide-floppy: rename end_request handler properly by Borislav Petkov · 17 years ago
  44. 1c06578 ide-scsi: convert driver to using generic ide_atapi_pc by Borislav Petkov · 17 years ago
  45. 8e55512 ide-floppy: convert driver to using generic ide_atapi_pc by Borislav Petkov · 17 years ago
  46. d236d74 ide-tape: convert driver to using generic ide_atapi_pc by Borislav Petkov · 17 years ago
  47. 346331f ide-tape: remove atomic test/set macros for packet commands by Borislav Petkov · 17 years ago
  48. 03056b9 ide-tape: move all struct and other defs at the top by Borislav Petkov · 17 years ago
  49. 23579a2 ide: remove IDE_*_REG macros by Bartlomiej Zolnierkiewicz · 17 years ago
  50. 7616c0a ide: add ide_atapi_{discard_data,write_zeros} inline helpers by Bartlomiej Zolnierkiewicz · 17 years ago
  51. 3ad6776 ide-floppy: remove struct idefloppy_id_gcw by Borislav Petkov · 17 years ago
  52. 3d53ba8 scc_pata.c: do setup itself instead of ide_setup_pci_device() by Akira Iguchi · 17 years ago
  53. e6bfa38 ide: remove ide_init_hwif_ports() by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 0573426 ide: remove init_hwif_default() by Bartlomiej Zolnierkiewicz · 17 years ago
  55. 2304dc6 ide: remove ->hold field from ide_hwif_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  56. 93de00f ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  57. 9a0e77f ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  58. 80aa31c ide: remove CONFIG_BLK_DEV_HD_IDE config option (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  59. fef39d9 ide: remove needless CONFIG_BLK_DEV_HD hack from init_hwif() by Bartlomiej Zolnierkiewicz · 17 years ago
  60. f029851 ide-generic: add ide_generic class and attribute for adding new interfaces by Bartlomiej Zolnierkiewicz · 17 years ago
  61. f74c914 ide: add warm-plug support for IDE devices (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  62. 50672e5 ide: remove dead/obsolete ->busproc method by Bartlomiej Zolnierkiewicz · 17 years ago
  63. 2dde786 ide: rework PowerMac media-bay support (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  64. 26042d0 ide: move ide_port_setup_devices() call to ide_device_add_all() by Bartlomiej Zolnierkiewicz · 17 years ago
  65. 43514ed ide: factor out devices init from ide_init_port_data() by Bartlomiej Zolnierkiewicz · 17 years ago
  66. 71bf9f6 ide: factor out code unregistering devices from ide_unregister() by Bartlomiej Zolnierkiewicz · 17 years ago
  67. 5b0c4b3 ide: remove IDE devices from /proc/ide/ before unregistering them by Bartlomiej Zolnierkiewicz · 17 years ago
  68. c7f6f21 ide: factor out cable detection from ide_init_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  69. 8f22a72 ide-acpi: add missing drive->acpidata zeroing by Bartlomiej Zolnierkiewicz · 17 years ago
  70. 4f0eee4 ide: use ide_find_port() instead of ide_deprecated_find_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  71. 2625cd5 ide: fix ide_find_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  72. ce9b248 ide-generic: set hwif->chipset by Bartlomiej Zolnierkiewicz · 17 years ago
  73. a594eeb IDE: remove ide=reverse IDE core by Greg Kroah-Hartman · 17 years ago
  74. 636bdea dmaengine: ack to flags: make use of the unused bits in the 'ack' field by Dan Williams · 17 years ago
  75. c4fe155 iop-adma: remove the workaround for missed interrupts on iop3xx by Dan Williams · 17 years ago
  76. ce4d65a async_tx: kill ->device_dependency_added by Dan Williams · 17 years ago
  77. 19242d7 async_tx: fix multiple dependency submission by Dan Williams · 17 years ago
  78. 1c62979 fsldma: Split the MPC83xx event from MPC85xx and refine irq codes. by Zhang Wei · 17 years ago
  79. 411e23d fsldma: Remove CONFIG_FSL_DMA_SELFTEST, keep fsl_dma_self_test() running always. by Zhang Wei · 17 years ago
  80. 48feb3c ata-acpi: don't call _GTF for disabled drive by Shaohua Li · 17 years ago
  81. 094e50b sata_mv add temporary 3 second init delay for SiliconImage PMs by Mark Lord · 17 years ago
  82. 8a74f1a sata_mv remove redundant edma init code by Mark Lord · 17 years ago
  83. e49856d sata_mv add basic port multiplier support by Mark Lord · 17 years ago
  84. 02c1f32 sata_mv fix SOC flags, enable NCQ on SOC by Mark Lord · 17 years ago
  85. 40f0bc2 sata_mv disable hotplug for now by Mark Lord · 17 years ago
  86. 17c5aab sata_mv cosmetics by Mark Lord · 17 years ago
  87. 0d8be5c sata_mv hardreset rework by Mark Lord · 17 years ago
  88. f3360eb [libata] improve Kconfig help text for new PMP, SFF options by Jeff Garzik · 17 years ago
  89. 4f7faa3 libata: make EH fail gracefully if no reset method is available by Tejun Heo · 17 years ago
  90. b93fda1 libata: Be a bit more slack about early devices by Alan Cox · 17 years ago
  91. f792068 libata: cable logic by Alan Cox · 17 years ago
  92. 45db2f6 libata: move link onlineness check out of softreset methods by Tejun Heo · 17 years ago
  93. 2a0c15c libata: kill dead code paths in reset path by Tejun Heo · 17 years ago
  94. e50e3ce pata_scc: fix build breakage by Stephen Rothwell · 17 years ago
  95. 88fcd56 libata: make PMP support optional by Tejun Heo · 17 years ago
  96. 071f44b libata: implement PMP helpers by Tejun Heo · 17 years ago
  97. 48515f6 libata: separate PMP support code from core code by Tejun Heo · 17 years ago
  98. 127102a libata: make SFF support optional by Tejun Heo · 17 years ago
  99. 350756f libata: don't use ap->ioaddr in non-SFF drivers by Tejun Heo · 17 years ago
  100. 182d7bb libata: clean up dummy port_ops by Tejun Heo · 17 years ago