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 685A0C43334 for ; Tue, 14 Jun 2022 20:36:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235677AbiFNUgG (ORCPT ); Tue, 14 Jun 2022 16:36:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230343AbiFNUgF (ORCPT ); Tue, 14 Jun 2022 16:36:05 -0400 Received: from mail-oi1-x22a.google.com (mail-oi1-x22a.google.com [IPv6:2607:f8b0:4864:20::22a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2E7824942 for ; Tue, 14 Jun 2022 13:36:04 -0700 (PDT) Received: by mail-oi1-x22a.google.com with SMTP id u9so7765624oiv.12 for ; Tue, 14 Jun 2022 13:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=Hx4m2cPli7Yxo9eAFRYxPiAMxd1txrBCTKUV9CpN2r0=; b=GBkzGhubW+m1NdLCNrCltl11TXe5LOM0BQ/SfuKRQoe7iCB6ZeYKTyUe8EfDcNgcPt MVsktVdkmvdEUBuXPzFN20lpnSoyXhqi0brF2GSV1d8yS02hFbk//x4c/x6wOxpUKxBr 1DK78eRRMiDbYAfitFipkmlpQTGpSTh86IolI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=Hx4m2cPli7Yxo9eAFRYxPiAMxd1txrBCTKUV9CpN2r0=; b=6mNCTZP6DDHMys4HtK/8RPP5bZ1clVx7y5j+nXfPhD1D6S/oT62HyoOmpLyqgT4DQW DPvmpVvP8WKNnK7B6tcrmkpOxIQM58E2m9r3JINxiMfYmYI7/c6cQ0reGabNhS6XL9mk uhYc/F+hjB7WUI72ncCZLydiQNORagH+6jf5DSwIt9WizFiVfx8+2AaW99XBIvHlBkkd VQ8QGEtMRomGgkMzv/AIESmQ6K9ZQo7skcHJvNy1jgEMXegTo9z4FcsbqniA2TU1Veqy rtpgv1Jg69u7HcshV16wEkM1rFmMpFI0dWp/3RT1TzWtcRBS+fKhqjjhK3H/VxIBNLkW kKpg== X-Gm-Message-State: AOAM533LOnRLfFTAXx9Ici4E8OQ8fGQxAXqmW6LsUVMf9dZjZ9zpH19c Ak1FqfeMBYjLtegs3rlWJ6UARHAe/lw+svThS4+uFw== X-Google-Smtp-Source: ABdhPJyUxXUDBEQ+OOoBRc+71eAnqcx8CzEK1l5uYJcSQkppiAlnoMLs2N5eXAGmpqdYgivUkN3FA0x6g0zkUB1oerA= X-Received: by 2002:a05:6808:e87:b0:32e:4789:d2c with SMTP id k7-20020a0568080e8700b0032e47890d2cmr2999011oil.193.1655238964235; Tue, 14 Jun 2022 13:36:04 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Tue, 14 Jun 2022 13:36:03 -0700 MIME-Version: 1.0 In-Reply-To: <1655200111-18357-8-git-send-email-quic_c_skakit@quicinc.com> References: <1655200111-18357-1-git-send-email-quic_c_skakit@quicinc.com> <1655200111-18357-8-git-send-email-quic_c_skakit@quicinc.com> From: Stephen Boyd User-Agent: alot/0.10 Date: Tue, 14 Jun 2022 13:36:03 -0700 Message-ID: Subject: Re: [PATCH V15 7/9] regulator: Add a regulator driver for the PM8008 PMIC To: Bjorn Andersson , Rob Herring , Satya Priya Cc: Lee Jones , Liam Girdwood , Mark Brown , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, quic_collinsd@quicinc.com, quic_subbaram@quicinc.com, quic_jprakash@quicinc.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Quoting Satya Priya (2022-06-14 02:48:29) > Qualcomm Technologies, Inc. PM8008 is an I2C controlled PMIC > containing 7 LDO regulators. Add a PM8008 regulator driver to > support PMIC regulator management via the regulator framework. > > Signed-off-by: Satya Priya > Reported-by: kernel test robot > Reported-by: Dan Carpenter > --- Reviewed-by: Stephen Boyd