Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp5826996imu; Mon, 26 Nov 2018 05:47:59 -0800 (PST) X-Google-Smtp-Source: AJdET5dWJq1ZCqnCzsa5rOcw9J3dtKcNglX3qT5tQtwK4yEq0KTDI5tR1EEJNZ3Oi9NK9eOHHwnl X-Received: by 2002:aa7:8354:: with SMTP id z20mr27627911pfm.81.1543240079529; Mon, 26 Nov 2018 05:47:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543240079; cv=none; d=google.com; s=arc-20160816; b=sJn4oIpEisFtGhILlTWRQ7tXK2EOFn2vWWqWdvezeCu90Vu6SbtNmYRriKTeYuohae dqcUFqwUEI7e6aUNj3U4vd47H97hkxWSpiXqIv375WPbtlei1J5sZnml9ojrl61kGD6o uic7wUUOzscrUpNsHiHEu++5avS51uoJwHe0wafjAczt3AuUgqX4DtTjsVB7DKRELLMu R9Ej4FycD/2id9OAXcj0VqvhXDo5rEkIxVJE72RMcyJJ1V4pHfwHLpmCHz02kkKwm4cL MXBrB7BM5RiUp56zSERV4BOggVEvvbG5ozDL64xDuPvzdsXCUkJpZroMM6/9dRZndWr8 6a4A== 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=C0XC08KxD9801I7qs3Ju9KpO4/GDuoP/VBu+hdZA4W0=; b=KFvzc+acVKrKw5pSY9D1SWnwjA7DCWRc773RIX0zMENlwFLBnYhObBmdPxQIdmUFgf +77hbozBQYv0NBYyXZWZNU+qMT8AEXwg/urz/7ccy/gsPmcbl0X1JKsE9wS2E585HPfc ERLX+tAmZK6yCXJ755OzgHAJuAJFMJF9d++h2/6W2Jxk6qERs2tEbEwMPmH5uR7pXrbl GYR2jKag+NTRtw0BPnxkW4Y7VC7Efh9s0zOK6BjxoC3ey1Sz2qK1rCy7GHRj/q73DTA6 TXl+icERS2cevqKxqy/tSc2QhSDQSp8O/wBpuL7frk+Jn1c/g8Iaj80CzlYt+RY5fL1t L5ag== 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 g22si308090pfj.222.2018.11.26.05.47.24; Mon, 26 Nov 2018 05:47:59 -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 S1726566AbeK0Akg (ORCPT + 99 others); Mon, 26 Nov 2018 19:40:36 -0500 Received: from gloria.sntech.de ([185.11.138.130]:56080 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726317AbeK0Akg (ORCPT ); Mon, 26 Nov 2018 19:40:36 -0500 Received: from we0660.dip.tu-dresden.de ([141.76.178.148] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.0:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gRHDT-0000h2-3f; Mon, 26 Nov 2018 14:46:23 +0100 From: Heiko Stuebner To: Otavio Salvador Cc: Otavio Salvador , Mark Rutland , devicetree@vger.kernel.org, Fabio Berton , Kernel development list , linux-rockchip@lists.infradead.org, Rob Herring , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 08/13] ARM: dts: rv1108: Fix the PMU interrupt number Date: Mon, 26 Nov 2018 14:46:22 +0100 Message-ID: <6269571.AAM3N1jVdY@phil> In-Reply-To: References: <20181125211907.9895-1-otavio@ossystems.com.br> <3361921.c4PKPBIJKP@phil> 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 Montag, 26. November 2018, 14:36:01 CET schrieb Otavio Salvador: > Hello Heiko, > > On Mon, Nov 26, 2018 at 3:59 AM Heiko Stuebner wrote: > > Am Sonntag, 25. November 2018, 22:19:02 CET schrieb Otavio Salvador: > > > According to the Rockchip vendor tree the PMU interrupt number is > > > 76, so fix it accordingly. > > > > > > Signed-off-by: Otavio Salvador > > > Signed-off-by: Fabio Berton > > > > looks ok, especially as the TRM I have doesn't list neither irqs :-) > > But please explain the second Signed-off by Fabio? > > > > If Fabio is the original author, the patch From should reflect that > > and the Signed-off-by lines should be swapped. As it is now > > I would expect Fabio being the one sending the patches. > > Or is it supposed to be a "Co-developed-by:"? > > See Documentation/process/5.Posting.rst. > > He works with me and he applied and tested it in our internal tree for > our customer. He reviewed and tested this with me, so I'd like to > provide him credit as well. Reviewed-by: Tested-by: perhaps then? :-) Heiko