summaryrefslogtreecommitdiffstats
path: root/src/device/software_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/device: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-14/+14
* AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth2019-09-171-2/+0
* software_i2c: Improve error behaviorJulius Werner2018-05-021-25/+29
* include/device: Split i2c.h into threeNico Huber2017-08-181-1/+1
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-4/+5
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* device: convert to stopwatch APIAaron Durbin2015-03-211-5/+6
* i2c: Add software_i2c driver for I2C debugging and emulationJulius Werner2014-12-301-0/+345