aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/via82cxxx.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-21ide: remove useless subdirs from drivers/ide/Bartlomiej Zolnierkiewicz1-514/+0
2008-10-13ide: use unique names for struct pci_driver instancesBartlomiej Zolnierkiewicz1-3/+3
2008-10-10ide: add proper PCI PM support (v2)Bartlomiej Zolnierkiewicz1-2/+4
2008-10-10ide: check drive->present in ide_get_paired_drive()Bartlomiej Zolnierkiewicz1-2/+2
2008-08-18drivers/ide/pci/: use __devexit_p()Adrian Bunk1-1/+1
2008-08-05ide: ->cable_detect method cannot be marked __devinitBartlomiej Zolnierkiewicz1-1/+1
2008-07-24ide: drop 'name' parameter from ->init_chipset methodBartlomiej Zolnierkiewicz1-2/+1
2008-07-24ide: prefix messages from IDE PCI host drivers by driver nameBartlomiej Zolnierkiewicz1-6/+9
2008-07-24ide: include PCI device name in messages from IDE PCI host driversBartlomiej Zolnierkiewicz1-7/+6
2008-07-24via82cxxx: add ->remove method and module_exit()Bartlomiej Zolnierkiewicz1-0/+16
2008-07-24via82cxxx: cleanup ->init_chipset methodBartlomiej Zolnierkiewicz1-46/+35
2008-07-24via82cxxx: convert to use ->host_privBartlomiej Zolnierkiewicz1-12/+21
2008-07-24ide: add ->dev and ->host_priv fields to struct ide_hostBartlomiej Zolnierkiewicz1-1/+1
2008-07-23ide: filter out "default" transfer mode values in set_xfer_rate()Bartlomiej Zolnierkiewicz1-1/+0
2008-07-16ide: convert ide-timing.h to ide-timings.c library (take 2)Bartlomiej Zolnierkiewicz1-2/+0
2008-07-15ide: remove obsoleted "idebus=" kernel parameterBartlomiej Zolnierkiewicz1-1/+1
2008-07-15ide: eliminate FIT() macroHarvey Harrison1-7/+7
2008-04-27ide: add "vlb|pci_clock=" parameterBartlomiej Zolnierkiewicz1-1/+1
2008-04-26ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz1-8/+6
2008-04-26ide: remove PIO "downgrade" quirkBartlomiej Zolnierkiewicz1-1/+0
2008-04-26ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLEBartlomiej Zolnierkiewicz1-2/+1
2008-02-19via82cxxx: add new PCI id for cx700Andrew Smith1-0/+1
2008-02-02ide: remove needless includes from PCI host driversBartlomiej Zolnierkiewicz1-4/+0
2008-02-02ide: add ->cable_detect method to ide_hwif_tBartlomiej Zolnierkiewicz1-5/+1
2008-02-01ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz1-3/+0
2008-02-01ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz1-5/+7
2008-01-25ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flagBartlomiej Zolnierkiewicz1-0/+1
2007-10-20ide: constify struct ide_port_infoBartlomiej Zolnierkiewicz1-1/+1
2007-10-20ide: replace ide_pci_device_t by struct ide_port_infoBartlomiej Zolnierkiewicz1-2/+2
2007-10-20via82cxxx: keep local ide_pci_device_t copyBartlomiej Zolnierkiewicz1-35/+27
2007-10-20ide: add IDE_HFLAG_{IO_32BIT,UNMASK_IRQS} host flagsBartlomiej Zolnierkiewicz1-17/+14
2007-10-20ide: add IDE_HFLAG_FORCE_LEGACY_IRQS host flagBartlomiej Zolnierkiewicz1-9/+11
2007-10-19ide: set drive->autotune in ide_pci_setup_ports()Bartlomiej Zolnierkiewicz1-1/+0
2007-10-19ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2)Bartlomiej Zolnierkiewicz1-2/+4
2007-10-19ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flagsBartlomiej Zolnierkiewicz1-2/+1
2007-10-19ide: add IDE_HFLAG_BOOTABLE host flagBartlomiej Zolnierkiewicz1-8/+8
2007-10-19ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz1-2/+0
2007-10-16amd74xx/via82cxxx: don't initialize drive->dnBartlomiej Zolnierkiewicz1-1/+0
2007-10-16ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz1-7/+0
2007-10-16ide: use PCI_VDEVICE() macroBartlomiej Zolnierkiewicz1-5/+5
2007-10-16ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz1-19/+0
2007-10-13ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz1-14/+9
2007-10-13amd74xx/via82cxxx: check ide_config_drive_speed() return valueBartlomiej Zolnierkiewicz1-7/+3
2007-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-21/+11
2007-10-11amd74xx/via82cxxx: use ide_tune_dma()Bartlomiej Zolnierkiewicz1-11/+4
2007-10-11ide: add ide_set{_max}_pio() (take 4)Bartlomiej Zolnierkiewicz1-10/+7
2007-10-11ide: move ide_rate_filter() calls to the upper layer (take 2)Bartlomiej Zolnierkiewicz1-3/+1
2007-10-11ide: add missing ide_rate_filter() calls to ->speedproc()-sBartlomiej Zolnierkiewicz1-0/+2
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik1-1/+1
2007-09-11via82cxxx: add Arima W730-K8 and other rebadgings to short cables listBartlomiej Zolnierkiewicz1-4/+11
2007-09-10[libata, IDE] add new VIA bridge to VIA PATA driversJoseph Chan1-0/+1
2007-07-20ide: add PIO masksBartlomiej Zolnierkiewicz1-0/+2
2007-07-20ide: remove ide_find_best_pio_mode()Bartlomiej Zolnierkiewicz1-9/+13
2007-07-20ide: add ide_pci_device_t.host_flags (take 2)Bartlomiej Zolnierkiewicz1-2/+0
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-6/+3
2007-07-09via82cxxx: backport short cables support from pata_via.cBartlomiej Zolnierkiewicz1-7/+41
2007-07-09ide: add short cables supportBartlomiej Zolnierkiewicz1-2/+7
2007-07-09ide: convert ide_find_best_mode() users to use ide_max_dma_mode()Bartlomiej Zolnierkiewicz1-71/+61
2007-02-17ide: add ide_set_dma() helper (v2)Bartlomiej Zolnierkiewicz1-2/+3
2007-02-01[PATCH] via82cxxx: fix typo ("cx7000" should be corrected to "cx700")Bartlomiej Zolnierkiewicz1-1/+1
2007-01-27via82cxxx/pata_via: correct PCI_DEVICE_ID_VIA_SATA_EIDE ID and add support fo...Josepch Chan1-0/+3
2007-01-27ide: add missing __init tags to IDE PCI host driversBartlomiej Zolnierkiewicz1-1/+1
2007-01-05[PATCH] via82cxxx: fix cable detectionBartlomiej Zolnierkiewicz1-73/+65
2006-12-07[PATCH] via82cxxx: handle error condition properlyAlan Cox1-5/+16
2006-11-13[PATCH] Remove inclusion of asm/processor.h in via82cxxx.cSascha Hauer1-2/+2
2006-10-03[PATCH] IDE: more pci_find cleanupAlan Cox1-1/+4
2006-08-30[PATCH] Missing PCI id update for VIA IDEAlan Cox1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-1/+1
2006-01-10[PATCH] powerpc: Some ppc compile fixes...David Woodhouse1-1/+1
2005-12-15[PATCH] via82cxxx IDE: Add VT8251 ISA bridgeDaniel Drake1-0/+1
2005-11-19[PATCH] via82cxxx: add VIA VT6410 IDE supportMathias Kretschmer1-9/+21
2005-11-18[PATCH] via82cxxx IDE: support multiple controllersDaniel Drake1-78/+117
2005-11-18[PATCH] via82cxxx IDE: remove /proc/via entryDaniel Drake1-188/+0
2005-07-03[PATCH] ide: hotplug mark __devinit via82cxxx.cHerbert Xu1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+656