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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 340B3C77B6E for ; Fri, 14 Apr 2023 10:33:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229917AbjDNKd0 (ORCPT ); Fri, 14 Apr 2023 06:33:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38706 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229910AbjDNKdX (ORCPT ); Fri, 14 Apr 2023 06:33:23 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id E23EF1B0 for ; Fri, 14 Apr 2023 03:32:58 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F07FB2F4; Fri, 14 Apr 2023 03:33:42 -0700 (PDT) Received: from donnerap.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0B73B3F587; Fri, 14 Apr 2023 03:32:56 -0700 (PDT) Date: Fri, 14 Apr 2023 11:32:54 +0100 From: Andre Przywara To: Mark Brown , Lee Jones Cc: Liam Girdwood , Chen-Yu Tsai , Martin Botka , martin.botka1@gmail.com, Shengyu Qu , Samuel Holland , Jernej Skrabec , linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v10 3/3] regulator: axp20x: Add support for AXP313a variant Message-ID: <20230414113254.4e0618c5@donnerap.cambridge.arm.com> In-Reply-To: References: <20230401001850.4988-1-andre.przywara@arm.com> <20230401001850.4988-4-andre.przywara@arm.com> Organization: ARM X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; aarch64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 6 Apr 2023 14:49:44 +0100 Mark Brown wrote: Hi Mark, Lee, > On Sat, Apr 01, 2023 at 01:18:50AM +0100, Andre Przywara wrote: > > From: Martin Botka > > > > The AXP313a is your typical I2C controlled PMIC, although in a lighter > > fashion compared to the other X-Powers PMICs: it has only three DCDC > > rails, three LDOs, and no battery charging support. > > Reviewed-by: Mark Brown so is there anything Martin and I can do to help this move forward? I guess broonie's tag above means that the regulator part is good, so the MFC parts can go ahead now? Cheers, Andre