summaryrefslogtreecommitdiff
path: root/src/drivers/i2c
AgeCommit message (Expand)Author
2020-12-08drivers/i2c/tpm: Unconditionally allow I2C TPM ACPI nodeJes Klinke
2020-12-05drivers/i2c/sx9324: Add more registers and reorderEric Lai
2020-12-02drivers/i2c/nct7802y: Move the sensor initialization procedureMaxim Polyakov
2020-11-22drivers/i2c/hid: Use ACPI device name if provided by configMatt DeVillier
2020-11-22drivers/i2c/generic: Only write DDN field if description not emptyMatt DeVillier
2020-11-22drivers/i2c: Add a driver for Semtech SX9324Eric Lai
2020-11-19src/drivers/i2c/rx6110sa: Omit _HID temporarilyWerner Zeh
2020-11-16drivers/i2c/tpm: Remove ifdef of non-existant Kconfig optionMartin Roth
2020-11-16src: Update some incorrect config options in commentsMartin Roth
2020-11-16drivers/i2c/dw: Check for TX_ABORT in transferKangheui Won
2020-11-12drivers/i2c/rx6110sa: Delete unused definesWerner Zeh
2020-11-12drivers/i2c/rx6110sa: Add basic ACPI supportWerner Zeh
2020-11-09acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian
2020-10-19drivers/i2c/gpiomux: Add chip driver for multiplexed I2C busKarthikeyan Ramasubramanian
2020-10-19drivers/i2c: Add chip driver for GPIO based I2C multiplexerKarthikeyan Ramasubramanian
2020-10-11drivers/i2c/nct7802y: Configure remote diodes and local sensorMaxim Polyakov
2020-09-21src/drivers: Drop unneeded empty linesElyes HAOUAS
2020-07-28drivers/i2c/max98373: fix error message formattingCaveh Jalali
2020-07-26src: Remove whitespace between 'sizeof' and '('Elyes HAOUAS
2020-07-14src: Remove unused 'include <stdint.h>Elyes HAOUAS
2020-07-14src: Remove unused 'include <types.h>'Elyes HAOUAS
2020-07-11drivers/i2c/w83793: Drop dead codeAngel Pons
2020-07-09drivers/i2c/adt7463: Drop dead codeAngel Pons
2020-07-02acpi_device: Replace polarity with active_low in acpi_gpio for GpioIoFurquan Shaikh
2020-06-02src: Remove redundant includesElyes HAOUAS
2020-05-20driver/i2c/max98390: Fix build error related to max98390 driverSeunghwan Kim
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-18driver/i2c/max98390: Correct included file pathSeunghwan Kim
2020-05-15drivers/i2c/designware: Check if the device is poweredRaul E Rangel
2020-05-13src: Remove unused '#include <stdint.h>'Elyes HAOUAS
2020-05-13Remove new additions of "this file is part of" linesFurquan Shaikh
2020-05-11driver/i2c/max98390: Add i2c driver for Maxim 98390 codecSeunghwan Kim
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-05-01src: Remove not used 'include <smbios.h>'Elyes HAOUAS
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-28drivers/i2c: Constify struct device * param to i2c fill ssdt callbackFurquan Shaikh
2020-04-28i2c/designware: Constify struct device * parameter to dw_i2c_soc_dev_to_busFurquan Shaikh
2020-04-23rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner
2020-04-10Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber
2020-04-10Drop unnecessary DEVICE_NOOP entriesNico Huber
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
2020-03-17drivers/i2c/designware: Add 150MHz clock speedMartin Roth
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-03-02drivers/i2c/at24rf08c: Format according to coding stylePaul Menzel
2020-03-02drivers/i2c/at24rf08c: Correctly format short multi-line commentsPaul Menzel