summaryrefslogtreecommitdiffstats
path: root/sys/arch/armv7/imx/imxahci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove uneeded includes in md armv7 filesjsg2021-03-251-5/+1
* Move the code that sets the correct SATA phy settings into imxahc(4)patrick2018-04-021-4/+34
* Have imxahci(4) make use of the clock framework by implementing the satapatrick2018-04-021-3/+3
* Retrieve AHB clock from clock framework.patrick2018-04-011-2/+4
* No need to include armv7var.h.patrick2018-03-301-2/+1
* Dynamically attach ampintc(4) and make it register itself as an interruptkettenis2016-08-041-3/+3
* Instead of passing the raw reg property to simplebus nodes,patrick2016-07-271-5/+6
* Turn ahci(4) glue code for the i.MX6 platform into its own imxahci(4) driverkettenis2016-07-121-2/+2
* Dynamically attach i.MX6 ahci(4) using the FDT.kettenis2016-06-091-10/+27
* move the hardware structures into ahcireg.h.dlg2014-04-141-1/+2
* After factorizing armv7_machdep code here is an effort to factorize allsyl2013-11-061-9/+9
* Support for FreeScale's i.MX6 SoC.patrick2013-09-061-0/+173