On Fri, Jul 17, 2009 at 03:52:03PM +0100, Mark Brown wrote:
On Fri, Jul 17, 2009 at 04:45:21PM +0200, Marek Vasut wrote:
From 1ea286d088993e05b5b374a08ee6f933242d3561 Mon Sep 17 00:00:00 2001 From: Marek Vasut marek.vasut@gmail.com Date: Thu, 4 Jun 2009 21:56:59 +0200 Subject: [PATCH 2/2] Add possibility to control the GPIO_STATUS shift
This patch allows tweaking the behaviour of GPIO_STATUS register shift quirk that's in wm97xx-core. The problem with GPIO_STATUS register being shifted by one doesn't appear on all hardware it seems and causes problems with accelerated touchscreen drivers on Palm hardware. Therefore an accelerated touchscreen driver can select if the shift is/isn't happening on the hardware.
Acked-by: Mark Brown broonie@opensource.wolfsonmicro.com
Applied both patches to 'next', thank you Marek.