Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751256AbdGPRba (ORCPT ); Sun, 16 Jul 2017 13:31:30 -0400 Received: from gloria.sntech.de ([95.129.55.99]:34112 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751216AbdGPRb2 (ORCPT ); Sun, 16 Jul 2017 13:31:28 -0400 From: Heiko Stuebner To: Jacob Chen Cc: linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, kever.yang@rock-chips.com, mark.yao@rock-chips.com, wxt@rock-chips.com, Yakir Yang Subject: Re: [PATCH 1/5] arm64: dts: rockchip: Add rk3399 vop and display-subsystem Date: Sun, 16 Jul 2017 19:31:09 +0200 Message-ID: <71446982.CYE3jZejiS@phil> User-Agent: KMail/5.2.3 (Linux/4.9.0-2-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: <1499875435-23944-2-git-send-email-jacob-chen@iotwrt.com> References: <1499875435-23944-1-git-send-email-jacob-chen@iotwrt.com> <1499875435-23944-2-git-send-email-jacob-chen@iotwrt.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 815 Lines: 23 Hi Jacob, Am Donnerstag, 13. Juli 2017, 00:03:51 CEST schrieb Jacob Chen: > Add devicetree nodes for rk3399 VOP (Video Output Processors), and the > top level display-subsystem root node. > > Later patches add endpoints (eDP, HDMI, MIPI, etc) that attach to the > VOPs' output ports. > > Signed-off-by: Mark Yao > Signed-off-by: Yakir Yang > Signed-off-by: Caesar Wang > Signed-off-by: Jacob Chen you might want to reduce the number of Signed-offs a bit :-) Also authorship needs to be fixed. I.e. first Signed-off for this patch is from Mark, so in that case Mark probably also was the original author and the patch should reflect that. General rule, topmost Signed-off is of course from the original author. Heiko