summaryrefslogtreecommitdiff
path: root/drivers/block/ahci.c
AgeCommit message (Expand)Author
2016-09-27ahci: Make ahci_port_base() non-static to enable overwriteStefan Roese
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-04-18ahci: flush dcache before issuing commandTang Yuantian
2016-01-12dm: ahci: Convert to use new DM PCI APISimon Glass
2015-12-05Fix typo: firstly -> first.Vagrant Cascadian
2015-12-05Fix typo: commmand -> command.Vagrant Cascadian
2015-11-12block: ahci: Remove dead codeFabio Estevam
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-07-10Merge git://git.denx.de/u-boot-marvellTom Rini
2015-07-10block: ahci: Don't enable port interruptsStefan Roese
2015-07-09ahci: Fix compiling warnings under 64bit platformsTang Yuantian
2015-06-12ahci: extend data io wait to 10sMark Langsdorf
2015-06-12ahci: support LBA48 data reads for 2+TB drivesMark Langsdorf
2015-04-18ahci: mmio_base is a virtual addressScott Wood
2015-04-07ahci: Fix a wrong parameter passTang Yuantian
2015-01-23x86: ahci: Make sure interface is not busy after enabling the portBin Meng
2015-01-05ahci-plat: provide a weak scsi_bus_reset() hookDmitry Lifshitz
2015-01-05ahci: introduce ahci_reset()Dmitry Lifshitz
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-10-10ahci: Don't start command DMA engine before buffers are setRoger Quadros
2014-07-31ahci: provide sunxi SATA driver using AHCI platform frameworkIan Campbell
2014-07-22AHCI: Increase link timeout to 200msIan Campbell
2014-04-02ahci: Fix data abort on multiple scsi resets.Roger Quadros
2014-03-10ahci: wait longer for link.Ian Campbell
2014-03-10ahci-plat: Provide a weak scsi_init hookIan Campbell
2013-12-04ahci: Fix cache align error messagesRoger Quadros
2013-12-04ahci: Error out with message on malloc() failureRoger Quadros
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-09-06ahci: convert to use libata functions and definitionsRob Herring
2013-09-06ahci: increase spin-up timeout to 20 secRob Herring
2013-09-06ahci: handle COMINIT received during spin-upRob Herring
2013-09-06ahci: move link bring-up handling to separate functionRob Herring
2013-09-06ahci: add defines for PORT_SCR_STAT register bitsRob Herring
2013-09-06ahci: fix memory leak in ata_scsiop_inquiryRob Herring
2013-09-06ahci: fix unaligned accessRob Herring
2013-09-06ahci: use ports implemented map instead of num_portsRichard Gibbs
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-04-01Consolidate bool typeYork Sun
2012-11-02ahci: Expand HDD Logical Block addressability up to 32 bitsWalter Murphy
2012-11-02ahci: Perform SATA flush after disk write.Marc Jones
2012-11-02ahci: Support spin-up and link-up separatelyMarc Jones
2012-11-02ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout)Walter Murphy
2012-11-02ahci: flush / invalidate dcache around SATA commandsTaylor Hutt
2012-11-02ahci: Use virt_to_phys() to denote physical addresses for DMATaylor Hutt
2012-11-02ahci: Fix 'Invaild' typoTaylor Hutt
2012-11-02ahci: Use sizeof(fis) instead of hardcoding '20'Taylor Hutt
2012-11-02ahci: Make the AHCI code find the capacity of disks > 128 GB properlyGabe Black
2012-11-02ahci: support scsi writing in AHCI driverHung-Te Lin
2012-11-02ahci: Make sending the SETFEATURES_XFER command optionalGabe Black
2012-11-02ahci: cosmetics and cleanupStefan Reinauer