Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: i2c: Open and close i2c file descriptor on every access | Alex Williams | 2018-11-12 | 1 | -22/+42 |
| | | | | | | This will release the i2c device when it's not in use. If MPM hangs on to the i2c devices, we won't be able to cleanly change FPGA images--The kernel hangs up the process until the refcount drops to zero. | ||||
* | mpm: i2c: Add vector-based transfer function | Alex Williams | 2018-10-19 | 1 | -0/+18 |
| | | | | This could lead to a less-restricted implementation for use in Python. | ||||
* | mpm: Add i2c APIs for simple transfers | Alex Williams | 2018-10-19 | 1 | -0/+95 |