From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [PATCH 3/5] mfd: ti_am335x_tscadc: Don't read back REG_SE Date: Mon, 6 Jan 2014 09:35:25 +0000 Message-ID: <20140106093525.GE23772@lee--X1> References: <1387466911-3732-1-git-send-email-bigeasy@linutronix.de> <1387466911-3732-4-git-send-email-bigeasy@linutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-wi0-f181.google.com ([209.85.212.181]:47862 "EHLO mail-wi0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753391AbaAFJfa (ORCPT ); Mon, 6 Jan 2014 04:35:30 -0500 Received: by mail-wi0-f181.google.com with SMTP id hq4so2568172wib.2 for ; Mon, 06 Jan 2014 01:35:28 -0800 (PST) Content-Disposition: inline In-Reply-To: <1387466911-3732-4-git-send-email-bigeasy@linutronix.de> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Sebastian Andrzej Siewior Cc: Samuel Ortiz , Jonathan Cameron , Dmitry Torokhov , Zubair Lutfullah , Felipe Balbi , linux-iio@vger.kernel.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org On Thu, 19 Dec 2013, Sebastian Andrzej Siewior wrote: > The purpose of reg_se_cache has been defeated. It should avoid the > read-back of the register to avoid the latency and the fact that the > bits are reset to 0 after the individual conversation took place. >=20 > The reason why this is required like this to work, is that read-back = of > the register removes the bits of the ADC so they do not start another > conversation after the register is re-written from the TSC side for t= he > update. > To avoid the not required read-back I introduce a "set once" variant = which > does not update the cache mask. After the conversation completes, the > bit is removed from the SE register anyway and we don't plan a new > conversation "any time soon". The current set function is renamed to > set_cache to distinguish the two operations. > This is a small preparation for a larger sync-rework. >=20 > Acked-by: Lee Jones > Signed-off-by: Sebastian Andrzej Siewior > --- > drivers/iio/adc/ti_am335x_adc.c | 4 ++-- > drivers/input/touchscreen/ti_am335x_tsc.c | 4 ++-- Just need Dmitry's Ack now. --=20 Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org =E2=94=82 Open source software for ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-input" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html