]> asedeno.scripts.mit.edu Git - linux.git/commit
iio: adc: cpcap: Remove hung interrupt quirk
authorTony Lindgren <tony@atomide.com>
Tue, 23 May 2017 00:51:46 +0000 (17:51 -0700)
committerJonathan Cameron <jic23@kernel.org>
Sat, 3 Jun 2017 07:43:17 +0000 (08:43 +0100)
commit9d965236fe9b7006261eaf5a81ad36cedf2f9035
treeb97a7d6a24d4cc28be8a2da0d07fd5fcdead4284
parent951d21de88e4df3449b063180ddec0c668b64c53
iio: adc: cpcap: Remove hung interrupt quirk

This is no longer needed as the real problem was interrupt flags
not getting passed properly from device tree to the cpcap-core.c
mfd driver. This got fixed with commit ac89473213c6 ("mfd: cpcap:
Fix interrupt to use level interrupt") So let's remove ADC
interrupt specific the quirk.

Cc: Marcel Partap <mpartap@gmx.net>
Cc: Michael Scott <michael.scott@linaro.org>
Reviewed-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/cpcap-adc.c