Received: by 2002:ac0:a591:0:0:0:0:0 with SMTP id m17-v6csp902636imm; Thu, 5 Jul 2018 10:55:48 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcEaQIu5D8+ihwcIb+oylF7pHodHATrB7xfJ0B1UbFzFAyQtpOyTdxHzr38hRfXAKNjGGya X-Received: by 2002:a17:902:2983:: with SMTP id h3-v6mr7221196plb.232.1530813348872; Thu, 05 Jul 2018 10:55:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530813348; cv=none; d=google.com; s=arc-20160816; b=I7krLD83Q8MiUQM+v5kfrh2Rvg1+X13x0N+3LZb/HLa+r+KCrWBc2p1AQt6Wgr9RzJ us8VNjLqU3V1H/eCrXhKHz0kXm+zROAf5GIFeHuN1Zzl0wCtp/4cQPB7/8uiq/KosEH7 ogiEr4E8JrNllwcG/ZlA/3Xem/dsj3Vvx3ub4/MDREqj6ds/BlV/zYfqsALsRud1Lh+e UcSbNFgLtLoYnwSSBoC9XSkk8tfDppEENNYfvOJbNMPaKkmucFojv9xHDswOirIZ5PSI /pvzBblLfnz5ACf4kc8/8c74rMVFaLmm3n7hhX3cVb9RSMG9n+y7pDdJcBv03V9fWsxp xOog== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=SC59BptjZPxpIpzDxkgjhO7tHBf/QKCkgsqM93fKgfs=; b=wJTWw6zw91lOEUUnKaFiRdg3tDwfeQucOhJ6PwEXIUFeiUUMCoCjH9KBlTcjGHMKg8 DiVYNRguMJqPq2kD3y+HUIB07xrJyQ1nET7iphVEKTGHXin5pm5XNFdExWkfQRI413mX PKUBcVUgUknneorV69H7J91k09+G3CdDteXGw83GZgznLp/Caoy7AbxoK6MOwgHGLFao zWpXfAO/MOXIEDFaojiM+mKFVM1rYrj7GaZBdKwo4T75E14H/KJW/xxRNT2IF0Juijj+ dvKvn7wj4edFBqWySceJGw/VialT0yiCp9oiKj9Y65ffrwjouGILRPWPmoC8hONLHixX yO3A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q14-v6si6227744pgm.512.2018.07.05.10.55.10; Thu, 05 Jul 2018 10:55:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753764AbeGERxs (ORCPT + 99 others); Thu, 5 Jul 2018 13:53:48 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43612 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753405AbeGERxq (ORCPT ); Thu, 5 Jul 2018 13:53:46 -0400 Received: from localhost (D57D388D.static.ziggozakelijk.nl [213.125.56.141]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 3B1F0D1D; Thu, 5 Jul 2018 17:53:46 +0000 (UTC) Date: Thu, 5 Jul 2018 19:53:43 +0200 From: "gregkh@linuxfoundation.org" To: Mark Brown Cc: Pascal PAILLET-LME , "lgirdwood@gmail.com" , "linux-kernel@vger.kernel.org" , "benjamin.gaignard@linaro.org" Subject: Re: [PATCH 2/3] regulator: core: Link consumer with regulator driver Message-ID: <20180705175343.GB29378@kroah.com> References: <1530800748-7300-1-git-send-email-p.paillet@st.com> <1530800748-7300-3-git-send-email-p.paillet@st.com> <20180705165351.GD6227@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180705165351.GD6227@sirena.org.uk> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 05, 2018 at 05:53:51PM +0100, Mark Brown wrote: > On Thu, Jul 05, 2018 at 02:25:56PM +0000, Pascal PAILLET-LME wrote: > > From: pascal paillet > > > > Add a device link between the consumer and the driver so that > > the consumer is not suspended before the driver. The goal is to avoid > > implementing suspend_late ops in regulator drivers. > > This looks good but I'll wait for Greg's review of the link > functionality - Greg, is it OK to apply this via the regulator tree or > do you want a shared branch? You can take it through the regulator tree, no objection from me: Acked-by: Greg Kroah-Hartman