summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/quark/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/quark: Drop supportFelix Singer2023-05-201-357/+0
* i2c: Add configurable I2C transfer timeoutJes Klinke2022-03-151-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* soc/intel/quark: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* {nb,soc}: Replace min/max() with MIN/MAX()Elyes HAOUAS2019-12-201-1/+2
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* soc/intel/quark: Remove variable set but not usedElyes HAOUAS2019-09-021-2/+1
* post_code: add post code for hardware initialization failureKeith Short2019-05-221-1/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-10/+10
* soc: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* include/device: Split i2c.h into threeNico Huber2017-08-181-1/+1
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-8/+8
* soc/intel/quark: Add I2C debuggingLee Leahy2017-07-031-7/+74
* soc/intel/quark: Fix I2C driverLee Leahy2017-03-071-78/+204
* src/soc: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-1/+1
* intel/quark: Fix assert checkFurquan Shaikh2016-08-151-1/+1
* soc/intel/quark: Remove use of EDK-II macros and data typesLee Leahy2016-08-031-1/+2
* soc/intel/quark: Split I2C out from driverLee Leahy2016-05-311-0/+176