aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/i2c/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* i2c(8): clean up and clarify read operationAndriy Gapon2017-10-131-25/+22
* Make i2c -s (device scan) work on hardware that supports only full xfers.Ian Lepore2017-09-111-11/+51
* More typos in strings.Nick Hibma2016-12-021-4/+4
* Speling fixes and fix line endings for err_msg output.Nick Hibma2016-12-011-10/+10
* i2c(8): uninitialized variable (UNINIT).Pedro F. Giffuni2016-05-131-1/+3
* i2c(8): uninitialized variable (UNINIT).Pedro F. Giffuni2016-05-131-1/+2
* Perform I2C transmission in a single burst when mode is "none" or not setZbigniew Bodek2015-09-151-28/+79
* Fix a few cases of use of uninitialized variables. Found with -Wall.Luiz Otavio O Souza2014-11-121-2/+8
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1
* In usr.sbin/i2c/i2c.c, fix a few warnings about format strings not beingDimitry Andric2011-12-171-2/+2
* Introduce the I2C diagnostic utility. It let's discover and inspect slaveRafal Jaworowski2009-01-261-0/+633