1. 0c93ea4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  2. 7a192ec platform driver: fix incorrect use of 'platform_bus_type' with 'struct device_driver' by Ming Lei · 15 years ago
  3. 2ebe1d9 ide: use try_to_identify() in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 15 years ago
  4. ff18b89 ide: clear drive IRQ after re-enabling local IRQs in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 15 years ago
  5. f323b80 ide: sanitize SELECT_MASK() usage in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 15 years ago
  6. 1bd4c1f ide: classify device type in do_probe() by Bartlomiej Zolnierkiewicz · 15 years ago
  7. 552d3a9 ide: remove broken EXABYTENEST support by Bartlomiej Zolnierkiewicz · 15 years ago
  8. 4cda15a ide: shorten timeout value in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 15 years ago
  9. 62bd044 ide: propagate AltStatus workarounds to ide_driveid_update() by Bartlomiej Zolnierkiewicz · 15 years ago
  10. 2f40c9b ide: fix kmalloc() failure handling in ide_driveid_update() by Bartlomiej Zolnierkiewicz · 15 years ago
  11. 86ccf37 ide: remove pciirq argument from ide_pci_setup_ports() by Bartlomiej Zolnierkiewicz · 15 years ago
  12. 2ed0ef5 ide: fix ->init_chipset method to return 'int' value by Bartlomiej Zolnierkiewicz · 15 years ago
  13. a182807 ide: remove try_to_identify() wrapper by Bartlomiej Zolnierkiewicz · 15 years ago
  14. f77e03c ide: remove no longer needed IRQ auto-probing from try_to_identify() (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  15. 8b07ed2 ide: remove no longer needed IRQ fallback code from hwif_init() by Bartlomiej Zolnierkiewicz · 15 years ago
  16. bd0c084 amd74xx: remove no longer needed ->init_hwif method by Bartlomiej Zolnierkiewicz · 15 years ago
  17. 2467922 ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS by Bartlomiej Zolnierkiewicz · 15 years ago
  18. f65dedf ide: use ide_pci_is_in_compatibility_mode() in ide_pci_init_{one,two}() by Bartlomiej Zolnierkiewicz · 15 years ago
  19. 5bae8bf ide: use pci_get_legacy_ide_irq() in ide_pci_init_{one,two}() by Bartlomiej Zolnierkiewicz · 15 years ago
  20. 80d15a6 ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}() by Bartlomiej Zolnierkiewicz · 15 years ago
  21. 1b166ae trm290: small ->init_hwif cleanup by Bartlomiej Zolnierkiewicz · 15 years ago
  22. 49727e3 ns87415: small ->init_hwif cleanup by Bartlomiej Zolnierkiewicz · 15 years ago
  23. 973d9e7 ns87415: use pci_get_legacy_ide_irq() by Bartlomiej Zolnierkiewicz · 15 years ago
  24. 213e4b0 amd74xx: use ide_pci_is_in_compatibility_mode() by Bartlomiej Zolnierkiewicz · 15 years ago
  25. 327fa1c ide: move error handling code to ide-eh.c (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  26. 122f06f ide: checkpatch.pl fixes for ide-iops.c by Bartlomiej Zolnierkiewicz · 15 years ago
  27. ee1b1cc ide: fix comments in ide_config_drive_speed() by Bartlomiej Zolnierkiewicz · 15 years ago
  28. 4d7bb47 ide: fix printk() levels in [atapi_]reset_pollfunc() by Bartlomiej Zolnierkiewicz · 15 years ago
  29. 1574cf6 ide: move standard I/O code to ide-io-std.c by Bartlomiej Zolnierkiewicz · 15 years ago
  30. 0d6a975 ide: move ide_read_bcount_and_ireason() to ide-atapi.c by Bartlomiej Zolnierkiewicz · 15 years ago
  31. 7eeaaaa ide: move xfer mode tuning code to ide-xfer-mode.c by Bartlomiej Zolnierkiewicz · 15 years ago
  32. 11938c9 ide: move device settings code to ide-devsets.c by Bartlomiej Zolnierkiewicz · 15 years ago
  33. c4e66c3 ide: move ide_do_park_unpark() to ide-park.c by Bartlomiej Zolnierkiewicz · 15 years ago
  34. 1bc6daa ide: factor out processing of special commands from ide_special_rq() by Bartlomiej Zolnierkiewicz · 15 years ago
  35. 1866082 ide: remove ide_do_drive_cmd() by Bartlomiej Zolnierkiewicz · 15 years ago
  36. 65ca537 ide: move ide_dma_timeout_retry() to ide-dma.c by Bartlomiej Zolnierkiewicz · 15 years ago
  37. b6a45a0 ide: move drive_is_ready() to ide-io.c by Bartlomiej Zolnierkiewicz · 15 years ago
  38. 75a0cff ide: unexport ide_devset_execute() by Bartlomiej Zolnierkiewicz · 15 years ago
  39. 2b9ae46 ide: remove stale comments from drive_is_ready() by Bartlomiej Zolnierkiewicz · 15 years ago
  40. b0b3914 ide-acpi: remove taskfile_load_raw() by Bartlomiej Zolnierkiewicz · 15 years ago
  41. 1f5892a ide-acpi: cleanup do_drive_set_taskfiles() by Bartlomiej Zolnierkiewicz · 15 years ago
  42. 2f0d0fd ide-acpi: cleanup do_drive_get_GTF() by Bartlomiej Zolnierkiewicz · 15 years ago
  43. 8b803bd ide: sanitize ACPI initialization by Bartlomiej Zolnierkiewicz · 15 years ago
  44. 7ed5b15 ide: add ide_for_each_present_dev() iterator by Bartlomiej Zolnierkiewicz · 15 years ago
  45. 8cd3c60 ide-acpi: init ACPI handles early for devices by Bartlomiej Zolnierkiewicz · 15 years ago
  46. 94635d3e ide-acpi: no need to zero ->acpidata for devices by Bartlomiej Zolnierkiewicz · 15 years ago
  47. 1902a25 ide: remove superfluous check from ide_proc_port_register_devices() by Bartlomiej Zolnierkiewicz · 15 years ago
  48. 0688d3a ide: init_irq() doesn't need to hold ide_cfg_mtx by Bartlomiej Zolnierkiewicz · 15 years ago
  49. 7362951 ide: move ->lock and ->timer init from init_irq() to ide_init_port_data() by Bartlomiej Zolnierkiewicz · 15 years ago
  50. d336ae3 ide: no need to touch local IRQs in ide_probe_port() by Bartlomiej Zolnierkiewicz · 15 years ago
  51. 7a254df ide: move ide_pktcmd_tf_load() to ide-atapi.c by Bartlomiej Zolnierkiewicz · 15 years ago
  52. 7610c4f ide: fix IDE_DFLAG_NO_IO_32BIT handling by Bartlomiej Zolnierkiewicz · 15 years ago
  53. 5d82720 ide: save the returned value of dma_map_sg by FUJITA Tomonori · 15 years ago
  54. 3eb76c1 ide-floppy: do not map dataless cmds to an sg by Borislav Petkov · 15 years ago
  55. 6e5f1e1 ide: add at91_ide driver by Stanislaw Gruszka · 15 years ago
  56. 849d713 ide: allow to wrap interrupt handler by Stanislaw Gruszka · 15 years ago
  57. a509538 ide-iops: fix odd-length ATAPI PIO transfers by Sergei Shtylyov · 15 years ago
  58. 71bfc7a ide: NULL noise: drivers/ide/ide-*.c by Hannes Eder · 15 years ago
  59. e0c6dcd ide: expiry() returns int, negative expiry() return values won't be noticed by Roel Kluin · 15 years ago
  60. 8fed436 ide: fix refcounting in device drivers by Bartlomiej Zolnierkiewicz · 15 years ago
  61. d3dd710 ide-cd: document capacity hack by Bartlomiej Zolnierkiewicz · 15 years ago
  62. f38344b it821x: remove dead URL by Bartlomiej Zolnierkiewicz · 15 years ago
  63. f76bee1 atiixp: fix missing parentheses by Roel Kluin · 15 years ago
  64. 43a1221 amd74xx: device/vendor confusion by Roel Kluin · 15 years ago
  65. 0af80c0 ide: ide.c 'clear' fix, update "ide=nodma" documentation by David Fries · 15 years ago
  66. 5193535 Fix my email address in qd65xx.[ch]/pata_qdi.c by Samuel Thibault · 15 years ago
  67. d224b62 icside: fix PCB version 6 support (v2) by Bartlomiej Zolnierkiewicz · 15 years ago
  68. 9711a53 tx4939ide: typo fix and minor cleanup by Atsushi Nemoto · 15 years ago
  69. a77dcc4 ide: add CS5536 host driver (v3) by Bartlomiej Zolnierkiewicz · 15 years ago
  70. 9f6514c ide: Force VIA IDE legacy interrupts for AmigaOne boards by Gerhard Pircher · 15 years ago
  71. 51d6ac7 IDE: Unregister and disable devices if initialization fails. by Ian Campbell · 15 years ago
  72. 9a100f4 ide: fix ide_register_port() failure handling by Bartlomiej Zolnierkiewicz · 15 years ago
  73. e5461f3 ide: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  74. 9e772d0 ide-cd: fix DMA for non bio-backed requests by Borislav Petkov · 15 years ago
  75. ef183f6 drivers/ide/palm_bk3710.c buildfix by David Brownell · 15 years ago
  76. abb8817 ide: fix Falcon IDE breakage by Michael Schmitz · 15 years ago
  77. bb54aff ide: fix IDE PMAC breakage by Andreas Schwab · 15 years ago
  78. 2ea5521 ide: fix suspend regression by Bartlomiej Zolnierkiewicz · 15 years ago
  79. a294d97 tx4938ide: Fix build error due to read_sff_dma_status moving by Atsushi Nemoto · 15 years ago
  80. e86c145 ide: remove unused CONFIG_BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQ by Bartlomiej Zolnierkiewicz · 15 years ago
  81. cadb300 sl82c105: remove dead code by Bartlomiej Zolnierkiewicz · 15 years ago
  82. 4180e83 via82cxxx: fix cable warning message by Bartlomiej Zolnierkiewicz · 15 years ago
  83. 655772c ide: can't use SSD/non-rotational queue flag for all CFA devices by Bartlomiej Zolnierkiewicz · 15 years ago
  84. 4a24626 it821x.c: use dev->revision instead of pci_read_config_byte by Brandon Philips · 15 years ago
  85. b94b898 it821x: Add ultra_mask quirk for Vortex86SX by Brandon Philips · 15 years ago
  86. 9b89603 ide: fix accidental LOCKDEP breakage caused by local_irq_set() removal by Bartlomiej Zolnierkiewicz · 15 years ago
  87. b2576e1 Merge branch 'linus' into release by Len Brown · 16 years ago
  88. c2ce5ca scc_pata: make use of scc_dma_sff_read_status() by Sergei Shtylyov · 16 years ago
  89. 0578963 ide-dma-sff: factor out ide_dma_sff_write_status() by Sergei Shtylyov · 16 years ago
  90. 592b531 ide: move read_sff_dma_status() method to 'struct ide_dma_ops' by Sergei Shtylyov · 16 years ago
  91. 3f023b0 ide: don't set hwif->dma_ops in init_dma() method by Sergei Shtylyov · 16 years ago
  92. 391ad19 Resurrect IT8172 IDE controller driver by Shane McDonald · 16 years ago
  93. 7ee9803 piix: sync ich_laptop[] with ata_piix.c by Bartlomiej Zolnierkiewicz · 16 years ago
  94. e630fcb ide: fix ide_port_scan() to do ACPI setup after initializing request queues by Bartlomiej Zolnierkiewicz · 16 years ago
  95. c38714e ide: remove now redundant ->cur_dev checks by Bartlomiej Zolnierkiewicz · 16 years ago
  96. b1b1cd9 ide: remove superfluous hwif variable assignment from ide_timer_expiry() by Bartlomiej Zolnierkiewicz · 16 years ago
  97. 8c6de94 ide: use ide_pci_is_in_compatibility_mode() helper in setup-pci.c by Bartlomiej Zolnierkiewicz · 16 years ago
  98. 9600dcf ide: make "paranoia" ->handler check in ide_intr() more strict by Bartlomiej Zolnierkiewicz · 16 years ago
  99. d6251d4 ide-cd: convert to ide-atapi facilities by Borislav Petkov · 16 years ago
  100. 1e91477 ide-cd: start DMA before sending the actual packet command by Borislav Petkov · 16 years ago