Re: [PATCH] i2c: aspeed: Remove hard-coded bus timeout value setting

2019-01-22 Thread Wolfram Sang
On Wed, Jan 16, 2019 at 11:39:43AM -0800, Jae Hyun Yoo wrote: > This commit removes hard-coded bus timeout value setting so that > it can be set by i2c-core-base. > > Signed-off-by: Jae Hyun Yoo > Reviewed-by: Joel Stanley > Reviewed-by: Brendan Higgins Applied to for-next, thanks!

[PATCH] i2c: aspeed: Remove hard-coded bus timeout value setting

2019-01-16 Thread Jae Hyun Yoo
This commit removes hard-coded bus timeout value setting so that it can be set by i2c-core-base. Signed-off-by: Jae Hyun Yoo Reviewed-by: Joel Stanley Reviewed-by: Brendan Higgins --- drivers/i2c/busses/i2c-aspeed.c | 1 - 1 file changed, 1 deletion(-) diff --git