summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/sata.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* ahci: Support non-PCI controllersSimon Glass2017-08-011-1/+1
* x86: Move link to use driver model for SCSISimon Glass2017-07-111-1/+21
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* x86: ivybridge: Fix types for 64-bit compilationSimon Glass2017-02-061-2/+2
* dm: x86: Move link to use driver model for videoSimon Glass2016-10-111-1/+0
* dm: Rename disk uclass to ahciSimon Glass2016-05-171-1/+1
* x86: Move common PCH code into a common placeSimon Glass2016-03-171-31/+16
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-141-3/+1
* x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass2016-01-241-6/+15
* x86: ivybridge: Use driver model PCI API in sata.cSimon Glass2016-01-241-49/+45
* x86: ivybridge: Use the SATA driver to do the initSimon Glass2016-01-241-1/+3
* x86: ivybridge: Do the SATA init before relocationSimon Glass2016-01-241-1/+24
* x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass2015-04-161-30/+31
* x86: ivybridge: Add SATA initSimon Glass2014-11-251-0/+225