1. 58eb8cd ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers by Bartlomiej Zolnierkiewicz · 10 years ago
  2. 1bc1808 ata: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  3. cb85696 ahci: mcp89: enter AHCI mode under Apple BIOS emulation by James Laird · 11 years ago
  4. 2fc75da ata: use module_pci_driver by Axel Lin · 12 years ago
  5. 47ee910 ata_generic: Skip is_intel_ider() check when ata_generic=1 is set by Andi Kleen · 12 years ago
  6. a9a79df ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level> by Joe Perches · 13 years ago
  7. 4fca377 [libata] trivial: trim trailing whitespace for drivers/ata/*.[ch] by Jeff Garzik · 13 years ago
  8. 60039a5 ata: Intel IDE-R support by Alan Cox · 14 years ago
  9. 728e0ea ata_generic: drop hard coded DMA force logic for CENATEK by Tejun Heo · 14 years ago
  10. 1529c69 ata_generic: implement ATA_GEN_* flags and force enable DMA on MBP 7,1 by Tejun Heo · 14 years ago
  11. c6353b4 ahci,ata_generic: let ata_generic handle new MBP w/ MCP89 by Tejun Heo · 14 years ago
  12. 1c5afdf libata-sff: separate out BMDMA init by Tejun Heo · 14 years ago
  13. 16ea0fc libata: Pass host flags into the pci helper by Alan Cox · 14 years ago
  14. 8e182a9 pata_piccolo: Driver for old Toshiba chipsets by Alan Cox · 14 years ago
  15. 14bdef9 [libata] convert drivers to use ata.h mode mask defines by Erik Inge Bolsø · 15 years ago
  16. 1eca436 libata: beef up iterators by Tejun Heo · 16 years ago
  17. ab77163 ata: Switch all my stuff to a common address by Alan Cox · 16 years ago
  18. 05177f1 pata_atiixp: Don't disable by Alan Cox · 16 years ago
  19. 9363c38 libata: rename SFF functions by Tejun Heo · 16 years ago
  20. 887125e libata: stop overloading port_info->private_data by Tejun Heo · 16 years ago
  21. 1bd5b71 libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht by Tejun Heo · 16 years ago
  22. 029cfd6 libata: implement and use ops inheritance by Tejun Heo · 16 years ago
  23. 68d1d07 libata: implement and use SHT initializers by Tejun Heo · 16 years ago
  24. 6bd99b4 libata: normalize port_info, port_operations and sht tables by Tejun Heo · 16 years ago
  25. 5e8f757 ata_generic: Cenatek support by Alan Cox · 16 years ago
  26. 9d3501a libata: kill ata_id_to_dma_mode() by Tejun Heo · 16 years ago
  27. f8ab6d8 ata_generic: unindent loop in generic_set_mode() by Tejun Heo · 16 years ago
  28. 81ad183 libata: Switch most of the remaining SFF drivers to ata_sff_port_start by Alan Cox · 17 years ago
  29. ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 17 years ago
  30. 6d32d30 [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() by Jeff Garzik · 17 years ago
  31. 0260731 libata-link: linkify config/EH related functions by Tejun Heo · 17 years ago
  32. f58229f libata-link: implement and use link/device iterators by Tejun Heo · 17 years ago
  33. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  34. 2a3103c [libata] Bump driver versions by Jeff Garzik · 17 years ago
  35. bf6263a [libata] Use ATA_UDMAx standard masks when filling driver's udma_mask info by Jeff Garzik · 17 years ago
  36. 1d2808f [libata] PATA drivers: remove ATA_FLAG_SRST by Jeff Garzik · 17 years ago
  37. d6f4d5e ata_generic: Check the right register for the DMA enabled flags by Alan Cox · 17 years ago
  38. 8bc3fc4 libata: bump versions by Jeff Garzik · 17 years ago
  39. 1626aeb libata: clean up SFF init mess by Tejun Heo · 17 years ago
  40. 9666f40 libata: reimplement suspend/resume support using sdev->manage_start_stop by Tejun Heo · 17 years ago
  41. eb4a2c7 pata: cable methods by Alan Cox · 17 years ago
  42. 438ac6d libata: add missing CONFIG_PM in LLDs by Tejun Heo · 17 years ago
  43. cb48cab [libata] bump versions by Jeff Garzik · 17 years ago
  44. 616ece2 libata: Use new id_to_dma_mode function to tidy reporting in more drivers (minimally tested) by Alan · 17 years ago
  45. 246ce3b libata: add another IRQ calls (libata drivers) by Akira Iguchi · 17 years ago
  46. 0d5ff56 libata: convert to iomap by Tejun Heo · 17 years ago
  47. 24dc5f3 libata: update libata LLDs to use devres by Tejun Heo · 17 years ago
  48. b229a7b libata: set_mode, Fix the FIXME by Alan · 17 years ago
  49. 2eab80a [PATCH] libata: kill unnecessary sht->max_sectors initializations by Tejun Heo · 17 years ago
  50. 30ced0f [PATCH] PATA libata: suspend/resume simple cases by Alan · 18 years ago
  51. 2f27ce0 [PATCH] pci_module_init-convertion-in-ata_genericc fix by Alan Cox · 18 years ago
  52. 3f03c67 [PATCH] pci_module_init convertion in ata_generic.c by Henrik Kretzschmar · 18 years ago
  53. afdfe89 [PATCH] libata: add missing sht->slave_destroy by Tejun Heo · 17 years ago
  54. bda3028 [libata] Don't use old-EH ->eng_timeout() hook when not needed by Jeff Garzik · 18 years ago
  55. 85cd725 [libata #pata-drivers] Trim trailing whitespace. by Jeff Garzik · 18 years ago
  56. 669a5db [libata] Add a bunch of PATA drivers. by Jeff Garzik · 18 years ago