summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* spi: Add function callback to get configuration of SPI busFurquan Shaikh2017-02-161-0/+10
* drivers/pc80/tpm: Update default acpi pathTobias Diedrich2017-02-141-1/+1
* drivers/intel/gma/vbt: Add Kconfig symbol for SSC refNico Huber2017-02-042-1/+18
* i2c/generic: Allow GPIOs to be put in _CRS and PowerResource in ACPIFurquan Shaikh2017-01-292-12/+17
* drivers/pc80/rtc: Check cmos checksum BEFORE reading cmos valueMartin Roth2017-01-261-4/+4
* drivers/net/rt8168: Add a macaddress cbfsfile using KconfigArthur Heymans2017-01-263-3/+23
* drivers/intel/gma/vbt: Fix style and minor issuesNico Huber2017-01-241-43/+40
* driver/intel/fsp1_1: Fix boot failure for non-verstage caseTeo Boon Tiong2017-01-194-41/+2
* intel/wifi: Create ACPI objects for wifi SAR configurationRobbie Zhang2017-01-133-0/+127
* SPI: Fix command-response behaviorKyösti Mälkki2017-01-101-1/+4
* i2c/tpm: Ignore 0xFF bytes for status and burstCountJulius Werner2017-01-031-1/+3
* drivers/uart/oxpcie_early.c: remove uart_fill_lb()Martin Roth2016-12-302-15/+1
* spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh2016-12-233-42/+114
* drivers/intel/fsp2_0: add FSP TempRamInit & TempRamExit API supportBrenton Dong2016-12-217-0/+80
* drivers/spi: fix flash writes at page boundariesAaron Durbin2016-12-199-24/+14
* drivers/intel/gma: Use scaling to simplify fb configNico Huber2016-12-191-18/+11
* drivers/intel/gma: Add textmode support with libgfxinitNico Huber2016-12-193-1/+80
* drivers/regulator: Add driver for handling GPIO-based fixed regulatorFurquan Shaikh2016-12-174-0/+151
* drivers/pc80/tpm: Set default TPM acpi path if unsetPhilipp Deppenwiese2016-12-161-2/+4
* drivers/i2c/generic: Allow mainboards to export reset and enable GPIOsFurquan Shaikh2016-12-162-16/+71
* tpm2: handle failures more gracefullyVadim Bendebury2016-12-161-9/+33
* drivers/i2c/hid: Add generic I2C HID driverDuncan Laurie2016-12-164-0/+99
* drivers/i2c: Pass in i2c_generic_config into i2c_generic_fill_ssdtFurquan Shaikh2016-12-154-9/+13
* soc/intel/common: remove mrc cache assumptionsAaron Durbin2016-12-152-41/+46
* pcf8523: Fix wrong initialization of several registersWerner Zeh2016-12-151-5/+5
* pc80: Move set_boot_successful()Kyösti Mälkki2016-12-131-0/+34
* intel MMA: Enable MMA with FSP2.0Pratik Prajapati2016-12-138-2/+118
* drivers/intel/fsp2_0: Include stddef.h in soc_binding.hFurquan Shaikh2016-12-111-0/+2
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* drivers/spi: provide a mechanism to obtain the SPI flash boot deviceAaron Durbin2016-12-081-0/+6
* drivers/r8168: Read default MAC address from CBFSDamien Zammit2016-12-081-26/+93
* spi: Clean up SPI driver interfaceFurquan Shaikh2016-12-071-0/+35
* spi_flash: Make a deep copy of spi_slave structureFurquan Shaikh2016-12-0612-53/+64
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-052-0/+48
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-053-17/+22
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-052-7/+7
* lib: put romstage_handoff implementation in own compilation unitAaron Durbin2016-12-011-0/+1
* romstage_handoff: remove code duplicationAaron Durbin2016-12-012-14/+3
* driver/intel/fsp2_0: Add version parameter to FSP platform callbackAndrey Petrov2016-11-302-2/+2
* drivers/intel/gma: Hook up libgfxinitNico Huber2016-11-295-0/+237
* Build system: Update HAVE_CMOS_DEFAULTMartin Roth2016-11-281-0/+2
* drivers/net/Kconfig: Hide REALTEK_8168_RESET in menuconfigArthur Heymans2016-11-241-1/+1
* driver/pc80/tpm: Runtime generate ACPI table for TPM driverNaresh G Solanki2016-11-242-220/+247
* spi: Get rid of flash_programmer_probe in spi_slave structureFurquan Shaikh2016-11-221-35/+46
* spi: Get rid of max_transfer_size parameter in spi_slave structureFurquan Shaikh2016-11-221-19/+2
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-2217-155/+224
* drivers/intel/fsp2_0: Check for NULL before using pointerMartin Roth2016-11-211-0/+2
* fsp2_0: implement stage cache for silicon initBrandon Breitenstein2016-11-212-2/+18
* net/r8167: do net set bus msater enableRonald G. Minnich2016-11-211-3/+3
* drivers/usb: Add option for baudrate of FT232H UARTNico Huber2016-11-212-2/+41