From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH v2] input/mc13783-ts: add pdata to set conversion delay Date: Wed, 11 Jan 2012 09:35:40 -0800 Message-ID: <20120111173540.GC21047@core.coreip.homeip.net> References: <1326278963-22510-1-git-send-email-michael.thalmeier@hale.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1326278963-22510-1-git-send-email-michael.thalmeier@hale.at> Sender: linux-kernel-owner@vger.kernel.org To: Michael Thalmeier Cc: Samuel Ortiz , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, michael@thalmeier.at List-Id: linux-input@vger.kernel.org On Wed, Jan 11, 2012 at 11:49:23AM +0100, Michael Thalmeier wrote: > > +struct mc13xxx_ts_platform_data { > + /* Delay between Touchscreen polarization and ADC Conversion. > + * Given in clock ticks of a 32 kHz clock which gives a granularity of > + * about 30.5ms */ > + char ato; > + > +#define MC13783_TS_ATO_FIRST 0 > +#define MC13783_TS_ATO_EACH 1 > + /* Use the ATO delay only for the first conversion or for each one */ > + char atox; > +}; 'char' for these 2 looks wrong, 2 u8, u8 and bool or int and bool would be better. Otherwise am OK with input bits. Acked-by: Dmitry Torokhov -- Dmitry