summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* drivers/i2c/dw: Don't try to generate unselected speeds in ACPI tableTim Wawrzynczak2019-07-191-17/+7
* drivers/i2c/sx9310: Print I2C SAR device infoEric Lai2019-06-181-0/+4
* mb/google/sarien: Disable touch by strap pin GPP_B4Eric Lai2019-04-241-0/+19
* drivers/i2c/sx9310: Add support for GPIO IRQFurquan Shaikh2019-04-122-5/+20
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-061-3/+2
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-208-8/+1
* x86/smbios: Untangle system and board tablesNico Huber2019-03-161-1/+1
* drivers/i2c/lm96000: Add new hardware-monitoring ICNico Huber2019-03-145-0/+425
* drivers/i2c/nct7802y: Add new hardware-monitoring ICNico Huber2019-03-147-0/+454
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-089-19/+19
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-042-2/+0
* drivers/i2c/max98373: Set default bus speed as I2C_SPEED_FASTFurquan Shaikh2019-02-151-1/+1
* cr50: Add probe command to poll Cr50 until DID VID is validKeith Short2019-01-241-11/+39
* src/drivers: Remove needless '&' on function pointersElyes HAOUAS2019-01-239-27/+27
* drivers/i2c/designware: Add soc_clock entry for 216MHzDuncan Laurie2018-12-071-0/+7
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-162-2/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* drivers/*/tpm: Add postcar targetPhilipp Deppenwiese2018-11-091-0/+4
* src: Add missing include <stdint.h>Elyes HAOUAS2018-11-013-0/+8
* Move compiler.h to commonlibNico Huber2018-10-083-3/+0
* src: Use tabs for indentationElyes HAOUAS2018-10-082-2/+2
* acpi: Call acpi_gen_writeSTA by status from device treeHung-Te Lin2018-09-168-8/+8
* drivers/i2c/tpm/cr50.c: Check if TPM was readRichard Spiegel2018-08-141-4/+7
* drivers/i2c: Add i2c TPM support for different stagesPhilipp Deppenwiese2018-08-101-0/+1
* src/drivers: Fix typoElyes HAOUAS2018-08-103-4/+4
* drivers/i2c/da7219: Allow disabling micbias-pulse featureDaniel Kurtz2018-07-301-4/+6
* src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-1/+1
* google: Use proper ACPI ID for Semtech chips: STHGwendal Grignou2018-07-061-1/+1
* drivers/i2c/alps: Get rid of i2c/alps driverFurquan Shaikh2018-06-244-94/+0
* drivers/i2c/sx9310: Check for config not being NULL before using itFurquan Shaikh2018-06-241-1/+4
* drivers/i2c: Add a driver for Semtech SX9310Enrico Granata2018-06-225-0/+190
* drivers/i2c/generic: Ensure config is not NULL before accessing itFurquan Shaikh2018-06-121-2/+4
* src/driver/i2c/{generic,hid,tpm,max}: Update device name based on devicetree.cbNaresh G Solanki2018-06-065-0/+29
* security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese2018-06-042-28/+23
* drivers/i2c/max98373: update DT property namesSathyanarayana Nujella2018-05-281-3/+5
* src: Remove non-ascii charactersMartin Roth2018-05-222-2/+2
* drivers/i2c/da7219: Add mclk-name propertyAkshu Agrawal2018-05-042-0/+8
* src/drivers: Add reset/enable/stop_off_ms variables to ACPI devicesShelley Chen2018-05-022-8/+23
* drivers/i2c/lm63: Remove unneeded headersElyes HAOUAS2018-04-271-4/+0
* drivers/i2c/adm1026: Remove unneeded headersElyes HAOUAS2018-04-271-4/+0
* drivers/i2c/adm1027: Remove unneeded headersElyes HAOUAS2018-04-271-4/+0
* drivers/i2c/ck505: Remove unneeded headersElyes HAOUAS2018-04-261-5/+0
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* drivers/i2c/designware: Fix indentationMaulik V Vaghela2018-03-211-1/+1
* drivers/i2c: Add chip driver for I/O expander PCA9538Werner Zeh2018-02-155-0/+139
* drivers/i2c/designware: Remove spurious word ("familuar")Jonathan Neuschäfer2018-02-141-2/+2
* drivers/i2c/da7219: Allow GPIO based interruptDaniel Kurtz2018-02-102-1/+8
* drivers/i2c/designware: conform to controller restrictionsAaron Durbin2018-02-021-17/+34
* drivers/i2c/designware: Unset IC_ENABLE when setting target addressChris Ching2018-02-011-1/+5