Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ac82a8b5073631940b989c973f77fbaddd2526d0
/
drivers
/
ata
/
pata_ali.c
58eb8cd
ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers
by Bartlomiej Zolnierkiewicz
· 10 years ago
0a86e1c
ata: use pci_get_drvdata()
by Jingoo Han
· 11 years ago
802872e
pata_ali: fix "Satelite" typo
by Bartlomiej Zolnierkiewicz
· 13 years ago
a9a79df
ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>
by Joe Perches
· 14 years ago
1c5afdf
libata-sff: separate out BMDMA init
by Tejun Heo
· 14 years ago
c708765
libata-sff: clean up BMDMA initialization
by Tejun Heo
· 14 years ago
16ea0fc
libata: Pass host flags into the pci helper
by Alan Cox
· 15 years ago
d8b3d8c
pata_ali: documentation fixes
by Bartlomiej Zolnierkiewicz
· 15 years ago
d6250a0
pata_ali: Fix regression with old devices
by Alan Cox
· 15 years ago
c21c806
pata_ali: trivial fix of a very frequent spelling mistake
by Dirk Hohndel
· 15 years ago
a3cb900
[libata] pata_ali: Use IGN_SIMPLEX
by Alan Cox
· 15 years ago
14bdef9
[libata] convert drivers to use ata.h mode mask defines
by Erik Inge Bolsø
· 16 years ago
bc42b24
drivers/ata/pata_ali.c: s/isa_bridge/ali_isa_bridge/ to fix alpha build
by Andrew Morton
· 16 years ago
871af12
libata: Add 32bit PIO support
by Alan Cox
· 16 years ago
fc80902
pata_ali: Fix and workaround for FIFO DMA bug
by Alan Cox
· 16 years ago
1b2c357
pata_ali: force initialise a few bits
by Alan Cox
· 16 years ago
ab77163
ata: Switch all my stuff to a common address
by Alan Cox
· 16 years ago
e8389f0
pata_ali: misplaced pci_dev_put()
by Ben Dooks
· 16 years ago
07633b5
ata: remove FIT() macro
by Harvey Harrison
· 16 years ago
9363c38
libata: rename SFF functions
by Tejun Heo
· 17 years ago
887125e
libata: stop overloading port_info->private_data
by Tejun Heo
· 17 years ago
1bd5b71
libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht
by Tejun Heo
· 17 years ago
029cfd6
libata: implement and use ops inheritance
by Tejun Heo
· 17 years ago
68d1d07
libata: implement and use SHT initializers
by Tejun Heo
· 17 years ago
358f9a7
libata: implement and use ata_noop_irq_clear()
by Tejun Heo
· 17 years ago
f08048e
libata: PCI device should be powered up before being accessed
by Tejun Heo
· 17 years ago
1892225
[libata] make ali_atapi_dma static
by Adrian Bunk
· 17 years ago
8243e63
pata_ali: disable ATAPI DMA
by Tejun Heo
· 17 years ago
4a38e73
pata_ali: use atapi_cmd_type() to determine cmd type instead of transfer size
by Tejun Heo
· 17 years ago
11b7bec
libata: checkpatch fixes
by Jeff Garzik
· 17 years ago
2541d0c
pata_ali: trim trailing whitespace (fix checkpatch complaints)
by Jeff Garzik
· 17 years ago
498222f
pata_ali: Lots of problems still showing up with small ATAPI DMA
by Alan Cox
· 17 years ago
8f59a13
pata_ali: Add Mitac 8317 and derivatives
by Alan Cox
· 17 years ago
81ad183
libata: Switch most of the remaining SFF drivers to ata_sff_port_start
by Alan Cox
· 17 years ago
ac8869d
[libata] Remove ->port_disable() hook
by Jeff Garzik
· 17 years ago
6d32d30
[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()
by Jeff Garzik
· 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
2a3103c
[libata] Bump driver versions
by Jeff Garzik
· 17 years ago
5c8d520
pata_ali: Correct HP detect
by Alan Cox
· 17 years ago
44c1013
PCI: Change all drivers to use pci_device->revision
by Auke Kok
· 17 years ago
bf6263a
[libata] Use ATA_UDMAx standard masks when filling driver's udma_mask info
by Jeff Garzik
· 17 years ago
1d2808f
[libata] PATA drivers: remove ATA_FLAG_SRST
by Jeff Garzik
· 17 years ago
ee58150
pata_ali: fix UDMA settings
by Chuck Ebbert
· 17 years ago
1626aeb
libata: clean up SFF init mess
by Tejun Heo
· 18 years ago
9666f40
libata: reimplement suspend/resume support using sdev->manage_start_stop
by Tejun Heo
· 18 years ago
b723d14
pata_ali: remove all the crap again and switch to cable_detect method
by Alan Cox
· 18 years ago
a76b62c
libata: Change prototype of mode_filter to remove ata_port*
by Alan Cox
· 18 years ago
cd0d3bb
libata: dev_config does not need ap and adev passing
by Alan
· 18 years ago
438ac6d
libata: add missing CONFIG_PM in LLDs
by Tejun Heo
· 18 years ago
cb48cab
[libata] bump versions
by Jeff Garzik
· 18 years ago
246ce3b
libata: add another IRQ calls (libata drivers)
by Akira Iguchi
· 18 years ago
0d5ff56
libata: convert to iomap
by Tejun Heo
· 18 years ago
24dc5f3
libata: update libata LLDs to use devres
by Tejun Heo
· 18 years ago
8bfa79f
libata: use ata_id_c_string()
by Tejun Heo
· 18 years ago
a0cf733
libata: straighten out ATA_ID_* constants
by Tejun Heo
· 18 years ago
f20b16f
[libata] trim trailing whitespace
by Jeff Garzik
· 18 years ago
8e42a5a
[PATCH] pata_ali: small fixes
by Alan
· 18 years ago
2eab80a
[PATCH] libata: kill unnecessary sht->max_sectors initializations
by Tejun Heo
· 18 years ago
34d8dfb
[PATCH] pata_ali: suspend/resume support
by Alan
· 18 years ago
fc08515
[PATCH] libata: add 40pin "short" cable support, honour drive side speed detection
by Alan Cox
· 18 years ago
afdfe89
[PATCH] libata: add missing sht->slave_destroy
by Tejun Heo
· 18 years ago
a0a00cb
[PATCH] pata: teach ali about rev C8, keep pcmcia driver in sync
by Alan Cox
· 18 years ago
2d2744f
[libata] PCI ID table cleanup in various drivers
by Jeff Garzik
· 18 years ago
bda3028
[libata] Don't use old-EH ->eng_timeout() hook when not needed
by Jeff Garzik
· 18 years ago
85cd725
[libata #pata-drivers] Trim trailing whitespace.
by Jeff Garzik
· 18 years ago
669a5db
[libata] Add a bunch of PATA drivers.
by Jeff Garzik
· 18 years ago