1. e25df12 [S390] Kconfig: menus with depends on HAS_IOMEM. by Martin Schwidefsky · 18 years ago
  2. 6b38d1d libata: fix kernel-doc parameters by Randy Dunlap · 18 years ago
  3. 6878cce Fix pata_qdi.c probe code by Samuel Thibault · 18 years ago
  4. 0397bad pata_scc: fix compilation by Alexey Dobriyan · 18 years ago
  5. e1e143c sata_via: add missing PM hooks by Tejun Heo · 18 years ago
  6. 53014e2 sata_nv: fix ADMA freeze/thaw/irq_clear issues by Robert Hancock · 18 years ago
  7. 7871e74 pata_pcmcia.c: add card ident for jvc cdrom by Richard Kennedy · 18 years ago
  8. 5ac2fe5 sata_promise: SATAII-150/300 TX4 port numbering fix by Mikael Pettersson · 18 years ago
  9. 8ffcfd9 sata_promise: fix another error decode regression by Mikael Pettersson · 18 years ago
  10. 48be6b1 libata-acpi: fix _GTF command protocol for ATAPI devices by Tejun Heo · 18 years ago
  11. 9a9136e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  12. 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 18 years ago
  13. 67ac58e libata: use flush_work() by Andrew Morton · 18 years ago
  14. 3dde6ad Fix trivial typos in Kconfig* files by David Sterba · 18 years ago
  15. 4750def Merge branch 'reset-seq' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 18 years ago
  16. 02bbc0f Merge branch 'linux-2.6' by Paul Mackerras · 18 years ago
  17. c6799ad Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  18. 73b6a2b [ARM] Add support for ICSIDE interface on RiscPC by Russell King · 18 years ago
  19. a17dba8 [ARM] Add platform support for PATA on RiscPC by Russell King · 18 years ago
  20. 40cd3a4 [POWERPC] Rename get_property to of_get_property: drivers by Stephen Rothwell · 18 years ago
  21. 27c78b3 [libata reset-seq] build and merge fixes by Jeff Garzik · 18 years ago
  22. 31daabd libata: reimplement reset sequencing by Tejun Heo · 18 years ago
  23. b8cffc6 libata: improve ata_std_prereset() by Tejun Heo · 18 years ago
  24. 9b89391 libata: improve 0xff status handling by Tejun Heo · 18 years ago
  25. d4b2bab libata: add deadline support to prereset and reset methods by Tejun Heo · 18 years ago
  26. dc87c39 libata: honour host controllers that want just one host by Linus Torvalds · 18 years ago
  27. 2250363 SPIN_LOCK_UNLOCKED cleanup in drivers/ata/pata_winbond.c by Milind Arun Choudhary · 18 years ago
  28. 4b22afd drivers/ata/pata_cmd640.c: fix build with CONFIG_PM=n by Andrew Morton · 18 years ago
  29. a473446 pata_hpt37x: Further small fixes by Alan Cox · 18 years ago
  30. 28e21c8 pata_hpt3x2n: Add HPT371N support and other bits by Alan Cox · 18 years ago
  31. bd1d5ec ata: printk warning fixes by Andrew Morton · 18 years ago
  32. 0d64a23 libata: separate ATA_EHI_DID_RESET into DID_SOFTRESET and DID_HARDRESET by Tejun Heo · 18 years ago
  33. 1188c0d ahci: consolidate common port flags by Tejun Heo · 18 years ago
  34. 4f701d1 ata_timing: ensure t->cycle is always correct by Alan Cox · 18 years ago
  35. c1c4e8d libata: add missing call to ->cable_detect() in new EH path by Tejun Heo · 18 years ago
  36. abcfa88 pata_amd: remove contamination added during cable_detect conversion by Tejun Heo · 18 years ago
  37. 169439c libata: Handle drives that require a spin-up command before first access by Mark Lord · 18 years ago
  38. 1e99973 libata: HPA support by Alan Cox · 18 years ago
  39. 6bfff31 libata: kill probe_ent and related helpers by Tejun Heo · 18 years ago
  40. 5d72882 libata: convert the remaining PATA drivers to new init model by Tejun Heo · 18 years ago
  41. 4447d35 libata: convert the remaining SATA drivers to new init model by Tejun Heo · 18 years ago
  42. 9a829cc libata: convert ata_pci_init_native_mode() users to new init model by Tejun Heo · 18 years ago
  43. eca25dc libata: convert drivers with combined SATA/PATA ports to new init model by Tejun Heo · 18 years ago
  44. 21b0ad4 libata: add init helpers including ata_pci_prepare_native_host() by Tejun Heo · 18 years ago
  45. d491b27 libata: convert native PCI host handling to new init model by Tejun Heo · 18 years ago
  46. 0f834de libata: convert legacy PCI host handling to new init model by Tejun Heo · 18 years ago
  47. f5cda25 libata: implement ata_host_alloc_pinfo() and ata_host_register() by Tejun Heo · 18 years ago
  48. f318719 libata: separate out ata_host_alloc() and ata_host_register() by Tejun Heo · 18 years ago
  49. ecef725 libata: separate out ata_host_start() by Tejun Heo · 18 years ago
  50. 4911487 libata: allocate ap separately from shost by Tejun Heo · 18 years ago
  51. bf33554 ahci: add PCI ID for new VIA chip by Tejun Heo · 18 years ago
  52. 03ec52d libata: kill type mismatch compile warning by Tejun Heo · 18 years ago
  53. c65ec1c ahci.c: remove non-existing SB600 raid id (re-send) by Conke Hu · 18 years ago
  54. a51d644 libata: improve AC_ERR_DEV handling for ->post_internal_cmd by Tejun Heo · 18 years ago
  55. 55a6ade libata: fix native mode disabled port handling by Tejun Heo · 18 years ago
  56. 17199b1 ahci: move port_map handling to ahci_save_initial_config() by Tejun Heo · 18 years ago
  57. d447df1 ahci: implement ata_save/restore_initial_config() by Tejun Heo · 18 years ago
  58. ce2d3ab sata_promise: fix error decode regression by Mikael Pettersson · 18 years ago
  59. 9bedb79 pata_pdc2027x: Updates by Alan Cox · 18 years ago
  60. ad648c0 pata_winbond by Alan Cox · 18 years ago
  61. eb4a2c7 pata: cable methods by Alan Cox · 18 years ago
  62. 5a5dbd1 libata: add support for READ/WRITE LONG by Mark Lord · 18 years ago
  63. 1234010 Add notation that the Asus W5F laptop has a short cable instead of 80-wire. by Robin H\. Johnson · 18 years ago
  64. 5c25bf0 pata_optidma: rework for cable detect and to remove post_set_mode() by Alan Cox · 18 years ago
  65. 2f5344b pata_winbond: restore cable method by Alan Cox · 18 years ago
  66. c45a632 pata_sl82c105: restore cable detect method by Alan Cox · 18 years ago
  67. 3b4ba59 pata_netcell: re-remove all the crud by Alan Cox · 18 years ago
  68. 3be40d7 pata_qdI: restore cable detect by Alan Cox · 18 years ago
  69. b723d14 pata_ali: remove all the crap again and switch to cable_detect method by Alan Cox · 18 years ago
  70. f2fb344 sata_nv: don't read shadow registers when in ADMA mode by Robert Hancock · 18 years ago
  71. 4dc5200 pcmcia - spot slave decode flaws (for testing) by Alan · 18 years ago
  72. 771b8da libata: hardreset on SERR_INTERNAL by Tejun Heo · 18 years ago
  73. 176efb0 sata_promise: decode and report error reasons by Mikael Pettersson · 18 years ago
  74. 724114a sata_promise: separate SATA and PATA ops by Mikael Pettersson · 18 years ago
  75. 799331f sata_promise: add missing cable_detect hooks by Mikael Pettersson · 18 years ago
  76. 8cdfb29 libata/IDE: remove combined mode quirk by Jeff Garzik · 18 years ago
  77. e424675 [libata] turn on !IORDY filter by Jeff Garzik · 18 years ago
  78. cffacd8 [libata] sata_mv: support ->cable_detect by Jeff Garzik · 18 years ago
  79. a76b62c libata: Change prototype of mode_filter to remove ata_port* by Alan Cox · 18 years ago
  80. 9d2c7c7 sata_sil: First step to removing ->post_set_mode by Alan Cox · 18 years ago
  81. 432729f libata-core: Fix the iordy methods by Alan Cox · 18 years ago
  82. 0435182 pata: expose set_mode method so it can be wrapped by Alan · 18 years ago
  83. fcc2f69 pata_hpt37x: Updates from drivers/ide work by Alan Cox · 18 years ago
  84. a73984a [libata] More PATA driver ->cable_detect support by Jeff Garzik · 18 years ago
  85. fecfda5 pata_hpt366: support ->cable_detect by Alan Cox · 18 years ago
  86. 6bfed3f pata_efar: support ->cable_detect by Alan Cox · 18 years ago
  87. 8470860 pata_atiixp: support ->cable_detect by Alan Cox · 18 years ago
  88. d36a764 pata_radisys: support cable_detect by Alan Cox · 18 years ago
  89. 745975c pata_sc1200: restore cable type by Alan Cox · 18 years ago
  90. 2a25dfe pata_rz1000: support cable_detect by Alan Cox · 18 years ago
  91. 570cb62 pata_platform: Add cable_detect method by Alan Cox · 18 years ago
  92. e2a9752 sata_promise: Switch to cable method, clean up some bits as a result by Alan Cox · 18 years ago
  93. 2e41e8e libata-core: fix comments on cable type by Alan Cox · 18 years ago
  94. 942d0947 libata: Restore Kconfig updated experimental levels and correct by Alan Cox · 18 years ago
  95. 7938a72 pata_cmd640: Multiple updates by Alan Cox · 18 years ago
  96. 97cb81c pata_via: Use cable_detect method by Alan Cox · 18 years ago
  97. 2e413f5 pata_sis: Clean up using cable_detect methods by Alan Cox · 18 years ago
  98. 307c605 pata_marvell: Cable and reset fixes by Alan Cox · 18 years ago
  99. 5816fbb pata_it8213: Cable detect by Alan Cox · 18 years ago
  100. a0fcdc0 [libata] Update several PATA drivers for new ->cable_detect hook by Jeff Garzik · 18 years ago