From patchwork Mon Jun 17 09:06:01 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10998605 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A311A14DB for ; Mon, 17 Jun 2019 09:06:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9158A2623D for ; Mon, 17 Jun 2019 09:06:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 832AD28707; Mon, 17 Jun 2019 09:06:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 497A52623D for ; Mon, 17 Jun 2019 09:06:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727575AbfFQJGY (ORCPT ); Mon, 17 Jun 2019 05:06:24 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:36402 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725962AbfFQJGY (ORCPT ); Mon, 17 Jun 2019 05:06:24 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id D89F625AED3; Mon, 17 Jun 2019 19:06:21 +1000 (AEST) Received: by reginn.horms.nl (Postfix, from userid 7100) id D7B0A94024A; Mon, 17 Jun 2019 11:06:19 +0200 (CEST) From: Simon Horman To: Greg Kroah-Hartman Cc: Yoshihiro Shimoda , Kuninori Morimoto , Magnus Damm , linux-usb@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Rob Herring , Mark Rutland , devicetree@vger.kernel.org, =?utf-8?q?Niklas_S=C3=B6derlund?= , Simon Horman Subject: [PATCH 0/2] dt-bindings: usb: renease_{usbhs,gen3} Rename bindings documentation files Date: Mon, 17 Jun 2019 11:06:01 +0200 Message-Id: <20190617090603.8449-1-horms+renesas@verge.net.au> X-Mailer: git-send-email 2.11.0 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, For consistency with the naming of (most) other documentation files for DT bindings for Renesas IP blocks rename the Renesas USBHS and USB 3.0 peripheral documentation files. Simon Horman (2): dt-bindings: usb: renesas_usbhs: Rename bindings documentation file dt-bindings: usb: renesas_gen3: Rename bindings documentation file .../devicetree/bindings/usb/{renesas_usb3.txt => renesas,usb3.txt} | 0 .../devicetree/bindings/usb/{renesas_usbhs.txt => renesas,usbhs.txt} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/usb/{renesas_usb3.txt => renesas,usb3.txt} (100%) rename Documentation/devicetree/bindings/usb/{renesas_usbhs.txt => renesas,usbhs.txt} (100%) Reviewed-by: Niklas Söderlund