aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/dwc_ahsata.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-05-24block: dwc_ahsata: support i.MX6DQPlusPeng Fan1-1/+1
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-2/+2
2015-07-09ahci: Fix compiling warnings under 64bit platformsTang Yuantian1-5/+8
2015-04-18ahci: mmio_base is a virtual addressScott Wood1-1/+1
2014-12-01sata: fix reset_sata for dwc_ahsataSoeren Moch1-6/+8
2014-11-24sata: implement reset_sata for dwc_ahsataNikita Kiryanov1-0/+21
2014-10-28dwc_ahsata: use bitwise operator in sata_port_statusNikita Kiryanov1-1/+1
2014-09-09sata: dwc_ahsata: implement sata_port_statusNikita Kiryanov1-0/+17
2014-06-06dwc_ahsata: return failure for MX6 if not IMX6Q/IMX6DTim Harvey1-0/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-26dwc_ahsata: Allow use with dcache enabledEric Nelson1-9/+25
2012-10-15sata.h: Make all sata/ata drivers include <sata.h>Pavel Herrmann1-0/+1
2012-10-15dwc_ahsata: Make sata_write() comply with <part.h>Tom Rini1-4/+4
2012-05-15SATA: add driver for MX5 / MX6 SOCsStefano Babic1-0/+969