Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753786AbcDUQMP (ORCPT ); Thu, 21 Apr 2016 12:12:15 -0400 Received: from hqemgate14.nvidia.com ([216.228.121.143]:7693 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752618AbcDUQMK (ORCPT ); Thu, 21 Apr 2016 12:12:10 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Thu, 21 Apr 2016 09:12:00 -0700 From: Jon Hunter To: Liam Girdwood , Mark Brown CC: , , Thierry Reding , Jon Hunter Subject: [PATCH 0/5] regulator: A few fixes for supply resolution Date: Thu, 21 Apr 2016 17:11:56 +0100 Message-ID: <1461255121-5245-1-git-send-email-jonathanh@nvidia.com> X-Mailer: git-send-email 2.1.4 X-NVConfidentiality: public MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1039 Lines: 24 This series is to mainly address the boot failures reported on the Tegra124 Jetson TK1 where the AS3772 PMIC is failing to probe on -next [0]. However, there are a couple other patches I am including here which came from looking at this problem. Here is a summary of the patches ... Patch 1: Allows additional supplies to be resolved even if one fails Patch 2: Fixes potential crash if turning on a supply fails Patch 3-5: Address issue with AS3722 probe failing [0] http://marc.info/?l=linux-tegra&m=145927821311669&w=2 Jon Hunter (5): regulator: core: Don't terminate supply resolution early regulator: core: Clear the supply pointer if enabling fails regulator: core: Move registration of regulator device regulator: core: Add early supply resolution for a bypassed regulator regulator: helpers: Ensure bypass register field matches ON value drivers/regulator/core.c | 59 ++++++++++++++++++++++++++------------------- drivers/regulator/helpers.c | 2 +- 2 files changed, 35 insertions(+), 26 deletions(-) -- 2.1.4