1. f37afda ide: constify struct ide_dma_ops by Bartlomiej Zolnierkiewicz · 16 years ago
  2. 5e37bdc ide: add struct ide_dma_ops (take 3) by Bartlomiej Zolnierkiewicz · 16 years ago
  3. b123f56 ide: do complete DMA setup in ->init_dma method (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  4. 23658f8 ide: move ide_setup_dma() call out from ->init_dma method by Bartlomiej Zolnierkiewicz · 16 years ago
  5. 6d36b95 alim15x3: skip DMA initialization completely on revs < 0x20 by Bartlomiej Zolnierkiewicz · 16 years ago
  6. ac95bee ide: add struct ide_port_ops (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  7. 5e71d9c ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 78829dd ide: remove needless includes from PCI host drivers by Bartlomiej Zolnierkiewicz · 16 years ago
  9. bfa14b4 ide: add ->cable_detect method to ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  10. 58f189f ide: delete filenames/versions from comments by Bartlomiej Zolnierkiewicz · 16 years ago
  11. 3650165 ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t by Bartlomiej Zolnierkiewicz · 16 years ago
  12. 8ac2b42a ide: add IDE_HFLAG_CLEAR_SIMPLEX host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  13. ecf32796 ide: ide_setup_dma() assumes 8 ports by Sergei Shtylyov · 16 years ago
  14. 4db90a1 ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag by Bartlomiej Zolnierkiewicz · 16 years ago
  15. d151456 alim15x3: add Mitac 8317 and derivatives to ali_cable_override() by Bartlomiej Zolnierkiewicz · 17 years ago
  16. 8562043 ide: constify struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  17. 039788e ide: replace ide_pci_device_t by struct ide_port_info by Bartlomiej Zolnierkiewicz · 17 years ago
  18. 2832830 alim15x3: use ->host_flags and ->udma_mask fields from ide_pci_device_t by Bartlomiej Zolnierkiewicz · 17 years ago
  19. cad221a alim15x3: fix CD_ROM DMA and PIO FIFO settings setup by Bartlomiej Zolnierkiewicz · 17 years ago
  20. 85ad93a ide: set drive->autotune in ide_pci_setup_ports() by Bartlomiej Zolnierkiewicz · 17 years ago
  21. 93c6807 alim15x3: always tune PIO by Bartlomiej Zolnierkiewicz · 17 years ago
  22. 5f8b6c3 ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  23. 238e4f1 ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  24. 47b6878 ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags by Bartlomiej Zolnierkiewicz · 17 years ago
  25. 7cab14a ide: add IDE_HFLAG_BOOTABLE host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  26. 33c1002 ide: add IDE_HFLAG_NO_ATAPI_DMA host flag by Bartlomiej Zolnierkiewicz · 17 years ago
  27. 9ff6f72 ide: remove hwif->autodma and drive->autodma by Bartlomiej Zolnierkiewicz · 17 years ago
  28. 9cbcc5e ide: use PCI_VDEVICE() macro by Bartlomiej Zolnierkiewicz · 17 years ago
  29. 0ae2e17 ide: remove ->ide_dma_check (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  30. d3b90ba ide: remove drive->init_speed zeroing by Bartlomiej Zolnierkiewicz · 17 years ago
  31. 99149a4 alim15x3: remove redundant m5229_revision check by Bartlomiej Zolnierkiewicz · 17 years ago
  32. 88b2b32 ide: move ide_config_drive_speed() calls to upper layers (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  33. 19f7115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  34. 8f4dd2e ide: use only ->set_pio_mode method for programming PIO modes (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  35. a6fe837 alim15x3: PIO mode setup fixes by Bartlomiej Zolnierkiewicz · 17 years ago
  36. 26bcb87 ide: add ide_set{_max}_pio() (take 4) by Bartlomiej Zolnierkiewicz · 17 years ago
  37. f212ff2 ide: move ide_rate_filter() calls to the upper layer (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  38. 1855256 drivers/firmware: const-ify DMI API and internals by Jeff Garzik · 17 years ago
  39. 03e6f48 pata_ali/alim15x3: override 80-wire cable detection for Toshiba S1800-814 by Daniel Exner · 17 years ago
  40. 8663fd6 alim15x3: Correct HP detect by Bartlomiej Zolnierkiewicz · 17 years ago
  41. 4099d14 ide: add PIO masks by Bartlomiej Zolnierkiewicz · 17 years ago
  42. 2134758 ide: drop "PIO data" argument from ide_get_best_pio_mode() by Bartlomiej Zolnierkiewicz · 17 years ago
  43. a5d8c5c ide: add ide_pci_device_t.host_flags (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  44. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  45. 95ba8c1 alim15x3: backport short cables support from pata_ali.c by Bartlomiej Zolnierkiewicz · 17 years ago
  46. 49521f9 ide: add short cables support by Bartlomiej Zolnierkiewicz · 17 years ago
  47. 38ff8a7 alim15x3: use ide_tune_dma() by Bartlomiej Zolnierkiewicz · 17 years ago
  48. ecfd80e ide: make /proc/ide/ optional by Bartlomiej Zolnierkiewicz · 17 years ago
  49. 2d5eaa6 ide: rework the code for selecting the best DMA transfer mode (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  50. 1813720 ide: fix UDMA/MWDMA/SWDMA masks (v3) by Bartlomiej Zolnierkiewicz · 17 years ago
  51. 072cdcb alim15x3: PIO fallback fix by Bartlomiej Zolnierkiewicz · 17 years ago
  52. 21b8247 alim15x3: fix PIO mode setup by Sergei Shtylyov · 17 years ago
  53. 3608b5d ide: add ide_set_dma() helper (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 0ecdca2 ide: use PIO/MMIO operations directly where possible (v2) by Bartlomiej Zolnierkiewicz · 17 years ago
  55. 82ab1ee ide: add missing __init tags to IDE PCI host drivers by Bartlomiej Zolnierkiewicz · 17 years ago
  56. b148900 [PATCH] ide: more conversion to pci_get APIs by Alan Cox · 18 years ago
  57. e11db06 [PATCH] alim15x3.c: M5229 (rev c8) support for DMA cd-writer by Michael De Backer · 18 years ago
  58. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  59. 0d8a95e [PATCH] alim15x3: ULI M-1573 south Bridge support by KAI.HSU · 18 years ago
  60. 2fefef1 [PATCH] alim15x3: use KERN_WARNING by Alexey Dobriyan · 19 years ago
  61. cc3f7ca [PATCH] alim15x3: replace pci_find_device() with pci_dev_present() by Hanna Linder · 19 years ago
  62. c2f1258 [PATCH] ide: hotplug mark __devinit alim15x3.c by Herbert Xu · 19 years ago
  63. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago