index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
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
2017-07-28
src/drivers: Fix checkpatch warning: no spaces at the start of a line
Martin Roth
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-06-30
rx6110sa: Add a software reset sequence in case of power loss
Werner Zeh
2017-06-09
rx6110sa: Add more chip configuration options to chip
Werner Zeh
2017-05-31
rx6110sa: Add possibility to use both I2C and SMBus for the RTC
Werner Zeh
2017-05-11
drivers/i2c: Add new driver for RTC type RX6110 SA
Mario Scheithauer
2017-04-24
drivers/i2c/tpm: Remove vendor.irq
Daniel Kurtz
2017-04-24
drivers/i2c/tpm/cr50: Use tis_plat_irq_status for Cr50 IRQ status
Daniel Kurtz
2017-04-24
drivers/i2c/tpm: Hide ACPI on unsupported platforms
Patrick Rudolph
2017-04-13
drivers/spi/tpm: Clean up SPI TPM driver
Furquan Shaikh
2017-04-03
drivers/i2c/tpm: remove 1260 byte buffer from stack
Aaron Durbin
2017-04-03
drivers/i2c/tpm: remove unused variable in tpm_transmit()
Aaron Durbin
2017-04-03
drivers/i2c/tpm: remove unused types from tpm.h
Aaron Durbin
2017-03-28
Remove libverstage as separate library and source file class
Julius Werner
2017-03-16
i2c/generic: Add support for GPIO IRQ
Duncan Laurie
2017-03-16
drivers/i2c/tpm: Add support for Atmel TPM (AT97SC3204)
Lee Leahy
2017-03-16
drivers/i2c/tpm: Add TPM (TIS) debugging support
Lee Leahy
2017-03-15
drivers/i2c/tpm: Fix issues detected by checkpatch
Lee Leahy
2017-02-20
drivers/i2c: Use I2C HID driver for wacom devices
Furquan Shaikh
2017-02-19
acpi_device: Move power resource function to generic code
Duncan Laurie
2017-02-17
driver/i2c/max98927: add i2c driver for Maxim 98927 codec
Rizwan Qureshi
2017-01-29
i2c/generic: Allow GPIOs to be put in _CRS and PowerResource in ACPI
Furquan Shaikh
2017-01-03
i2c/tpm: Ignore 0xFF bytes for status and burstCount
Julius Werner
2016-12-16
drivers/i2c/generic: Allow mainboards to export reset and enable GPIOs
Furquan Shaikh
2016-12-16
drivers/i2c/hid: Add generic I2C HID driver
Duncan Laurie
2016-12-15
drivers/i2c: Pass in i2c_generic_config into i2c_generic_fill_ssdt
Furquan Shaikh
2016-12-15
pcf8523: Fix wrong initialization of several registers
Werner Zeh
2016-11-16
drivers/i2c/alps: Add support for ALPS Touchpad driver
Barnali Sarkar
2016-11-10
drivers/i2c/wacom: Make the driver more generic
Furquan Shaikh
[next]