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 X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 C532CC07E95 for ; Tue, 20 Jul 2021 13:36:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AD1AF610C7 for ; Tue, 20 Jul 2021 13:36:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238657AbhGTMzn (ORCPT ); Tue, 20 Jul 2021 08:55:43 -0400 Received: from mail-il1-f175.google.com ([209.85.166.175]:43647 "EHLO mail-il1-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239141AbhGTMyT (ORCPT ); Tue, 20 Jul 2021 08:54:19 -0400 Received: by mail-il1-f175.google.com with SMTP id w1so19107303ilg.10; Tue, 20 Jul 2021 06:34:57 -0700 (PDT) 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:references :mime-version:content-disposition:in-reply-to; bh=iXVXQCvX+rDxAmIhcemQIg3BD3R+OAgKkEeUeDAOaWU=; b=a+pAn7LxrDq+B3+ZhUOwd596Hs4hVs3kg19YlM2D/E0dz4O/MZwITyz/5ZsF6hnoL8 KHS69rxuWzwwMQvwHFsZ7cXmAqnII0TlJmpqIzk+P1xvsKp5Y+6uw2Pj+KbXmJm1Z7Po +Ap0g3AGKYjHeN0+V0KWE+JXlz5E9o/s48UBv7EaXNvStfGvctRCVopAF6RlUspVHccv m271FV/cNrjfs9zwHtEaHcXZWp4b8kWnxMrCOEL869WdNSxE8bcS6g62xZ0MJjNoZZxS SQ5/PaE8V+rY57p6m2OoAvvqeofK/E/i28lEMn525cV/xeKksowbNjnxqbY0kh5YI3M8 1EFg== X-Gm-Message-State: AOAM5315wOdkCR6pksfdxihat4bHEVfICbW38MkdN5DG/Toqe14LrTmj fG0Xav//U6NoZrqLa5B67w== X-Google-Smtp-Source: ABdhPJynuTGR01DW0qDQzAyJlxt9B4QibZ2YJFfotEtHfK6UrcGS8SIQSUwEVcONxP5BN2KDaz1dQg== X-Received: by 2002:a92:ad04:: with SMTP id w4mr20381626ilh.221.1626788097223; Tue, 20 Jul 2021 06:34:57 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id 10sm2014932iln.39.2021.07.20.06.34.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Jul 2021 06:34:56 -0700 (PDT) Received: (nullmailer pid 4157543 invoked by uid 1000); Tue, 20 Jul 2021 13:34:54 -0000 Date: Tue, 20 Jul 2021 07:34:54 -0600 From: Rob Herring To: Viresh Kumar Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Yangtao Li , Nishanth Menon , Stephen Boyd , Maxime Ripard , Chen-Yu Tsai , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2] dt-bindings: opp: Convert to DT schema Message-ID: <20210720133454.GA4147058@robh.at.kernel.org> References: <20210719202732.2490287-1-robh@kernel.org> <20210720043108.bmoydy3a2r3gqhnq@vireshk-i7> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210720043108.bmoydy3a2r3gqhnq@vireshk-i7> Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Tue, Jul 20, 2021 at 10:01:08AM +0530, Viresh Kumar wrote: > On 19-07-21, 14:27, Rob Herring wrote: > > Convert the OPP v1 and v2 bindings to DT schema format. As the OPPv2 binding > > can be extended by vendors, we need to split the common part out from the > > "operating-points-v2" conforming compatible. > > > > Cc: Yangtao Li > > Cc: Nishanth Menon > > Cc: Stephen Boyd > > Cc: Maxime Ripard > > Cc: Chen-Yu Tsai > > Cc: linux-pm@vger.kernel.org > > Cc: linux-arm-kernel@lists.infradead.org > > Acked-by: Viresh Kumar > > Signed-off-by: Rob Herring > > --- > > v2: > > - move opp-peak-kBps next to opp-avg-kBps. Also add a dependency schema. > > - Correct the opp-microamp schemas. It's always a single value for each > > regulator. > > - Add missing type for '^opp-microamp-' > > Applied. Thanks. I found some issues with it, can you drop it? Rob 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 X-Spam-Level: X-Spam-Status: No, score=-10.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 7507DC07E95 for ; Tue, 20 Jul 2021 13:37:11 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 40B36610FB for ; Tue, 20 Jul 2021 13:37:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 40B36610FB Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=EI26nV3LAQv8Tp0fT3P7+gjZeVlA6E1oZYw/G/FHwYw=; b=hja5E0ricSAl7i b101WSJ0Ff3nyQNIO299FPd4MRjlHJgi+Si3wXTvd+1VQ9qwIWmxWK4o1OTNATmp3I+t5j2MEfLlC xeAsD07ibEr89HQA/ktzVieUW3zigmleXoC1Ig5TCwetdw7hA9pgJkgJ4Oy+Lv7of9tE/qQVKLGth Ga82hSJPlHXSCrJVjm76OxZW64MM1Nf+pzK8GKxdW++3KGxNLeK9UKXE48i67MggAad3CMSlK+YsS Lnjx8/CxHOSVOXaoysUTL47zfCjfu5ocvNj+qxfjN50iOIT6pYm8+gpS5WIYl257pbjogIBysnsVf JZ0V1lb3iM77SXV/ZEfw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m5ptm-00CxHA-T9; Tue, 20 Jul 2021 13:35:03 +0000 Received: from mail-il1-f181.google.com ([209.85.166.181]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m5ptj-00CxFw-9r for linux-arm-kernel@lists.infradead.org; Tue, 20 Jul 2021 13:35:00 +0000 Received: by mail-il1-f181.google.com with SMTP id b14so19130132ilf.7 for ; Tue, 20 Jul 2021 06:34:57 -0700 (PDT) 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:references :mime-version:content-disposition:in-reply-to; bh=iXVXQCvX+rDxAmIhcemQIg3BD3R+OAgKkEeUeDAOaWU=; b=NSo5Nys/wlzIq5Jv6FHZa7QghyHerqesQIesv8g0T3C6slzsdacD2x7xKECbLlMCjO LuTivg2+peX1B0MxSr7ppSjF+YOP8hWbvg+6w7akna2jiL9PaarEVcrW/fC8eOi9Cta0 /dD8FqUJDEka4J6xBmN8xCSk69jao/bfjRuu4zxhyVnUzyH1UNrsmZaDuse8jfRCLhZ9 7IPuQp7jZnvHCw1x1WLR6UhQ1DEzWN38oqU8kg/PrYTtkBFgbkAhg0nft417roaiQLoU gmA/WznhWirWtDu+JASuuso7TfnIAf/hWtvz2DjvzcaaGzY8/pO9lu8zPByAmqhmD7Ef rwvA== X-Gm-Message-State: AOAM5312BPoXPsCu2j0ewfphp393uMKSLZvyoi+Yxpjf699A68A6AUkR q7myK+jN9leNTkUoSNf4+Q== X-Google-Smtp-Source: ABdhPJynuTGR01DW0qDQzAyJlxt9B4QibZ2YJFfotEtHfK6UrcGS8SIQSUwEVcONxP5BN2KDaz1dQg== X-Received: by 2002:a92:ad04:: with SMTP id w4mr20381626ilh.221.1626788097223; Tue, 20 Jul 2021 06:34:57 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id 10sm2014932iln.39.2021.07.20.06.34.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Jul 2021 06:34:56 -0700 (PDT) Received: (nullmailer pid 4157543 invoked by uid 1000); Tue, 20 Jul 2021 13:34:54 -0000 Date: Tue, 20 Jul 2021 07:34:54 -0600 From: Rob Herring To: Viresh Kumar Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Yangtao Li , Nishanth Menon , Stephen Boyd , Maxime Ripard , Chen-Yu Tsai , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2] dt-bindings: opp: Convert to DT schema Message-ID: <20210720133454.GA4147058@robh.at.kernel.org> References: <20210719202732.2490287-1-robh@kernel.org> <20210720043108.bmoydy3a2r3gqhnq@vireshk-i7> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210720043108.bmoydy3a2r3gqhnq@vireshk-i7> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210720_063459_389534_261B3EA9 X-CRM114-Status: GOOD ( 16.10 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Jul 20, 2021 at 10:01:08AM +0530, Viresh Kumar wrote: > On 19-07-21, 14:27, Rob Herring wrote: > > Convert the OPP v1 and v2 bindings to DT schema format. As the OPPv2 binding > > can be extended by vendors, we need to split the common part out from the > > "operating-points-v2" conforming compatible. > > > > Cc: Yangtao Li > > Cc: Nishanth Menon > > Cc: Stephen Boyd > > Cc: Maxime Ripard > > Cc: Chen-Yu Tsai > > Cc: linux-pm@vger.kernel.org > > Cc: linux-arm-kernel@lists.infradead.org > > Acked-by: Viresh Kumar > > Signed-off-by: Rob Herring > > --- > > v2: > > - move opp-peak-kBps next to opp-avg-kBps. Also add a dependency schema. > > - Correct the opp-microamp schemas. It's always a single value for each > > regulator. > > - Add missing type for '^opp-microamp-' > > Applied. Thanks. I found some issues with it, can you drop it? Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel