aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/quark/i2c.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-06soc/intel/quark: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-18soc: Remove copyright noticesPatrick Georgi
2019-12-20{nb,soc}: Replace min/max() with MIN/MAX()Elyes HAOUAS
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-09-02soc/intel/quark: Remove variable set but not usedElyes HAOUAS
2019-05-22post_code: add post code for hardware initialization failureKeith Short
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-12-19soc: Remove useless include <device/pci_ids.h>Elyes HAOUAS
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-08-14i2c: Move to Linux like `struct i2c_msg`Nico Huber
2017-07-03soc/intel/quark: Add I2C debuggingLee Leahy
2017-03-07soc/intel/quark: Fix I2C driverLee Leahy
2016-08-31src/soc: Add required space before opening parenthesis '('Elyes HAOUAS
2016-08-15intel/quark: Fix assert checkFurquan Shaikh
2016-08-03soc/intel/quark: Remove use of EDK-II macros and data typesLee Leahy
2016-05-31soc/intel/quark: Split I2C out from driverLee Leahy