From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759881AbYB1NHq (ORCPT ); Thu, 28 Feb 2008 08:07:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756103AbYB1NHi (ORCPT ); Thu, 28 Feb 2008 08:07:38 -0500 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:51521 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755616AbYB1NHh (ORCPT ); Thu, 28 Feb 2008 08:07:37 -0500 Date: Thu, 28 Feb 2008 13:07:34 +0000 From: Mark Brown To: Andrew Morton Cc: Dmitry Torokhov , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Liam Girdwood , Graeme Gregory , Mike Arthur , Dmitry Baryshkov , Stanley Cai , Rodolfo Giometti , Russell King , Marc Kleine-Budde , Pete MacKay , Ian Molton , Vince Sanders , Andrew Zabolotny Subject: Re: [PATCH 3/6] Add chip driver for WM9712 touchscreen Message-ID: <20080228130734.GB20092@rakim.wolfsonmicro.main> Mail-Followup-To: Andrew Morton , Dmitry Torokhov , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Liam Girdwood , Graeme Gregory , Mike Arthur , Dmitry Baryshkov , Stanley Cai , Rodolfo Giometti , Russell King , Marc Kleine-Budde , Pete MacKay , Ian Molton , Vince Sanders , Andrew Zabolotny References: <12040332183316-git-send-email-broonie@opensource.wolfsonmicro.com> <12040332181161-git-send-email-broonie@opensource.wolfsonmicro.com> <12040332181394-git-send-email-broonie@opensource.wolfsonmicro.com> <20080227230937.e3e0fb41.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080227230937.e3e0fb41.akpm@linux-foundation.org> X-Cookie: Individualists unite! User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 27, 2008 at 11:09:37PM -0800, Andrew Morton wrote: > I assume we don't support more than one attached device per host? Yes. > If so, is that a problem? One could envisage an application with lots > of screens attached to one Linux box. Indeed, but it's fairly unlikely that such an application would do so using multiple instances of these particular controllers. They are all primary-only devices so having more than one of them in the system requires multiple AC97 controllers which is pretty unusual. They're also multi function devices with audio CODECs as well - people would be relatively unlikely to use them for the touchscreen functionality alone. If someone does come up with an application which needs more than one of these we can deal with it then but it's not an issue for most applications.