summaryrefslogtreecommitdiffstats
path: root/cpukit/dev (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-14dev/sc16is752: Add ioctl calls for modem controll.Christian Mauderer2-1/+96
2018-02-12dev/sc16is752: Check return values.Christian Mauderer1-4/+6
2018-02-12dev/sc16is752: Add GPIO access via ioctl.Christian Mauderer2-0/+22
2018-02-02spi: Use self-contained mutexSebastian Huber1-30/+6
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
2018-01-25Remove make preinstallChris Johns17-2716/+0
2017-10-02i2c: Add temperature sensor LM75A driverSebastian Huber4-0/+329
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-09-11i2c: TMP112 correct the function name to set the config.Chris Johns1-1/+1
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 Johns10-0/+1527
2017-08-16dev/i2c: Add Xilinx AXI I2C driver.Chris Johns4-0/+1035
2017-07-17i2c: Point to most relevant Linux documentationSebastian Huber1-3/+4
2017-07-14posix/mmap: Add support for file handler and MAP_ANONKevin Kirspel3-0/+3
2017-04-03bsps: Fix baud settingsSebastian Huber1-1/+1
2016-12-16dev: Add NXP SC16IS752 serial device driverAlexander Krutwig6-0/+875
2016-09-16Add SPI bus frameworkAlexander Krutwig5-0/+877
2015-07-23i2c: Fix return status of i2c dev read/writeSebastian Huber1-6/+10
2015-03-09cpukit/dev/include/dev/i2c/i2c.h: Fix Doxygen groupingJoel Sherrill1-0/+2
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 Huber4-0/+173
2014-11-20Add NXP PCA9535 16-bit GPIO I2C driverSebastian Huber4-0/+278
2014-11-20Add generic EEPROM I2C device driverSebastian Huber4-0/+324
2014-11-20Add I2C driver frameworkSebastian Huber5-0/+1092
2014-11-20Add RTEMS port of Linux I2C user-space APISebastian Huber4-0/+456