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

2016-09-09 Thread kbuild test robot
Hi Brendan, [auto build test ERROR on wsa/i2c/for-next] [also build test ERROR on v4.8-rc5 next-20160909] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to recor

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

2016-09-09 Thread kbuild test robot
Hi Brendan, [auto build test ERROR on wsa/i2c/for-next] [also build test ERROR on v4.8-rc5 next-20160909] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to recor

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

2016-09-09 Thread Brendan Higgins
Added initial master and slave support for Aspeed I2C controller. Supports fourteen busses present in ast24xx and ast25xx BMC SoCs by Aspeed. Signed-off-by: Brendan Higgins --- drivers/i2c/busses/Kconfig | 10 + drivers/i2c/busses/Makefile | 1 + drivers/i2c/busses/i2c-aspeed.c | 816