summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-06-24i2cdump: don't use common_bufsiz1Bartosz Golaszewski1-1/+1
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-11-01i2c_tools: suppress "'blen' may be used uninitialized in this function"Denys Vlasenko1-1/+3
2015-11-01i2cdump: display the numeric value for block read ioctl() errorsBartosz Golaszewski1-2/+4
2015-11-01i2cdump: bail-out if block read failsBartosz Golaszewski1-5/+8
2015-11-01i2cdump: use I2C block mode for the 'i' mode parameterBartosz Golaszewski1-1/+1
2015-11-01i2cdump: don't read block data in non-block modesBartosz Golaszewski1-1/+2
2015-11-01i2cdetect: coding style: add a space after 'for'Bartosz Golaszewski1-1/+1
2015-11-01i2cdetect: fix address skipping in auto modeBartosz Golaszewski1-6/+7
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2015-09-21i2c-tools: rename remaining definesBartosz Golaszewski1-23/+23
2015-09-21i2c-tools: remove duplicate definitionsBartosz Golaszewski1-100/+2
2015-06-07i2cdetect: use break instead of goto in list_i2c_busses_and_exit()Bartosz Golaszewski1-2/+1
2015-06-07i2cdump: code reworkBartosz Golaszewski1-149/+167
2015-06-07i2cdetect: add a check for (mode == DETECT_MODE_AUTO)Bartosz Golaszewski1-1/+3
2015-06-07i2cdetect: don't scan non-regular addresses without the '-a' optionBartosz Golaszewski1-2/+4
2015-06-07i2cdetect: don't die on addresses already in use by driversBartosz Golaszewski1-12/+19
2015-05-11i2c-tools: only try /dev/i2c/* if opening /dev/i2c-* fails with ENOENTBartosz Golaszewski1-2/+6
2015-05-11i2c-tools: fix 'i2cdetect -l'Bartosz Golaszewski1-1/+4
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-02-10i2cget, i2cset, i2cdetect, i2cdump: new appletsBartosz Golaszewski1-0/+1396