From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4EC4EC43441 for ; Mon, 26 Nov 2018 05:58:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E5DB820664 for ; Mon, 26 Nov 2018 05:58:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E5DB820664 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726183AbeKZQvw (ORCPT ); Mon, 26 Nov 2018 11:51:52 -0500 Received: from gloria.sntech.de ([185.11.138.130]:53614 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726145AbeKZQvw (ORCPT ); Mon, 26 Nov 2018 11:51:52 -0500 Received: from p5b12749d.dip0.t-ipconnect.de ([91.18.116.157] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.0:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gR9uz-0007Jq-22; Mon, 26 Nov 2018 06:58:49 +0100 From: Heiko Stuebner To: Otavio Salvador Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, Fabio Berton , devicetree@vger.kernel.org, Rob Herring , Mark Rutland Subject: Re: [PATCH 08/13] ARM: dts: rv1108: Fix the PMU interrupt number Date: Mon, 26 Nov 2018 06:58:48 +0100 Message-ID: <3361921.c4PKPBIJKP@phil> In-Reply-To: <20181125211907.9895-8-otavio@ossystems.com.br> References: <20181125211907.9895-1-otavio@ossystems.com.br> <20181125211907.9895-8-otavio@ossystems.com.br> 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 Hi Otavio, 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. Thanks Heiko