aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/i2c/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* i2c(8): fix option handlingMartin Birgmeier2021-10-071-2/+2
* i2c(8): Add interpreted mode for batch/scripted i2c operationsPoul-Henning Kamp2021-05-191-2/+216
* i2c(8): Change default mode to "transfer", which should work everywhere¹Poul-Henning Kamp2021-05-191-1/+1
* i2c(8): Polish: sort switches, dont confuse address & offsetPoul-Henning Kamp2021-05-191-30/+30
* Final pass of cleanup: Get rid of gotos and general polish.Poul-Henning Kamp2021-05-131-199/+162
* Rewrite and simplify the -n argument processing.Poul-Henning Kamp2021-05-131-145/+101
* Refactor argument processing.Poul-Henning Kamp2021-05-131-50/+66
* More refactoring & polishing.Poul-Henning Kamp2021-05-121-1/+1
* More refactoring:Poul-Henning Kamp2021-05-121-94/+87
* Centralize offset width handling, and make it possible to specify explicit en...Poul-Henning Kamp2021-05-121-116/+98
* Centralize open/close of /dev/iic%d devicesPoul-Henning Kamp2021-05-121-50/+27
* Sixteen bit I2c addresses are always little endian.Poul-Henning Kamp2021-05-111-8/+5
* Polish source to WARNS=6Poul-Henning Kamp2021-05-111-21/+34
* Fix error found by new clang operator precendence warningAlex Richardson2019-11-171-1/+1
* Add a new 'tr' (transfer) mode to i2c(8) to support more i2c controllers.Ian Lepore2019-05-221-26/+94
* 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