summaryrefslogtreecommitdiff
path: root/src/drivers/i2c
AgeCommit message (Expand)Author
2021-05-12drivers/i2c/cs42l42: Make HS_BIAS_SENSE_EN optionalVitaly Rodionov
2021-05-05drivers/i2c/generic: Set S0W to D3hot for wake deviceTony Huang
2021-04-30drivers/i2c/designware: Use safe defaults for SCL parametersKyösti Mälkki
2021-04-23drivers/i2c/cs42l42: Add driver for generating device in SSDTVitaly Rodionov
2021-04-15drivers/i2c/tas5825m: Add driver for TI TAS5825MJeremy Soller
2021-04-06drivers/i2c/nau8825: Support nau8825 for ACPI GPIO descriptorsSeven Lee
2021-03-10drivers/i2c: sx9310: Replace register map with descriptive namesGwendal Grignou
2021-03-04src/drivers/i2c/rx6110sa: Add official ACPI IDWerner Zeh
2021-02-18drivers/i2c/hid: Enforce level triggered IRQ modeKarthikeyan Ramasubramanian
2021-01-19drivers/i2c/tpm/cr50.c: Use __func__Elyes HAOUAS
2021-01-19drivers/i2c/tpm/tpm.c: Use __func__Elyes HAOUAS
2021-01-19drivers/i2c/tpm/tis.c: Use __func__Elyes HAOUAS
2021-01-18drivers/i2c/sx9324: Add IrqCfg1 registerStanley Wu
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