aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/lpc.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-02-08dm: core: Replace of_offset with accessorSimon Glass1-3/+3
2017-02-06x86: ivybridge: Declare global data where it is usedSimon Glass1-0/+2
2016-10-11x86: ivybridge: Tidy up enable_clock_gating() for 64-bitSimon Glass1-4/+4
2016-10-11x86: ivybridge: Fix PCH power setupSimon Glass1-4/+4
2016-07-11x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass1-6/+0
2016-05-23x86: Drop asm/acpi.hBin Meng1-1/+0
2016-03-17x86: Move common LPC code to its own placeSimon Glass1-69/+4
2016-03-17x86: Add the root-complex block to common intel registersSimon Glass1-2/+4
2016-01-24x86: ivybridge: Drop the SMM-locking codeSimon Glass1-57/+0
2016-01-24x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass1-5/+5
2016-01-24x86: ivybridge: Convert lpc init code to DM PCI APISimon Glass1-63/+66
2016-01-24x86: ivybridge: Move LPC init into the LPC probe() methodSimon Glass1-8/+9
2016-01-24x86: ivybridge: Move lpc_enable() into gma.cSimon Glass1-7/+0
2016-01-24x86: ivybridge: Move GPIO init to the LPC init() methodSimon Glass1-0/+3
2016-01-24x86: ivybridge: Move sandybridge init to the lpc probe() methodSimon Glass1-1/+18
2016-01-24x86: ivybridge: Rename lpc_init() to lpc_init_extra()Simon Glass1-1/+1
2016-01-24x86: ivybridge: Move more init to the probe() functionSimon Glass1-0/+43
2016-01-24x86: ivybridge: Move lpc_early_init() to probe()Simon Glass1-7/+25
2016-01-24x86: ivybridge: Set up the LPC device using driver modelSimon Glass1-0/+6
2015-12-09x86: Remove HAVE_ACPI_RESUMEBin Meng1-9/+0
2015-07-28x86: Enable DM RTC support for all x86 boardsBin Meng1-1/+0
2015-04-18x86: chromebook_link: dts: Add PCH and LPC devicesSimon Glass1-1/+12
2015-04-18dm: x86: pci: Convert chromebook_link to use driver model for pciSimon Glass1-0/+1
2015-04-16x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass1-37/+37
2014-11-25x86: ivybridge: Add additional LPC initSimon Glass1-1/+522
2014-11-21x86: ivybridge: Add early LPC init so that serial worksSimon Glass1-0/+48