summaryrefslogtreecommitdiffstats
path: root/src/device/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-2/+2
* AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth2019-09-171-2/+0
* Reinvent I2C opsNico Huber2017-08-181-83/+0
* include/device: Split i2c.h into threeNico Huber2017-08-181-1/+2
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-1/+1
* device: i2c: Add support for I2C bus operationsDuncan Laurie2016-06-091-0/+83
* device: Add i2c read/write register field APIYidi Lin2016-03-211-0/+46