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 4A220EB64DB for ; Tue, 20 Jun 2023 14:39:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233066AbjFTOj5 (ORCPT ); Tue, 20 Jun 2023 10:39:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233427AbjFTOjs (ORCPT ); Tue, 20 Jun 2023 10:39:48 -0400 Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F9E71BCF; Tue, 20 Jun 2023 07:39:29 -0700 (PDT) Received: by mail-io1-f45.google.com with SMTP id ca18e2360f4ac-77e3a44dae3so104203839f.0; Tue, 20 Jun 2023 07:39:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687271947; x=1689863947; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=I010nMgK8kG45jUUX05j2M4inOliG1MEyiqePq5AePw=; b=KeDLaIaeHsI313We9glGLv2yUC/LuOMBhTaOUiLUIGE0sVt8l4fltvpB6Su2QCnCMJ wLpKKJWNXcsryNqAnYIM9bAq2KN+ctY0rA+csn8/QG79e3n6Jg5xIZciSrQNeY4aq0Kj ggTaOqv27aUFzR+Wvx40PsMXaTSOEbvVI1CdQsSPzPGJ/3KJw9UI3fF9dnQ0F7+jMgvk m0xpAY+lzuiBC7ba9DJz3C1OccJWM0dZ/4IlBUnI7ZcYZAVE4ivsUfdDe9fPkeDHGoUn PzVm+PLZnnS132nOXluRP++kT/OCxR+sbPqBFB8UbXnVRoNi1lxt9kCoZIPPh46e/wtg nlmg== X-Gm-Message-State: AC+VfDy86S0B1/pl28KFV/xEmE0ocdm2XtfZEUQRC6l7sdkJJMKdwme/ l5K7l7ntzYRBBpFV87C+wQ== X-Google-Smtp-Source: ACHHUZ6uRnQAz9zY56zQa7xBNoYaLlKDsBB4HSYnSPp6s4hYW875BiTaMxSTTgH1xzL0OErdZO57AQ== X-Received: by 2002:a5e:8f09:0:b0:774:84b5:cb77 with SMTP id c9-20020a5e8f09000000b0077484b5cb77mr11934684iok.18.1687271947188; Tue, 20 Jun 2023 07:39:07 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id b9-20020a02a589000000b00426750059e1sm687386jam.26.2023.06.20.07.39.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Jun 2023 07:39:06 -0700 (PDT) Received: (nullmailer pid 3559325 invoked by uid 1000); Tue, 20 Jun 2023 14:39:04 -0000 Date: Tue, 20 Jun 2023 08:39:04 -0600 From: Rob Herring To: Stefan Wahren Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-pm@vger.kernel.org, linux-pwm@vger.kernel.org, Krzysztof Kozlowski , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Thierry Reding , Conor Dooley , Ray Jui , Daniel Lezcano , Florian Fainelli , linux-mmc@vger.kernel.org, Vinod Koul , Jassi Brar , bcm-kernel-feedback-list@broadcom.com, Rob Herring , dmaengine@vger.kernel.org, Thomas Gleixner , Scott Branden Subject: Re: [PATCH V2 6/7] dt-bindings: mailbox: convert bcm2835-mbox bindings to YAML Message-ID: <168727194116.3559200.9557415679850510683.robh@kernel.org> References: <20230617133620.53129-1-stefan.wahren@i2se.com> <20230617133620.53129-7-stefan.wahren@i2se.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230617133620.53129-7-stefan.wahren@i2se.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, 17 Jun 2023 15:36:19 +0200, Stefan Wahren wrote: > Convert the DT binding document for bcm2835-mbox from .txt to YAML. > > Signed-off-by: Stefan Wahren > --- > .../bindings/mailbox/brcm,bcm2835-mbox.txt | 26 ------------ > .../bindings/mailbox/brcm,bcm2835-mbox.yaml | 40 +++++++++++++++++++ > 2 files changed, 40 insertions(+), 26 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.txt > create mode 100644 Documentation/devicetree/bindings/mailbox/brcm,bcm2835-mbox.yaml > Reviewed-by: Rob Herring