summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* drivers/i2c/nau8825: Support nau8825 for ACPI GPIO descriptorsSeven Lee2021-04-062-1/+6
* drivers/i2c: sx9310: Replace register map with descriptive namesGwendal Grignou2021-03-103-40/+79
* src/drivers/i2c/rx6110sa: Add official ACPI IDWerner Zeh2021-03-042-0/+2
* drivers/i2c/hid: Enforce level triggered IRQ modeKarthikeyan Ramasubramanian2021-02-181-0/+14
* drivers/i2c/tpm/cr50.c: Use __func__Elyes HAOUAS2021-01-191-1/+2
* drivers/i2c/tpm/tpm.c: Use __func__Elyes HAOUAS2021-01-191-4/+3
* drivers/i2c/tpm/tis.c: Use __func__Elyes HAOUAS2021-01-191-7/+7
* drivers/i2c/sx9324: Add IrqCfg1 registerStanley Wu2021-01-181-0/+1
* drivers/i2c/tpm: Unconditionally allow I2C TPM ACPI nodeJes Klinke2020-12-081-2/+1
* drivers/i2c/sx9324: Add more registers and reorderEric Lai2020-12-051-23/+32
* drivers/i2c/nct7802y: Move the sensor initialization procedureMaxim Polyakov2020-12-022-7/+15
* drivers/i2c/hid: Use ACPI device name if provided by configMatt DeVillier2020-11-221-0/+4
* drivers/i2c/generic: Only write DDN field if description not emptyMatt DeVillier2020-11-221-1/+2
* drivers/i2c: Add a driver for Semtech SX9324Eric Lai2020-11-225-0/+192
* src/drivers/i2c/rx6110sa: Omit _HID temporarilyWerner Zeh2020-11-192-2/+0
* drivers/i2c/tpm: Remove ifdef of non-existant Kconfig optionMartin Roth2020-11-161-5/+0
* src: Update some incorrect config options in commentsMartin Roth2020-11-161-1/+1
* drivers/i2c/dw: Check for TX_ABORT in transferKangheui Won2020-11-161-2/+11
* drivers/i2c/rx6110sa: Delete unused definesWerner Zeh2020-11-121-4/+0
* drivers/i2c/rx6110sa: Add basic ACPI supportWerner Zeh2020-11-123-2/+70
* acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian2020-11-0913-15/+12
* drivers/i2c/gpiomux: Add chip driver for multiplexed I2C busKarthikeyan Ramasubramanian2020-10-194-0/+71
* drivers/i2c: Add chip driver for GPIO based I2C multiplexerKarthikeyan Ramasubramanian2020-10-195-0/+107
* drivers/i2c/nct7802y: Configure remote diodes and local sensorMaxim Polyakov2020-10-113-7/+31
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-218-8/+0
* drivers/i2c/max98373: fix error message formattingCaveh Jalali2020-07-281-1/+1
* src: Remove whitespace between 'sizeof' and '('Elyes HAOUAS2020-07-261-9/+9
* src: Remove unused 'include <stdint.h>Elyes HAOUAS2020-07-141-1/+0
* src: Remove unused 'include <types.h>'Elyes HAOUAS2020-07-141-1/+0
* drivers/i2c/w83793: Drop dead codeAngel Pons2020-07-115-409/+0
* drivers/i2c/adt7463: Drop dead codeAngel Pons2020-07-093-85/+0
* acpi_device: Replace polarity with active_low in acpi_gpio for GpioIoFurquan Shaikh2020-07-022-5/+4
* src: Remove redundant includesElyes HAOUAS2020-06-021-1/+0
* driver/i2c/max98390: Fix build error related to max98390 driverSeunghwan Kim2020-05-201-2/+2
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-182-4/+0
* driver/i2c/max98390: Correct included file pathSeunghwan Kim2020-05-181-3/+3
* drivers/i2c/designware: Check if the device is poweredRaul E Rangel2020-05-151-46/+58
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-138-8/+0
* Remove new additions of "this file is part of" linesFurquan Shaikh2020-05-132-2/+0
* driver/i2c/max98390: Add i2c driver for Maxim 98390 codecSeunghwan Kim2020-05-114-0/+132
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1163-63/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-092-18/+2
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-0610-106/+10
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-0610-20/+10
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-0217-32/+32
* src: Remove not used 'include <smbios.h>'Elyes HAOUAS2020-05-011-1/+0
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-2813-14/+14
* drivers/i2c: Constify struct device * param to i2c fill ssdt callbackFurquan Shaikh2020-04-283-3/+3
* i2c/designware: Constify struct device * parameter to dw_i2c_soc_dev_to_busFurquan Shaikh2020-04-281-1/+1
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-231-1/+1