Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i2c_gpio: Get actual direction register from device instead internal …
…state Until now we have tried to infer the state of the output register from an internal state of the GPIO driver. But: This means that the assumed state and the actual state can diverge. With this change we always to a read-modify-write on this register. Signed-off-by: Chris Fiege <[email protected]>
- Loading branch information