From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: [PATCH 0/2] 2430SDP touchscreen: use ads7846 instead of tsc2046 Date: Thu, 24 May 2007 10:21:43 -0700 Message-ID: <20070524172143.809836878@mvista.com> Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org The tsc2046 is just updated silicon of ads7846, so instead of having a new driver for the tsc2046, use the ads7846 instead. These also depend on David Brownell's recent McSPI cleanups. Kevin