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 D9AD6C433EF for ; Mon, 7 Feb 2022 09:35:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233340AbiBGJfG (ORCPT ); Mon, 7 Feb 2022 04:35:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60544 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245415AbiBGJeS (ORCPT ); Mon, 7 Feb 2022 04:34:18 -0500 Received: from mail-wr1-x430.google.com (mail-wr1-x430.google.com [IPv6:2a00:1450:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 56289C043181 for ; Mon, 7 Feb 2022 01:34:17 -0800 (PST) Received: by mail-wr1-x430.google.com with SMTP id c19so8824694wrb.10 for ; Mon, 07 Feb 2022 01:34:17 -0800 (PST) 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=fWbd6fo3Uh6elEYwWX8/n5Alsf0PAAp4oc4nuiJlc14=; b=NEGgdpE0YteNXAqvAdCZywZx81JabuDYJhv5oKt9f/iVCIGIsiirS07sJdce/gAGSK vApzqxaddW7a/eeUoyYxPsxj6KjShxKo49HmdjGUV3AQr/oo3SFPWcEUST2A4Gm7o7KA qPapKDSzxjK6prAwWAugXRD41UMARf2LIprkIUqS0HbfGc7DYHJulfelAEHaj8AB6X92 uRz7KEZeiJrxWoz3VPKcLttwW9fJINur1acpAxMcUNCv7C0ejFEqZwBjeahUy4+JAVWs 7flAOM5AJi/kuo7jY0wL01ZpcfliP43NfgzzEa31Czza9hd/QG2vPAb91pBQ4A51Xx1M sKGQ== 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=fWbd6fo3Uh6elEYwWX8/n5Alsf0PAAp4oc4nuiJlc14=; b=mnvIIt84zd/5fxuf72m9lXi67BuOS3enOOIBnoGBkvmcH7cFNkLU6TNSsMUn193/GB t6NAxPCY6VQ1VpGcL4l+69S7IRZsEuANQo8N1M4jSBOFtZK/5VUItxdXgLnDySFbFE+b r+Nzb33YwBehnwTyEsJlosNRG0MMiNCFC5kqhQDAkInYTT7Wf/0BV2j0ptFJrJzCl2em aKXJIUWOFGH1kPkRlaZ/3FTnESeHbYDtv4yHMbtBEwcuKoqVKjYLRee/jx5JJ498C7Uu 9xDOODPmutAlcxXWLKomxRLfIbDoRXcTazPfXehjIC9UDua7uIBTIoQDo7fKekpcoLb3 xs0Q== X-Gm-Message-State: AOAM531dpqK/7qx5FlJe2kxu8X7cmFIOIhzpaiJ6Q/6jbrjYSzI014MW GZVLzpQuVS/A+q5Wk25j5uTByA== X-Google-Smtp-Source: ABdhPJxKYic4NgP+uSbi9g5JekP9iALy92JOn8u96jXpIjv5Zk/Edl8OT9URAawxFJPZynx6LI5wZw== X-Received: by 2002:a05:6000:114f:: with SMTP id d15mr7344108wrx.626.1644226455907; Mon, 07 Feb 2022 01:34:15 -0800 (PST) Received: from google.com (cpc155339-bagu17-2-0-cust87.1-3.cable.virginm.net. [86.27.177.88]) by smtp.gmail.com with ESMTPSA id p8sm3410443wro.106.2022.02.07.01.34.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Feb 2022 01:34:15 -0800 (PST) Date: Mon, 7 Feb 2022 09:34:13 +0000 From: Lee Jones To: Krzysztof Kozlowski Cc: Liam Girdwood , Sebastian Reichel , Rob Herring , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Mark Brown , linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Chanwoo Choi Subject: Re: [PATCH v2 0/4] mfd/power/regulators: dt-bindings: max14577: convert to dtschema Message-ID: References: <20220111174337.223320-1-krzysztof.kozlowski@canonical.com> <73bad620-97eb-a734-cbc8-6f001d04c18a@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <73bad620-97eb-a734-cbc8-6f001d04c18a@canonical.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, 06 Feb 2022, Krzysztof Kozlowski wrote: > On 11/01/2022 18:43, Krzysztof Kozlowski wrote: > > Hi, > > > > Changes since v1 > > ================ > > 1. MFD: Use absolute path to schemas > > 2. Regulator: mention all allowed properties, > > additionalProperties=false, add min/max values for voltages and > > current, don't use patternProperties when not needed. > > > > Dependencies > > ============ > > 1. DTS patch 1/4: nothing depends on it, sending here so Rob's automatic > > checker won't complain about DTS. > > I will take it via Samsung SoC tree. > > > > 2. Final MFD patch (4/4) depends on regulator and power, so the last > > patches (2+3+4) should go via same tree. > > > Dear Lee, > > This patchset was reviewed and there are no outstanding issues. Could > you pick up patches 2-4 (skipping DTS patch) via MFD tree? Nothing from Mark? -- Lee Jones [李琼斯] Principal Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog