From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753386AbcHQLMX (ORCPT ); Wed, 17 Aug 2016 07:12:23 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:32807 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753119AbcHQLMT (ORCPT ); Wed, 17 Aug 2016 07:12:19 -0400 Subject: Re: [PATCH 2/2] iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sample To: Jonathan Cameron References: <20160808110501.29586-1-vigneshr@ti.com> <20160808110501.29586-3-vigneshr@ti.com> <6e5c9bea-7b0f-0fdb-976a-29b7a0bccc5e@kernel.org> CC: Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Lee Jones , "Davis, Andrew" , "linux-iio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-omap@vger.kernel.org" From: Vignesh R Message-ID: <2696e440-af5f-e6b0-aac4-e26789eaa56d@ti.com> Date: Wed, 17 Aug 2016 16:41:41 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <6e5c9bea-7b0f-0fdb-976a-29b7a0bccc5e@kernel.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 15 August 2016 09:17 PM, Jonathan Cameron wrote: > On 08/08/16 12:05, Vignesh R wrote: >> Now that open delay and sample delay for each channel is configurable >> via DT, the default IDLE_TIMEOUT value is not enough as this is >> calculated based on hardcoded macros. This results in driver returning >> EBUSY sometimes. Fix this by increasing the timeout >> value based on maximum value possible to open delay and sample delays >> for each channel. >> >> Signed-off-by: Vignesh R > As with patch 1 could you provide a fixes tag as well highlighting the > patch that introduced the issue. I'm thinking you are referring to: > > iio: adc: ti_am335x_adc: make sample delay, open delay, averaging DT parameters > 5dc11e810676ec4a5acb4423ccd33314bf74f4e54 Yes, will send v2 with fixes tag pointing to above commit. Thanks! -- Regards Vignesh