Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
36501650ec45b1db308c3b51886044863be2d762
/
drivers
/
ide
/
pci
/
alim15x3.c
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
ecf32796
ide: ide_setup_dma() assumes 8 ports
by Sergei Shtylyov
· 17 years ago
4db90a1
ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
d151456
alim15x3: add Mitac 8317 and derivatives to ali_cable_override()
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
2832830
alim15x3: use ->host_flags and ->udma_mask fields from ide_pci_device_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
cad221a
alim15x3: fix CD_ROM DMA and PIO FIFO settings setup
by Bartlomiej Zolnierkiewicz
· 17 years ago
85ad93a
ide: set drive->autotune in ide_pci_setup_ports()
by Bartlomiej Zolnierkiewicz
· 17 years ago
93c6807
alim15x3: always tune PIO
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
238e4f1
ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flags
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
d3b90ba
ide: remove drive->init_speed zeroing
by Bartlomiej Zolnierkiewicz
· 17 years ago
99149a4
alim15x3: remove redundant m5229_revision check
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
19f7115
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 17 years ago
8f4dd2e
ide: use only ->set_pio_mode method for programming PIO modes (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
a6fe837
alim15x3: PIO mode setup fixes
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
1855256
drivers/firmware: const-ify DMI API and internals
by Jeff Garzik
· 17 years ago
03e6f48
pata_ali/alim15x3: override 80-wire cable detection for Toshiba S1800-814
by Daniel Exner
· 17 years ago
8663fd6
alim15x3: Correct HP detect
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
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
95ba8c1
alim15x3: backport short cables support from pata_ali.c
by Bartlomiej Zolnierkiewicz
· 17 years ago
49521f9
ide: add short cables support
by Bartlomiej Zolnierkiewicz
· 17 years ago
38ff8a7
alim15x3: use ide_tune_dma()
by Bartlomiej Zolnierkiewicz
· 17 years ago
ecfd80e
ide: make /proc/ide/ optional
by Bartlomiej Zolnierkiewicz
· 18 years ago
2d5eaa6
ide: rework the code for selecting the best DMA transfer mode (v3)
by Bartlomiej Zolnierkiewicz
· 18 years ago
1813720
ide: fix UDMA/MWDMA/SWDMA masks (v3)
by Bartlomiej Zolnierkiewicz
· 18 years ago
072cdcb
alim15x3: PIO fallback fix
by Bartlomiej Zolnierkiewicz
· 18 years ago
21b8247
alim15x3: fix PIO mode setup
by Sergei Shtylyov
· 18 years ago
3608b5d
ide: add ide_set_dma() helper (v2)
by Bartlomiej Zolnierkiewicz
· 18 years ago
0ecdca2
ide: use PIO/MMIO operations directly where possible (v2)
by Bartlomiej Zolnierkiewicz
· 18 years ago
82ab1ee
ide: add missing __init tags to IDE PCI host drivers
by Bartlomiej Zolnierkiewicz
· 18 years ago
b148900
[PATCH] ide: more conversion to pci_get APIs
by Alan Cox
· 18 years ago
e11db06
[PATCH] alim15x3.c: M5229 (rev c8) support for DMA cd-writer
by Michael De Backer
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
0d8a95e
[PATCH] alim15x3: ULI M-1573 south Bridge support
by KAI.HSU
· 19 years ago
2fefef1
[PATCH] alim15x3: use KERN_WARNING
by Alexey Dobriyan
· 19 years ago
cc3f7ca
[PATCH] alim15x3: replace pci_find_device() with pci_dev_present()
by Hanna Linder
· 19 years ago
c2f1258
[PATCH] ide: hotplug mark __devinit alim15x3.c
by Herbert Xu
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago