From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kiran Gunda Subject: [PATCH V1 00/15]: support for spmi_pmic_arb v3/v5 and bug fixes Date: Tue, 30 May 2017 18:08:48 +0530 Message-ID: <1496147943-25822-1-git-send-email-kgunda@codeaurora.org> Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:56276 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750898AbdE3Mj0 (ORCPT ); Tue, 30 May 2017 08:39:26 -0400 Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, adharmap@quicinc.com, aghayal@qti.qualcomm.com, sboyd@codeaurora.org, Kiran Gunda This patch series add the support for pmic arbiter hardware v3 and v5 support along with the multiple bug fixes and code cleanup. spmi_pmic_arb v3: Added 512 channel support. spmi_pmic_arb v5: Register offset changes. Multiple EEs can write to a single PPID. Abhijeet Dharmapurikar (12): spmi: pmic_arb: block access of invalid read and writes spmi: pmic-arb: rename spmi_pmic_arb_dev to spmi_pmic_arb spmi: pmic-arb: fix inconsistent use of apid and chan spmi: pmic-arb: optimize table lookups spmi: pmic-arb: cleanup unrequested irqs spmi: pmic-arb: fix missing interrupts spmi: pmic-arb: clear the latched status of the interrupt spmi: pmic_arb: use appropriate flow handler spmi: pmic-arb: check apid enabled before calling the handler spmi: pmic_arb: add support for PMIC bus arbiter v3 spmi-pmic-arb: fix a possible null pointer dereference spmi: pmic-arb: instantiate spmi_devices at arch_initcall David Collins (1): spmi: pmic-arb: add support for HW version 5 Kiran Gunda (1): spmi: spmi-pmic-arb: enable the SPMI interrupt as a wakeup source Subbaraman Narayanamurthy (1): spmi: pmic-arb: do not ack and clear peripheral interrupts in cleanup_irq drivers/spmi/spmi-pmic-arb.c | 818 ++++++++++++++++++++++++++++++------------- 1 file changed, 578 insertions(+), 240 deletions(-) -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751766AbdE3Mj2 (ORCPT ); Tue, 30 May 2017 08:39:28 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:56276 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750898AbdE3Mj0 (ORCPT ); Tue, 30 May 2017 08:39:26 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 34896607C9 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kgunda@codeaurora.org From: Kiran Gunda Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, adharmap@quicinc.com, aghayal@qti.qualcomm.com, sboyd@codeaurora.org, Kiran Gunda Subject: [PATCH V1 00/15]: support for spmi_pmic_arb v3/v5 and bug fixes Date: Tue, 30 May 2017 18:08:48 +0530 Message-Id: <1496147943-25822-1-git-send-email-kgunda@codeaurora.org> X-Mailer: git-send-email 1.9.1 To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series add the support for pmic arbiter hardware v3 and v5 support along with the multiple bug fixes and code cleanup. spmi_pmic_arb v3: Added 512 channel support. spmi_pmic_arb v5: Register offset changes. Multiple EEs can write to a single PPID. Abhijeet Dharmapurikar (12): spmi: pmic_arb: block access of invalid read and writes spmi: pmic-arb: rename spmi_pmic_arb_dev to spmi_pmic_arb spmi: pmic-arb: fix inconsistent use of apid and chan spmi: pmic-arb: optimize table lookups spmi: pmic-arb: cleanup unrequested irqs spmi: pmic-arb: fix missing interrupts spmi: pmic-arb: clear the latched status of the interrupt spmi: pmic_arb: use appropriate flow handler spmi: pmic-arb: check apid enabled before calling the handler spmi: pmic_arb: add support for PMIC bus arbiter v3 spmi-pmic-arb: fix a possible null pointer dereference spmi: pmic-arb: instantiate spmi_devices at arch_initcall David Collins (1): spmi: pmic-arb: add support for HW version 5 Kiran Gunda (1): spmi: spmi-pmic-arb: enable the SPMI interrupt as a wakeup source Subbaraman Narayanamurthy (1): spmi: pmic-arb: do not ack and clear peripheral interrupts in cleanup_irq drivers/spmi/spmi-pmic-arb.c | 818 ++++++++++++++++++++++++++++++------------- 1 file changed, 578 insertions(+), 240 deletions(-) -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation --