aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-pmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2015-07-14ata: pmp: add quirk for Marvell 4140 SATA PMPLior Amsalem1-0/+7
2014-01-31ata: enable quirk from jmicron JMB350 for JMB394Denis V. Lunev1-2/+5
2013-08-19libata: apply behavioral quirks to sil3826 PMPTerry Suereth1-6/+6
2013-06-11libata: skip SRST for all SIMG [34]7x port-multipliersTejun Heo1-16/+17
2012-06-29libata: migrate ACPI code over to new bindingsMatthew Garrett1-4/+0
2011-11-09[libata] Issue SRST to Sil3726 PMPGwendal Grignou1-5/+2
2011-10-31ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-64/+59
2011-05-19libata-pmp: add support for Thermaltake BlackX Duet esata drive dockPavel Herrmann1-0/+10
2010-10-21libata: implement LPM support for port multipliersTejun Heo1-4/+44
2010-10-21[libata] Add ATA transport classGwendal Grignou1-2/+16
2010-05-14[libata] Disable R_OK (Early ACK) on SII 3726 PMPGrant Grundler1-3/+29
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-08libata: add SATA PMP revision information for spec 1.2Shane Huang1-0/+2
2009-02-02libata: add @spd_limit to sata_down_spd_limit()Tejun Heo1-1/+1
2008-12-28libata: beef up iteratorsTejun Heo1-11/+11
2008-07-14libata: improve EH retry delay handlingTejun Heo1-10/+0
2008-07-14libata: consistently use msecs for time durationsTejun Heo1-1/+2
2008-05-30libata: SRST can't be trusted on PMP sil3726Tejun Heo1-2/+5
2008-05-19libata: make sure PMP notification is turned off during recoveryTejun Heo1-16/+20
2008-05-19libata: increase PMP register access timeout to 3sTejun Heo1-2/+2
2008-05-19libata: move reset freeze/thaw handling into ata_eh_reset()Tejun Heo1-4/+0
2008-04-17libata: implement PMP helpersTejun Heo1-3/+3
2008-04-17libata: separate PMP support code from core codeTejun Heo1-0/+12
2008-04-17libata: move PMP SCR access failure during reset to ata_eh_reset()Tejun Heo1-35/+0
2008-04-17libata: clear SError after link resumeTejun Heo1-92/+1
2008-04-17libata: move generic hardreset code from sata_sff_hardreset() to sata_link_hardreset()Tejun Heo1-3/+4
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-36/+11
2008-04-17libata: kill ata_ehi_schedule_probe()Tejun Heo1-4/+8
2008-04-17libata: kill ATA_EHI_RESUME_LINKTejun Heo1-1/+0
2008-04-17libata: kill ATA_LFLAG_HRST_TO_RESUMETejun Heo1-16/+0
2008-04-17libata: prefer hardresetTejun Heo1-20/+8
2008-02-24libata-pmp: clear hob for pmp register accessesMark Lord1-2/+2
2008-01-10libata-pmp: 4726 hates SRSTTejun Heo1-7/+5
2007-10-12libata: use ata_exec_internal() for PMP register accessTejun Heo1-117/+92
2007-10-12libata-pmp: implement qc_defer for command switching PMP supportTejun Heo1-0/+30
2007-10-12libata-pmp: extend ACPI support to cover PMPTejun Heo1-0/+4
2007-10-12libata-pmp: implement Port Multiplier supportTejun Heo1-0/+1182