1. cbcdd87 libata: implement and use ata_port_desc() to report port configuration by Tejun Heo · 17 years ago
  2. 6d32d30 [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() by Jeff Garzik · 17 years ago
  3. 936fd73 libata-link: linkify PHY-related functions by Tejun Heo · 17 years ago
  4. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  5. e1cc9de libata-sff: Fix documentation by Alan Cox · 17 years ago
  6. 6fdc99a libata-sff; Unbreak non DMA capable controllers again by Alan Cox · 17 years ago
  7. fe36cb5 [libata] Fix reported task file values in sense data by Petr Vandrovec · 17 years ago
  8. f3a03b0 Correct comment in libata-sff.c by Dave Jones · 17 years ago
  9. d583bc1 libata: simplify PCI legacy SFF host handling by Tejun Heo · 17 years ago
  10. 4031826 libata: fix assigned IRQ reporting by Tejun Heo · 17 years ago
  11. d92e74d libata-core/sff: Fix multiple assumptions about DMA by Alan Cox · 17 years ago
  12. 1626aeb libata: clean up SFF init mess by Tejun Heo · 17 years ago
  13. dc87c39 libata: honour host controllers that want just one host by Linus Torvalds · 17 years ago
  14. 6bfff31 libata: kill probe_ent and related helpers by Tejun Heo · 17 years ago
  15. 21b0ad4 libata: add init helpers including ata_pci_prepare_native_host() by Tejun Heo · 17 years ago
  16. d491b27 libata: convert native PCI host handling to new init model by Tejun Heo · 17 years ago
  17. 0f834de libata: convert legacy PCI host handling to new init model by Tejun Heo · 17 years ago
  18. 55a6ade libata: fix native mode disabled port handling by Tejun Heo · 17 years ago
  19. 8cdfb29 libata/IDE: remove combined mode quirk by Jeff Garzik · 17 years ago
  20. a76b62c libata: Change prototype of mode_filter to remove ata_port* by Alan Cox · 17 years ago
  21. a84471f [libata] Trim trailing whitespace. by Jeff Garzik · 17 years ago
  22. 44877b4 libata: s/ap->id/ap->print_id/g by Tejun Heo · 17 years ago
  23. 8362500 libata: add another IRQ calls (core and headers) by Akira Iguchi · 18 years ago
  24. 0d5ff56 libata: convert to iomap by Tejun Heo · 18 years ago
  25. f0d36ef libata: update libata core layer to use devres by Tejun Heo · 18 years ago
  26. 18d90de libata: trivial stuff by Alan · 18 years ago
  27. 4112e16 libata-sff: Don't try and activate channels which are not in use by Alan · 18 years ago
  28. 8cdf92a Fix Maple PATA IRQ assignment. by David Woodhouse · 18 years ago
  29. 61dd08c libata-sff: Don't call bmdma_stop on non DMA capable controllers by Alan · 18 years ago
  30. b2a8bbe libata: implement ATA_FLAG_IGN_SIMPLEX and use it in sata_uli by Tejun Heo · 18 years ago
  31. dc3c337 [PATCH] libata: fix combined mode by Alan · 18 years ago
  32. 0f0a3ad [PATCH] libata: make sure IRQ is cleared after ata_bmdma_freeze() by Tejun Heo · 18 years ago
  33. ea54763 [PATCH] libata: move BMDMA host status recording from EH to interrupt handler by Tejun Heo · 18 years ago
  34. 8070217 [PATCH] libata: set IRQF_SHARED for legacy PCI IDE IRQs by Tejun Heo · 18 years ago
  35. 90088bb [PATCH] libata: move ata_irq_on() into libata-sff.c by Tejun Heo · 18 years ago
  36. fbbb262 [PATCH] sata_nv ADMA/NCQ support for nForce4 by Robert Hancock · 18 years ago
  37. 8eb166b [PATCH] libata-sff: Allow for wacky systems by Alan Cox · 18 years ago
  38. d639ca9 [libata] init probe_ent->private_data in a common location by Jeff Garzik · 18 years ago
  39. c791c30 [libata] minor PCI IDE probe fixes and cleanups by Jeff Garzik · 18 years ago
  40. fb46330 [libata] One more s/15/ATA_SECONDARY_IRQ/ substitution by Jeff Garzik · 18 years ago
  41. daac0ac [PATCH] libata-sff: use our IRQ defines by Alan Cox · 18 years ago
  42. fea63e3 [PATCH] libata: fix non-uniform ports handling by Tejun Heo · 18 years ago
  43. a64f97f Merge branch 'tmp' into upstream by Jeff Garzik · 18 years ago
  44. e889173 Rename libata-bmdma.c to libata-sff.c. by Jeff Garzik · 18 years ago[Renamed from drivers/ata/libata-bmdma.c]
  45. cca3974 libata: Grand renaming. by Jeff Garzik · 18 years ago
  46. c6fd280 Move libata to drivers/ata. by Jeff Garzik · 18 years ago[Renamed from drivers/scsi/libata-bmdma.c]
  47. c4b01f1 [PATCH] libata: use dummy port for stolen legacy ports by Tejun Heo · 18 years ago
  48. 2ec7df0 [PATCH] libata: rework legacy handling to remove much of the cruft by Alan Cox · 18 years ago
  49. f6d950e [PATCH] libata: Move ata_probe_ent_alloc to libata_core by Brian King · 18 years ago
  50. 1d6f359 [PATCH] irq-flags: scsi: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  51. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  52. ba6a130 [libata] Add host lock to struct ata_port by Jeff Garzik · 18 years ago
  53. f0eb62b [PATCH] libata: add host_set->next for legacy two host_sets case, take #3 by Tejun Heo · 18 years ago
  54. f5914a4 [PATCH] libata-hp-prep: add prereset() method and implement ata_std_prereset() by Tejun Heo · 18 years ago
  55. c17ea20 [PATCH] libata: fix irq-pio merge by Tejun Heo · 18 years ago
  56. 6d97dbd [PATCH] libata-eh: implement BMDMA EH by Tejun Heo · 18 years ago
  57. 4e5ec5d [PATCH] libata: BMDMA handling updates by Alan Cox · 18 years ago
  58. 2e9edbf [libata] export ata_dev_pair; trim trailing whitespace by Jeff Garzik · 18 years ago
  59. 2cc432e [libata] Move some bmdma-specific code to libata-bmdma.c by Jeff Garzik · 18 years ago
  60. 7c74ffd [PATCH] libata: note missing posting in mmio cmd write by Alan Cox · 18 years ago
  61. d33d44f [PATCH] libata: two new PCI helpers by Alan Cox · 18 years ago
  62. 41bbc8b [PATCH] libata: Note weakness in our PCI handling that one day wants fixing by Alan Cox · 18 years ago
  63. 1fdffbc [libata] Move PCI IDE BMDMA-related code to new file libata-bmdma.c. by Jeff Garzik · 19 years ago