index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
pata_scc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libata-sff: separate out BMDMA irq handler
Tejun Heo
2010-05-25
1
-1
/
+1
*
libata-sff: ata_sff_irq_clear() is BMDMA specific
Tejun Heo
2010-05-25
1
-1
/
+1
*
libata-sff: prd is BMDMA specific
Tejun Heo
2010-05-19
1
-2
/
+2
*
libata-sff: separate out BMDMA EH
Tejun Heo
2010-05-19
1
-1
/
+0
*
libata-sff: clean up BMDMA initialization
Tejun Heo
2010-05-19
1
-3
/
+3
*
libata: make sff_irq_on() method optional
Sergei Shtylyov
2010-05-14
1
-24
/
+0
*
libata: introduce sff_set_devctl() method
Sergei Shtylyov
2010-05-14
1
-26
/
+12
*
pata_scc: kill useless check in scc_postreset()
Sergei Shtylyov
2010-05-14
1
-2
/
+1
*
pata_scc: make scc_wait_after_reset() static
Sergei Shtylyov
2010-05-14
1
-2
/
+2
*
[libata] convert drivers to use ata.h mode mask defines
Erik Inge Bolsø
2009-03-24
1
-2
/
+2
*
[libata] Update kernel-doc comments to match source code
Qinghuang Feng
2008-12-28
1
-1
/
+0
*
ata: Switch all my stuff to a common address
Alan Cox
2008-10-27
1
-1
/
+1
*
libata: consistently use msecs for time durations
Tejun Heo
2008-07-14
1
-1
/
+1
*
libata-sff: Fix oops reported in kerneloops.org for pnp devices with no ctl
Alan Cox
2008-06-04
1
-2
/
+3
*
libata: move link onlineness check out of softreset methods
Tejun Heo
2008-04-17
1
-6
/
+0
*
pata_scc: fix build breakage
Stephen Rothwell
2008-04-17
1
-1
/
+1
*
libata: restructure SFF post-reset readiness waits
Tejun Heo
2008-04-17
1
-40
/
+51
*
libata: rename SFF port ops
Tejun Heo
2008-04-17
1
-21
/
+21
*
libata: rename SFF functions
Tejun Heo
2008-04-17
1
-40
/
+40
*
libata annotations
Al Viro
2008-04-17
1
-6
/
+6
*
pata_scc: fix compile warning
Tejun Heo
2008-04-17
1
-1
/
+1
*
libata: kill ata_chk_status()
Tejun Heo
2008-04-17
1
-1
/
+1
*
libata: make reset related methods proper port operations
Tejun Heo
2008-04-17
1
-12
/
+3
*
libata: implement and use ops inheritance
Tejun Heo
2008-04-17
1
-5
/
+2
*
libata: implement and use SHT initializers
Tejun Heo
2008-04-17
1
-15
/
+1
*
pata_scc.c: add thaw ops
Akira Iguchi
2008-02-15
1
-0
/
+2
*
libata: update ->data_xfer hook for ATAPI
Tejun Heo
2008-01-23
1
-14
/
+16
*
libata: implement ata_wait_after_reset()
Tejun Heo
2007-10-29
1
-11
/
+2
*
libata: Fix build failure on ppc64 drivers/ata/pata_scc.c
Satyam Sharma
2007-10-12
1
-9
/
+12
*
libata: update ata_dev_try_classify() arguments
Tejun Heo
2007-10-12
1
-2
/
+4
*
libata: implement and use ata_port_desc() to report port configuration
Tejun Heo
2007-10-12
1
-0
/
+3
*
[libata] Remove ->port_disable() hook
Jeff Garzik
2007-10-12
1
-1
/
+0
*
[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()
Jeff Garzik
2007-10-12
1
-33
/
+0
*
libata-link: linkify PHY-related functions
Tejun Heo
2007-10-12
1
-1
/
+1
*
libata-link: introduce ata_link
Tejun Heo
2007-10-12
1
-1
/
+1
*
[libata] Bump driver versions
Jeff Garzik
2007-08-31
1
-1
/
+1
*
[libata] Fix reported task file values in sense data
Petr Vandrovec
2007-07-20
1
-0
/
+2
*
pata_scc.c: small fixes (Workaround for errata A308)
Akira Iguchi
2007-07-20
1
-11
/
+16
*
libata: remove irq_on from ata_bus_reset() and ata_std_postreset()
Albert Lee
2007-07-12
1
-4
/
+0
*
pata_scc.c: Workaround for errata A308
Akira Iguchi
2007-07-10
1
-15
/
+35
*
Fix build failure for drivers/ata/pata_scc.c
Tony Breeds
2007-05-25
1
-18
/
+28
*
libata: bump versions
Jeff Garzik
2007-05-21
1
-1
/
+1
*
pata_scc had been missed by ata_std_prereset() switch
Al Viro
2007-05-16
1
-2
/
+2
*
libata: reimplement suspend/resume support using sdev->manage_start_stop
Tejun Heo
2007-05-11
1
-4
/
+0
*
pata_scc: fix compilation
Alexey Dobriyan
2007-05-09
1
-2
/
+2
*
libata: convert the remaining PATA drivers to new init model
Tejun Heo
2007-04-28
1
-35
/
+16
*
libata: add missing CONFIG_PM in LLDs
Tejun Heo
2007-03-02
1
-0
/
+2
*
[libata] Trim trailing whitespace.
Jeff Garzik
2007-02-26
1
-2
/
+2
*
libata: fix remaining ap->id
Tejun Heo
2007-02-23
1
-2
/
+2
*
libata: PATA driver for Celleb
Akira Iguchi
2007-02-21
1
-0
/
+1228