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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 8406CC433FF for ; Mon, 29 Jul 2019 06:54:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5AAF62087B for ; Mon, 29 Jul 2019 06:54:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564383258; bh=gq9+yL77uNFoxeDuWRLkhZsL8qHTXIIL6Xw0KxxfBik=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=VHunl09BBNjF94oVc964Bd9mrmrBcmSDanzkXoB05Sl0slVwDPGfUMW6gI4xLb16G PgqVt81wFGcBla6KQ4EACTHdUfXVj5C4OuxjpRBPKkt7tW2gyncOGQ29mtWbEBlxu/ CJLk/73lNNaynSJRMRyVPckfAe26BoWADwJIKY3w= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727206AbfG2GyS (ORCPT ); Mon, 29 Jul 2019 02:54:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:35664 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726900AbfG2GyR (ORCPT ); Mon, 29 Jul 2019 02:54:17 -0400 Received: from localhost (unknown [122.178.221.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8639F20644; Mon, 29 Jul 2019 06:54:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564383257; bh=gq9+yL77uNFoxeDuWRLkhZsL8qHTXIIL6Xw0KxxfBik=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lIKU+HFJG5/8NAY/gl40QYOM42l6ve7SuPfN9VyqJYpXKzXMWsbXkRGqvTQTEd8QP cYqA3xqs8btckUVzLkBrYzoui4tpISHuPtBoBibNlXt9ckmxHMZXnLHG/jl+eCdqKZ vUesjj/KVsanR5+r8YvxBmaSubGWPk9ltbKxxYEQ= Date: Mon, 29 Jul 2019 12:23:04 +0530 From: Vinod Koul To: Simon Horman Cc: Rob Herring , Mark Rutland , Geert Uytterhoeven , Magnus Damm , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH] dt-bindings: shdma: Rename bindings documentation file Message-ID: <20190729065304.GI12733@vkoul-mobl.Dlink> References: <20190724114946.14021-1-horms+renesas@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190724114946.14021-1-horms+renesas@verge.net.au> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 24-07-19, 13:49, Simon Horman wrote: > Rename the bindings documentation file for shdma > from shdma.txt to renesas,shdma.txt. > > This is part of an ongoing effort to name bindings documentation files for > Renesas IP blocks consistently, in line with the compat strings they > document. Applied, thanks -- ~Vinod