Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
837468d135dcc49cdabc9fa92fc9550479f60704
/
drivers
/
ide
/
via82cxxx.c
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/via82cxxx.c]
a9ab09e
ide: use unique names for struct pci_driver instances
by Bartlomiej Zolnierkiewicz
· 16 years ago
feb22b7
ide: add proper PCI PM support (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
7e59ea2
ide: check drive->present in ide_get_paired_drive()
by Bartlomiej Zolnierkiewicz
· 16 years ago
a69999e
drivers/ide/pci/: use __devexit_p()
by Adrian Bunk
· 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
585f67e
via82cxxx: add ->remove method and module_exit()
by Bartlomiej Zolnierkiewicz
· 16 years ago
37525be
via82cxxx: cleanup ->init_chipset method
by Bartlomiej Zolnierkiewicz
· 16 years ago
ee77325
via82cxxx: convert to use ->host_priv
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
f06ab34
ide: convert ide-timing.h to ide-timings.c library (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
30e5ee4
ide: remove obsoleted "idebus=" kernel parameter
by Bartlomiej Zolnierkiewicz
· 16 years ago
d6cddd3
ide: eliminate FIT() macro
by Harvey Harrison
· 16 years ago
ebae41a
ide: add "vlb|pci_clock=" parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
ac95bee
ide: add struct ide_port_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
078fdf7
ide: remove PIO "downgrade" quirk
by Bartlomiej Zolnierkiewicz
· 17 years ago
5e71d9c
ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE
by Bartlomiej Zolnierkiewicz
· 17 years ago
84f7e45
via82cxxx: add new PCI id for cx700
by Andrew Smith
· 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
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
6157332
via82cxxx: keep local ide_pci_device_t copy
by Bartlomiej Zolnierkiewicz
· 17 years ago
caea760
ide: add IDE_HFLAG_{IO_32BIT,UNMASK_IRQS} host flags
by Bartlomiej Zolnierkiewicz
· 17 years ago
8acf28c
ide: add IDE_HFLAG_FORCE_LEGACY_IRQS host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
85ad93a
ide: set drive->autotune in ide_pci_setup_ports()
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
8fcb2ea
amd74xx/via82cxxx: don't initialize drive->dn
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
88b2b32
ide: move ide_config_drive_speed() calls to upper layers (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
3b4024d
amd74xx/via82cxxx: check ide_config_drive_speed() return value
by Bartlomiej Zolnierkiewicz
· 17 years ago
19f7115
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 17 years ago
55f17e8
amd74xx/via82cxxx: use ide_tune_dma()
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
a8028fc
ide: add missing ide_rate_filter() calls to ->speedproc()-s
by Bartlomiej Zolnierkiewicz
· 17 years ago
1855256
drivers/firmware: const-ify DMI API and internals
by Jeff Garzik
· 17 years ago
58e47bb
via82cxxx: add Arima W730-K8 and other rebadgings to short cables list
by Bartlomiej Zolnierkiewicz
· 17 years ago
b311ec4
[libata, IDE] add new VIA bridge to VIA PATA drivers
by Joseph Chan
· 17 years ago
4099d14
ide: add PIO masks
by Bartlomiej Zolnierkiewicz
· 17 years ago
6a824c9
ide: remove ide_find_best_pio_mode()
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
bdab00b
via82cxxx: backport short cables support from pata_via.c
by Bartlomiej Zolnierkiewicz
· 17 years ago
49521f9
ide: add short cables support
by Bartlomiej Zolnierkiewicz
· 17 years ago
75b1d97
ide: convert ide_find_best_mode() users to use ide_max_dma_mode()
by Bartlomiej Zolnierkiewicz
· 17 years ago
3608b5d
ide: add ide_set_dma() helper (v2)
by Bartlomiej Zolnierkiewicz
· 18 years ago
fb594d3
[PATCH] via82cxxx: fix typo ("cx7000" should be corrected to "cx700")
by Bartlomiej Zolnierkiewicz
· 18 years ago
e0b874d
via82cxxx/pata_via: correct PCI_DEVICE_ID_VIA_SATA_EIDE ID and add support for CX700 and 8237S
by Josepch Chan
· 18 years ago
82ab1ee
ide: add missing __init tags to IDE PCI host drivers
by Bartlomiej Zolnierkiewicz
· 18 years ago
cd36bee
[PATCH] via82cxxx: fix cable detection
by Bartlomiej Zolnierkiewicz
· 18 years ago
23a1b2a
[PATCH] via82cxxx: handle error condition properly
by Alan Cox
· 18 years ago
74a9d5f
[PATCH] Remove inclusion of asm/processor.h in via82cxxx.c
by Sascha Hauer
· 18 years ago
652aa16
[PATCH] IDE: more pci_find cleanup
by Alan Cox
· 18 years ago
a7dec1e
[PATCH] Missing PCI id update for VIA IDE
by Alan Cox
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
e822250
[PATCH] powerpc: Kill _machine and hard-coded platform numbers
by Benjamin Herrenschmidt
· 19 years ago
3b212db
[PATCH] powerpc: Some ppc compile fixes...
by David Woodhouse
· 19 years ago
ceef833
[PATCH] via82cxxx IDE: Add VT8251 ISA bridge
by Daniel Drake
· 19 years ago
4f1d774
[PATCH] via82cxxx: add VIA VT6410 IDE support
by Mathias Kretschmer
· 19 years ago
7462cbf
[PATCH] via82cxxx IDE: support multiple controllers
by Daniel Drake
· 19 years ago
861e76a
[PATCH] via82cxxx IDE: remove /proc/via entry
by Daniel Drake
· 19 years ago
f3718d3
[PATCH] ide: hotplug mark __devinit via82cxxx.c
by Herbert Xu
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago