ide: add device flags
[safe/jmp/linux-2.6] / drivers / ide / pci / it821x.c
2008-10-13 Bartlomiej Zolnier... ide: add device flags
2008-10-10 Bartlomiej Zolnier... ide: add proper PCI PM support (v2)
2008-10-10 Bartlomiej Zolnier... ide: include <linux/hdreg.h> only when needed
2008-10-10 Bartlomiej Zolnier... ide: remove drive->driveid
2008-10-10 Bartlomiej Zolnier... ide: make drive->id an union (take 2)
2008-08-18 Adrian Bunkdrivers/ide/pci/: use __devexit_p()
2008-08-05 Bartlomiej Zolnier... ide: ->cable_detect method cannot be marked __devinit
2008-08-05 Bartlomiej Zolnier... ide: ->quirkproc method cannot be marked __devinit
2008-07-24 Bartlomiej Zolnier... ide: drop 'name' parameter from ->init_chipset method
2008-07-24 Bartlomiej Zolnier... ide: prefix messages from IDE PCI host drivers by drive...
2008-07-24 Bartlomiej Zolnier... it821x: remove DECLARE_ITE_DEV() macro
2008-07-24 Bartlomiej Zolnier... ide: include PCI device name in messages from IDE PCI...
2008-07-24 Bartlomiej Zolnier... it821x: add ->remove method and module_exit()
2008-07-24 Bartlomiej Zolnier... it821x: convert to use ->host_priv
2008-07-24 Bartlomiej Zolnier... ide: add ->dev and ->host_priv fields to struct ide_host
2008-07-16 Dimitri Gorokhovikide: it821x in pass-through mode segfaults in 2.6.26...
2008-04-26 Bartlomiej Zolnier... ide: add struct ide_dma_ops (take 3)
2008-04-26 Bartlomiej Zolnier... ide: add struct ide_port_ops (take 2)
2008-04-26 Bartlomiej Zolnier... it821x: fix kzalloc() failure handling
2008-04-26 Bartlomiej Zolnier... ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE
2008-04-16 Paul Bolleit821x: do not describe noraid parameter with its value
2008-02-02 Bartlomiej Zolnier... ide: remove needless includes from PCI host drivers
2008-02-02 Bartlomiej Zolnier... ide: add ->cable_detect method to ide_hwif_t
2008-02-01 Bartlomiej Zolnier... ide: delete filenames/versions from comments
2008-02-01 Bartlomiej Zolnier... ide: keep pointer to struct device instead of struct...
2008-01-26 Bartlomiej Zolnier... ide: merge ->fixup and ->quirkproc methods
2007-11-13 Bartlomiej Zolnier... it821x/jmicron: fix return value of {it821x,jmicron...
2007-10-20 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2007-10-19 Bartlomiej Zolnier... ide: constify struct ide_port_info
2007-10-19 Bartlomiej Zolnier... ide: replace ide_pci_device_t by struct ide_port_info
2007-10-19 Robert P. J. DayFix misspellings of "system", "controller", "interrupt...
2007-10-18 Bartlomiej Zolnier... ide: set drive->autotune in ide_pci_setup_ports()
2007-10-18 Bartlomiej Zolnier... ide: add ->mwdma_mask and ->swdma_mask to ide_pci_devic...
2007-10-18 Bartlomiej Zolnier... ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags
2007-10-18 Bartlomiej Zolnier... ide: add IDE_HFLAG_BOOTABLE host flag
2007-10-18 Bartlomiej Zolnier... ide: add IDE_HFLAG_NO_ATAPI_DMA host flag
2007-10-16 Bartlomiej Zolnier... ide: remove hwif->autodma and drive->autodma
2007-10-16 Bartlomiej Zolnier... ide: use PCI_VDEVICE() macro
2007-10-16 Bartlomiej Zolnier... ide: remove ->ide_dma_check (take 2)
2007-10-13 Bartlomiej Zolnier... ide: move ide_config_drive_speed() calls to upper layer...
2007-10-11 Bartlomiej Zolnier... ide: use only ->set_pio_mode method for programming...
2007-10-11 Bartlomiej Zolnier... ide: add ide_set{_max}_pio() (take 4)
2007-10-11 Bartlomiej Zolnier... ide: move ide_rate_filter() calls to the upper layer...
2007-07-19 Bartlomiej Zolnier... ide: add PIO masks
2007-07-19 Bartlomiej Zolnier... ide: drop "PIO data" argument from ide_get_best_pio_mode()
2007-07-19 Bartlomiej Zolnier... ide: add ide_pci_device_t.host_flags (take 2)
2007-07-09 Bartlomiej Zolnier... ide: add short cables support
2007-07-03 Bartlomiej Zolnier... it821x: fix incorrect SWDMA mask
2007-06-08 Bartlomiej Zolnier... it821x: RAID mode fixes
2007-05-15 Bartlomiej Zolnier... ide: use ide_tune_dma() part #2
2007-05-09 Bartlomiej Zolnier... ide: rework the code for selecting the best DMA transfe...
2007-05-05 Bartlomiej Zolnier... it821x: PIO mode setup fixes
2007-02-17 Bartlomiej Zolnier... ide: make ide_hwif_t.ide_dma_{host_off,off_quietly...
2007-02-17 Bartlomiej Zolnier... ide: add ide_set_dma() helper (v2)
2006-07-28 Jens Axboe[PATCH] it821x: fix ide dma setup bug
2006-07-01 Alan Cox[PATCH] Fix problem with ATAPI DMA on IT8212 in Linux
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-02-03 Alan Cox[PATCH] ide: set latency when resetting it821x out...
2005-11-07 Deepak Saxena[PATCH] ide: kmalloc + memset -> kzalloc conversion
2005-06-28 Alan Cox[PATCH] ide: it8212 backport for Bartlomiej IDE