Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
07ecd897b1634e0f34a9ba9d0d1b9263bc05d90b
/
drivers
/
ata
/
pata_scc.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
2fc75da
ata: use module_pci_driver
by Axel Lin
· 13 years ago
9f8abf8
pata_scc: add proper cable detection method
by Bartlomiej Zolnierkiewicz
· 13 years ago
06296a1
ata: Add and use ata_print_version_once
by Joe Perches
· 14 years ago
a9a79df
ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>
by Joe Perches
· 14 years ago
9cbe056
libata: remove ATA_FLAG_NO_LEGACY
by Sergei Shtylyov
· 14 years ago
3696df3
libata: remove ATA_FLAG_MMIO
by Sergei Shtylyov
· 14 years ago
97750ce
libata: add @ap to ata_wait_register() and introduce ata_msleep()
by Tejun Heo
· 14 years ago
af4d6e2
ata: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
by Peter Huewe
· 14 years ago
c3b2889
libata-sff: separate out BMDMA irq handler
by Tejun Heo
· 14 years ago
37f65b8
libata-sff: ata_sff_irq_clear() is BMDMA specific
by Tejun Heo
· 14 years ago
f60d701
libata-sff: prd is BMDMA specific
by Tejun Heo
· 14 years ago
fe06e5f
libata-sff: separate out BMDMA EH
by Tejun Heo
· 14 years ago
c708765
libata-sff: clean up BMDMA initialization
by Tejun Heo
· 14 years ago
e42a542
libata: make sff_irq_on() method optional
by Sergei Shtylyov
· 14 years ago
41dec29
libata: introduce sff_set_devctl() method
by Sergei Shtylyov
· 14 years ago
ec86c81
pata_scc: kill useless check in scc_postreset()
by Sergei Shtylyov
· 15 years ago
fe6005b
pata_scc: make scc_wait_after_reset() static
by Sergei Shtylyov
· 15 years ago
14bdef9
[libata] convert drivers to use ata.h mode mask defines
by Erik Inge Bolsø
· 16 years ago
bd353ff
[libata] Update kernel-doc comments to match source code
by Qinghuang Feng
· 16 years ago
ab77163
ata: Switch all my stuff to a common address
by Alan Cox
· 16 years ago
341c2c9
libata: consistently use msecs for time durations
by Tejun Heo
· 16 years ago
a57c1ba
libata-sff: Fix oops reported in kerneloops.org for pnp devices with no ctl
by Alan Cox
· 16 years ago
45db2f6
libata: move link onlineness check out of softreset methods
by Tejun Heo
· 17 years ago
e50e3ce
pata_scc: fix build breakage
by Stephen Rothwell
· 17 years ago
705e76b
libata: restructure SFF post-reset readiness waits
by Tejun Heo
· 17 years ago
5682ed3
libata: rename SFF port ops
by Tejun Heo
· 17 years ago
9363c38
libata: rename SFF functions
by Tejun Heo
· 17 years ago
826cd15
libata annotations
by Al Viro
· 17 years ago
c1796d9
pata_scc: fix compile warning
by Tejun Heo
· 17 years ago
6fd3639
libata: kill ata_chk_status()
by Tejun Heo
· 17 years ago
a1efdab
libata: make reset related methods proper port operations
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
1ec414e
pata_scc.c: add thaw ops
by Akira Iguchi
· 17 years ago
55dba31
libata: update ->data_xfer hook for ATAPI
by Tejun Heo
· 17 years ago
88ff6ea
libata: implement ata_wait_after_reset()
by Tejun Heo
· 17 years ago
b90fe23
libata: Fix build failure on ppc64 drivers/ata/pata_scc.c
by Satyam Sharma
· 17 years ago
3f19859
libata: update ata_dev_try_classify() arguments
by Tejun Heo
· 17 years ago
cbcdd87
libata: implement and use ata_port_desc() to report port configuration
by Tejun Heo
· 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
936fd73
libata-link: linkify PHY-related functions
by Tejun Heo
· 17 years ago
9af5c9c
libata-link: introduce ata_link
by Tejun Heo
· 17 years ago
2a3103c
[libata] Bump driver versions
by Jeff Garzik
· 17 years ago
fe36cb5
[libata] Fix reported task file values in sense data
by Petr Vandrovec
· 17 years ago
dcd0344
pata_scc.c: small fixes (Workaround for errata A308)
by Akira Iguchi
· 17 years ago
c6e54a5
libata: remove irq_on from ata_bus_reset() and ata_std_postreset()
by Albert Lee
· 17 years ago
fae57d3
pata_scc.c: Workaround for errata A308
by Akira Iguchi
· 17 years ago
7e06837
Fix build failure for drivers/ata/pata_scc.c
by Tony Breeds
· 17 years ago
8bc3fc4
libata: bump versions
by Jeff Garzik
· 17 years ago
d1c68fa
pata_scc had been missed by ata_std_prereset() switch
by Al Viro
· 17 years ago
9666f40
libata: reimplement suspend/resume support using sdev->manage_start_stop
by Tejun Heo
· 18 years ago
0397bad
pata_scc: fix compilation
by Alexey Dobriyan
· 18 years ago
5d72882
libata: convert the remaining PATA drivers to new init model
by Tejun Heo
· 18 years ago
438ac6d
libata: add missing CONFIG_PM in LLDs
by Tejun Heo
· 18 years ago
a84471f
[libata] Trim trailing whitespace.
by Jeff Garzik
· 18 years ago
878d4fe
libata: fix remaining ap->id
by Tejun Heo
· 18 years ago
a619f981b
libata: PATA driver for Celleb
by Akira Iguchi
· 18 years ago