1. c54c719 ata: remove deprecated use of pci api by Quentin Lambert · 9 years ago
  2. 58eb8cd ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers by Bartlomiej Zolnierkiewicz · 10 years ago
  3. 1bc1808 ata: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  4. 0a86e1c ata: use pci_get_drvdata() by Jingoo Han · 11 years ago
  5. 0ec2491 Drivers: ata: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  6. 2fc75da ata: use module_pci_driver by Axel Lin · 12 years ago
  7. 7a113d3 pata_sil680: minor CodingStyle fixups by Bartlomiej Zolnierkiewicz · 13 years ago
  8. 9b8ad4a pata_sil680: constify tables by Bartlomiej Zolnierkiewicz · 13 years ago
  9. 6352187 pata_sil680: documentation fixes by Bartlomiej Zolnierkiewicz · 13 years ago
  10. 06296a1 ata: Add and use ata_print_version_once by Joe Perches · 13 years ago
  11. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  12. 9b980e1 pata_sil680: implement sff_irq_check() method by Sergei Shtylyov · 14 years ago
  13. ada5b12 pata_sil680: make sil680_sff_exec_command() 'static' by Sergei Shtylyov · 14 years ago
  14. 1c5afdf libata-sff: separate out BMDMA init by Tejun Heo · 14 years ago
  15. c3b2889 libata-sff: separate out BMDMA irq handler by Tejun Heo · 14 years ago
  16. c4acf99 pata_sil680: Do our own exec_command posting by Alan Cox · 14 years ago
  17. 16ea0fc libata: Pass host flags into the pci helper by Alan Cox · 14 years ago
  18. 89d3b36 ata: use pci_dev->revision by Sergei Shtylyov · 14 years ago
  19. 14bdef98 [libata] convert drivers to use ata.h mode mask defines by Erik Inge Bolsø · 15 years ago
  20. 871af12 libata: Add 32bit PIO support by Alan Cox · 15 years ago
  21. ab77163 ata: Switch all my stuff to a common address by Alan Cox · 16 years ago
  22. 47d692a pata_sil680: convert CONFIG_PPC_MERGE to CONFIG_PPC by Kumar Gala · 16 years ago
  23. de058cd pata_sil680: remove duplicate pcim_enable_device by David Milburn · 16 years ago
  24. 9363c38 libata: rename SFF functions by Tejun Heo · 16 years ago
  25. 887125e libata: stop overloading port_info->private_data by Tejun Heo · 16 years ago
  26. 1bd5b715 libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht by Tejun Heo · 16 years ago
  27. 029cfd6 libata: implement and use ops inheritance by Tejun Heo · 16 years ago
  28. 68d1d07 libata: implement and use SHT initializers by Tejun Heo · 16 years ago
  29. f08048e libata: PCI device should be powered up before being accessed by Tejun Heo · 16 years ago
  30. 119b3aa pata_sil680: Fix build on arch/ppc by Benjamin Herrenschmidt · 16 years ago
  31. 0f436ef pata_sil680: only enable MMIO on Cell blades by Benjamin Herrenschmidt · 16 years ago
  32. dd05c19 pata_sil680: kill bogus reset code (take 2) by Sergei Shtylyov · 17 years ago
  33. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  34. 2b9e68f [libata] pata_sil680: Add MMIO support by Benjamin Herrenschmidt · 17 years ago
  35. 81ad183 libata: Switch most of the remaining SFF drivers to ata_sff_port_start by Alan Cox · 17 years ago
  36. ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 17 years ago
  37. 6d32d30 [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() by Jeff Garzik · 17 years ago
  38. cc0680a libata-link: linkify reset by Tejun Heo · 17 years ago
  39. 2a3103c [libata] Bump driver versions by Jeff Garzik · 17 years ago
  40. bf6263a [libata] Use ATA_UDMAx standard masks when filling driver's udma_mask info by Jeff Garzik · 17 years ago
  41. 79b0bde1 [libata] pata_sil680: minor cleanups from benh by Jeff Garzik · 17 years ago
  42. 1d2808f [libata] PATA drivers: remove ATA_FLAG_SRST by Jeff Garzik · 17 years ago
  43. 1626aeb libata: clean up SFF init mess by Tejun Heo · 17 years ago
  44. 9666f40 libata: reimplement suspend/resume support using sdev->manage_start_stop by Tejun Heo · 17 years ago
  45. d4b2bab libata: add deadline support to prereset and reset methods by Tejun Heo · 17 years ago
  46. a0fcdc0 [libata] Update several PATA drivers for new ->cable_detect hook by Jeff Garzik · 17 years ago
  47. 438ac6d libata: add missing CONFIG_PM in LLDs by Tejun Heo · 17 years ago
  48. b23ff24 libata: add missing PM callbacks by Tejun Heo · 17 years ago
  49. a84471f [libata] Trim trailing whitespace. by Jeff Garzik · 17 years ago
  50. cb0e34b pata_sil680: Assorted fixes by Alan · 17 years ago
  51. 246ce3b libata: add another IRQ calls (libata drivers) by Akira Iguchi · 17 years ago
  52. 0d5ff56 libata: convert to iomap by Tejun Heo · 17 years ago
  53. 24dc5f3 libata: update libata LLDs to use devres by Tejun Heo · 17 years ago
  54. f20b16f [libata] trim trailing whitespace by Jeff Garzik · 17 years ago
  55. 5dcade9 pata_sil680: PIO1 taskfile transfers overclocking fix (repost) by Sergei Shtylyov · 17 years ago
  56. 2eab80a [PATCH] libata: kill unnecessary sht->max_sectors initializations by Tejun Heo · 17 years ago
  57. 8550c16 [PATCH] pata_sil680 suspend/resume by Alan · 17 years ago
  58. afdfe89 [PATCH] libata: add missing sht->slave_destroy by Tejun Heo · 17 years ago
  59. 2d2744f [libata] PCI ID table cleanup in various drivers by Jeff Garzik · 18 years ago
  60. bda3028 [libata] Don't use old-EH ->eng_timeout() hook when not needed by Jeff Garzik · 18 years ago
  61. 669a5db [libata] Add a bunch of PATA drivers. by Jeff Garzik · 18 years ago