summaryrefslogtreecommitdiffstats
path: root/cpukit/dev/i2c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-16Canonicalize config.h includeSebastian Huber10-19/+19
2018-11-06Correct minor spelling and grammar errorsZenon1-1/+1
2018-02-02i2c: Use self-contained mutexSebastian Huber1-31/+5
2018-02-01Xilinx AXI I2C driver IP race condition causes clock glitch.Chris Johns1-1/+5
2017-10-02i2c: Add temperature sensor LM75A driverSebastian Huber1-0/+198
2017-10-02i2c: Fix EEPROM driver program timeout handlingSebastian Huber1-4/+13
2017-10-02i2c: Send MSB of address first for EEPROMsSebastian Huber1-12/+21
2017-08-25Include missing <string.h>Sebastian Huber1-0/+1
2017-08-22dev/i2c: Fix integer typeSebastian Huber1-1/+1
2017-08-20dev/i2c: Add I2C device support for FPGA Slave, LM25066A, TMP112, ADS1113, AD...Chris Johns4-0/+976
2017-08-16dev/i2c: Add Xilinx AXI I2C driver.Chris Johns1-0/+943
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel2-0/+2
2015-07-23i2c: Fix return status of i2c dev read/writeSebastian Huber1-6/+10
2015-01-27IMFS: Replace node union with individual structSebastian Huber2-18/+14
2014-11-26i2c: Do not close file descriptor 0 if open failsSebastian Huber1-7/+6
2014-11-26i2c: Avoid undefined right shift operationSebastian Huber1-5/+8
2014-11-25cpukit/dev/i2c/i2c-dev.c: Fix leak on error pathJoel Sherrill1-2/+1
2014-11-24i2c: Fix endian issueSebastian Huber1-9/+14
2014-11-20Add NXP PCA9548A 8-channel switch I2C driverSebastian Huber1-0/+99
2014-11-20Add NXP PCA9535 16-bit GPIO I2C driverSebastian Huber1-0/+149
2014-11-20Add generic EEPROM I2C device driverSebastian Huber1-0/+260
2014-11-20Add I2C driver frameworkSebastian Huber2-0/+642