From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752812AbbGQVmB (ORCPT ); Fri, 17 Jul 2015 17:42:01 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:56078 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751502AbbGQVl7 (ORCPT ); Fri, 17 Jul 2015 17:41:59 -0400 From: Stephen Boyd To: Mark Brown Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, David Collins , Rob Herring Subject: [PATCH v4 0/2] SPMI regulator driver updates Date: Fri, 17 Jul 2015 14:41:53 -0700 Message-Id: <1437169315-31530-1-git-send-email-sboyd@codeaurora.org> X-Mailer: git-send-email 2.3.0.rc1.33.g42e4583 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the leftover parts of the SPMI regulator driver port. The OCP feature and other vendor specific DT bindings that didn't make v4.2. I've added a hook to configure OCP per Stephen Boyd (2): regulator: Add over current protection (OCP) support regulator: qcom-spmi: Add vendor specific configuration .../bindings/regulator/qcom,spmi-regulator.txt | 60 ++++++- .../devicetree/bindings/regulator/regulator.txt | 1 + drivers/regulator/core.c | 9 + drivers/regulator/of_regulator.c | 3 + drivers/regulator/qcom_spmi-regulator.c | 200 ++++++++++++++++++++- include/linux/regulator/driver.h | 1 + include/linux/regulator/machine.h | 1 + 7 files changed, 266 insertions(+), 9 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project