Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a8d1ba3ea2c561f9fe496679f058a75f71e1c85e
/
drivers
/
ata
/
pata_cmd64x.c
58eb8cd
ata: use CONFIG_PM_SLEEP instead of CONFIG_PM where applicable in host drivers
by Bartlomiej Zolnierkiewicz
· 10 years ago
1bc1808
ata: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
0a86e1c
ata: use pci_get_drvdata()
by Jingoo Han
· 11 years ago
a52f514
ata: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
by Joe Perches
· 12 years ago
641589b
[libata] pata_cmd64x: whitespace cleanup
by Jeff Garzik
· 12 years ago
2fc75da
ata: use module_pci_driver
by Axel Lin
· 13 years ago
b8cec3c
pata_cmd64x: implement sff_irq_check() method
by Sergei Shtylyov
· 13 years ago
419fd24
pata_cmd64x: implement sff_irq_clear() method
by Sergei Shtylyov
· 13 years ago
8a686bc
pata_cmd64x: use interrupt status from MRDMODE register
by Sergei Shtylyov
· 13 years ago
8fcfa7b
pata_cmd64x: turn string of *if* statements into *switch*
by Sergei Shtylyov
· 13 years ago
5724276
pata_cmd64x: documentation fix
by Bartlomiej Zolnierkiewicz
· 13 years ago
f4c6ae5
pata_cmd64x: add cmd64x_fixup()
by Bartlomiej Zolnierkiewicz
· 13 years ago
9281b16
pata_cm64x: fix boot crash on parisc
by James Bottomley
· 14 years ago
aba8a08
pata_cmd64x: revert commit d62f5576
by Tejun Heo
· 14 years ago
1c5afdf
libata-sff: separate out BMDMA init
by Tejun Heo
· 14 years ago
16ea0fc
libata: Pass host flags into the pci helper
by Alan Cox
· 15 years ago
c754d9b6
pata_cmd64x: remove unused definitions
by Bartlomiej Zolnierkiewicz
· 15 years ago
03a849e
pata_cmd64x: cmd648_bmdma_stop() fix
by Bartlomiej Zolnierkiewicz
· 15 years ago
d62f557
pata_cmd64x: fix handling of address setup timings
by Bartlomiej Zolnierkiewicz
· 15 years ago
a2bd622
pata_cmd64x: fix PIO setup
by Bartlomiej Zolnierkiewicz
· 15 years ago
509426b
pata_cmd64x: fix overclocking of UDMA0-2 modes
by Bartlomiej Zolnierkiewicz
· 15 years ago
06393af
Revert "pata_cmd64x: implement serialization as per notes"
by Jeff Garzik
· 15 years ago
89d3b36
ata: use pci_dev->revision
by Sergei Shtylyov
· 15 years ago
d437443
pata_cmd64x: implement serialization as per notes
by Alan Cox
· 15 years ago
14bdef9
[libata] convert drivers to use ata.h mode mask defines
by Erik Inge Bolsø
· 16 years ago
ab77163
ata: Switch all my stuff to a common address
by Alan Cox
· 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
6bd99b4
libata: normalize port_info, port_operations and sht tables
by Tejun Heo
· 17 years ago
f08048e
libata: PCI device should be powered up before being accessed
by Tejun Heo
· 17 years ago
24b7ce9
pata_cmd64x.c typo fix
by Adrian Bunk
· 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
05d1eff
pata_cmd64x: Set up MWDMA modes properly
by Alan Cox
· 17 years ago
dbf0c89
pata_cmd64x: Correct the speed ranges
by Alan Cox
· 17 years ago
1d2808f
[libata] PATA drivers: remove ATA_FLAG_SRST
by Jeff Garzik
· 17 years ago
8bc3fc4
libata: bump versions
by Jeff Garzik
· 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
a73984a
[libata] More PATA driver ->cable_detect support
by Jeff Garzik
· 18 years ago
438ac6d
libata: add missing CONFIG_PM in LLDs
by Tejun Heo
· 18 years ago
fb9f890
[libata] pata_cmd64x: fix driver description in comments
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
6a40da0
libata cmd64x: whack into a shape that looks like the documentation
by Alan
· 18 years ago
2eab80a
[PATCH] libata: kill unnecessary sht->max_sectors initializations
by Tejun Heo
· 18 years ago
7f72a37
[PATCH] pata_cmd64x: suspend/resume
by Alan
· 18 years ago
afdfe89
[PATCH] libata: add missing sht->slave_destroy
by Tejun Heo
· 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