From patchwork Mon Oct 5 02:27:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 7324401 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 0259ABEEA4 for ; Mon, 5 Oct 2015 02:27:28 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 22073206E1 for ; Mon, 5 Oct 2015 02:27:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9767F206DE for ; Mon, 5 Oct 2015 02:27:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751885AbbJEC1T (ORCPT ); Sun, 4 Oct 2015 22:27:19 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:53056 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751495AbbJEC1T (ORCPT ); Sun, 4 Oct 2015 22:27:19 -0400 Received: from reginn.isobedori.kobe.vergenet.net (p4119-ipbfp1002kobeminato.hyogo.ocn.ne.jp [122.22.70.119]) by kirsty.vergenet.net (Postfix) with ESMTPA id DE66125C06F; Mon, 5 Oct 2015 13:27:16 +1100 (AEDT) Received: by reginn.isobedori.kobe.vergenet.net (Postfix, from userid 7100) id 846CF940484; Mon, 5 Oct 2015 11:27:21 +0900 (JST) Date: Mon, 5 Oct 2015 11:27:21 +0900 From: Simon Horman To: Ulrich Hecht Cc: linux-sh@vger.kernel.org, yoshihiro.shimoda.uh@renesas.com, magnus.damm@gmail.com, geert+renesas@glider.be Subject: Re: [PATCH 0/3] Basic GPIO support for r8a7795 Message-ID: <20151005022721.GA25427@verge.net.au> References: <1441035401-5843-1-git-send-email-ulrich.hecht+renesas@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1441035401-5843-1-git-send-email-ulrich.hecht+renesas@gmail.com> Organisation: Horms Solutions Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Ulrich, On Mon, Aug 31, 2015 at 05:36:38PM +0200, Ulrich Hecht wrote: > Hi! > > This has been broken out of horms's GPIO and EthernetAVB RFC (thanks again) > and has its minor issues fixed, hopefully. Specifically, it fixes the GPIO > 6 and 7 clock references, dumps the MSTP's "clock-output-names" property, > and omits the extraneous options in defconfig. I have taken the liberty of: * rebasing and updating this patch set on top of "[PATCH v10 00/07] Renesas R-Car H3 (r8a7795) integration patches V10" * Updating the patch set to to once again have clock-output-names using the following update below provided to me by Geert - hopefully that merry-go-round has now paused for v4.4. * Updating the clock definition order by folding in "arm64: dts: r8a7795: add GPIO clocks" I would greatly appreciate if you and any other interested parties could review the result which can be found in the topic/r8a7795-gpio-v1.rebase2 branch of the renesas tree. If you find any problems please repost the patch set at your earliest convenience. diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi index f1c47ad3ea7fc781..8ce92db14c8bd101 100644 --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi @@ -530,6 +530,10 @@ R8A7795_CLK_I2C2 R8A7795_CLK_I2C1 R8A7795_CLK_I2C0 >; + clock-output-names = + "gpio7", "gpio6", "gpio5", + "gpio4", "gpio3", "gpio2", + "gpio1", "gpio0"; }; mstp10_clks: mstp10_clks@e6150998 {