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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 584DFC2D0BF for ; Thu, 5 Dec 2019 13:43:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2D6CD2464E for ; Thu, 5 Dec 2019 13:43:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729521AbfLENnw (ORCPT ); Thu, 5 Dec 2019 08:43:52 -0500 Received: from andre.telenet-ops.be ([195.130.132.53]:40036 "EHLO andre.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729187AbfLENnw (ORCPT ); Thu, 5 Dec 2019 08:43:52 -0500 Received: from ramsan ([84.195.182.253]) by andre.telenet-ops.be with bizsmtp id aDjr210055USYZQ01Djrdi; Thu, 05 Dec 2019 14:43:51 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1icrQ7-0002BB-1D; Thu, 05 Dec 2019 14:43:51 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1icrQ6-0001g9-UC; Thu, 05 Dec 2019 14:43:50 +0100 From: Geert Uytterhoeven To: Rob Herring , Mark Rutland Cc: Ulf Hansson , Wolfram Sang , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/2] mmc: renesas_sdhi: Add r8a77961 support Date: Thu, 5 Dec 2019 14:43:47 +0100 Message-Id: <20191205134349.6410-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org Hi all, This patch series documents DT bindings for the SDHI controller in the Renesas R-Car M3-W+ (R8A77961) SoC, and adds support for it to the driver. The second patch may be dropped, once "[PATCH] mmc: renesas_sdhi: remove whitelist for internal DMAC"[1] has been accepted. Thanks! [1] https://lore.kernel.org/linux-mmc/20191203194859.917-1-wsa@the-dreams.de/ Geert Uytterhoeven (2): dt-bindings: mmc: renesas_sdhi: Document r8a77961 support mmc: renesas_sdhi_internal_dmac: Add r8a77961 support Documentation/devicetree/bindings/mmc/renesas,sdhi.txt | 3 ++- drivers/mmc/host/renesas_sdhi_internal_dmac.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) -- 2.17.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds