Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1985726imu; Sat, 12 Jan 2019 12:17:26 -0800 (PST) X-Google-Smtp-Source: ALg8bN5FAGHoQpCy//9qDOfh/8Hdy0vepYjzpi9uIceveW/w7qwH/prR/QNeEChWcQlpLmAhDZwM X-Received: by 2002:a63:a16:: with SMTP id 22mr13600491pgk.318.1547324246795; Sat, 12 Jan 2019 12:17:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547324246; cv=none; d=google.com; s=arc-20160816; b=VLqJN8LlUxqbqV7j4d+zz+ZNiER4GnYAxwltTrxWwevawQN1CnehMaLSx/kZW3x6/H ljSW11oeMctpWGPNGiYHPcw8xuP0U/pmE7MbX9+vn/Re/z5N+2eNqEFlrQPYcWpTn5ah vBDlHD7ia4bhrSE4Dh5o/ttbIs5TLYbzV+6/WvforDPM6AeT8dbRmEw8xq2HshDrteVq vE0bc3phspHK6z7+nZ0c1FhR+t5P7rYqZgXCvgV9kbwD0V1oroPL3G429jI/YDGkEVwE Sw2i6q5oyasnooUyqAGSi83OYX/N6DLwPZTOlY7ctcKF4hmOCQjTZFrf8moBshV/RZKx S2LQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=ZmxC4WCRWzF8YABZrDx6eo1T4h2jiHMY68y7wdkS/TY=; b=OqOn4ERVinleIVRMWU2u2rzu2n4N7Iw5K58499AjuJc74mGqtBlvz3kdp5UwuAmpop U2r9P1ij9rdtMhSKoV2cOvAO/G/ZRNenvriCFbtD7XY2pm7ZEianS402mf3lMMcsQa5v Q+oEWt+89xBe77FdOgwqdHKCtSZq2/N425aMaO7omgQ/YugOYN0eeemDs5XcZidfpL6m URbzLVvLxHx8ynr5C+e0oKYmh0H+7ZriXLBwoSOKrNw4bYPwPNZyHIIiMwiG/sINsLA4 Zh2jBLhG4yDBFtBpKpF68KqH2NXbG0DWToaoG+DT9p3WBRZjcF2m0qk+cuRgUrCGPkkX vhQg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 4si80907858pfg.280.2019.01.12.12.17.11; Sat, 12 Jan 2019 12:17:26 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726600AbfALSxt (ORCPT + 99 others); Sat, 12 Jan 2019 13:53:49 -0500 Received: from gloria.sntech.de ([185.11.138.130]:41658 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725870AbfALSxs (ORCPT ); Sat, 12 Jan 2019 13:53:48 -0500 Received: from p54b26ced.dip0.t-ipconnect.de ([84.178.108.237] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1giOPa-0006j3-6C; Sat, 12 Jan 2019 19:53:38 +0100 From: Heiko Stuebner To: Rob Herring Cc: Johan Jonker , hjc@rock-chips.com, airlied@linux.ie, mark.rutland@arm.com, mturquette@baylibre.com, sboyd@kernel.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org Subject: Re: [PATCH v2 3/7] drm: rockchip: vop: add rk3066 vop definitions Date: Sat, 12 Jan 2019 19:53:37 +0100 Message-ID: <2938788.qBnkOikdhP@phil> In-Reply-To: <20190111145424.GA21604@bogus> References: <20181229133318.18128-1-jbx6244@gmail.com> <154632658.xpTMZOjgxT@phil> <20190111145424.GA21604@bogus> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Freitag, 11. Januar 2019, 15:54:24 CET schrieb Rob Herring: > On Sun, Dec 30, 2018 at 06:22:00PM +0100, Heiko Stuebner wrote: > > Hi Johan, > > > > Am Samstag, 29. Dezember 2018, 14:33:14 CET schrieb Johan Jonker: > > > From: Mark Yao > > > > > > This patch adds the rk3066 VOP definitions. > > > > > > The VOP or LCD Controller serves as interface between > > > framebuffer memory and a display device (LCD panel or TV set). > > > > > > This SOC has two symmetrical LCDC's for a dual panel application. > > > > > > A LCDC has 5 display layers. > > > Only 3 are used here. > > > > > > - Video layer 0 (Win0) > > > - Video layer 1 (Win1) > > > - OSD layer (Win2) > > > > Patch itself looks good, we'll need to wait a bit to give Rob a chance > > to look at the (simple) dt-binding change and I'll drop the paragraph > > about the display layers when applying. > > Don't wait on me for simple oneline compatible additions. This more or less was the fault of the year change :-D ... most of the time I'd apply a simple new compatible earlier and possibly without Ack ;-) . And I've applied the patch to drm-misc-next now (for 5.1). Heiko