Age | Commit message (Expand) | Author |
2024-02-18 | drivers: Add SPDX license headers to Kconfig files | Martin Roth |
2024-01-24 | driver/i2c: Rename Makefiles from .inc to .mk | Martin Roth |
2023-08-06 | drivers: Add SPDX license headers to Makefiles | Martin Roth |
2022-12-16 | drivers/i2c/designware: translate return type in dw_i2c_dev_transfer | Felix Held |
2022-12-16 | drivers/i2c/designware/dw_i2c: handle bus < 0 in dw_i2c_dev_transfer | Felix Held |
2022-11-09 | drivers/i2c/designware: Add 100 MHz controller base clock | Werner Zeh |
2022-08-03 | drivers/i2c/dw_i2c: Re-add check for empty i2c transfer list | Nico Huber |
2022-05-31 | drivers/i2c/dw_i2c: Adjust to handle 0-byte transfers | Matt DeVillier |
2022-04-13 | drivers/i2c/designware/dw_i2c: Remove unnecessary tabs in debug log | Reka Norman |
2022-03-15 | i2c: Add configurable I2C transfer timeout | Jes Klinke |
2022-02-04 | drivers/i2c/designware/dw_i2c: improve CONTROL_SPEED_FS definition | Felix Held |
2022-02-02 | drivers/i2c/designware/dw_i2c: use cb_err for dw_i2c_gen_speed_config | Felix Held |
2022-02-01 | drivers/i2c/designware/dw_i2c: limit scope of dw_i2c_transfer | Felix Held |
2022-02-01 | drivers/i2c/designware/dw_i2c: return enum cb_err from dw_i2c_transfer | Felix Held |
2022-02-01 | drivers/i2c/designware/dw_i2c: return enum cb_err from dw_i2c_init | Felix Held |
2022-02-01 | drivers/i2c/designware/dw_i2c: use enum cb_err for static functions | Felix Held |
2022-02-01 | drivers/i2c/designware/dw_i2c.h: include types.h instead of stdint.h | Felix Held |
2022-02-01 | drivers/i2c/designware/dw_i2c: add missing types.h include | Felix Held |
2021-06-04 | drivers/i2c/designware: Report I2C timings for additional bus speeds | Werner Zeh |
2021-04-30 | drivers/i2c/designware: Use safe defaults for SCL parameters | Kyösti Mälkki |
2020-11-16 | src: Update some incorrect config options in comments | Martin Roth |
2020-11-16 | drivers/i2c/dw: Check for TX_ABORT in transfer | Kangheui Won |
2020-11-09 | acpi: Call acpi_fill_ssdt() only for enabled devices | Karthikeyan Ramasubramanian |
2020-09-21 | src/drivers: Drop unneeded empty lines | Elyes HAOUAS |
2020-05-15 | drivers/i2c/designware: Check if the device is powered | Raul E Rangel |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to acpi_fill_ssdt() | Furquan Shaikh |
2020-04-28 | i2c/designware: Constify struct device * parameter to dw_i2c_soc_dev_to_bus | Furquan Shaikh |
2020-04-06 | src/drivers: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | drivers/i2c/designware: Add 150MHz clock speed | Martin Roth |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2019-10-22 | AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file | Martin Roth |
2019-07-19 | drivers/i2c/dw: Don't try to generate unselected speeds in ACPI table | Tim Wawrzynczak |
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 |
2018-12-07 | drivers/i2c/designware: Add soc_clock entry for 216MHz | Duncan Laurie |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-08-10 | drivers/i2c: Add i2c TPM support for different stages | Philipp Deppenwiese |
2018-08-10 | src/drivers: Fix typo | Elyes HAOUAS |
2018-03-21 | drivers/i2c/designware: Fix indentation | Maulik V Vaghela |
2018-02-14 | drivers/i2c/designware: Remove spurious word ("familuar") | Jonathan Neuschäfer |
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-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 |
2017-12-22 | ic2/designware: Move Intel i2c logic to shared driver | Chris Ching |