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=-4.1 required=3.0 tests=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 988A5C433DF for ; Wed, 27 May 2020 19:43:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6B4F22088E for ; Wed, 27 May 2020 19:43:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590608624; bh=WRnELT3P0DmCjnRu+6YQI8SmmML+nR4ZuDjQGbS/gEw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=YjTYhBBdVfiKcGDjtucRSjMUB7qo1eljFdIciKcpEQjjaVzUHERAAgztv+T6By8dN aAyopoTCTYikAzoE0WVuElAefJq+h2RZijM0QfsskbYKFNw9Tct2uCEuITOAbltj9E ph6b2MuP3e2sNa2cpjuZO67Hfd7oD9wINyVmNTt4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728156AbgE0Tno (ORCPT ); Wed, 27 May 2020 15:43:44 -0400 Received: from mail-io1-f65.google.com ([209.85.166.65]:35848 "EHLO mail-io1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725872AbgE0Tnn (ORCPT ); Wed, 27 May 2020 15:43:43 -0400 Received: by mail-io1-f65.google.com with SMTP id y18so6998433iow.3; Wed, 27 May 2020 12:43:41 -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=+A2TULz/fj8mDsfmZ5vK35Wr4pIuPJFpyE39E4KOAY4=; b=lErFmAYdRaflHIy2ylHMeNTbtYd2ENn2nZ8RiIR0BkgKiy7V5g9YjibKK58qi9qxL4 vSi85gyMA1/z0tDpw6IsOG1ieEo4jx6x8lM21Tt2F1HcehMiZ3sdb78zKEHReDFSQax4 uyt8esy/AuikyxetRpObmPkwvBooEU9fPq+jAGvwHVAHUGCX+a4wjWeM3SWU7/RsmjH3 VtaRccaZOIN5OxbDhGPySJMOKneMMhJr3+JN3/IFNd6bU9PDI+AcO7oM9n8TJo8rpmVG 2BY4BdGNprWJr0fJhuRtd7bM9J/s4eYR/unnj0PZhBQDvLfyG9YRG2XqLYL7byg3OniK FfaQ== X-Gm-Message-State: AOAM531MLYhiIwdZ7QIUI2zChfh/2l4BHbUhlGoIhkrVjVIp4v5dH3Ev f2D5RF+ffIimVRxV2MLnJZI5KPI= X-Google-Smtp-Source: ABdhPJwI5OHaSYz7G9L+zyZaUUb8u7vw2TyHHLUM33TRUVXe13dJtj3IwzNg1cxpvlS2I1l13WHZVw== X-Received: by 2002:a05:6602:1616:: with SMTP id x22mr23066848iow.70.1590608621402; Wed, 27 May 2020 12:43:41 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id v2sm610339iol.36.2020.05.27.12.43.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 May 2020 12:43:40 -0700 (PDT) Received: (nullmailer pid 2617463 invoked by uid 1000); Wed, 27 May 2020 19:43:39 -0000 Date: Wed, 27 May 2020 13:43:39 -0600 From: Rob Herring To: Charles Keepax Cc: linus.walleij@linaro.org, broonie@kernel.org, patches@opensource.cirrus.com, myungjoo.ham@samsung.com, lgirdwood@gmail.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, lee.jones@linaro.org, robh+dt@kernel.org, cw00.choi@samsung.com Subject: Re: [PATCH v3 1/7] regulator: arizona-regulator: Move binding over to dtschema Message-ID: <20200527194339.GA2617434@bogus> References: <20200513095720.8867-1-ckeepax@opensource.cirrus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200513095720.8867-1-ckeepax@opensource.cirrus.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 13 May 2020 10:57:14 +0100, Charles Keepax wrote: > Signed-off-by: Charles Keepax > --- > > No changes since v2. > > Thanks, > Charles > > .../bindings/regulator/arizona-regulator.txt | 18 ----------- > .../devicetree/bindings/regulator/wlf,arizona.yaml | 37 ++++++++++++++++++++++ > 2 files changed, 37 insertions(+), 18 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/regulator/arizona-regulator.txt > create mode 100644 Documentation/devicetree/bindings/regulator/wlf,arizona.yaml > Applied, thanks!