From patchwork Mon Sep 3 17:25:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 10586269 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 E668669B3 for ; Mon, 3 Sep 2018 17:45:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D3AC128CC2 for ; Mon, 3 Sep 2018 17:45:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C7CA3290BC; Mon, 3 Sep 2018 17:45:44 +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=unavailable 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 67BAA292C6 for ; Mon, 3 Sep 2018 17:45:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729999AbeICVqX (ORCPT ); Mon, 3 Sep 2018 17:46:23 -0400 Received: from laurent.telenet-ops.be ([195.130.137.89]:47412 "EHLO laurent.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730615AbeICVqW (ORCPT ); Mon, 3 Sep 2018 17:46:22 -0400 Received: from ramsan.of.borg ([84.194.111.163]) by laurent.telenet-ops.be with bizsmtp id X5RE1y0053XaVaC015REw9; Mon, 03 Sep 2018 19:25:14 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1fwsbB-00018e-W7; Mon, 03 Sep 2018 19:25:14 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1fwsbB-0001dj-U0; Mon, 03 Sep 2018 19:25:13 +0200 From: Geert Uytterhoeven To: Mark Brown Cc: Rob Herring , Mark Rutland , Ulrich Hecht , linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/2] spi: sh-msiof: Document R-Car D3 and E3 support Date: Mon, 3 Sep 2018 19:25:10 +0200 Message-Id: <20180903172512.6242-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Mark, This patch series documents support for the MSIOF module in the Renesas R-Car D3 (r8a77995) and E3 (r8a77990) SoCs. No driver update is needed. R-Car D3 support was tested by Ulrich on the Draak development board. R-Car E3 support was tested by me on the Ebisu development board. As my patch for E3 depends on Ulrich's (not yet applied) patch for D3, I took the libert to include it. Thanks! Geert Uytterhoeven (1): spi: sh-msiof: Document R-Car E3 support Ulrich Hecht (1): spi: sh-msiof: Document R-Car D3 support Documentation/devicetree/bindings/spi/sh-msiof.txt | 2 ++ 1 file changed, 2 insertions(+)