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 1ED4FC61DA4 for ; Thu, 2 Feb 2023 16:33:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229608AbjBBQdr (ORCPT ); Thu, 2 Feb 2023 11:33:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44740 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231697AbjBBQdq (ORCPT ); Thu, 2 Feb 2023 11:33:46 -0500 Received: from mail-wr1-x42b.google.com (mail-wr1-x42b.google.com [IPv6:2a00:1450:4864:20::42b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 340956951F for ; Thu, 2 Feb 2023 08:33:42 -0800 (PST) Received: by mail-wr1-x42b.google.com with SMTP id h12so2218084wrv.10 for ; Thu, 02 Feb 2023 08:33:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=ELhAk9cmPsEFAZpdfPOCHRf6Rnr5gKS4WgJbFOoKs04=; b=Ops8gJoXuzFr1QL91bR08/jWApYqV65k1CXQwmYeh1wfsrjCyt7uSHgnq/FWhLImmg Y9d/mFMdkI/nEs47hsoIKYRXxyWomze8NDn2zzxQ8TurA60Mp5dETyIp/EZVa5+ShsEF QDtHflsj4lzBLaVrQ1UETUbVuEEuzNZRH35AOGGWcUV3asFKc2saDDVx8jtWh5zjjhZZ ylr6iup02ZEQHQCRsdZKYWweOsKygP+YhK9WK4O3nYOTtUVF6kVPAi6vEBBTHVT15SBI sLxg6JAls+67Gy6R1T2gZ0cqPgeIQJz0nDtKvPpkhpMYXMAwrVpSZmyySa+wD1y617yB gldA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references: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=ELhAk9cmPsEFAZpdfPOCHRf6Rnr5gKS4WgJbFOoKs04=; b=HVtqrpkpRp4ScCLm1s2D5426i2hfczy6QhFOMUpVCya8IcDrSw4IC+5dVaZfAM3K+w K42YBnRCfMEP6kyBCgvVzRkELKMpf4GjoszdqahQQrpsJ/ytlRNmdOjY3gUUjKbNSNRD 1JYvjLCoWJwMKaTPsv8WU0ih1d4FNA5ou3XROjPf9DQuF0P9cxlidHOZFedJa0PoLPkD vcpj1pqfMyN6dj8UkbPe+MKcJz4hRBV1bfg4fKHRA7aizca96iMmCXPjsnsf806Q96ip 5aE9C4jYjgcqxq2+pzJLVv4QEZmMMlCuD6+19cucIDOwbkNYKxOiPDGQvAcexiPKA8pk JMcQ== X-Gm-Message-State: AO0yUKX9Hb2KmgIzo0DFKqKJvfE5vG7FPx7Hc5MqUScAcZn9VKTTUtJW ozmxwHJNtVXnX4qyX9S33Hjjbw== X-Google-Smtp-Source: AK7set8Kr1+4XSAPiGPRYfumuWZuFHg32pJQbheua8CIT1j8p0VuhRy0BL287FCD6xQHjlmbhHELQA== X-Received: by 2002:a05:6000:151:b0:2bf:ec0f:af79 with SMTP id r17-20020a056000015100b002bfec0faf79mr6357504wrx.63.1675355620765; Thu, 02 Feb 2023 08:33:40 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id u13-20020a05600c19cd00b003dc434b39c2sm5599993wmq.26.2023.02.02.08.33.39 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Feb 2023 08:33:40 -0800 (PST) Message-ID: Date: Thu, 2 Feb 2023 17:33:39 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH 00/13] mailbox/arm64/ qcom: rework compatibles for fallback Content-Language: en-US To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Jassi Brar , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org References: <20230202161856.385825-1-krzysztof.kozlowski@linaro.org> From: Krzysztof Kozlowski In-Reply-To: <20230202161856.385825-1-krzysztof.kozlowski@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 02/02/2023 17:18, Krzysztof Kozlowski wrote: > Hi, > > If entire approach is accepted (and correct), there are no dependencies and > patches can be picked independently. Although the best in the same cycle, so > there will be no new `dtbs_check` warnings. > This patchset will conflict with: https://lore.kernel.org/all/20230126230319.3977109-2-dmitry.baryshkov@linaro.org/ In few places it actually re-does Dmitry's patch, so probably we should both come with unified solution. Best regards, Krzysztof