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