Age | Commit message (Expand) | Author |
2020-03-17 | drivers/i2c/designware: Add 150MHz clock speed | Martin Roth |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-03-02 | drivers/i2c/at24rf08c: Format according to coding style | Paul Menzel |
2020-03-02 | drivers/i2c/at24rf08c: Correctly format short multi-line comments | Paul Menzel |
2020-01-04 | drivers/i2c/i2cmux2: Drop unused i2c multiplex | Kyösti Mälkki |
2020-01-04 | drivers/i2c/i2cmux: Drop unused i2c multiplex | Kyösti Mälkki |
2020-01-04 | drivers/i2c/lm63: Drop unused hardware monitor support | Kyösti Mälkki |
2020-01-04 | drivers/i2c/adm1027: Drop unused hardware monitor support | Kyösti Mälkki |
2020-01-04 | drivers/i2c/adm1026: Drop unused hardware monitor support | Kyösti Mälkki |
2020-01-04 | drivers/i2c/w83795: Drop unused hardware monitor support | Kyösti Mälkki |
2019-12-20 | {drivers,southbridge}: Replace min() with MIN() | Elyes HAOUAS |
2019-12-19 | src/{drivers,device,ec}: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-19 | src: Add missing include <types.h> | Elyes HAOUAS |
2019-12-11 | drivers/i2c/rt5663/: fix missing header include | Matt DeVillier |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2019-12-02 | src/: Remove g_ prefixes and _g suffixes from variables | Patrick Georgi |
2019-11-29 | security/tpm: Drop CAR_GLOBAL_MIGRATION support | Arthur Heymans |
2019-11-27 | cr50 i2c: add error message reporting TPM IRQ timeout | Vadim Bendebury |
2019-11-12 | drivers/i2c/ptn3460: Provide chip driver for PTN3460 | Uwe Poeche |
2019-10-27 | src/[arch-lib]: change "unsigned" to "unsigned int" | Martin Roth |
2019-10-27 | src/{device,drivers}: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-10-24 | drivers/i2c/rt1011: Add a driver for RT1011 | Cheng-Yi Chiang |
2019-10-22 | AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file | Martin Roth |
2019-09-30 | drivers/i2c/lm96000: Add more settings for fan control | Nico Huber |
2019-09-30 | drivers/i2c/lm96000: Fix integer sign issue | Nico Huber |
2019-09-30 | drivers/i2c/at24rf08c: Add proper Kconfig option | Nico Huber |
2019-08-13 | drivers/i2c/generic: Add "compatible" property to _DSD | Furquan Shaikh |
2019-07-19 | drivers/i2c/dw: Don't try to generate unselected speeds in ACPI table | Tim Wawrzynczak |
2019-06-18 | drivers/i2c/sx9310: Print I2C SAR device info | Eric Lai |
2019-04-24 | mb/google/sarien: Disable touch by strap pin GPP_B4 | Eric Lai |
2019-04-12 | drivers/i2c/sx9310: Add support for GPIO IRQ | Furquan Shaikh |
2019-04-06 | src: Use #include <timer.h> when appropriate | Elyes HAOUAS |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-16 | x86/smbios: Untangle system and board tables | Nico Huber |
2019-03-14 | drivers/i2c/lm96000: Add new hardware-monitoring IC | Nico Huber |
2019-03-14 | drivers/i2c/nct7802y: Add new hardware-monitoring IC | Nico Huber |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-02-15 | drivers/i2c/max98373: Set default bus speed as I2C_SPEED_FAST | Furquan Shaikh |
2019-01-24 | cr50: Add probe command to poll Cr50 until DID VID is valid | Keith Short |
2019-01-23 | src/drivers: Remove needless '&' on function pointers | Elyes HAOUAS |
2018-12-07 | drivers/i2c/designware: Add soc_clock entry for 216MHz | Duncan Laurie |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-11-09 | drivers/*/tpm: Add postcar target | Philipp Deppenwiese |
2018-11-01 | src: Add missing include <stdint.h> | Elyes HAOUAS |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-10-08 | src: Use tabs for indentation | Elyes HAOUAS |
2018-09-16 | acpi: Call acpi_gen_writeSTA by status from device tree | Hung-Te Lin |
2018-08-14 | drivers/i2c/tpm/cr50.c: Check if TPM was read | Richard Spiegel |
2018-08-10 | drivers/i2c: Add i2c TPM support for different stages | Philipp Deppenwiese |
2018-08-10 | src/drivers: Fix typo | Elyes HAOUAS |
2018-07-30 | drivers/i2c/da7219: Allow disabling micbias-pulse feature | Daniel Kurtz |
2018-07-09 | src/{device,drivers}: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-07-06 | google: Use proper ACPI ID for Semtech chips: STH | Gwendal Grignou |
2018-06-24 | drivers/i2c/alps: Get rid of i2c/alps driver | Furquan Shaikh |
2018-06-24 | drivers/i2c/sx9310: Check for config not being NULL before using it | Furquan Shaikh |
2018-06-22 | drivers/i2c: Add a driver for Semtech SX9310 | Enrico Granata |
2018-06-12 | drivers/i2c/generic: Ensure config is not NULL before accessing it | Furquan Shaikh |
2018-06-06 | src/driver/i2c/{generic,hid,tpm,max}: Update device name based on devicetree.cb | Naresh G Solanki |
2018-06-04 | security/tpm: Unify the coreboot TPM software stack | Philipp Deppenwiese |
2018-05-28 | drivers/i2c/max98373: update DT property names | Sathyanarayana Nujella |
2018-05-22 | src: Remove non-ascii characters | Martin Roth |
2018-05-04 | drivers/i2c/da7219: Add mclk-name property | Akshu Agrawal |
2018-05-02 | src/drivers: Add reset/enable/stop_off_ms variables to ACPI devices | Shelley Chen |
2018-04-27 | drivers/i2c/lm63: Remove unneeded headers | Elyes HAOUAS |
2018-04-27 | drivers/i2c/adm1026: Remove unneeded headers | Elyes HAOUAS |
2018-04-27 | drivers/i2c/adm1027: Remove unneeded headers | Elyes HAOUAS |
2018-04-26 | drivers/i2c/ck505: Remove unneeded headers | Elyes HAOUAS |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2018-03-21 | drivers/i2c/designware: Fix indentation | Maulik V Vaghela |
2018-02-15 | drivers/i2c: Add chip driver for I/O expander PCA9538 | Werner Zeh |
2018-02-14 | drivers/i2c/designware: Remove spurious word ("familuar") | Jonathan Neuschäfer |
2018-02-10 | drivers/i2c/da7219: Allow GPIO based interrupt | Daniel Kurtz |
2018-02-02 | drivers/i2c/designware: conform to controller restrictions | Aaron Durbin |
2018-02-01 | drivers/i2c/designware: Unset IC_ENABLE when setting target address | Chris Ching |
2018-01-30 | drivers/i2c/tpm: Add irq_gpio support to tpm. | Justin TerAvest |
2018-01-25 | drivers/i2c/designware: reduce API complication for bus config | Aaron Durbin |
2018-01-24 | drives/i2c/designware: incorporate device_operations support | Aaron Durbin |
2018-01-24 | drivers/i2c/designware: namespace soc functions | Aaron Durbin |
2018-01-24 | device/i2c_bus: allow i2c_bus and i2c_simple to coexist | Aaron Durbin |
2018-01-23 | drivers/i2c/max98373: Add driver for generating device in SSDT | N, Harshapriya |
2018-01-18 | security/tpm: Change TPM naming for different layers. | Philipp Deppenwiese |
2018-01-18 | security/tpm: Move tpm TSS and TSPI layer to security section | Philipp Deppenwiese |
2017-12-22 | ic2/designware: Move Intel i2c logic to shared driver | Chris Ching |
2017-11-22 | drivers/i2c/tpm/cr50: Simplify and increase init delay to 30 seconds | Duncan Laurie |
2017-11-09 | drivers/i2c/tpm/cr50: Increase init delay to 30 seconds | Duncan Laurie |
2017-11-07 | src: Fix all Siemens copyrights | Mario Scheithauer |
2017-09-26 | Use stopwatch_wait_until_expired where applicable | Jonathan Neuschäfer |
2017-09-14 | device: acpi_name() should take a const struct device | Aaron Durbin |
2017-09-06 | driver/i2c/max98927: Add imon and vmon params | Harsha Priya |
2017-08-30 | acpigen: Add stop gpio control to power resource | Furquan Shaikh |
2017-08-30 | drivers/i2c/ck505: Add generic driver to configure clockgen | Arthur Heymans |
2017-08-30 | drivers/i2c/generic: Support additional device properties | Duncan Laurie |
2017-08-18 | drivers/i2c/rx6110sa: Drop I2C interface arbitration | Nico Huber |
2017-08-18 | include/device: Split i2c.h into three | Nico Huber |
2017-08-14 | i2c: Move to Linux like `struct i2c_msg` | Nico Huber |
2017-08-09 | drivers/i2c: Add driver for rt5663 codec | Duncan Laurie |
2017-08-08 | rx6110sa: Make sure that VLF bit will be cleared | Werner Zeh |