aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/sata.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-01ahci: Support non-PCI controllersSimon Glass1-1/+1
2017-07-11x86: Move link to use driver model for SCSISimon Glass1-1/+21
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2017-02-06x86: ivybridge: Fix types for 64-bit compilationSimon Glass1-2/+2
2016-10-11dm: x86: Move link to use driver model for videoSimon Glass1-1/+0
2016-05-17dm: Rename disk uclass to ahciSimon Glass1-1/+1
2016-03-17x86: Move common PCH code into a common placeSimon Glass1-31/+16
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+1
2016-01-24x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass1-6/+15
2016-01-24x86: ivybridge: Use driver model PCI API in sata.cSimon Glass1-49/+45
2016-01-24x86: ivybridge: Use the SATA driver to do the initSimon Glass1-1/+3
2016-01-24x86: ivybridge: Do the SATA init before relocationSimon Glass1-1/+24
2015-04-16x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass1-30/+31
2014-11-25x86: ivybridge: Add SATA initSimon Glass1-0/+225