summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/lpc.c
Commit message (Expand)AuthorAgeLines
* x86: fdt: Drop the unused compatible strings in fdtdecSimon Glass2016-07-11-6/+0
* x86: Drop asm/acpi.hBin Meng2016-05-23-1/+0
* x86: Move common LPC code to its own placeSimon Glass2016-03-17-69/+4
* x86: Add the root-complex block to common intel registersSimon Glass2016-03-17-2/+4
* x86: ivybridge: Drop the SMM-locking codeSimon Glass2016-01-24-57/+0
* x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass2016-01-24-5/+5
* x86: ivybridge: Convert lpc init code to DM PCI APISimon Glass2016-01-24-63/+66
* x86: ivybridge: Move LPC init into the LPC probe() methodSimon Glass2016-01-24-8/+9
* x86: ivybridge: Move lpc_enable() into gma.cSimon Glass2016-01-24-7/+0
* x86: ivybridge: Move GPIO init to the LPC init() methodSimon Glass2016-01-24-0/+3
* x86: ivybridge: Move sandybridge init to the lpc probe() methodSimon Glass2016-01-24-1/+18
* x86: ivybridge: Rename lpc_init() to lpc_init_extra()Simon Glass2016-01-24-1/+1
* x86: ivybridge: Move more init to the probe() functionSimon Glass2016-01-24-0/+43
* x86: ivybridge: Move lpc_early_init() to probe()Simon Glass2016-01-24-7/+25
* x86: ivybridge: Set up the LPC device using driver modelSimon Glass2016-01-24-0/+6
* x86: Remove HAVE_ACPI_RESUMEBin Meng2015-12-09-9/+0
* x86: Enable DM RTC support for all x86 boardsBin Meng2015-07-28-1/+0
* x86: chromebook_link: dts: Add PCH and LPC devicesSimon Glass2015-04-18-1/+12
* dm: x86: pci: Convert chromebook_link to use driver model for pciSimon Glass2015-04-18-0/+1
* x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass2015-04-16-37/+37
* x86: ivybridge: Add additional LPC initSimon Glass2014-11-25-1/+522
* x86: ivybridge: Add early LPC init so that serial worksSimon Glass2014-11-21-0/+48