From patchwork Thu Jan 18 21:05:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 863170 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=cogentembedded-com.20150623.gappssmtp.com header.i=@cogentembedded-com.20150623.gappssmtp.com header.b="TCPa6nib"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3zMxSN0vpMz9t5b for ; Fri, 19 Jan 2018 08:10:28 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754118AbeARVK0 (ORCPT ); Thu, 18 Jan 2018 16:10:26 -0500 Received: from mail-lf0-f65.google.com ([209.85.215.65]:38902 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753138AbeARVKZ (ORCPT ); Thu, 18 Jan 2018 16:10:25 -0500 Received: by mail-lf0-f65.google.com with SMTP id g72so22967551lfg.5 for ; Thu, 18 Jan 2018 13:10:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cogentembedded-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:user-agent:date:to:to:to:to:to:to:to:cc:subject; bh=b8tXYk31baQ4UkCLKZbXKYvL6z17nsXh0HOJ9sS9vpM=; b=TCPa6nibHc1hLQO/EqXHFRL80+wklbyPrllOM8vhhruPon0x72WZG8SJWB3mJvtvh+ DnlDiYD702Jo1hdltKaYsSleSvEolnhkyN8aXrFumlDS2Wav/JG81IzzO7dYHiL/DGwo WSzrc+EnQblam3m48FcaL/IuezkzJ45ZtSRCEUBSK5a72SIIQskwypjBB7QK0syGDPIO J4RLWteuDuzbBcjAg0ArAlfBSCcpeRbMbGbxDWMiStg3vFNkLOdQeyDMipECmbXLIodS o2RctoeTcYMGAmBS+ISIBBfHOtT9foi6gl9E8p6S/YWStSFAPQjuKzjlfI0yOKYJi6uI rhcA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:message-id:user-agent:date:to:to:to:to:to :to:to:cc:subject; bh=b8tXYk31baQ4UkCLKZbXKYvL6z17nsXh0HOJ9sS9vpM=; b=bpCb1mfPigIKQOtMCzhTMQSpTF1DaTcJoxALDsPR1dDDYAoS/KdCYcdSjq35WtNnx/ BE9shV1IG10TzUIAoic5tn/DSoTAb5LaQwkYupRVFNGYhgh1HMo1YugCkN0l/in+Eg9T Al49cehinl3PhA4lmzJf7MDAyt71nIM12IErs8Kpq7VVg8wgLlDarrwBLOxKNirfktRQ XosB8Kh8eqhZj8DVNoIl9LGvm04ksIatbLZSkHS5+aPb7w/Y+l7w5u+nB+zshW06SVQH 2nTrQmLHDKVpKEPEzEtL8K89no+tm5aeBBMqXkosApk8rdW//xM0WbXODvxBnooUzgMN jQxA== X-Gm-Message-State: AKwxytceuIEAsIpLiIF/nDq9og98/DomnSUcgcJMpIGObLLFxdP+gg08 j//N7h49serNC4AgwadfiOxyPw== X-Google-Smtp-Source: ACJfBotsdn9bZGncFbKqo6B1/IC+IeTh79MHoiq84DOuPoR0wx8NrKjjEo1fz+iw6HRitAuhyPTYSg== X-Received: by 10.46.53.18 with SMTP id z18mr9847382ljz.4.1516309824216; Thu, 18 Jan 2018 13:10:24 -0800 (PST) Received: from wasted.cogentembedded.com ([31.173.84.211]) by smtp.gmail.com with ESMTPSA id r1sm657215ljb.93.2018.01.18.13.10.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Jan 2018 13:10:22 -0800 (PST) From: Sergei Shtylyov X-Google-Original-From: "Sergei Shtylyov" Received: by wasted.cogentembedded.com (sSMTP sendmail emulation); Fri, 19 Jan 2018 00:10:20 +0300 Message-Id: <20180118210557.091065338@cogentembedded.com> User-Agent: quilt/0.64 Date: Fri, 19 Jan 2018 00:05:57 +0300 To: Laurent Pinchart To: David Airlie To: Rob Herring To: Mark Rutland To: dri-devel@lists.freedesktop.org To: linux-renesas-soc@vger.kernel.org To: devicetree@vger.kernel.org Cc: Sergei Shtylyov Subject: [PATCH v2 0/2] Add R-Car V3M (R8A77970) support to the DU driver Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hello! Here's the set of 2 patches against the 'drm-next' branch of David Airlie's 'linux.git' repo. The purpose of these patches is to add the R-Car V3M (R8A77970) support to the DU driver; the LVDS driver patches will be posted separately... [1/2] DT: display: renesas,du: document R8A77970 bindings [2/2] drm: rcar-du: add R8A77970 support MBR, Sergei --- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html