1. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  2. 8776168 ide: change ->set_dma_mode method parameters by Bartlomiej Zolnierkiewicz · 14 years ago
  3. e085b3c ide: change ->set_pio_mode method parameters by Bartlomiej Zolnierkiewicz · 14 years ago
  4. de9e805 sis5513: remove stale TODO by Bartlomiej Zolnierkiewicz · 15 years ago
  5. e13ee54 sis5513: fix PIO setup for ATAPI devices by Bartlomiej Zolnierkiewicz · 15 years ago
  6. 2ed0ef5 ide: fix ->init_chipset method to return 'int' value by Bartlomiej Zolnierkiewicz · 15 years ago
  7. 2467922 ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS by Bartlomiej Zolnierkiewicz · 15 years ago
  8. 898ec22 ide: remove HWIF() macro by Bartlomiej Zolnierkiewicz · 15 years ago
  9. 2bfba3c ide: remove useless subdirs from drivers/ide/ by Bartlomiej Zolnierkiewicz · 16 years ago[Renamed from drivers/ide/pci/sis5513.c]
  10. a9ab09e ide: use unique names for struct pci_driver instances by Bartlomiej Zolnierkiewicz · 16 years ago
  11. feb22b7 ide: add proper PCI PM support (v2) by Bartlomiej Zolnierkiewicz · 16 years ago
  12. 3ceca72 ide: include <linux/hdreg.h> only when needed by Bartlomiej Zolnierkiewicz · 16 years ago
  13. a69999e drivers/ide/pci/: use __devexit_p() by Adrian Bunk · 16 years ago
  14. f454cbe ide: ->cable_detect method cannot be marked __devinit by Bartlomiej Zolnierkiewicz · 16 years ago
  15. a326b02 ide: drop 'name' parameter from ->init_chipset method by Bartlomiej Zolnierkiewicz · 16 years ago
  16. ced3ec8 ide: prefix messages from IDE PCI host drivers by driver name by Bartlomiej Zolnierkiewicz · 16 years ago
  17. 28cfd8a ide: include PCI device name in messages from IDE PCI host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  18. 1ceb906 sis5513: add ->remove method and module_exit() by Bartlomiej Zolnierkiewicz · 16 years ago
  19. 6cdf6eb ide: add ->dev and ->host_priv fields to struct ide_host by Bartlomiej Zolnierkiewicz · 16 years ago
  20. f06ab34 ide: convert ide-timing.h to ide-timings.c library (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  21. cd18f69 sis5513: add missing pci_enable_device() call by Bartlomiej Zolnierkiewicz · 16 years ago
  22. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  23. 4764b68 sis5513: fail early for unsupported chipsets by Bartlomiej Zolnierkiewicz · 16 years ago
  24. 1eb3c2e IDE: Coding Style fixes to drivers/ide/pci/sis5513.c by Paolo Ciarrocchi · 16 years ago
  25. 5e71d9c ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE by Bartlomiej Zolnierkiewicz · 16 years ago
  26. 78829dd ide: remove needless includes from PCI host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  27. bfa14b4 ide: add ->cable_detect method to ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  28. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  29. 3650165 ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  30. 4db90a1 ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  31. 428c644 sis5513: factor out UDMA programming code by Bartlomiej Zolnierkiewicz · 16 years ago
  32. a1d8586 sis5513.c: Add Packard Bell EasyNote K5305 to laptops by Gabriel Craciunescu · 17 years ago
  33. 34c69b6 ide: don't BUG() on unsupported transfer modes by Bartlomiej Zolnierkiewicz · 17 years ago
  34. 8562043 ide: constify struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  35. 039788e ide: replace ide_pci_device_t by struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  36. 3dfd643 ide/pci/sis5513.c: add missing "else" by Adrian Bunk · 17 years ago
  37. 85ad93a ide: set drive->autotune in ide_pci_setup_ports() by Bartlomiej Zolnierkiewicz · 17 years ago
  38. 3985ee3 ide: add IDE_HFLAG_LEGACY_IRQS host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  39. 5f8b6c3 ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  40. 47b6878 ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  41. 7cab14a ide: add IDE_HFLAG_BOOTABLE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  42. 33c1002 ide: add IDE_HFLAG_NO_ATAPI_DMA host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  43. a718122 sis5513: remove /proc/ide/sis by Bartlomiej Zolnierkiewicz · 17 years ago
  44. 9ff6f72 ide: remove hwif->autodma and drive->autodma by Bartlomiej Zolnierkiewicz · 17 years ago
  45. 9cbcc5e ide: use PCI_VDEVICE() macro by Bartlomiej Zolnierkiewicz · 17 years ago
  46. d83fca5 sis5513: clear prefetch and postwrite for ATAPI devices by Bartlomiej Zolnierkiewicz · 17 years ago
  47. 0ae2e17 ide: remove ->ide_dma_check (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  48. 65c9cd2 ide: remove ide_use_fast_pio() by Bartlomiej Zolnierkiewicz · 17 years ago
  49. d3b90ba ide: remove drive->init_speed zeroing by Bartlomiej Zolnierkiewicz · 17 years ago
  50. 4960ab7 sis5513: always tune PIO by Bartlomiej Zolnierkiewicz · 17 years ago
  51. c77a89c sis5513: DMA setup fixes by Bartlomiej Zolnierkiewicz · 17 years ago
  52. 88b2b32 ide: move ide_config_drive_speed() calls to upper layers (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  53. 8f4dd2e ide: use only ->set_pio_mode method for programming PIO modes (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 0d3be72 sis5513: don't change UDMA settings when programming PIO by Bartlomiej Zolnierkiewicz · 17 years ago
  55. 26bcb87 ide: add ide_set{_max}_pio() (take 4) by Bartlomiej Zolnierkiewicz · 17 years ago
  56. f212ff2 ide: move ide_rate_filter() calls to the upper layer (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  57. 3160d54 sis5513: add ->udma_filter method for chipset_family >= ATA_133 by Bartlomiej Zolnierkiewicz · 17 years ago
  58. 1955f68 sis5513: Add FSC Amilo A1630 PCI subvendor/dev to laptops by David Lamparter · 17 years ago
  59. 4099d14 ide: add PIO masks by Bartlomiej Zolnierkiewicz · 17 years ago
  60. 2134758 ide: drop "PIO data" argument from ide_get_best_pio_mode() by Bartlomiej Zolnierkiewicz · 17 years ago
  61. a5d8c5c ide: add ide_pci_device_t.host_flags (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  62. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  63. f2befd9 sis5513: backport short cables support from pata_sis.c by Bartlomiej Zolnierkiewicz · 17 years ago
  64. 49521f9 ide: add short cables support by Bartlomiej Zolnierkiewicz · 17 years ago
  65. 4c6c914 sis5513: adding PCI-ID by Uwe Koziolek · 17 years ago
  66. 6b8cf77 sis5513: PIO mode setup fixes by Bartlomiej Zolnierkiewicz · 17 years ago
  67. ecfd80e ide: make /proc/ide/ optional by Bartlomiej Zolnierkiewicz · 17 years ago
  68. 29e744d ide: add ide_tune_dma() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  69. 2d5eaa6 ide: rework the code for selecting the best DMA transfer mode (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  70. 1813720 ide: fix UDMA/MWDMA/SWDMA masks (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  71. 3608b5d ide: add ide_set_dma() helper (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  72. d8f4469 ide: disable DMA in ->ide_dma_check for "no IORDY" case (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  73. 7569e8d ide: add ide_use_fast_pio() helper (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  74. ac4a306 sis5513: sis5513_config_xfer_rate() cleanup by Bartlomiej Zolnierkiewicz · 17 years ago
  75. 82ab1ee ide: add missing __init tags to IDE PCI host drivers by Bartlomiej Zolnierkiewicz · 17 years ago
  76. b148900 [PATCH] ide: more conversion to pci_get APIs by Alan Cox · 17 years ago
  77. 40cddf2 [PATCH] sis5513: Switch to pci refcounting by Alan Cox · 18 years ago
  78. 47d4b90 [PATCH] sis5513: add SiS south bridge ID 0x966 and 0x968 by David Wang · 18 years ago
  79. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  80. d266ab8 [PATCH] Small fixes backported to old IDE SiS driver by Alan Cox · 18 years ago
  81. 14351f8 [PATCH] sis5513: enable ATA133 for the SiS965 southbridge by Aurelien Jarno · 19 years ago
  82. 2b0c4be [PATCH] drivers/ide/pci/sis5513.c: section fixes by Adrian Bunk · 19 years ago
  83. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago