Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935250AbcJRAnG (ORCPT ); Mon, 17 Oct 2016 20:43:06 -0400 Received: from mail-pf0-f180.google.com ([209.85.192.180]:34181 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934774AbcJRAmz (ORCPT ); Mon, 17 Oct 2016 20:42:55 -0400 From: Stephen Boyd To: Sebastian Reichel Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Mark Brown , linux-pm@vger.kernel.org, linux-arm-msm@vger.kernel.org, "Bird, Tim" , Bjorn Andersson , Andy Gross Subject: [PATCH v5 0/2] qcom OTG regulator support Date: Mon, 17 Oct 2016 17:42:49 -0700 Message-Id: <20161018004251.28733-1-stephen.boyd@linaro.org> X-Mailer: git-send-email 2.10.0.297.gf6727b0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 791 Lines: 22 This is a resend/resurrection of Tim's patches to add support for the OTG regulator on some of qcom's PMICs[1]. I've made some minor modifications to the driver to make it work, but otherwise it works fine with my USB otg testing. Changes are noted in a maintainer tag. Tim, did you want to me to fix the name? I pulled these from patchwork and it seems you sent it as "Bird, Tim" which may have not been intentional. https://patchwork.kernel.org/patch/7857021/ Bird, Tim (2): dt-binding: power: Add otg regulator binding power: qcom_smbb: Add otg regulator for control of vbus .../devicetree/bindings/power/supply/qcom_smbb.txt | 19 ++++++ drivers/power/supply/qcom_smbb.c | 70 ++++++++++++++++++++++ 2 files changed, 89 insertions(+) -- 2.10.0.297.gf6727b0