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 2F87DEB64D9 for ; Thu, 6 Jul 2023 06:10:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233570AbjGFGKf (ORCPT ); Thu, 6 Jul 2023 02:10:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233546AbjGFGKV (ORCPT ); Thu, 6 Jul 2023 02:10:21 -0400 Received: from mail-ed1-x52b.google.com (mail-ed1-x52b.google.com [IPv6:2a00:1450:4864:20::52b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 969C62111 for ; Wed, 5 Jul 2023 23:09:37 -0700 (PDT) Received: by mail-ed1-x52b.google.com with SMTP id 4fb4d7f45d1cf-51d9695ec29so447585a12.1 for ; Wed, 05 Jul 2023 23:09:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1688623771; x=1691215771; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=ASMfahTCCTR31kbFV53HclK76U9QaQoyXHB0KJC8e7c=; b=ZIdU45UNL3olfI00eJtIJKgx3twq68In1VUvi4+ics5kf6rjOx83JPX4SFt4TR7V+m cjKs34qcRRmw10v5XDcwYFWvKd7RVhBhbqCdYmzx/QET3EfZN6rvwf3jjtVOY7vUIpLF l8U4PaoHRZpqxfryxVBXO4lxXqQFRhvY+hWZzRb82aomC3GLyrMVIW89TxFTeG3oLXeR oF8e6IRy9pIO5G4X6VbHcgWLg8ydMeVRWfpWumqsCIK1LzLlrkpjFWXigy3jcqIKHOT6 9PBplTfq2oy+SRR80u7j9aFnC6AX7UhBC37zTHZwN7FdXY65LN9y75n3eIvLTDIz76Wu OxBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688623771; x=1691215771; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=ASMfahTCCTR31kbFV53HclK76U9QaQoyXHB0KJC8e7c=; b=L+3PrlE0RxXjg71W7rxTT7ntxod2MBHmHwQfw2WkdHYbsb7whThVB6SapxyBqoP04a f6D/Vcj4vaUpIacwViXB8F39tf2a9Z9zub8FgHhFaZQHCIkB9iYIKN0yKQp1gN2+lolt pCP2UsXQozCZX53poDHpecj/hD1D97P3v/N7LLMmsM8u7bpvGubsyXMb1/Km6ODTIuAK UdmuY/fU6QQZfhvObMzFfCo1dLF76hZW4zSxgHASi/Zwoj/ETsk/DWgW0okJ1PfnLF1p xbVoDI9wdvt8PUdpJTQZr4sxAyMAq557F+e1Ikhi9RbBCfeY77SoJNwWhCurOgfZfBtk Q5fw== X-Gm-Message-State: ABy/qLYu5RjbnKUlPrkqarDz1JLXmNHOSRL9+RhuwCz/WYV4+jRAWCdv Lb91apwc+FtlfSr6KHkdjFegog== X-Google-Smtp-Source: APBJJlEJYhWKCUxNLn2gxQTdXoxo87IFqc1/LNXMaz/l/0oZ2H2zmsfqlt3EOaTU88nlptY/EVaXZg== X-Received: by 2002:a17:906:209d:b0:973:d06d:545f with SMTP id 29-20020a170906209d00b00973d06d545fmr614778ejq.24.1688623771672; Wed, 05 Jul 2023 23:09:31 -0700 (PDT) Received: from [192.168.1.20] ([178.197.219.26]) by smtp.gmail.com with ESMTPSA id r16-20020a170906c29000b00991d54db2acsm367657ejz.44.2023.07.05.23.09.29 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 05 Jul 2023 23:09:31 -0700 (PDT) Message-ID: Date: Thu, 6 Jul 2023 08:09:27 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [PATCH 1/7] dt-bindings: arm: qcom,ids: Add SoC ID for SM7125 Content-Language: en-US To: David Wronek Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Michael Turquette , Stephen Boyd , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, map220v , Taniya Das References: <20230704163848.169853-2-davidwronek@gmail.com> <20230704163848.169853-3-davidwronek@gmail.com> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On 05/07/2023 17:48, David Wronek wrote: > On Wed, Jul 5, 2023 at 11:46 AM Krzysztof Kozlowski > wrote: >> >> On 04/07/2023 18:31, David Wronek wrote: >>> From: map220v >>> >>> Add the SoC ID for Qualcomm SM7125. >>> >>> Signed-off-by: map220v >> >> We accept known identities, but this looks like a nickname/pseudonym. >> Are you sure you got such SoB from map220v? >> >> None of the commits here: >> https://github.com/map220v/sm7125-mainline/commits/a72q-6.0 >> have signed-off-by. Did you add it by yourself? >> >> Best regards, >> Krzysztof >> > (Please ignore my E-Mail from before, I forgot to click "reply all") > > I have asked map220v for permission to add their Signed-off-by to the commits > and this is the one they gave me. Is the nickname a problem? Yes, because it looks anonymous. We need known identity. Just take the ownership of the patches... Best regards, Krzysztof