Age | Commit message (Expand) | Author | Files | Lines |
2008-10-21 | ide: remove useless subdirs from drivers/ide/ | Bartlomiej Zolnierkiewicz | 1 | -358/+0 |
2008-10-13 | ide: use unique names for struct pci_driver instances | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
2008-10-13 | ide: use 'drive->dn & 1' instead of drive->select.b.unit | Bartlomiej Zolnierkiewicz | 1 | -4/+3 |
2008-10-13 | cy82c693: remove no longer needed CY82C693_DEBUG_LOGS code | Bartlomiej Zolnierkiewicz | 1 | -51/+0 |
2008-10-13 | cy82c693: remove dead CY82C693_SETDMA_CLOCK code | Bartlomiej Zolnierkiewicz | 1 | -60/+0 |
2008-10-10 | ide: add proper PCI PM support (v2) | Bartlomiej Zolnierkiewicz | 1 | -1/+3 |
2008-08-18 | drivers/ide/pci/: use __devexit_p() | Adrian Bunk | 1 | -1/+1 |
2008-07-24 | ide: drop 'name' parameter from ->init_chipset method | Bartlomiej Zolnierkiewicz | 1 | -5/+5 |
2008-07-24 | ide: prefix messages from IDE PCI host drivers by driver name | Bartlomiej Zolnierkiewicz | 1 | -1/+3 |
2008-07-24 | cy82c693: add ->remove method and module_exit() | Bartlomiej Zolnierkiewicz | 1 | -1/+18 |
2008-07-24 | ide: add ->dev and ->host_priv fields to struct ide_host | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-07-16 | cy82c693: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 1 | -5/+4 |
2008-07-15 | ide: remove obsoleted "idebus=" kernel parameter | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-04-27 | ide: mark "idebus=" kernel parameter as obsoleted (take 2) | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2008-04-27 | ide: add "vlb|pci_clock=" parameter | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-04-26 | ide: add struct ide_port_ops (take 2) | Bartlomiej Zolnierkiewicz | 1 | -10/+6 |
2008-04-26 | IDE: Coding Style fixes to drivers/ide/pci/cy82c693.c | Paolo Ciarrocchi | 1 | -37/+37 |
2008-04-26 | ide: remove IDE_HFLAG_CY82C693 host flag | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-04-26 | ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE | Bartlomiej Zolnierkiewicz | 1 | -2/+1 |
2008-02-02 | ide: remove needless includes from PCI host drivers | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2008-02-01 | ide: delete filenames/versions from comments | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2008-02-01 | ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t | Bartlomiej Zolnierkiewicz | 1 | -2/+3 |
2008-01-26 | cy82c693: add ->set_dma_mode method | Bartlomiej Zolnierkiewicz | 1 | -53/+11 |
2008-01-26 | cy82c693: correct DMA modes clipping | Bartlomiej Zolnierkiewicz | 1 | -6/+6 |
2007-10-26 | cy82c693: fix build for CONFIG_HOTPLUG=n | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
2007-10-20 | ide: constify struct ide_port_info | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-10-20 | ide: replace ide_pci_device_t by struct ide_port_info | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-10-20 | ide: add ->chipset field to ide_pci_device_t | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-10-19 | ide: set drive->autotune in ide_pci_setup_ports() | Bartlomiej Zolnierkiewicz | 1 | -3/+0 |
2007-10-19 | cy82c693: always tune PIO | Bartlomiej Zolnierkiewicz | 1 | -5/+5 |
2007-10-19 | ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2) | Bartlomiej Zolnierkiewicz | 1 | -3/+2 |
2007-10-19 | ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2007-10-19 | ide: add IDE_HFLAG_BOOTABLE host flag | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2007-10-19 | ide: add IDE_HFLAG_NO_ATAPI_DMA host flag | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2007-10-16 | ide: remove hwif->autodma and drive->autodma | Bartlomiej Zolnierkiewicz | 1 | -6/+0 |
2007-10-16 | ide: use PCI_VDEVICE() macro | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2007-10-16 | ide: remove ->ide_dma_check (take 2) | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-10-11 | ide: add ide_set{_max}_pio() (take 4) | Bartlomiej Zolnierkiewicz | 1 | -18/+2 |
2007-07-20 | ide: add PIO masks | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
2007-07-20 | ide: drop "PIO data" argument from ide_get_best_pio_mode() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-07-20 | ide: add ide_pci_device_t.host_flags (take 2) | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-02-17 | ide: use PIO/MMIO operations directly where possible (v2) | Bartlomiej Zolnierkiewicz | 1 | -6/+6 |
2007-02-17 | ide: remove ide_pci_device_t tables with only one entry | Bartlomiej Zolnierkiewicz | 1 | -12/+9 |
2007-01-27 | ide: add missing __init tags to IDE PCI host drivers | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2006-10-03 | [PATCH] IDE: more pci_find cleanup | Alan Cox | 1 | -2/+3 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2005-11-09 | [PATCH] ide: possible cleanups | Adrian Bunk | 1 | -1/+1 |
2005-07-03 | [PATCH] ide: hotplug mark __devinit cy82c693.c | Herbert Xu | 1 | -4/+4 |
2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+531 |