Age | Commit message (Expand) | Author |
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 |