aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/queensbay/tnc.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-03x86: queensbay: Return directly if IGD / SDVO were already disabledBin Meng1-11/+9
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass1-1/+1
2018-06-13x86: irq: Remove chipset specific irq router driversBin Meng1-0/+39
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese1-2/+2
2016-09-23x86: squash lines for immediate returnMasahiro Yamada1-7/+1
2016-02-05x86: tnc: Remove IGD and SDVO devices from driver modelBin Meng1-0/+36
2016-02-05x86: tnc: Use DM PCI API in disable_igd()Bin Meng1-3/+19
2016-02-05x86: tnc: Change disable_igd() to have a return valueBin Meng1-3/+7
2016-02-05x86: tnc: Drop unprotect_spi_flash()Bin Meng1-16/+0
2016-01-24dm: x86: queensbay: Add an interrupt driverSimon Glass1-37/+0
2016-01-24dm: x86: Set up interrupt routing from interrupt_init()Simon Glass1-1/+1
2015-12-01x86: Convert to use driver model timerBin Meng1-3/+0
2015-11-13x86: queensbay: Really disable IGDBin Meng1-6/+20
2015-10-21x86: Allow disabling IGD on Intel QueensbayBin Meng1-0/+19
2015-08-26x86: queensbay: Move unprotect_spi_flash() to arch_misc_init()Bin Meng1-2/+2
2015-08-14x86: Allow pirq_init() to return an errorSimon Glass1-3/+1
2015-07-28x86: Convert to use driver model pci on queensbay/crownbayBin Meng1-5/+0
2015-07-14x86: queensbay: Change PCIe root ports' interrupt routingBin Meng1-6/+7
2015-06-04x86: Refactor PIRQ routing supportBin Meng1-1/+38
2015-04-29x86: queensbay: Implement PIRQ routingBin Meng1-1/+9
2015-04-29x86: queensbay: Avoid using PCH prefixBin Meng1-2/+2
2015-04-16x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass1-2/+2
2015-02-06x86: mmc: Move common FSP functions into a common fileSimon Glass1-27/+0
2015-02-05x86: Move common FSP code into a common locationSimon Glass1-1/+1
2014-12-18x86: crownbay: Add SPI flash supportBin Meng1-1/+25
2014-12-18x86: Add basic support to queensbay platform and crownbay boardBin Meng1-0/+48