summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* i2cdetect: only use "newer" I2C_FUNC_* flags if they existHEADmasterWolfram Sang2023-02-231-0/+4
* i2cdetect: display more functionality bits with '-F'Wolfram Sang2022-12-051-0/+6
* i2c-tools: Implement and document option -hJean Delvare2022-05-2410-15/+50
* i2c-tools: Use getoptJean Delvare2022-05-245-94/+76
* i2cget: add mode character for SMBus block read to manpageWolfram Sang2022-03-301-1/+1
* i2cdetect: fix a typo argment -> argumentAurelien Jarno2022-01-031-2/+2
* i2cdump: Remove support for SMBus block modeJean Delvare2021-07-222-68/+20
* i2cdump: Deprecate SMBus block modeJean Delvare2021-07-132-10/+7
* i2cdump: Add range support with mode i (I2C block)Jean Delvare2021-07-132-8/+8
* i2cdump: Remove dead codeJean Delvare2021-07-131-3/+0
* i2cget: Add support for SMBus block readJean Delvare2021-07-132-5/+19
* i2cget: Document the support of I2C block readJean Delvare2021-07-131-5/+19
* i2cget: Add support for I2C block dataCrestez Dan Leonard2021-07-131-10/+56
* i2cdetect: Sort the bus list by numberJean Delvare2021-06-021-0/+11
* Revert "tools: i2ctransfer: add check for returned length from driver"Wolfram Sang2021-03-071-6/+1
* Manual pages: Mention the current maintainerJean Delvare2020-09-105-5/+10
* i2cset: Fix short writes with maskJean Delvare2020-09-081-12/+13
* tools: i2ctransfer: add check for returned length from driverWolfram Sang2020-08-291-1/+6
* i2ctransfer: add support for I2C_M_RECV_LENWolfram Sang2020-08-102-12/+33
* add BUGS section to manpagesWolfram Sang2020-08-105-0/+20
* allow to preset custom CFLAGS and LDFLAGSWolfram Sang2020-08-101-3/+3
* tools: restrict all addresses defined by the standardWolfram Sang2019-04-2310-14/+14
* tools: i2ctransfer: consequently document -aWolfram Sang2019-04-231-3/+5
* Consistently use snprintf instead of sprintfJean Delvare2019-01-091-4/+11
* Make STRIP overridableJean Delvare2018-11-091-1/+1
* i2ctransfer: '-f' shouldn't allow all addresses, '-a' does thatWolfram Sang2018-04-042-17/+8
* tools: add all_addrs option for i2c toolsRomain Porte2018-03-2410-19/+47
* tools/Module.mk: Add missing dependenciesJean Delvare2017-12-141-5/+5
* tools: i2cbusses: Check the return value of snprintfJean Delvare2017-11-081-6/+28
* i2c-tools: i2cbusses: Avoid buffer overflows in sysfs pathsJean Delvare2017-11-021-5/+5
* i2c-tools: Add examples to manual pagesJean Delvare2017-10-304-4/+154
* Add new tool i2ctransfer to the ignore listJean Delvare2017-08-031-0/+1
* Add missing man page cross-referencesJean Delvare2017-07-264-4/+4
* i2ctransfer: grammar fixes in manpageWolfram Sang2017-04-071-2/+2
* i2ctransfer: replace broken "force" handlingWolfram Sang2017-04-071-12/+16
* i2c-tools: add new tool 'i2ctransfer'Wolfram Sang2017-03-153-1/+504
* i2c-tools: add .gitignoreWolfram Sang2016-08-121-0/+4
* i2c-tools: fix feature test macros for glibc >= 2.20Wolfram Sang2016-08-121-1/+2
* White space cleanupJean Delvare2015-07-071-1/+1
* Don't hard-code lib directory nameJean Delvare2015-06-171-1/+1
* Enable static use of libi2cJean Delvare2015-06-171-0/+4
* Update my e-mail address and copyright years.Jean Delvare2014-02-199-10/+10
* Add missing option -r to usage summaryJean Delvare2013-10-051-1/+1
* Build fails with recent versions of gcc/ld.Guenter Roeck2012-12-211-4/+4
* i2cdetect: Clarify the SMBus commands used for probing by default.Jean Delvare2012-12-201-4/+8
* Consistently use "SMBus receive byte" for the short byte read we useJean Delvare2012-09-072-4/+4
* If either SMBus Quick Write or SMBus Receive Byte command is missing,Jean Delvare2012-09-071-15/+41
* New library for I2C device access under Linux. As a first step, theJean Delvare2012-05-211-4/+5
* Tools depends on header file version.h. Add the missing dependency toJean Delvare2012-05-211-4/+4
* i2c-dev: Move SMBus helper functions to include/i2c/smbus.hJean Delvare2012-04-266-11/+25