From patchwork Thu Oct 15 22:40:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 7410151 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3C0E49F7C9 for ; Thu, 15 Oct 2015 22:40:34 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6F8AC2079C for ; Thu, 15 Oct 2015 22:40:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9C4C720808 for ; Thu, 15 Oct 2015 22:40:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753326AbbJOWkW (ORCPT ); Thu, 15 Oct 2015 18:40:22 -0400 Received: from mail-lb0-f170.google.com ([209.85.217.170]:35654 "EHLO mail-lb0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753318AbbJOWkT (ORCPT ); Thu, 15 Oct 2015 18:40:19 -0400 Received: by lbwr8 with SMTP id r8so86179728lbw.2 for ; Thu, 15 Oct 2015 15:40:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=yYn+4alPbtv6lGIkGZrFGDrFiIPnwNMkcfS95ieUgX0=; b=YI/o5WBTClEIAdVa358EA21YBu971eZVHKnTv4mBU1PU2c8CY5HfdsbNEwatyDUxk3 CBpNOq59HIp903/y7tZ/XPyBig+0fZzhackCwo8rdblJ53S11Nd1BpNmGdIKUVZI7Rho M7Meqag6q1oAdlLuL5dyEUc7E63sUiDMgMDPNrq4ygYv5ZrMFVkmLAY5FQtfpgiEfEaP suhD+NCi919d38vhAF55X53rCuzFl2xI2o6mAfJHT9gyG5CxPyzqmAbxusk1l+utjlW1 a/7XkVkdK8u+MUOpjh3UB6YWyA0nzRmqwr5IzJTZo6JacQKRX49NOjWyVC1LlNodDOy5 mF+A== X-Gm-Message-State: ALoCoQkeCFyPKrby161hc16Mgr14orLSnS/tiOc8Oyt4DQebFyUWQGvw7hh6lyH+VhO9AOCNmqxn X-Received: by 10.112.168.194 with SMTP id zy2mr6324455lbb.79.1444948818095; Thu, 15 Oct 2015 15:40:18 -0700 (PDT) Received: from wasted.cogentembedded.com (ppp83-237-249-221.pppoe.mtu-net.ru. [83.237.249.221]) by smtp.gmail.com with ESMTPSA id pm6sm2354057lbc.1.2015.10.15.15.40.17 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Oct 2015 15:40:17 -0700 (PDT) From: Sergei Shtylyov To: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, devicetree@vger.kernel.org, ulf.hansson@linaro.org, linux-mmc@vger.kernel.org Cc: linux-sh@vger.kernel.org Subject: [PATCH v3] DT: mmc: sh_mmcif: document R8A779[34] support Date: Fri, 16 Oct 2015 01:40:16 +0300 Message-ID: <2657565.2y8qYzu3eL@wasted.cogentembedded.com> Organization: Cogent Embedded Inc. User-Agent: KMail/4.14.9 (Linux/4.1.8-100.fc21.x86_64; KDE/4.14.9; x86_64; ; ) In-Reply-To: <201404250239.39150.sergei.shtylyov@cogentembedded.com> References: <201404250239.39150.sergei.shtylyov@cogentembedded.com> MIME-Version: 1.0 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@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 Renesas R8A7794 SoC also has the MMCIF controller... Signed-off-by: Sergei Shtylyov Acked-by: Geert Uytterhoeven --- The patch is against Ulf Hansson's 'mmc.git' repo's 'next' branches plus the patch I posted earlier today... Changes in version 3: - resolved reject. Changes in version 2: - deferred R8A7793 support to the patch posted earlier by Ulrich Hecht; - fixed typo in the changelog. Documentation/devicetree/bindings/mmc/renesas,mmcif.txt | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: mmc/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt =================================================================== --- mmc.orig/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt +++ mmc/Documentation/devicetree/bindings/mmc/renesas,mmcif.txt @@ -11,6 +11,7 @@ Required properties: - "renesas,mmcif-r8a7740" for the MMCIF found in r8a7740 SoCs - "renesas,mmcif-r8a7790" for the MMCIF found in r8a7790 SoCs - "renesas,mmcif-r8a7791" for the MMCIF found in r8a7791 SoCs + - "renesas,mmcif-r8a7794" for the MMCIF found in r8a7794 SoCs - clocks: reference to the functional clock