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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 47F86C433E6 for ; Sat, 13 Feb 2021 06:52:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0C9C164E9A for ; Sat, 13 Feb 2021 06:52:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229625AbhBMGwU (ORCPT ); Sat, 13 Feb 2021 01:52:20 -0500 Received: from wilbur.contactoffice.com ([212.3.242.68]:56712 "EHLO wilbur.contactoffice.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229469AbhBMGwR (ORCPT ); Sat, 13 Feb 2021 01:52:17 -0500 Received: from ichabod.co-bxl (ichabod.co-bxl [10.2.0.36]) by wilbur.contactoffice.com (Postfix) with ESMTP id C5F80827; Sat, 13 Feb 2021 07:51:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailfence.com; s=20160819-nLV10XS2; t=1613199094; bh=c7eHNOeudtFYB2ia1pCjZOnK2D0HGHskQSrZBEiyRZA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:From; b=n3zxpQcBif6MD7GWsE6xsAt54uBoHMOtgRrnnbnt1t8MObHLQhJmqHZxLMOKvURMd P5mcTW2OmdcYJavjSQJngJRGWjQ2Ligb7QDr/YQqbXC0ZI99TejVnld0m/U6yQsXsE 6tRsCqayWn8WU5hHXxkMgEUALtjv8ZK3cvA9EMAMnIvMRuADyh+YAj5hM8Z3jymGzs UTV1G4JDGHMetoISGdc+Mt9zU01EakFxNFusNRk/1GnWC3Dc0sa/Zk9imOhbc51yhH PlMotha88JKufV7XefyY4JJoaaA2CJe5+K45v0YbITekCJUgn3TopQwVVLHQqkVTQG JkSR4CbXdEi9Q== DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1613199094; s=20210208-e7xh; d=mailfence.com; i=broake@mailfence.com; h=Date:From:Reply-To:To:Cc:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding; l=1807; bh=c7eHNOeudtFYB2ia1pCjZOnK2D0HGHskQSrZBEiyRZA=; b=haxJ6a6w2Puj2RiKYXykGyc/9dmbEeuWX4ddxFSCX45AlIr+Boz02pJNdCInMINK vLB7IBx3lRMjROH2Y37loSnfGn/SVxkKtujtfXyZaKp3M8Qw3rSmnIyGDqOl2SeYw3J WqMwrBI/k0qHfaSEh3zvMANOfw962a8e7QRQojVwPWbqVD1zG/VimTRCOHYu5QRebmX 1XVBI/621PvJrCtw2sW03zRy6HQ8NsNJdLCuOvdrRozqEzlfsOQAyknjHPW4eF3Tu75 fADMNIKDhGzC4761+2Sse6kroe/1NdB+o9BaUwFnLcUEq2e9qGtBCwJch/xH0iLQk1H 93npB9bBOA== Date: Sat, 13 Feb 2021 07:51:32 +0100 (CET) From: "B.R. Oake" Reply-To: "B.R. Oake" To: Maxime Ripard Cc: linux-kernel@vger.kernel.org, Jernej Skrabec , linux-arm-kernel@lists.infradead.org, Chen-Yu Tsai , linux-sunxi@googlegroups.com, Rob Herring , devicetree@vger.kernel.org Message-ID: <1719200956.433094.1613199092092@ichabod.co-bxl> In-Reply-To: <20210210150118.ly252i37eykayrcb@gilmour> References: <1243888060.510560.1612783497400@ichabod.co-bxl> <20210210150118.ly252i37eykayrcb@gilmour> Subject: Re: [PATCH] ARM: dts: sun8i: h3: orangepi-plus: Fix Ethernet PHY mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Priority: 3 X-Mailer: ContactOffice Mail X-ContactOffice-Account: com:276068926 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed Feb 10 at 16:01:18 CET 2021, Maxime Ripard wrote: > Unfortunately we can't take this patch as is, this needs to be your real name, see: > https://www.kernel.org/doc/html/latest/process/submitting-patches.html#developer-s-certificate-of-origin-1-1 Dear Maxime, Thank you very much for considering my contribution and for all your work on supporting sunxi-based hardware; I appreciate it. Thank you for referring me to the Developer's Certificate of Origin, but I had already read it before submitting (I had to do so in order to know what I was saying by "Signed-off-by:") and I do certify what it says. Looking through recent entries in the commit log of the mainline kernel, I see several patches from authors such as: H.J. Lu B K Karthik JC Kuo EJ Hsu LH Lin KP Singh Karthik B S Shreyas NC Vandana BN so I believe names of this form are in fact acceptable, even if the style might seem a little old-fashioned to some. I would like to add that I have met many people with names such as C.J., A A, TC, MG, etc. That is what everybody calls them and it would be natural for them to sign themselves that way. Some of them might want to contribute to Linux some day, and I think it would be a great shame and a loss to all of us if they were discouraged from doing so by reading our conversation in the archives and concluding that any contribution from them, however small, would be summarily refused simply because of their name. Please could you ensure that does not happen? Thank you again for your consideration. Yours sincerely, B.R. Oake. 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.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 254FCC433DB for ; Sat, 13 Feb 2021 06:53:39 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CA8D264DBA for ; Sat, 13 Feb 2021 06:53:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CA8D264DBA Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=mailfence.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:Reply-To:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Subject:References:In-Reply-To: Message-ID:To:From:Date:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=TRN8WvN4Atr58oGpTGmtqbXvwiZWyR+2eNzi4IIFt9U=; b=3ke+Z1ZN7tgmASPRP2Jx0koN8 nPAJ9/PbMsrk7mHIHeSYID1ubqWnKPvF6FvaT90Vmez4srZy6XrgjXMI5OoWG+XFONzEzWZV09EPv +jB5c6PzmVdU7CMIO0X1orW4aJBQnHbk366M5xtnOSSUyQSkmYMez1UoqgD88CiEXL8ktAhddm2+z HnKCgpJ+RSV98rk49HLQauUFDKGzjSDHeLGAG3ShoAlBRIL9dgqeXXPJAhHcryTQw6KlVK2D36Dw2 KwWa7++c5/Qu3NEdEj3Kn26CKQy7YA/JdTMgdEK+sLTfwYY+v7HlObi/iGLESB+WsdJwyX61HVDOQ cu+nIrE+Q==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1lAomK-00007R-Li; Sat, 13 Feb 2021 06:51:40 +0000 Received: from wilbur.contactoffice.com ([212.3.242.68]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1lAomI-00006k-BV for linux-arm-kernel@lists.infradead.org; Sat, 13 Feb 2021 06:51:39 +0000 Received: from ichabod.co-bxl (ichabod.co-bxl [10.2.0.36]) by wilbur.contactoffice.com (Postfix) with ESMTP id C5F80827; Sat, 13 Feb 2021 07:51:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailfence.com; s=20160819-nLV10XS2; t=1613199094; bh=c7eHNOeudtFYB2ia1pCjZOnK2D0HGHskQSrZBEiyRZA=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:From; b=n3zxpQcBif6MD7GWsE6xsAt54uBoHMOtgRrnnbnt1t8MObHLQhJmqHZxLMOKvURMd P5mcTW2OmdcYJavjSQJngJRGWjQ2Ligb7QDr/YQqbXC0ZI99TejVnld0m/U6yQsXsE 6tRsCqayWn8WU5hHXxkMgEUALtjv8ZK3cvA9EMAMnIvMRuADyh+YAj5hM8Z3jymGzs UTV1G4JDGHMetoISGdc+Mt9zU01EakFxNFusNRk/1GnWC3Dc0sa/Zk9imOhbc51yhH PlMotha88JKufV7XefyY4JJoaaA2CJe5+K45v0YbITekCJUgn3TopQwVVLHQqkVTQG JkSR4CbXdEi9Q== DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1613199094; s=20210208-e7xh; d=mailfence.com; i=broake@mailfence.com; h=Date:From:Reply-To:To:Cc:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding; l=1807; bh=c7eHNOeudtFYB2ia1pCjZOnK2D0HGHskQSrZBEiyRZA=; b=haxJ6a6w2Puj2RiKYXykGyc/9dmbEeuWX4ddxFSCX45AlIr+Boz02pJNdCInMINK vLB7IBx3lRMjROH2Y37loSnfGn/SVxkKtujtfXyZaKp3M8Qw3rSmnIyGDqOl2SeYw3J WqMwrBI/k0qHfaSEh3zvMANOfw962a8e7QRQojVwPWbqVD1zG/VimTRCOHYu5QRebmX 1XVBI/621PvJrCtw2sW03zRy6HQ8NsNJdLCuOvdrRozqEzlfsOQAyknjHPW4eF3Tu75 fADMNIKDhGzC4761+2Sse6kroe/1NdB+o9BaUwFnLcUEq2e9qGtBCwJch/xH0iLQk1H 93npB9bBOA== Date: Sat, 13 Feb 2021 07:51:32 +0100 (CET) From: "B.R. Oake" To: Maxime Ripard Message-ID: <1719200956.433094.1613199092092@ichabod.co-bxl> In-Reply-To: <20210210150118.ly252i37eykayrcb@gilmour> References: <1243888060.510560.1612783497400@ichabod.co-bxl> <20210210150118.ly252i37eykayrcb@gilmour> Subject: Re: [PATCH] ARM: dts: sun8i: h3: orangepi-plus: Fix Ethernet PHY mode MIME-Version: 1.0 X-Priority: 3 X-Mailer: ContactOffice Mail X-ContactOffice-Account: com:276068926 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210213_015138_717519_D339AE3B X-CRM114-Status: GOOD ( 10.61 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: "B.R. Oake" Cc: devicetree@vger.kernel.org, Jernej Skrabec , linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Rob Herring , Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed Feb 10 at 16:01:18 CET 2021, Maxime Ripard wrote: > Unfortunately we can't take this patch as is, this needs to be your real name, see: > https://www.kernel.org/doc/html/latest/process/submitting-patches.html#developer-s-certificate-of-origin-1-1 Dear Maxime, Thank you very much for considering my contribution and for all your work on supporting sunxi-based hardware; I appreciate it. Thank you for referring me to the Developer's Certificate of Origin, but I had already read it before submitting (I had to do so in order to know what I was saying by "Signed-off-by:") and I do certify what it says. Looking through recent entries in the commit log of the mainline kernel, I see several patches from authors such as: H.J. Lu B K Karthik JC Kuo EJ Hsu LH Lin KP Singh Karthik B S Shreyas NC Vandana BN so I believe names of this form are in fact acceptable, even if the style might seem a little old-fashioned to some. I would like to add that I have met many people with names such as C.J., A A, TC, MG, etc. That is what everybody calls them and it would be natural for them to sign themselves that way. Some of them might want to contribute to Linux some day, and I think it would be a great shame and a loss to all of us if they were discouraged from doing so by reading our conversation in the archives and concluding that any contribution from them, however small, would be summarily refused simply because of their name. Please could you ensure that does not happen? Thank you again for your consideration. Yours sincerely, B.R. Oake. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel