summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/ipq806x/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* src/soc to src/superio: Fix spelling errorsMartin Roth2021-10-051-1/+1
* treewide: Replace BSD-3-Clause and ISC headers with SPDX headersPatrick Georgi2020-05-111-25/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* src/soc/qualcomm: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-271-3/+3
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-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-5/+6
* ipq806x: i2c: stop transfer as soon as an error is reportedSourabh Banerjee2015-04-211-1/+1
* ipq806x: extend GSBI driver to support i2c on any GSBI blockSourabh Banerjee2015-04-171-7/+40
* ipq806x: add i2c driverVadim Bendebury2015-04-151-61/+53
* ipq806x: copy i2c, qup, and gsbi drivers from depthchargeDaisuke Nojiri2015-04-131-0/+143