From: Viresh Kumar Date: Wed, 28 Nov 2012 18:47:15 +0000 (+0530) Subject: mfd: stmpe: Get rid of irq_invert_polarity X-Git-Tag: v3.8-rc1~85^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12a5105e04143569b3e9e5ef03cf9cad8862473a;p=pandora-kernel.git mfd: stmpe: Get rid of irq_invert_polarity Since the very first patch, stmpe core driver is using irq_invert_polarity as part of platform data. But, nobody is actually using it in kernel till now. Also, this is not something part of hardware specs, but is included to cater some board mistakes or quirks. So, better get rid of it. This is earlier discussed here: https://lkml.org/lkml/2012/11/27/636 Signed-off-by: Viresh Kumar Acked-by: Lee Jones Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed