From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jae Hyun Yoo Subject: Re: [PATCH i2c-next v5 4/5] i2c: aspeed: Remove hard-coded bus timeout value setting Date: Thu, 4 Oct 2018 09:11:47 -0700 Message-ID: <185b73f1-ad5f-eedb-7c56-2a2e266f5960@linux.intel.com> References: <20181003223107.16133-1-jae.hyun.yoo@linux.intel.com> <20181003223107.16133-5-jae.hyun.yoo@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Joel Stanley Cc: Brendan Higgins , Wolfram Sang , Benjamin Herrenschmidt , Rob Herring , Mark Rutland , Andrew Jeffery , linux-i2c@vger.kernel.org, OpenBMC Maillist , devicetree , Linux ARM , linux-aspeed@lists.ozlabs.org, Linux Kernel Mailing List , jarkko.nikula@linux.intel.com, James Feist , Vernon Mauery List-Id: linux-i2c@vger.kernel.org On 10/4/2018 1:32 AM, Joel Stanley wrote: > On Thu, 4 Oct 2018 at 00:31, 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 > Thanks for the review, Joel!