From patchwork Fri Sep 21 18:08:26 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 10610813 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 E204D157B for ; Fri, 21 Sep 2018 18:08:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CFC6C2E41C for ; Fri, 21 Sep 2018 18:08:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C357C2E496; Fri, 21 Sep 2018 18:08:39 +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 77B922E41C for ; Fri, 21 Sep 2018 18:08:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390381AbeIUX6k (ORCPT ); Fri, 21 Sep 2018 19:58:40 -0400 Received: from relmlor3.renesas.com ([210.160.252.173]:43176 "EHLO relmlie2.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2389545AbeIUX6j (ORCPT ); Fri, 21 Sep 2018 19:58:39 -0400 Received: from unknown (HELO relmlir3.idc.renesas.com) ([10.200.68.153]) by relmlie2.idc.renesas.com with ESMTP; 22 Sep 2018 03:08:37 +0900 Received: from relmlii1.idc.renesas.com (relmlii1.idc.renesas.com [10.200.68.65]) by relmlir3.idc.renesas.com (Postfix) with ESMTP id 1A4A947D7C; Sat, 22 Sep 2018 03:08:37 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.54,285,1534777200"; d="scan'208";a="291593351" Received: from unknown (HELO fabrizio-dev.ree.adwin.renesas.com) ([10.226.36.250]) by relmlii1.idc.renesas.com with ESMTP; 22 Sep 2018 03:08:33 +0900 From: Fabrizio Castro To: David Airlie , Rob Herring , Geert Uytterhoeven , Laurent Pinchart , Mark Rutland Cc: Fabrizio Castro , Simon Horman , Magnus Damm , Russell King , dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Chris Paterson , Biju Das Subject: [PATCH 0/5] Add Du support to RZ/G1C and RZ/G1N Date: Fri, 21 Sep 2018 19:08:26 +0100 Message-Id: <1537553311-8831-1-git-send-email-fabrizio.castro@bp.renesas.com> X-Mailer: git-send-email 2.7.4 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 Dear All, this series documents and adds driver support for the DUs found inside RZ/G1C (a.k.a. R8A77470) and RZ/G1N (a.k.a. R8A7744). Also, this series enables the SII902X driver as the SiI9022ACNU HDMI transmitter is found on the iwg23s. Thanks, Fab Biju Das (2): dt-bindings: display: renesas: du: Document the r8a7744 bindings drm: rcar-du: Add R8A7744 support Fabrizio Castro (3): dt-bindings: display: renesas: du: Document the r8a77470 bindings drm: rcar-du: Add r8a77470 support ARM: shmobile: defconfig: Enable SII902X .../devicetree/bindings/display/renesas,du.txt | 4 ++++ arch/arm/configs/shmobile_defconfig | 1 + drivers/gpu/drm/rcar-du/rcar_du_drv.c | 27 ++++++++++++++++++++++ 3 files changed, 32 insertions(+)