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. bb96961 libata: make it clear that sata_inic162x is experimental by Tejun Heo · 11 years ago
  4. 0a86e1c ata: use pci_get_drvdata() by Jingoo Han · 11 years ago
  5. 7f0658d sata_inic162x: remove unused variable in inic_scr_read() by Wei Yongjun · 12 years ago
  6. 2fc75da ata: use module_pci_driver by Axel Lin · 12 years ago
  7. 06296a1 ata: Add and use ata_print_version_once by Joe Perches · 13 years ago
  8. a9a79df ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level> by Joe Perches · 13 years ago
  9. a44fec1 ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 13 years ago
  10. 97750ce libata: add @ap to ata_wait_register() and introduce ata_msleep() by Tejun Heo · 14 years ago
  11. c708765 libata-sff: clean up BMDMA initialization by Tejun Heo · 14 years ago
  12. 6bc0d39 sata_inic162x: kill PORT_PRD_ADDR initialization by Tejun Heo · 14 years ago
  13. 3e4ec34 libata: kill ATA_FLAG_DISABLED by Tejun Heo · 14 years ago
  14. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  15. 87c8b22 drivers/ata: Remove unnecessary semicolons by Joe Perches · 15 years ago
  16. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  17. 14bdef98 [libata] convert drivers to use ata.h mode mask defines by Erik Inge Bolsø · 15 years ago
  18. 82ef04f libata: make SCR access ops per-link by Tejun Heo · 16 years ago
  19. 9958066 sata_inic162x: enable LED blinking by Bob Stewart · 16 years ago
  20. 22bfc6d sata_inic162x: update intro comment, up the version and drop EXPERIMENTAL by Tejun Heo · 16 years ago
  21. ba66b24 sata_inic162x: add cardbus support by Tejun Heo · 16 years ago
  22. f8b0685a sata_inic162x: kill now unused SFF related stuff by Tejun Heo · 16 years ago
  23. b3f677e sata_inic162x: use IDMA for ATAPI commands by Tejun Heo · 16 years ago
  24. 049e8e0 sata_inic162x: use IDMA for non DMA ATA commands by Tejun Heo · 16 years ago
  25. ab5b0235 sata_inic162x: kill now unused bmdma related stuff by Tejun Heo · 16 years ago
  26. 3ad400a sata_inic162x: use IDMA for ATA_PROT_DMA by Tejun Heo · 16 years ago
  27. 364fac0 sata_inic162x: update TF read handling by Tejun Heo · 16 years ago
  28. b0dd9b8 sata_inic162x: add / update constants by Tejun Heo · 16 years ago
  29. 36f674d sata_inic162x: misc clean ups by Tejun Heo · 16 years ago
  30. 2a0c15c libata: kill dead code paths in reset path by Tejun Heo · 16 years ago
  31. 705e76b libata: restructure SFF post-reset readiness waits by Tejun Heo · 16 years ago
  32. 5682ed3 libata: rename SFF port ops by Tejun Heo · 16 years ago
  33. 9363c38 libata: rename SFF functions by Tejun Heo · 16 years ago
  34. 6fd3639 libata: kill ata_chk_status() by Tejun Heo · 16 years ago
  35. a1efdab libata: make reset related methods proper port operations by Tejun Heo · 16 years ago
  36. 029cfd6 libata: implement and use ops inheritance by Tejun Heo · 16 years ago
  37. 68d1d07 libata: implement and use SHT initializers by Tejun Heo · 16 years ago
  38. 358f9a7 libata: implement and use ata_noop_irq_clear() by Tejun Heo · 16 years ago
  39. b7d8629 iommu sg merging: sata_inic162x: use pci_set_dma_max_seg_size by FUJITA Tomonori · 16 years ago
  40. 0dc3688 libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_* by Tejun Heo · 16 years ago
  41. 5796d1c [libata] Address some checkpatch-spotted issues by Jeff Garzik · 17 years ago
  42. 88ff6ea libata: implement ata_wait_after_reset() by Tejun Heo · 17 years ago
  43. cbcdd87 libata: implement and use ata_port_desc() to report port configuration by Tejun Heo · 17 years ago
  44. ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 17 years ago
  45. 6d32d30 [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() by Jeff Garzik · 17 years ago
  46. cc0680a libata-link: linkify reset by Tejun Heo · 17 years ago
  47. 936fd73 libata-link: linkify PHY-related functions by Tejun Heo · 17 years ago
  48. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  49. 2a3103c [libata] Bump driver versions by Jeff Garzik · 17 years ago
  50. da3dbb1 libata: make ->scr_read/write callbacks return error code by Tejun Heo · 17 years ago
  51. bf6263a [libata] Use ATA_UDMAx standard masks when filling driver's udma_mask info by Jeff Garzik · 17 years ago
  52. 59f9988 [libata] drivers: remove 'void __iomem *' casts from pre-iomap days by Jeff Garzik · 17 years ago
  53. 90c9378 sata_inic162x: disable LBA48 devices by Tejun Heo · 17 years ago
  54. 8bc3fc4 libata: bump versions by Jeff Garzik · 17 years ago
  55. 9666f40 libata: reimplement suspend/resume support using sdev->manage_start_stop by Tejun Heo · 17 years ago
  56. 9b89391 libata: improve 0xff status handling by Tejun Heo · 17 years ago
  57. d4b2bab libata: add deadline support to prereset and reset methods by Tejun Heo · 17 years ago
  58. 4447d35 libata: convert the remaining SATA drivers to new init model by Tejun Heo · 17 years ago
  59. a51d644 libata: improve AC_ERR_DEV handling for ->post_internal_cmd by Tejun Heo · 17 years ago
  60. 5aea408 libata: handle ata_pci_device_do_resume() failure while resuming by Dmitriy Monakhov · 17 years ago
  61. cd0d3bb libata: dev_config does not need ap and adev passing by Alan · 17 years ago
  62. e1251d0 sata_inic162x: kill double region requests by Tejun Heo · 17 years ago
  63. 438ac6d libata: add missing CONFIG_PM in LLDs by Tejun Heo · 17 years ago
  64. aa2e3e4 [PATCH] scheduled removal of SA_XXX interrupt flags: ata fix by Andrew Morton · 17 years ago
  65. fe33460 sata_inic162x: fix a few glitches in hardreset by Tejun Heo · 17 years ago
  66. 246ce3b libata: add another IRQ calls (libata drivers) by Akira Iguchi · 17 years ago
  67. 0d5ff56 libata: convert to iomap by Tejun Heo · 17 years ago
  68. 24dc5f3 libata: update libata LLDs to use devres by Tejun Heo · 17 years ago
  69. 1fd7a69 sata_inic162x: finally, driver for initio 162x SATA controllers, take #2 by Tejun Heo · 17 years ago