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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E2C9C04A94 for ; Tue, 8 Aug 2023 19:10:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231140AbjHHTKa (ORCPT ); Tue, 8 Aug 2023 15:10:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42942 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233734AbjHHTKI (ORCPT ); Tue, 8 Aug 2023 15:10:08 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A96B30A40; Tue, 8 Aug 2023 09:31:49 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 42BDB6242E; Tue, 8 Aug 2023 08:10:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6F7D8C433C8; Tue, 8 Aug 2023 08:10:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691482231; bh=S2XJDdh0DarfOWU0otgnt+QQKAmvWNfqK2c/4JVKZ1o=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=q7YVjgYHCPEvv9Mgunx2m9+gZ8OZEE/udTwzkebBLO3w4e11UgTWdA134OtMlyNVk VEq0hsRs2KL5R1WfHxBMbg4BPHSL4OX0poTmNLFBogaO0lCSONPtWr3hqFFGa96NZD +k12kmSI9JuPPeyTBqMFx5S/txOhKF7MRWfd1g9jxJN6oWm7f8ZsoiIItJ3FI76aGq XtVwMzclF7Moinrik4wRG6j3Xx6bFI07YFDtmh0F/gFrlpPxzGapZ2woPOVLPPC13V sbbG84GC1XclyzWrQNC9X4oh1BWC88sPT6n5pgfxYuR5E/WOxqGzdr2HNLb+E1v1qz KUWQKjFmkzOYA== Message-ID: <4c682c3d-7066-108f-4e40-8127adf160e0@kernel.org> Date: Tue, 8 Aug 2023 10:10:26 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: [PATCH 1/2] hwmon: Add driver for EMC181x temperature sensors Content-Language: en-US To: Mathew McBride , Mark Tomlinson , Jean Delvare , Guenter Roeck Cc: linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org References: <20230808013157.80913-1-mark.tomlinson@alliedtelesis.co.nz> <0248d597-b72a-5b7c-63a4-6d72384f9854@kernel.org> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/08/2023 09:54, Mathew McBride wrote: > Hi Krzysztof, > > On Tue, Aug 8, 2023, at 5:38 PM, Krzysztof Kozlowski wrote: >> On 08/08/2023 03:31, Mark Tomlinson wrote: >>> This patch adds a HWMON driver for the EMC1812, EMC1813, EMC1814, >>> EMC1815 and EMC1833 temperature sensor chips from microchip. Does not >>> currently support the alert outputs. >>> >>> Signed-off-by: Mark Tomlinson >>> Co-developed-by: Mathew McBride >>> Signed-off-by: Mathew McBride >> >> The order of these tags is clearly not correct. It says Mathew is >> sending, but you are not Mathew? > > Just to clarify, Mark has developed this version based off something I wrote a while ago: > > https://gitlab.com/traversetech/ls1088firmware/traverse-sensors/-/blob/master/emc181x/emc181x.c?ref_type=heads > > Hence my copyright is listed in the header. > > I advised him to list the authors in that order following the example in the kernel's "submitting patches" guide [2] which provides an example of such a situation: > > https://docs.kernel.org/process/submitting-patches.html#when-to-use-acked-by-cc-and-co-developed-by The last entry is: Signed-off-by: From Author So it is expected to be Mark. Best regards, Krzysztof