[PATCH 0/2] i2c: aspeed: added driver for Aspeed I2C

From: Brendan Higgins
Date: Fri Sep 09 2016 - 15:56:11 EST


This patch set adds initial master mode and slave mode support for the Aspeed
24xx and 25xx I2C controllers, as well as device binding documentation for the
new driver.

These changes have been tested on the ast2500 evaluation board from Aspeed.

Work still to be done:
- The driver supports I2C protocol mangling in the form of sending stops after
every transaction, the remaining mangling support has not yet been added.
- SMBus Alert support.

Cheers!