Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b78d7b4f204a6ba1901af36c95e10fded9816054
/
drivers
/
ide
/
serverworks.c
8776168
ide: change ->set_dma_mode method parameters
by Bartlomiej Zolnierkiewicz
· 15 years ago
e085b3c
ide: change ->set_pio_mode method parameters
by Bartlomiej Zolnierkiewicz
· 15 years ago
cb06fc3
serverworks: add missing pci_dev_put() call
by Bartlomiej Zolnierkiewicz
· 15 years ago
e7593af
serverworks: cleanup svwks_udma_filter()
by Bartlomiej Zolnierkiewicz
· 15 years ago
2ed0ef5
ide: fix ->init_chipset method to return 'int' value
by Bartlomiej Zolnierkiewicz
· 16 years ago
2467922
ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS
by Bartlomiej Zolnierkiewicz
· 16 years ago
898ec22
ide: remove HWIF() macro
by Bartlomiej Zolnierkiewicz
· 16 years ago
2bfba3c
ide: remove useless subdirs from drivers/ide/
by Bartlomiej Zolnierkiewicz
· 16 years ago
[Renamed from drivers/ide/pci/serverworks.c]
a9ab09e
ide: use unique names for struct pci_driver instances
by Bartlomiej Zolnierkiewicz
· 16 years ago
123995b
ide: use 'drive->dn & 1' instead of drive->select.b.unit
by Bartlomiej Zolnierkiewicz
· 16 years ago
feb22b7
ide: add proper PCI PM support (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
3ceca72
ide: include <linux/hdreg.h> only when needed
by Bartlomiej Zolnierkiewicz
· 16 years ago
4dde449
ide: make drive->id an union (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
f454cbe
ide: ->cable_detect method cannot be marked __devinit
by Bartlomiej Zolnierkiewicz
· 16 years ago
a326b02
ide: drop 'name' parameter from ->init_chipset method
by Bartlomiej Zolnierkiewicz
· 16 years ago
ced3ec8
ide: prefix messages from IDE PCI host drivers by driver name
by Bartlomiej Zolnierkiewicz
· 16 years ago
28cfd8a
ide: include PCI device name in messages from IDE PCI host drivers
by Bartlomiej Zolnierkiewicz
· 16 years ago
bc2c9a8
serverworks: add ->remove method and module_exit()
by Bartlomiej Zolnierkiewicz
· 16 years ago
6cdf6eb
ide: add ->dev and ->host_priv fields to struct ide_host
by Bartlomiej Zolnierkiewicz
· 16 years ago
3b2a5c7
ide: filter out "default" transfer mode values in set_xfer_rate()
by Bartlomiej Zolnierkiewicz
· 16 years ago
ac95bee
ide: add struct ide_port_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
5e71d9c
ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE
by Bartlomiej Zolnierkiewicz
· 17 years ago
78829dd
ide: remove needless includes from PCI host drivers
by Bartlomiej Zolnierkiewicz
· 17 years ago
bfa14b4
ide: add ->cable_detect method to ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
58f189f
ide: delete filenames/versions from comments
by Bartlomiej Zolnierkiewicz
· 17 years ago
3650165
ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
8ac2b42a
ide: add IDE_HFLAG_CLEAR_SIMPLEX host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
7b971df
serverworks: cleanup ->set_dma_mode method
by Bartlomiej Zolnierkiewicz
· 17 years ago
4db90a1
ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
8562043
ide: constify struct ide_port_info
by Bartlomiej Zolnierkiewicz
· 17 years ago
039788e
ide: replace ide_pci_device_t by struct ide_port_info
by Bartlomiej Zolnierkiewicz
· 17 years ago
b515da8
serverworks: remove dead code from svwks_set_dma_mode()
by Bartlomiej Zolnierkiewicz
· 17 years ago
85ad93a
ide: set drive->autotune in ide_pci_setup_ports()
by Bartlomiej Zolnierkiewicz
· 17 years ago
3985ee3
ide: add IDE_HFLAG_LEGACY_IRQS host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
7ed5829
serverworks: remove ->init_setup
by Bartlomiej Zolnierkiewicz
· 17 years ago
5f8b6c3
ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
47b6878
ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags
by Bartlomiej Zolnierkiewicz
· 17 years ago
7cab14a
ide: add IDE_HFLAG_BOOTABLE host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
33c1002
ide: add IDE_HFLAG_NO_ATAPI_DMA host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
9ff6f72
ide: remove hwif->autodma and drive->autodma
by Bartlomiej Zolnierkiewicz
· 17 years ago
9cbcc5e
ide: use PCI_VDEVICE() macro
by Bartlomiej Zolnierkiewicz
· 17 years ago
0ae2e17
ide: remove ->ide_dma_check (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
65c9cd2
ide: remove ide_use_fast_pio()
by Bartlomiej Zolnierkiewicz
· 17 years ago
d3b90ba
ide: remove drive->init_speed zeroing
by Bartlomiej Zolnierkiewicz
· 17 years ago
0c824b5
ide: fix serverworks.c UDMA regression
by Tony Battersby
· 17 years ago
88b2b32
ide: move ide_config_drive_speed() calls to upper layers (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
8f4dd2e
ide: use only ->set_pio_mode method for programming PIO modes (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
26bcb87
ide: add ide_set{_max}_pio() (take 4)
by Bartlomiej Zolnierkiewicz
· 17 years ago
f212ff2
ide: move ide_rate_filter() calls to the upper layer (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
4099d14
ide: add PIO masks
by Bartlomiej Zolnierkiewicz
· 17 years ago
2134758
ide: drop "PIO data" argument from ide_get_best_pio_mode()
by Bartlomiej Zolnierkiewicz
· 17 years ago
1c164ac
serverworks: fix DMA
by Bartlomiej Zolnierkiewicz
· 17 years ago
1880a8d
serverworks: always tune PIO
by Bartlomiej Zolnierkiewicz
· 17 years ago
a5d8c5c
ide: add ide_pci_device_t.host_flags (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
44c1013
PCI: Change all drivers to use pci_device->revision
by Auke Kok
· 17 years ago
49521f9
ide: add short cables support
by Bartlomiej Zolnierkiewicz
· 17 years ago
b740d88
serverworks: always tune CSB6
by Bartlomiej Zolnierkiewicz
· 17 years ago
1abb8a8
serverworks: fix CSB6 tuning logic
by Bartlomiej Zolnierkiewicz
· 17 years ago
ed84fad
serverworks: remove crappy code
by Bartlomiej Zolnierkiewicz
· 17 years ago
585a285
ide serverworks warning fixes
by Andrew Morton
· 17 years ago
2074a10
ide/pci/serverworks.c: Fix corruption/timeouts with MegaIDE
by Alan Cox
· 17 years ago
bd203b5
ide: use ide_tune_dma() part #2
by Bartlomiej Zolnierkiewicz
· 17 years ago
9445de7
serverworks: PIO mode setup fixes
by Bartlomiej Zolnierkiewicz
· 17 years ago
2d5eaa6
ide: rework the code for selecting the best DMA transfer mode (v3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
3608b5d
ide: add ide_set_dma() helper (v2)
by Bartlomiej Zolnierkiewicz
· 18 years ago
d8f4469
ide: disable DMA in ->ide_dma_check for "no IORDY" case (v2)
by Bartlomiej Zolnierkiewicz
· 18 years ago
0ecdca2
ide: use PIO/MMIO operations directly where possible (v2)
by Bartlomiej Zolnierkiewicz
· 18 years ago
7569e8d
ide: add ide_use_fast_pio() helper (v3)
by Bartlomiej Zolnierkiewicz
· 18 years ago
946f8e4
svwks: small cleanup
by Bartlomiej Zolnierkiewicz
· 18 years ago
82ab1ee
ide: add missing __init tags to IDE PCI host drivers
by Bartlomiej Zolnierkiewicz
· 18 years ago
970a613
[PATCH] serverworks: Switch to pci refcounted interfaces
by Alan Cox
· 18 years ago
28a2a3f
[PATCH] Fix 2.6.18-rc6 IDE breakage, add missing ident needed for current VIA boards
by Alan Cox
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
f201f50
[PATCH] ide: housekeeping on IDE drivers
by Alan Cox
· 18 years ago
6d524ae
[PATCH] frv: fix uninitialised variable in serverworks driver
by David Howells
· 19 years ago
84f57fb
[PATCH] serverworks: add support for new southbridge IDE
by Narendra Sankar
· 19 years ago
bb732d7
[PATCH] ide: fix crashes with hotplug serverworks
by Alan Cox
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago