aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c
AgeCommit message (Expand)Author
2019-09-30drivers/i2c/lm96000: Add more settings for fan controlNico Huber
2019-09-30drivers/i2c/lm96000: Fix integer sign issueNico Huber
2019-09-30drivers/i2c/at24rf08c: Add proper Kconfig optionNico Huber
2019-08-13drivers/i2c/generic: Add "compatible" property to _DSDFurquan Shaikh
2019-07-19drivers/i2c/dw: Don't try to generate unselected speeds in ACPI tableTim Wawrzynczak
2019-06-18drivers/i2c/sx9310: Print I2C SAR device infoEric Lai
2019-04-24mb/google/sarien: Disable touch by strap pin GPP_B4Eric Lai
2019-04-12drivers/i2c/sx9310: Add support for GPIO IRQFurquan Shaikh
2019-04-06src: Use #include <timer.h> when appropriateElyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-16x86/smbios: Untangle system and board tablesNico Huber
2019-03-14drivers/i2c/lm96000: Add new hardware-monitoring ICNico Huber
2019-03-14drivers/i2c/nct7802y: Add new hardware-monitoring ICNico Huber
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-02-15drivers/i2c/max98373: Set default bus speed as I2C_SPEED_FASTFurquan Shaikh
2019-01-24cr50: Add probe command to poll Cr50 until DID VID is validKeith Short
2019-01-23src/drivers: Remove needless '&' on function pointersElyes HAOUAS
2018-12-07drivers/i2c/designware: Add soc_clock entry for 216MHzDuncan Laurie
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-11-12src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS
2018-11-09drivers/*/tpm: Add postcar targetPhilipp Deppenwiese
2018-11-01src: Add missing include <stdint.h>Elyes HAOUAS
2018-10-08Move compiler.h to commonlibNico Huber
2018-10-08src: Use tabs for indentationElyes HAOUAS
2018-09-16acpi: Call acpi_gen_writeSTA by status from device treeHung-Te Lin
2018-08-14drivers/i2c/tpm/cr50.c: Check if TPM was readRichard Spiegel
2018-08-10drivers/i2c: Add i2c TPM support for different stagesPhilipp Deppenwiese
2018-08-10src/drivers: Fix typoElyes HAOUAS
2018-07-30drivers/i2c/da7219: Allow disabling micbias-pulse featureDaniel Kurtz
2018-07-09src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-07-06google: Use proper ACPI ID for Semtech chips: STHGwendal Grignou
2018-06-24drivers/i2c/alps: Get rid of i2c/alps driverFurquan Shaikh
2018-06-24drivers/i2c/sx9310: Check for config not being NULL before using itFurquan Shaikh
2018-06-22drivers/i2c: Add a driver for Semtech SX9310Enrico Granata
2018-06-12drivers/i2c/generic: Ensure config is not NULL before accessing itFurquan Shaikh
2018-06-06src/driver/i2c/{generic,hid,tpm,max}: Update device name based on devicetree.cbNaresh G Solanki
2018-06-04security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese
2018-05-28drivers/i2c/max98373: update DT property namesSathyanarayana Nujella
2018-05-22src: Remove non-ascii charactersMartin Roth
2018-05-04drivers/i2c/da7219: Add mclk-name propertyAkshu Agrawal
2018-05-02src/drivers: Add reset/enable/stop_off_ms variables to ACPI devicesShelley Chen
2018-04-27drivers/i2c/lm63: Remove unneeded headersElyes HAOUAS
2018-04-27drivers/i2c/adm1026: Remove unneeded headersElyes HAOUAS
2018-04-27drivers/i2c/adm1027: Remove unneeded headersElyes HAOUAS
2018-04-26drivers/i2c/ck505: Remove unneeded headersElyes HAOUAS
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-03-21drivers/i2c/designware: Fix indentationMaulik V Vaghela
2018-02-15drivers/i2c: Add chip driver for I/O expander PCA9538Werner Zeh
2018-02-14drivers/i2c/designware: Remove spurious word ("familuar")Jonathan Neuschäfer
2018-02-10drivers/i2c/da7219: Allow GPIO based interruptDaniel Kurtz
2018-02-02drivers/i2c/designware: conform to controller restrictionsAaron Durbin
2018-02-01drivers/i2c/designware: Unset IC_ENABLE when setting target addressChris Ching
2018-01-30drivers/i2c/tpm: Add irq_gpio support to tpm.Justin TerAvest
2018-01-25drivers/i2c/designware: reduce API complication for bus configAaron Durbin
2018-01-24drives/i2c/designware: incorporate device_operations supportAaron Durbin
2018-01-24drivers/i2c/designware: namespace soc functionsAaron Durbin
2018-01-24device/i2c_bus: allow i2c_bus and i2c_simple to coexistAaron Durbin
2018-01-23drivers/i2c/max98373: Add driver for generating device in SSDTN, Harshapriya
2018-01-18security/tpm: Change TPM naming for different layers.Philipp Deppenwiese
2018-01-18security/tpm: Move tpm TSS and TSPI layer to security sectionPhilipp Deppenwiese
2017-12-22ic2/designware: Move Intel i2c logic to shared driverChris Ching
2017-11-22drivers/i2c/tpm/cr50: Simplify and increase init delay to 30 secondsDuncan Laurie
2017-11-09drivers/i2c/tpm/cr50: Increase init delay to 30 secondsDuncan Laurie
2017-11-07src: Fix all Siemens copyrightsMario Scheithauer
2017-09-26Use stopwatch_wait_until_expired where applicableJonathan Neuschäfer
2017-09-14device: acpi_name() should take a const struct deviceAaron Durbin
2017-09-06driver/i2c/max98927: Add imon and vmon paramsHarsha Priya
2017-08-30acpigen: Add stop gpio control to power resourceFurquan Shaikh
2017-08-30drivers/i2c/ck505: Add generic driver to configure clockgenArthur Heymans
2017-08-30drivers/i2c/generic: Support additional device propertiesDuncan Laurie
2017-08-18drivers/i2c/rx6110sa: Drop I2C interface arbitrationNico Huber
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-08-14i2c: Move to Linux like `struct i2c_msg`Nico Huber
2017-08-09drivers/i2c: Add driver for rt5663 codecDuncan Laurie
2017-08-08rx6110sa: Make sure that VLF bit will be clearedWerner Zeh
2017-07-28src/drivers: Fix checkpatch warning: no spaces at the start of a lineMartin Roth
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-30rx6110sa: Add a software reset sequence in case of power lossWerner Zeh
2017-06-09rx6110sa: Add more chip configuration options to chipWerner Zeh
2017-05-31rx6110sa: Add possibility to use both I2C and SMBus for the RTCWerner Zeh
2017-05-11drivers/i2c: Add new driver for RTC type RX6110 SAMario Scheithauer
2017-04-24drivers/i2c/tpm: Remove vendor.irqDaniel Kurtz
2017-04-24drivers/i2c/tpm/cr50: Use tis_plat_irq_status for Cr50 IRQ statusDaniel Kurtz
2017-04-24drivers/i2c/tpm: Hide ACPI on unsupported platformsPatrick Rudolph
2017-04-13drivers/spi/tpm: Clean up SPI TPM driverFurquan Shaikh
2017-04-03drivers/i2c/tpm: remove 1260 byte buffer from stackAaron Durbin
2017-04-03drivers/i2c/tpm: remove unused variable in tpm_transmit()Aaron Durbin
2017-04-03drivers/i2c/tpm: remove unused types from tpm.hAaron Durbin
2017-03-28Remove libverstage as separate library and source file classJulius Werner
2017-03-16i2c/generic: Add support for GPIO IRQDuncan Laurie
2017-03-16drivers/i2c/tpm: Add support for Atmel TPM (AT97SC3204)Lee Leahy
2017-03-16drivers/i2c/tpm: Add TPM (TIS) debugging supportLee Leahy
2017-03-15drivers/i2c/tpm: Fix issues detected by checkpatchLee Leahy
2017-02-20drivers/i2c: Use I2C HID driver for wacom devicesFurquan Shaikh
2017-02-19acpi_device: Move power resource function to generic codeDuncan Laurie
2017-02-17driver/i2c/max98927: add i2c driver for Maxim 98927 codecRizwan Qureshi
2017-01-29i2c/generic: Allow GPIOs to be put in _CRS and PowerResource in ACPIFurquan Shaikh
2017-01-03i2c/tpm: Ignore 0xFF bytes for status and burstCountJulius Werner