aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_scc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø1-2/+2
2008-12-28[libata] Update kernel-doc comments to match source codeQinghuang Feng1-1/+0
2008-10-27ata: Switch all my stuff to a common addressAlan Cox1-1/+1
2008-07-14libata: consistently use msecs for time durationsTejun Heo1-1/+1
2008-06-04libata-sff: Fix oops reported in kerneloops.org for pnp devices with no ctlAlan Cox1-2/+3
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo1-6/+0
2008-04-17pata_scc: fix build breakageStephen Rothwell1-1/+1
2008-04-17libata: restructure SFF post-reset readiness waitsTejun Heo1-40/+51
2008-04-17libata: rename SFF port opsTejun Heo1-21/+21
2008-04-17libata: rename SFF functionsTejun Heo1-40/+40
2008-04-17libata annotationsAl Viro1-6/+6
2008-04-17pata_scc: fix compile warningTejun Heo1-1/+1
2008-04-17libata: kill ata_chk_status()Tejun Heo1-1/+1
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-12/+3
2008-04-17libata: implement and use ops inheritanceTejun Heo1-5/+2
2008-04-17libata: implement and use SHT initializersTejun Heo1-15/+1
2008-02-15pata_scc.c: add thaw opsAkira Iguchi1-0/+2
2008-01-23libata: update ->data_xfer hook for ATAPITejun Heo1-14/+16
2007-10-29libata: implement ata_wait_after_reset()Tejun Heo1-11/+2
2007-10-12libata: Fix build failure on ppc64 drivers/ata/pata_scc.cSatyam Sharma1-9/+12
2007-10-12libata: update ata_dev_try_classify() argumentsTejun Heo1-2/+4
2007-10-12libata: implement and use ata_port_desc() to report port configurationTejun Heo1-0/+3
2007-10-12[libata] Remove ->port_disable() hookJeff Garzik1-1/+0
2007-10-12[libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik1-33/+0
2007-10-12libata-link: linkify PHY-related functionsTejun Heo1-1/+1
2007-10-12libata-link: introduce ata_linkTejun Heo1-1/+1
2007-08-31[libata] Bump driver versionsJeff Garzik1-1/+1
2007-07-20[libata] Fix reported task file values in sense dataPetr Vandrovec1-0/+2
2007-07-20pata_scc.c: small fixes (Workaround for errata A308)Akira Iguchi1-11/+16
2007-07-12libata: remove irq_on from ata_bus_reset() and ata_std_postreset()Albert Lee1-4/+0
2007-07-10pata_scc.c: Workaround for errata A308Akira Iguchi1-15/+35
2007-05-25Fix build failure for drivers/ata/pata_scc.cTony Breeds1-18/+28
2007-05-21libata: bump versionsJeff Garzik1-1/+1
2007-05-16pata_scc had been missed by ata_std_prereset() switchAl Viro1-2/+2
2007-05-11libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo1-4/+0
2007-05-09pata_scc: fix compilationAlexey Dobriyan1-2/+2
2007-04-28libata: convert the remaining PATA drivers to new init modelTejun Heo1-35/+16
2007-03-02libata: add missing CONFIG_PM in LLDsTejun Heo1-0/+2
2007-02-26[libata] Trim trailing whitespace.Jeff Garzik1-2/+2
2007-02-23libata: fix remaining ap->idTejun Heo1-2/+2
2007-02-21libata: PATA driver for CellebAkira Iguchi1-0/+1228