From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 65FF3CA9EC5 for ; Wed, 30 Oct 2019 21:12:06 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 394C720659 for ; Wed, 30 Oct 2019 21:12:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Uu/gsu0H" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 394C720659 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=free.fr Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:In-Reply-To: Date:References:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=y4w1mpVPLVpPGVfo4mXSe2jASHhhsWWjmOZs1lZvio4=; b=Uu/gsu0HaFO6cS ioox/elsGAjaDC9zSIz6nj6+493WRtSGtu+/DwCb11iu2/wzs2nybX2gpMMCxxQ1dGlpvnJPBXHgc c9l6VJSDfpxFevmvyKc9smVyODqMvjY/GY4LH4dbbcMZhtICeC+XuG+uKo6vbIs2vfHgF6/o9tkRZ gvDCfhMSkfM4rFbWbdIFOXcklN+0zXH3U6jVOdZd3DnTB1KYzHthL73YKPjMx2EjLayqcESDPyYcS gbhWjNznfUI7ixmpbVQDU7athbuzlQpjDt9YuwpnTGjEAyZCZkHUMGXIIE4UVZpW+SXRblECY/nl+ 8MXjdJXE3W7/p8+XWjSg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iPvG9-0007LY-Oa; Wed, 30 Oct 2019 21:12:05 +0000 Received: from smtp08.smtpout.orange.fr ([80.12.242.130] helo=smtp.smtpout.orange.fr) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iPvG6-0007H1-Io for linux-arm-kernel@lists.infradead.org; Wed, 30 Oct 2019 21:12:04 +0000 Received: from belgarion ([90.55.204.252]) by mwinf5d15 with ME id KxC02100A5TFNlm03xC0Rv; Wed, 30 Oct 2019 22:12:01 +0100 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Wed, 30 Oct 2019 22:12:01 +0100 X-ME-IP: 90.55.204.252 From: Robert Jarzmik To: Sebastian Reichel Subject: Re: [PATCH 39/46] power: tosa: simplify probe function References: <20191018154052.1276506-1-arnd@arndb.de> <20191018154201.1276638-39-arnd@arndb.de> <20191019090749.ps27yjfebzscw2pk@earth.universe> X-URL: http://belgarath.falguerolles.org/ Date: Wed, 30 Oct 2019 22:12:00 +0100 In-Reply-To: <20191019090749.ps27yjfebzscw2pk@earth.universe> (Sebastian Reichel's message of "Sat, 19 Oct 2019 11:07:49 +0200") Message-ID: <87d0eelyzj.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/26 (gnu/linux) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191030_141202_901630_AF20A413 X-CRM114-Status: GOOD ( 16.81 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arnd Bergmann , linux-pm@vger.kernel.org, Linus Walleij , linux-kernel@vger.kernel.org, Haojian Zhuang , linux-arm-kernel@lists.infradead.org, Daniel Mack Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Sebastian Reichel writes: > Hi Arnd, > > On Fri, Oct 18, 2019 at 05:41:54PM +0200, Arnd Bergmann wrote: >> We have three power supplies that need similar initialization. >> As a preparation for the gpio lookup table conversion, split >> out the initialization into a separate function. >> >> Cc: Sebastian Reichel >> Cc: linux-pm@vger.kernel.org >> Signed-off-by: Arnd Bergmann >> --- > > Assuming, that the whole series goes through ARM: > > Reviewed-by: Sebastian Reichel > Acked-by: Sebastian Reichel > > If the series doesn't make it into 5.5, I can also apply > this cleanup patch. > > -- Sebastian Acked-by: Robert Jarzmik Cheers. -- Robert _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel