Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753176AbdDNNoZ (ORCPT ); Fri, 14 Apr 2017 09:44:25 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:35071 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753047AbdDNNoX (ORCPT ); Fri, 14 Apr 2017 09:44:23 -0400 Date: Fri, 14 Apr 2017 21:44:16 +0800 From: Dong Aisheng To: Mark Brown Cc: Dong Aisheng , linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] regulator: core: Allow dummy regulators for supplies Message-ID: <20170414134416.GB25418@b29396-OptiPlex-7040> References: <20170413180316.617-1-broonie@kernel.org> <20170413180316.617-2-broonie@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170413180316.617-2-broonie@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 377 Lines: 11 On Thu, Apr 13, 2017 at 07:03:16PM +0100, Mark Brown wrote: > Rather than just not resolving the supply when there is explicitly no > supply mapping fall through and allow a dummy supply to be substituted. > > Signed-off-by: Mark Brown Tested-by: Dong Aisheng Reviewed-by: Dong Aisheng Regards Dong Aisheng