Message ID | cover.1615454845.git.matti.vaittinen@fi.rohmeurope.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-msm-owner@kernel.org> 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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=ham 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 A65C6C433DB for <linux-arm-msm@archiver.kernel.org>; Thu, 11 Mar 2021 10:21:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5607E64FAA for <linux-arm-msm@archiver.kernel.org>; Thu, 11 Mar 2021 10:21:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232289AbhCKKVU (ORCPT <rfc822;linux-arm-msm@archiver.kernel.org>); Thu, 11 Mar 2021 05:21:20 -0500 Received: from mail-lj1-f170.google.com ([209.85.208.170]:42519 "EHLO mail-lj1-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232160AbhCKKVJ (ORCPT <rfc822;linux-arm-msm@vger.kernel.org>); Thu, 11 Mar 2021 05:21:09 -0500 Received: by mail-lj1-f170.google.com with SMTP id 184so1430415ljf.9; Thu, 11 Mar 2021 02:21:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition; bh=x3Woc5oTtA4UJ933bToPpNvvRQm8/MIfrWRE83kOiK0=; b=Q/WGr3p6EXfEu0TVpnDjyIdLPhBn2HZCPyXVIKaITkjkg5J+MLuRcY1jXGcYyRGuiO /BPsqFfupFjDvSHkOcZLVvQurisnQ7KegyU+RJtvhquAp27F/qT+aS4+sXPI+FhwEGFC sfkfOKSVKP4KUlYUnD0huD80GNXEMFq03akh8ofc0HClGNYI6vcpdPbW7A0m9emNktL2 qW5geoRGsChOqlUEs9AHkxHM3Tq14AfWNE7W6HgCGCBLNIQD3H+OTls5KrImkjt7Kfe3 kg1YvP+uuvlDY5+HwcrtCQci72C+HmewsKXfo3517xJ0IVmEar/ob9NV6pNf7fnDPlBX RrDw== X-Gm-Message-State: AOAM530TGLtWAhaokD8huIlC7/lIaWTxUi6077Ku7cDXp3zxUPUw+EIT Eg6uChh402TyvVy4Jm3IZJQ= X-Google-Smtp-Source: ABdhPJxsHyurXplVQgaKOaFE3OSsqoI3lhXzhh4qJpYf/Png1ni70dAwb6zvpy68kQCbKO8bYKdDpQ== X-Received: by 2002:a05:651c:50b:: with SMTP id o11mr4588722ljp.97.1615458068118; Thu, 11 Mar 2021 02:21:08 -0800 (PST) Received: from localhost.localdomain (dc7vkhyyyyyyyyyyyyycy-3.rev.dnainternet.fi. [2001:14ba:16e2:8300::4]) by smtp.gmail.com with ESMTPSA id z28sm825835ljn.117.2021.03.11.02.21.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 11 Mar 2021 02:21:07 -0800 (PST) Date: Thu, 11 Mar 2021 12:21:01 +0200 From: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> To: matti.vaittinen@fi.rohmeurope.com, mazziesaccount@gmail.com Cc: Liam Girdwood <lgirdwood@gmail.com>, Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>, Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>, Andy Gross <agross@kernel.org>, Bjorn Andersson <bjorn.andersson@linaro.org>, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-power@fi.rohmeurope.com, linux-arm-msm@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: [RFC PATCH v3 0/7] Extend regulator notification support Message-ID: <cover.1615454845.git.matti.vaittinen@fi.rohmeurope.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: <linux-arm-msm.vger.kernel.org> X-Mailing-List: linux-arm-msm@vger.kernel.org |
Series |
Extend regulator notification support
|
expand
|
On Thu, Mar 11, 2021 at 12:21:01PM +0200, Matti Vaittinen wrote: > Extend regulator notification support > > This is an RFC series for getting feedback on extending the regulator > notification and error flag support. Initial discussion on the topic can > be found here: This looks good apart from the fairly minor comments I sent on a couple of the patches and the schema problem Rob reported.