aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_scc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-13ata: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-07-25ata: use module_pci_driverAxel Lin1-20/+1
2011-10-14pata_scc: add proper cable detection methodBartlomiej Zolnierkiewicz1-13/+1
2011-07-23ata: Add and use ata_print_version_onceJoe Perches1-4/+1
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-2/+1
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov1-1/+1
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov1-1/+1
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo1-2/+2
2010-08-01ata: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-2/+1
2010-05-25libata-sff: separate out BMDMA irq handlerTejun Heo1-1/+1
2010-05-25libata-sff: ata_sff_irq_clear() is BMDMA specificTejun Heo1-1/+1
2010-05-19libata-sff: prd is BMDMA specificTejun Heo1-2/+2
2010-05-19libata-sff: separate out BMDMA EHTejun Heo1-1/+0
2010-05-19libata-sff: clean up BMDMA initializationTejun Heo1-3/+3
2010-05-14libata: make sff_irq_on() method optionalSergei Shtylyov1-24/+0
2010-05-14libata: introduce sff_set_devctl() methodSergei Shtylyov1-26/+12
2010-05-14pata_scc: kill useless check in scc_postreset()Sergei Shtylyov1-2/+1
2010-05-14pata_scc: make scc_wait_after_reset() staticSergei Shtylyov1-2/+2
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