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. 0a86e1c ata: use pci_get_drvdata() by Jingoo Han · 11 years ago
  4. a52f514 ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 12 years ago
  5. 641589b [libata] pata_cmd64x: whitespace cleanup by Jeff Garzik · 12 years ago
  6. 2fc75da ata: use module_pci_driver by Axel Lin · 12 years ago
  7. b8cec3c pata_cmd64x: implement sff_irq_check() method by Sergei Shtylyov · 12 years ago
  8. 419fd24 pata_cmd64x: implement sff_irq_clear() method by Sergei Shtylyov · 12 years ago
  9. 8a686bc pata_cmd64x: use interrupt status from MRDMODE register by Sergei Shtylyov · 12 years ago
  10. 8fcfa7b pata_cmd64x: turn string of *if* statements into *switch* by Sergei Shtylyov · 12 years ago
  11. 5724276 pata_cmd64x: documentation fix by Bartlomiej Zolnierkiewicz · 13 years ago
  12. f4c6ae5 pata_cmd64x: add cmd64x_fixup() by Bartlomiej Zolnierkiewicz · 13 years ago
  13. 9281b16 pata_cm64x: fix boot crash on parisc by James Bottomley · 13 years ago
  14. aba8a08 pata_cmd64x: revert commit d62f5576 by Tejun Heo · 14 years ago
  15. 1c5afdf libata-sff: separate out BMDMA init by Tejun Heo · 14 years ago
  16. 16ea0fc libata: Pass host flags into the pci helper by Alan Cox · 14 years ago
  17. c754d9b6 pata_cmd64x: remove unused definitions by Bartlomiej Zolnierkiewicz · 14 years ago
  18. 03a849e pata_cmd64x: cmd648_bmdma_stop() fix by Bartlomiej Zolnierkiewicz · 14 years ago
  19. d62f557 pata_cmd64x: fix handling of address setup timings by Bartlomiej Zolnierkiewicz · 14 years ago
  20. a2bd622 pata_cmd64x: fix PIO setup by Bartlomiej Zolnierkiewicz · 14 years ago
  21. 509426b pata_cmd64x: fix overclocking of UDMA0-2 modes by Bartlomiej Zolnierkiewicz · 14 years ago
  22. 06393af Revert "pata_cmd64x: implement serialization as per notes" by Jeff Garzik · 14 years ago
  23. 89d3b36 ata: use pci_dev->revision by Sergei Shtylyov · 14 years ago
  24. d437443 pata_cmd64x: implement serialization as per notes by Alan Cox · 14 years ago
  25. 14bdef9 [libata] convert drivers to use ata.h mode mask defines by Erik Inge Bolsø · 15 years ago
  26. ab77163 ata: Switch all my stuff to a common address by Alan Cox · 16 years ago
  27. 9363c38 libata: rename SFF functions by Tejun Heo · 16 years ago
  28. 887125e libata: stop overloading port_info->private_data by Tejun Heo · 16 years ago
  29. 1bd5b71 libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht by Tejun Heo · 16 years ago
  30. 029cfd6 libata: implement and use ops inheritance by Tejun Heo · 16 years ago
  31. 68d1d07 libata: implement and use SHT initializers by Tejun Heo · 16 years ago
  32. 6bd99b4 libata: normalize port_info, port_operations and sht tables by Tejun Heo · 16 years ago
  33. f08048e libata: PCI device should be powered up before being accessed by Tejun Heo · 16 years ago
  34. 24b7ce9 pata_cmd64x.c typo fix by Adrian Bunk · 17 years ago
  35. ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 17 years ago
  36. 6d32d30 [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() by Jeff Garzik · 17 years ago
  37. 05d1eff pata_cmd64x: Set up MWDMA modes properly by Alan Cox · 17 years ago
  38. dbf0c89 pata_cmd64x: Correct the speed ranges by Alan Cox · 17 years ago
  39. 1d2808f [libata] PATA drivers: remove ATA_FLAG_SRST by Jeff Garzik · 17 years ago
  40. 8bc3fc4 libata: bump versions by Jeff Garzik · 17 years ago
  41. 1626aeb libata: clean up SFF init mess by Tejun Heo · 17 years ago
  42. 9666f40 libata: reimplement suspend/resume support using sdev->manage_start_stop by Tejun Heo · 17 years ago
  43. a73984a [libata] More PATA driver ->cable_detect support by Jeff Garzik · 17 years ago
  44. 438ac6d libata: add missing CONFIG_PM in LLDs by Tejun Heo · 17 years ago
  45. fb9f890 [libata] pata_cmd64x: fix driver description in comments by Jeff Garzik · 17 years ago
  46. 246ce3b libata: add another IRQ calls (libata drivers) by Akira Iguchi · 17 years ago
  47. 0d5ff56 libata: convert to iomap by Tejun Heo · 17 years ago
  48. 24dc5f3 libata: update libata LLDs to use devres by Tejun Heo · 17 years ago
  49. 6a40da0 libata cmd64x: whack into a shape that looks like the documentation by Alan · 17 years ago
  50. 2eab80a [PATCH] libata: kill unnecessary sht->max_sectors initializations by Tejun Heo · 17 years ago
  51. 7f72a37 [PATCH] pata_cmd64x: suspend/resume by Alan · 18 years ago
  52. afdfe89 [PATCH] libata: add missing sht->slave_destroy by Tejun Heo · 17 years ago
  53. 2d2744f [libata] PCI ID table cleanup in various drivers by Jeff Garzik · 18 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