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 9A573CCA47B for ; Wed, 8 Jun 2022 21:00:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234821AbiFHVA1 (ORCPT ); Wed, 8 Jun 2022 17:00:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234781AbiFHVA0 (ORCPT ); Wed, 8 Jun 2022 17:00:26 -0400 Received: from mail-oa1-x2b.google.com (mail-oa1-x2b.google.com [IPv6:2001:4860:4864:20::2b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 100D0224D39 for ; Wed, 8 Jun 2022 14:00:26 -0700 (PDT) Received: by mail-oa1-x2b.google.com with SMTP id 586e51a60fabf-e656032735so28835136fac.0 for ; Wed, 08 Jun 2022 14:00:26 -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=RfojhM+HvhoFUnCUYXubG1c+YnDVOjxUgDJWQ5CNrD8=; b=Zbg5T0Ft2Qyes3tF93Q6J0IzPyCQhYKtIWw0jw6DstsqqYQV1A/dk+2CMasNFSbRvB 4c0u2mufR0ywsmnFBOkHTL0n5Fg+v3ZSb40aysn12VBT5NzbFrfKUHDL/jQZXUw23KRE qt5+O6JXDBXfWdg0zBNwFvXEibj0LTQqci6zg= 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=RfojhM+HvhoFUnCUYXubG1c+YnDVOjxUgDJWQ5CNrD8=; b=Uio+TNwxQPWdmNBATZ1yWs9VjtBJNRy0+G75E5IH1P0/VBuTUi+PKhSbxU7lOm17Ud FYN+ZzArg9K5TKCzIHwVyr/SS5edeIc6MDGRhPgxXInBlPw8AwxgvdqOJoKgfDNnBFIF AFOuaLvwtBVEgLRP9pXpGg8kPxLK2ZB01w2etKUTs1Ln7r/NxEYMqWBUf8kLrvVOI0hi t+dbXjBNreI46rlyz1YQhC7PIAeSp5ohF4tSMc2W0fxUKipaC62IqhA+RyG5Z1yEOuNW mTFvQT11hB+/TTuSjQqqEl1f8FCAcS1isQKmdbprACpjrl77JeCyQ6eBZIHYqMwSBleh mDkw== X-Gm-Message-State: AOAM5305hGkLwl2u8TrEtMNt96ZOh/dsVaTc/0j5bKS3sxl7grqKLCOJ fXPGMcKNHtNsToIdj7kSfm1LAjtrHT9T6yND41dw1A== X-Google-Smtp-Source: ABdhPJwFBJUEkULzJAaH7LxPz94JppRi9Mr0BKxOSBfhv34a+e+Ti2dPDnik5hKcgov0hA6wVNLtyuNw8WJ6wXaJ0Y8= X-Received: by 2002:a05:6870:240d:b0:f1:b878:e97c with SMTP id n13-20020a056870240d00b000f1b878e97cmr3374939oap.193.1654722025105; Wed, 08 Jun 2022 14:00:25 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 8 Jun 2022 14:00:24 -0700 MIME-Version: 1.0 In-Reply-To: <20220608120723.2987843-9-dmitry.baryshkov@linaro.org> References: <20220608120723.2987843-1-dmitry.baryshkov@linaro.org> <20220608120723.2987843-9-dmitry.baryshkov@linaro.org> From: Stephen Boyd User-Agent: alot/0.10 Date: Wed, 8 Jun 2022 14:00:24 -0700 Message-ID: Subject: Re: [PATCH v2 08/12] drm/msm/hdmi: drop empty 'none' regulator lists To: Abhinav Kumar , Andy Gross , Bjorn Andersson , Dmitry Baryshkov , Krzysztof Kozlowski , Rob Clark , Rob Herring , Sean Paul Cc: David Airlie , Daniel Vetter , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Quoting Dmitry Baryshkov (2022-06-08 05:07:19) > Several platform configs use empty 'none' regulator arrays. They are not > necessary, as the code will use corresponding _cnt field and skip the > array completely. Drop them now. > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Stephen Boyd 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7C25BC433EF for ; Wed, 8 Jun 2022 21:00:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A1D5811A1AE; Wed, 8 Jun 2022 21:00:27 +0000 (UTC) Received: from mail-oa1-x31.google.com (mail-oa1-x31.google.com [IPv6:2001:4860:4864:20::31]) by gabe.freedesktop.org (Postfix) with ESMTPS id F3D7A11A1AD for ; Wed, 8 Jun 2022 21:00:25 +0000 (UTC) Received: by mail-oa1-x31.google.com with SMTP id 586e51a60fabf-e93bbb54f9so28737408fac.12 for ; Wed, 08 Jun 2022 14:00:25 -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=RfojhM+HvhoFUnCUYXubG1c+YnDVOjxUgDJWQ5CNrD8=; b=Zbg5T0Ft2Qyes3tF93Q6J0IzPyCQhYKtIWw0jw6DstsqqYQV1A/dk+2CMasNFSbRvB 4c0u2mufR0ywsmnFBOkHTL0n5Fg+v3ZSb40aysn12VBT5NzbFrfKUHDL/jQZXUw23KRE qt5+O6JXDBXfWdg0zBNwFvXEibj0LTQqci6zg= 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=RfojhM+HvhoFUnCUYXubG1c+YnDVOjxUgDJWQ5CNrD8=; b=HVS0Njkx2GP8H7pDPGxZFbrlY6rd6YyA5C7xok6XCSqKu1Iort9W+DOT4bcyEX1bM3 obtxUSAYCkyO+nNCmjXSkswwMehuD7TuWTmuderQRq89qWRbztDId/Kr45UeY1ewn6Sd Md9l+/fHdue3rOYGgrCjPJ6I00ZkHbPdx/2Ol7ncRYynjbSLnd9vPs5qA7ixyolrzvMP XIkHIsIVXQ9LgxMbOyu2Oa/zeNtLnvhlfcTDLBDO2xiucxV8pfr8zmB+0Q1pAhQ3k8Mh 9e1rWmXkIFtSRdfj9YNbFDNuNMD2CI6CytIp3+eLt7uDghEsQ7sRg4sZszImefkWbuRX TGXQ== X-Gm-Message-State: AOAM531+LDXBUVLPK+kBJscSZtwBdJzXxD7L7r71bziIApi8ulLzLZ3I o+ZzdjICLkQfWStsvbf9bZLbWVkuiRxzwu8aXV7W4g== X-Google-Smtp-Source: ABdhPJwFBJUEkULzJAaH7LxPz94JppRi9Mr0BKxOSBfhv34a+e+Ti2dPDnik5hKcgov0hA6wVNLtyuNw8WJ6wXaJ0Y8= X-Received: by 2002:a05:6870:240d:b0:f1:b878:e97c with SMTP id n13-20020a056870240d00b000f1b878e97cmr3374939oap.193.1654722025105; Wed, 08 Jun 2022 14:00:25 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Wed, 8 Jun 2022 14:00:24 -0700 MIME-Version: 1.0 In-Reply-To: <20220608120723.2987843-9-dmitry.baryshkov@linaro.org> References: <20220608120723.2987843-1-dmitry.baryshkov@linaro.org> <20220608120723.2987843-9-dmitry.baryshkov@linaro.org> From: Stephen Boyd User-Agent: alot/0.10 Date: Wed, 8 Jun 2022 14:00:24 -0700 Message-ID: Subject: Re: [PATCH v2 08/12] drm/msm/hdmi: drop empty 'none' regulator lists To: Abhinav Kumar , Andy Gross , Bjorn Andersson , Dmitry Baryshkov , Krzysztof Kozlowski , Rob Clark , Rob Herring , Sean Paul Content-Type: text/plain; charset="UTF-8" X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, David Airlie , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Quoting Dmitry Baryshkov (2022-06-08 05:07:19) > Several platform configs use empty 'none' regulator arrays. They are not > necessary, as the code will use corresponding _cnt field and skip the > array completely. Drop them now. > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Stephen Boyd