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 DC14AC43334 for ; Tue, 21 Jun 2022 04:03:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236391AbiFUEDi (ORCPT ); Tue, 21 Jun 2022 00:03:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39330 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241403AbiFUEDf (ORCPT ); Tue, 21 Jun 2022 00:03:35 -0400 Received: from mail-pf1-x42f.google.com (mail-pf1-x42f.google.com [IPv6:2607:f8b0:4864:20::42f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F13341F2E3 for ; Mon, 20 Jun 2022 21:03:33 -0700 (PDT) Received: by mail-pf1-x42f.google.com with SMTP id c205so5216667pfc.7 for ; Mon, 20 Jun 2022 21:03:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=RZ9pEW9/Xss2opj8NdBtkbickpuy+86/XGNBBbLjj9A=; b=U/KM7/RGGAnmCDAb1dEN26UirE2cOMgyRV+35pgeM0ybt2bdeb0PTBkB2ayjnu10BS yWKkD5HDJXwOgjJHOCw/I7FnkLp4au79qt4thvPFloOgRQPsZ+1ZCGPbUAHlNinJPW2f V/xZK6UpbakbYNN6a3FErpTEqvh2TE6syjx5Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=RZ9pEW9/Xss2opj8NdBtkbickpuy+86/XGNBBbLjj9A=; b=meKyyUK0BBlUvbqJWjJK3ws8npQcYfXp+Ulm/X+JKzdQpImldMt4kkFTNOx1l36A78 swxhnG1FUph+YWHi76M+6MoYZF07KThwYBY1q57vSS3ABerzCu30CxKxpZebxAwxsZVa 57ELLpkrXXcp/tSG+y34bQppnEHZqcEv0187eftkkd0GygOf9M2K0R6wbybJNmraNc6G kzAj2hBhu+UBXosb4jKX21/mjbpOPuSx9aToH0t0NJGpZ6X9dBl08hCe6kYzTNG1oipz LXL0nYSV3a27ViGwzTAB512qXmpphnU2zLFSq8zJNQ+WokO2WcAKhG3bOcCqdh1qB5Ld jSbg== X-Gm-Message-State: AJIora8Is9yIZLhryX9/CyW2DK0IJEIySluArl/R64kdmmG6cCJtYToA tRRt9LGnzSQeU3fk7xZ0V3jE/w== X-Google-Smtp-Source: AGRyM1uGzkWyJhK+WU7ooPGx3elf7o3UQYfv7Wrax6G4YMN2oUt6eFQPMZaxlCvlPPvF5Gk/rZnTYw== X-Received: by 2002:a63:8f1a:0:b0:409:fc0f:5bee with SMTP id n26-20020a638f1a000000b00409fc0f5beemr22852083pgd.427.1655784213235; Mon, 20 Jun 2022 21:03:33 -0700 (PDT) Received: from [192.168.86.125] (c-71-202-34-56.hsd1.ca.comcast.net. [71.202.34.56]) by smtp.gmail.com with ESMTPSA id q22-20020a17090a431600b001eae86cf683sm8970569pjg.42.2022.06.20.21.03.32 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 20 Jun 2022 21:03:32 -0700 (PDT) Message-ID: Date: Mon, 20 Jun 2022 21:03:31 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH v8 1/5] arm64: dts: qcom: sc7180: Add wormdingler dts files Content-Language: en-US To: Doug Anderson Cc: LKML , Alexandru M Stan , Andy Gross , Bjorn Andersson , Krzysztof Kozlowski , Rob Herring , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-arm-msm References: <20220617164000.v8.1.Id769ddc5dbf570ccb511db96da59f97d08f75a9c@changeid> From: "Joseph S. Barrera III" In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 6/17/22 5:14 PM, Doug Anderson wrote: > Something in this patch series you need to talk about how you relate > to Stephen's two patches, AKA > > 1.https://lore.kernel.org/all/20220602190621.1646679-1-swboyd@chromium.org/ > - arm64: dts: qcom: Remove duplicate sc7180-trogdor include on > lazor/homestar > > 2.https://lore.kernel.org/all/20220518172525.3319993-1-swboyd@chromium.org/ > - arm64: dts: qcom: sc7180-trogdor: Split out keyboard node and > describe detachables > > Probably that should be in a cover letter. At the moment, it looks as > if you are assuming that patch #1 is there but you're assuming patch > #2_isn't_ there. Is that correct? Yes, that's correct, and I'll note that in the cover letter.