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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 41253C433E0 for ; Tue, 14 Jul 2020 02:09:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 147E821927 for ; Tue, 14 Jul 2020 02:09:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594692579; bh=+cwhjBj8CfhqJWNHnp7/eo01IqnythBFj6b/ahFv/Ew=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=qfwMRQyXpkK7Q8ud4soWkr6f/+UiPTKEP1a/c1vg8DNomWSRplH0XXK+fcxuJjntO 2UvtLHKHDp6GfDfmQiYycZSF6fuupE+5qNndHEixA3nQrCaabU8IOVOZnYmeMKd0YX Fjy/xA0VpRprparonsVrU5224gK3FNHuaqgnFTMU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726372AbgGNCJi (ORCPT ); Mon, 13 Jul 2020 22:09:38 -0400 Received: from mail-il1-f193.google.com ([209.85.166.193]:41404 "EHLO mail-il1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726149AbgGNCJi (ORCPT ); Mon, 13 Jul 2020 22:09:38 -0400 Received: by mail-il1-f193.google.com with SMTP id q3so12959121ilt.8; Mon, 13 Jul 2020 19:09:37 -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=KPcWWEFayVvDQVr24WFW0Iat95lCbS98CRPSzZcM2HA=; b=SFw4/AYH1AOcgtAYPf/CYXijucCTKs8V3pYvuOoGzFYnnC7dL4IWKNgcNXqGig9SYG 2UAzJH6bSCRKaLV7lqepn4A8Iu5snRSgJyDZvXpCUW+9aC7CXtXcZzpoK2SZc9hz73e4 usXczK10ylDV/UlDan+yWVJwXbwrPdZC+Zzvwt/WWPzAufzMfUQk1Sb1tAhAv7ZSxHFv w8io4QeYjJmPNQHDjTIoS7mX1Mx9AUaDhbgsIu76StJSnYsxpBScNO4X6iT+NVrwCdjf LN4oVQHlVbPCjxusTSRTKzFUj0pQ5DrahopfOHOxvv7YiHASbwoMONXnY4JnCUGGpAJp w6rA== X-Gm-Message-State: AOAM533bosifZDzRHTrmwdqk1KlevyfjHmRGZTcTFFF4Wfz/K5KEteue 7sDKEBt3gtShBSaYykEydg== X-Google-Smtp-Source: ABdhPJzQQad0wTSDAMPA9ATJ9hA1u98WVgnzC9LLhonu5X2eHqH93+QPB4bNhmGqkdB13vmALMiaJw== X-Received: by 2002:a05:6e02:14c2:: with SMTP id o2mr2669736ilk.54.1594692576834; Mon, 13 Jul 2020 19:09:36 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id i84sm9534158ill.30.2020.07.13.19.09.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jul 2020 19:09:36 -0700 (PDT) Received: (nullmailer pid 1132789 invoked by uid 1000); Tue, 14 Jul 2020 02:09:35 -0000 Date: Mon, 13 Jul 2020 20:09:35 -0600 From: Rob Herring To: Bjorn Andersson Cc: Baolin Wang , linux-arm-msm@vger.kernel.org, Rob Herring , Vinod Koul , linux-kernel@vger.kernel.org, Ohad Ben-Cohen , linux-remoteproc@vger.kernel.org, devicetree@vger.kernel.org, Andy Gross Subject: Re: [PATCH v2 1/4] dt-bindings: hwlock: qcom: Migrate binding to YAML Message-ID: <20200714020935.GA1122169@bogus> References: <20200622075956.171058-1-bjorn.andersson@linaro.org> <20200622075956.171058-2-bjorn.andersson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200622075956.171058-2-bjorn.andersson@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 22 Jun 2020 00:59:53 -0700, Bjorn Andersson wrote: > Migrate the Qualcomm TCSR mutex binding to YAML to allow validation. > > Reviewed-by: Vinod Koul > Signed-off-by: Bjorn Andersson > --- > > Changes since v1: > - Actually remove the old binding doc > > .../bindings/hwlock/qcom-hwspinlock.txt | 39 -------------- > .../bindings/hwlock/qcom-hwspinlock.yaml | 51 +++++++++++++++++++ > 2 files changed, 51 insertions(+), 39 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.txt > create mode 100644 Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml > Reviewed-by: Rob Herring