summaryrefslogtreecommitdiffstats
path: root/drivers/block/ahci.c
Commit message (Expand)AuthorAgeFilesLines
* sata: Move drivers into new drivers/ata directorySimon Glass2017-07-111-1094/+0
* scsi: Drop scsi_print_error()Simon Glass2017-07-111-5/+0
* dm: Add support for scsi/sata based devicesMichal Simek2016-12-201-8/+22
* Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini2016-12-091-22/+8
* dm: Add support for scsi/sata based devicesMichal Simek2016-12-081-8/+22
* ahci: Make ahci_port_base() non-static to enable overwriteStefan Roese2016-09-271-1/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* ahci: flush dcache before issuing commandTang Yuantian2016-04-181-0/+1
* dm: ahci: Convert to use new DM PCI APISimon Glass2016-01-121-7/+63
* Fix typo: firstly -> first.Vagrant Cascadian2015-12-051-2/+2
* Fix typo: commmand -> command.Vagrant Cascadian2015-12-051-2/+2
* block: ahci: Remove dead codeFabio Estevam2015-11-121-36/+0
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* Merge git://git.denx.de/u-boot-marvellTom Rini2015-07-101-3/+0
|\
| * block: ahci: Don't enable port interruptsStefan Roese2015-07-101-3/+0
* | ahci: Fix compiling warnings under 64bit platformsTang Yuantian2015-07-091-29/+35
|/
* ahci: extend data io wait to 10sMark Langsdorf2015-06-121-1/+1
* ahci: support LBA48 data reads for 2+TB drivesMark Langsdorf2015-06-121-9/+29
* ahci: mmio_base is a virtual addressScott Wood2015-04-181-5/+6
* ahci: Fix a wrong parameter passTang Yuantian2015-04-071-1/+1
* x86: ahci: Make sure interface is not busy after enabling the portBin Meng2015-01-231-1/+19
* ahci-plat: provide a weak scsi_bus_reset() hookDmitry Lifshitz2015-01-051-2/+1
* ahci: introduce ahci_reset()Dmitry Lifshitz2015-01-051-17/+30
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
* ahci: Don't start command DMA engine before buffers are setRoger Quadros2014-10-101-1/+0
* ahci: provide sunxi SATA driver using AHCI platform frameworkIan Campbell2014-07-311-0/+16
* AHCI: Increase link timeout to 200msIan Campbell2014-07-221-1/+1
* ahci: Fix data abort on multiple scsi resets.Roger Quadros2014-04-021-7/+16
* ahci: wait longer for link.Ian Campbell2014-03-101-1/+1
* ahci-plat: Provide a weak scsi_init hookIan Campbell2014-03-101-0/+5
* ahci: Fix cache align error messagesRoger Quadros2013-12-041-7/+1
* ahci: Error out with message on malloc() failureRoger Quadros2013-12-041-2/+14
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* ahci: convert to use libata functions and definitionsRob Herring2013-09-061-56/+24
* ahci: increase spin-up timeout to 20 secRob Herring2013-09-061-1/+1
* ahci: handle COMINIT received during spin-upRob Herring2013-09-061-0/+12
* ahci: move link bring-up handling to separate functionRob Herring2013-09-061-15/+25
* ahci: add defines for PORT_SCR_STAT register bitsRob Herring2013-09-061-2/+3
* ahci: fix memory leak in ata_scsiop_inquiryRob Herring2013-09-061-0/+1
* ahci: fix unaligned accessRob Herring2013-09-061-1/+1
* ahci: use ports implemented map instead of num_portsRichard Gibbs2013-09-061-0/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-18/+1
* Consolidate bool typeYork Sun2013-04-011-3/+3
* ahci: Expand HDD Logical Block addressability up to 32 bitsWalter Murphy2012-11-021-4/+8
* ahci: Perform SATA flush after disk write.Marc Jones2012-11-021-1/+51
* ahci: Support spin-up and link-up separatelyMarc Jones2012-11-021-6/+39
* ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout)Walter Murphy2012-11-021-4/+10
* ahci: flush / invalidate dcache around SATA commandsTaylor Hutt2012-11-021-0/+39
* ahci: Use virt_to_phys() to denote physical addresses for DMATaylor Hutt2012-11-021-4/+6
* ahci: Fix 'Invaild' typoTaylor Hutt2012-11-021-1/+1