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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8497DC4332F for ; Thu, 21 Oct 2021 11:45:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 74922610CB for ; Thu, 21 Oct 2021 11:45:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231485AbhJULsB (ORCPT ); Thu, 21 Oct 2021 07:48:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231328AbhJULrw (ORCPT ); Thu, 21 Oct 2021 07:47:52 -0400 Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 082F2C061755 for ; Thu, 21 Oct 2021 04:45:37 -0700 (PDT) Received: by mail-wm1-x32a.google.com with SMTP id 84-20020a1c0457000000b003232b0f78f8so1670637wme.0 for ; Thu, 21 Oct 2021 04:45:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=F+qAS+mhY6yRfCRNETby0UpQHRseEdMMofPhAfH7ev8=; b=Pwk6viT49X+syXYKYWNK1KKREh4DtPRMQG9EV30yd3vyA1O15WFi1wpeTMAgll/opz RksxPNrDeGpjN+Z8omHmyNG4ZJ/4x8Pf/ivMm0XE79c4wx5mrUx/eVnF6oy0qEnZlJ25 cracL6jn0GfyUSc+FuNl0eS10ghCBuT6SYGJOUT+htgcVoe3lxDnDP2d/Zt9lwuyUaW2 SyqzDus3GPjQqyBcuhXWPeTo/S27vmJ96BmDLj24OM0DEdYJX5tLR9OPDmDxgyxq7NPf jhr/Nd6kA18TacC6uQ4iatMS6OmFX81aOxCB9yaRes+aqic1o3AXv8fPBk+Hqiz2qc4K RAaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=F+qAS+mhY6yRfCRNETby0UpQHRseEdMMofPhAfH7ev8=; b=DotjrtBEIczP0YHT4MSlpAjsxkPZ2L97IRD6hTSVGDGkVs1zLDDnX7TryPsx3vMEKA +FmWKEStX62zG7LdzRldjmZg+qYt9fxBEn+8oMYxw3wT9s/pKlL0GkUdYpL97Zu4AL1q VxXYRNdoiObom2JcPp6IQ1ShuaueGcN3FBIUuFW7Y200hbOKzDTPBbB8KeNPCGwUvMWz z1120iHrJUSonr0g/jjQ1cHPVqbNRWtY6/8cxZ6fTNtUn7hYQ7+w/kgka0Le+IbK15yE J+YDvag3mAR0qXW1CVKRclp2Df/iWq5HW4qUl50gXJIJVP9BAbu06KFgK+koR+bgkF53 MW2g== X-Gm-Message-State: AOAM533Xh9TUran4mYYz70srhrq0svxyCUQ0+e6CRXAuBDdT050tblED PF8DEgJgFpa65HJ3Hbbl7DUhTQ== X-Google-Smtp-Source: ABdhPJz7QOQP57aRGeoLHQetlmKk3gOhEUiZirCaK9m0eg6DgYnQhpdyWktuOyZPjcs78zytWDh0Cg== X-Received: by 2002:a05:600c:4f8b:: with SMTP id n11mr5889196wmq.54.1634816735665; Thu, 21 Oct 2021 04:45:35 -0700 (PDT) Received: from google.com ([95.148.6.207]) by smtp.gmail.com with ESMTPSA id o6sm6735697wri.49.2021.10.21.04.45.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Oct 2021 04:45:35 -0700 (PDT) Date: Thu, 21 Oct 2021 12:45:33 +0100 From: Lee Jones To: Bjorn Andersson Cc: Rob Herring , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 4/4] mfd: qcom-spmi-pmic: Add missing PMICs supported by socinfo Message-ID: References: <20211017161218.2378176-1-bjorn.andersson@linaro.org> <20211017161218.2378176-4-bjorn.andersson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211017161218.2378176-4-bjorn.andersson@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, 17 Oct 2021, Bjorn Andersson wrote: > The Qualcomm socinfo driver has eight more PMICs described, add these to > the SPMI PMIC driver as well. > > Signed-off-by: Bjorn Andersson > --- > > Changes since v1: > - Rebased on top of sorting of entries > > drivers/mfd/qcom-spmi-pmic.c | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) Applied, thanks. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog