Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754839AbdCQAgu (ORCPT ); Thu, 16 Mar 2017 20:36:50 -0400 Received: from muru.com ([72.249.23.125]:39954 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752220AbdCQAgs (ORCPT ); Thu, 16 Mar 2017 20:36:48 -0400 From: Tony Lindgren To: Mark Brown Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: [PATCH 0/4] Regmap IRQ fix and related changes CPCAP Date: Thu, 16 Mar 2017 17:36:29 -0700 Message-Id: <20170317003633.7361-1-tony@atomide.com> X-Mailer: git-send-email 2.11.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 908 Lines: 29 Hi all, Here are few fixes to make CPCAP PMIC interrupts work reliably when used with multiple drivers. While working on the ADC, charger and USB PHY drivers I noticed that the PMIC interrupt to the SoC would eventually stop working. All these can wait for v4.12 merge window as these issues don't show up currently. Two of the patches are also harmless currently, so I've kept them in this series to avoid pointless merge conflicts. Regards, Tony Tony Lindgren (4): regmap: irq: Fix lost interrupts by introducing handle_reread mfd: cpcap: Use handle_reread flag for interrupts mfd: cpcap: Use ack_invert interrupts mfd: cpcap: Fix bad use of IRQ sense register drivers/base/regmap/regmap-irq.c | 77 ++++++++++++++++++++++++++++------------ drivers/mfd/motorola-cpcap.c | 7 +++- include/linux/regmap.h | 2 ++ 3 files changed, 62 insertions(+), 24 deletions(-) -- 2.11.1