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 BADC4C433F5 for ; Thu, 7 Apr 2022 16:00:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231719AbiDGQCW (ORCPT ); Thu, 7 Apr 2022 12:02:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57008 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230512AbiDGQCV (ORCPT ); Thu, 7 Apr 2022 12:02:21 -0400 Received: from mail-pl1-x62c.google.com (mail-pl1-x62c.google.com [IPv6:2607:f8b0:4864:20::62c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 929171CFF8F for ; Thu, 7 Apr 2022 09:00:20 -0700 (PDT) Received: by mail-pl1-x62c.google.com with SMTP id n8so5365076plh.1 for ; Thu, 07 Apr 2022 09:00:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=6a4H8HV1J1GWRBIi4IGbWGv8XxIGXLwrXto7pFoaICI=; b=6m9mi3vVxxLf3dcis67u5E5YSBGmN8iT0b28RQFOuZvE2djmgulr9ENEXauJ5+2Ewz dVgvmRwzBaagyCHmpTjRZTq+RMx3ajYMcTd5XKFwJSErsWTwCewmFWr+zVy97GrNu3Mw U6+SAPd25JkyWHARZES9Pk0Eie8wwXyNLhoyLUkgK/cf5vWcR8EfIw9n8aihvfFe6+we btl9OU/KuGGB0fgAsDNL2zvH9O4z4bpzHvqTUb+ZANxHt2Z/k/QjpUW5tMMP7GAE5/RS AB8hS/nr15x1+H5YElFKi+K9tlGF3bCIv9F0PN3xiFJ0la4ZMH1/L2sZ7uXoz0u5puRw Tf7g== 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:in-reply-to; bh=6a4H8HV1J1GWRBIi4IGbWGv8XxIGXLwrXto7pFoaICI=; b=5RmE1SHOwqXIfQT+JRnIlJmfpcHZHfc8P0hOOMTAIBmvQ8gLmY07Z/TKlgJ3pZCBev 3bJDM2qIPaYhBhQQMpPNX5/cMnE7V7CUkfI//WAhAs++wXt7WFxdrWGO0NHdOHTNGIVJ 6a2CWM0btX5pIBQzXSxUh/Mq0LN+090FX1icomAHFAD8W7JXLwhQ7ktIKdib9t2wSGip EdU/RCMX93lyiy0UCYUlgkhGZKh9qOzFzMfMCukijW69j13PcSYXcz6faatbljSdsQnx GfTuLzycEz5qZpqKNKmtJG4YXHlwvas30ehSIRxD2LraFBJtAiPt63FAX8RXihCGAGdn WK6Q== X-Gm-Message-State: AOAM533QYRAd/djEKLATHe+S9EyV/CeVfyPO8M2LdNWEbwxE2F3t0Rcg 77fEiZxlXUy0/vJ57fCwgvqXDA== X-Google-Smtp-Source: ABdhPJwI5u1tLe7Koa1GVWuqpDc8QwpaIfxSQBk3a/zEQdqfjz6ZvDKCdBQ5iBGZfXI8BP+4wpd/+A== X-Received: by 2002:a17:90a:6945:b0:1cb:f39:5096 with SMTP id j5-20020a17090a694500b001cb0f395096mr5086624pjm.42.1649347220042; Thu, 07 Apr 2022 09:00:20 -0700 (PDT) Received: from x1 ([2601:1c2:1001:7090:172d:8708:69ef:da3a]) by smtp.gmail.com with ESMTPSA id b7-20020a17090ae38700b001ca8947e73csm8949640pjz.0.2022.04.07.09.00.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Apr 2022 09:00:19 -0700 (PDT) Date: Thu, 7 Apr 2022 09:01:06 -0700 From: Drew Fustini To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Dave Gerlach , Suman Anna , Tony Lindgren , Nishanth Menon , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] dt-bindings: soc: ti: wkup_m3_ipc: convert bindings to json-schema Message-ID: References: <20220407141750.2289293-1-dfustini@baylibre.com> <27f5eed0-e59f-9441-4e2f-3a2c5d8dddad@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <27f5eed0-e59f-9441-4e2f-3a2c5d8dddad@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Apr 07, 2022 at 05:18:25PM +0200, Krzysztof Kozlowski wrote: > On 07/04/2022 16:17, Drew Fustini wrote: > > Convert the wkup_m3_ipc bindings documentation to json-schema. > > > > Link: https://lore.kernel.org/linux-arm-kernel/20220221125522.l3tntb6i7yjxp6vb@flattered/ > > Suggested-by: Nishanth Menon > > Signed-off-by: Drew Fustini > > --- > > .../bindings/soc/ti/wkup_m3_ipc.txt | 57 ------------- > > .../bindings/soc/ti/wkup_m3_ipc.yaml | 81 +++++++++++++++++++ > > Changes look good, thanks for fixing, although I forgot about one thing > - all other files are using 'hyphens' in file name, so please keep it > consistent with them. > > Reviewed-by: Krzysztof Kozlowski Thank you for your fast responses. I've submitted v3. -Drew