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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 95D9BC433EF for ; Thu, 30 Sep 2021 12:21:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7C4116136A for ; Thu, 30 Sep 2021 12:21:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350794AbhI3MX1 (ORCPT ); Thu, 30 Sep 2021 08:23:27 -0400 Received: from smtp-relay-internal-0.canonical.com ([185.125.188.122]:43026 "EHLO smtp-relay-internal-0.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350773AbhI3MX0 (ORCPT ); Thu, 30 Sep 2021 08:23:26 -0400 Received: from mail-lf1-f69.google.com (mail-lf1-f69.google.com [209.85.167.69]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-internal-0.canonical.com (Postfix) with ESMTPS id 24D92402D9 for ; Thu, 30 Sep 2021 12:21:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1633004503; bh=psXH7e13JGze4Ceqpc/FfNuVUHKJpQgMmOPZqTVq+O8=; h=Subject:To:Cc:References:From:Message-ID:Date:MIME-Version: In-Reply-To:Content-Type; b=GqA0ulnyQmQ2dNquPH1P5J+X0vqIUqyVmDnVGDZcFoDlqCv7ztmBFAc0iTrQWiLST WkKYXFuBY0u9pZWFskcO8tpPwEyVad+yLCASoBfXbTiDaWtt0gYxT6Vvuss3gTZj5S oEMcNTcBin78uYMnTbsx6BFgWgcPPyKYh/PlRqiJrhcL0KkFU3/rTR5M/iNdbft9/M TtZ3Vx+7SI9RQIvxcFOyHQhskvQYPrfX531Jg3CwjAP2PLxKe7o+X/7pFXGxtFh8M1 qAvf8d2C3FYtQRIKu/GPkX3zRYgMdTtw9+ssyX1eo0LvWhiRpc+KXDPw7t0SDPADiW YMLjSABii9iuQ== Received: by mail-lf1-f69.google.com with SMTP id d22-20020a0565123d1600b003fd0097d747so5461813lfv.2 for ; Thu, 30 Sep 2021 05:21:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=psXH7e13JGze4Ceqpc/FfNuVUHKJpQgMmOPZqTVq+O8=; b=5nc+JvR7F9m2BTPC0VjK9yujA6V0C2j/EL1LQeravM7EhKFRi+xGahC3FuKlpp3EyV XV32FdC1Oy4az7Pyvvess7RCEsLoVkesgUeXjH2P5UpIgcBOIf4h+Qr/EfO4gFVyn02b eGVdx32A8ukjRNYo7cG3FiNgXBCj+c28DlqmeypdwHyd0DOLoaYx/5ijmSvArXc9uYpP shR3pTp3I/fUcN5GomsjbbVM/SzenQs+N574LZ6yi0LW5+P2RWklPoFRJvh6OObIcvql f1Bo0hbhrOP7oRD1pbbykBFvNCFHnRaN94e7a01idhQ34PrMJjlAPYbjpvQL06tmltUp y0Uw== X-Gm-Message-State: AOAM531l1ZQTri7CxSp8xJDLasZfe1RSFJj6WXAdM49+6vAITGK6UjlI genV+rPQW1PI+Jsm1274PjqzXuJdakD7KkRpGDRsUOIK9GGOwFk5bQmYyS2TGVOvCCPT4KSDgzB X1ye03huNOz/NhHVUehJWP6aY0bOr+nQZWfHXHSExY8Z3yRRD X-Received: by 2002:ac2:4305:: with SMTP id l5mr5441276lfh.231.1633004499573; Thu, 30 Sep 2021 05:21:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxpPzoro/RcXsP62t0RoXfe8Sb1d3Eh5d1ulxEp+yM4aqAVEsPnMfSfprUv/3yeGRa/w+mMuw== X-Received: by 2002:ac2:4305:: with SMTP id l5mr5441240lfh.231.1633004499341; Thu, 30 Sep 2021 05:21:39 -0700 (PDT) Received: from [192.168.0.197] ([193.178.187.25]) by smtp.gmail.com with ESMTPSA id o27sm352431lfi.263.2021.09.30.05.21.37 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 30 Sep 2021 05:21:38 -0700 (PDT) Subject: Re: [PATCH v2 00/12] arm64: Kconfig: Update ARCH_EXYNOS select configs To: Lee Jones Cc: Will McVicker , Russell King , Catalin Marinas , Will Deacon , Michael Turquette , Stephen Boyd , Sylwester Nawrocki , Tomasz Figa , Chanwoo Choi , Linus Walleij , Alessandro Zummo , Alexandre Belloni , John Stultz , Thomas Gleixner , Geert Uytterhoeven , Saravana Kannan , "Cc: Android Kernel" , Linux ARM , Linux Kernel Mailing List , linux-samsung-soc , linux-clk , linux-gpio@vger.kernel.org, linux-rtc@vger.kernel.org, Arnd Bergmann , Olof Johansson References: <20210928235635.1348330-1-willmcvicker@google.com> <7766faf8-2dd1-6525-3b9a-8ba790c29cff@canonical.com> From: Krzysztof Kozlowski Message-ID: <72d27a82-9d4d-1f91-bd1f-ebead3b75ffa@canonical.com> Date: Thu, 30 Sep 2021 14:21:37 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org On 30/09/2021 11:23, Lee Jones wrote: > [0] Full disclosure: part of my role at Linaro is to keep the Android > kernel running as close to Mainline as possible and encourage/push the > upstream-first mantra, hence my involvement with this and other sets. > I assure you all intentions are good and honourable. If you haven't > already seen it, please see Todd's most recent update on the goals and > status of GKI: > > Article: https://tinyurl.com/saaen3sp > Video: https://youtu.be/O_lCFGinFPM > Side topic, why this patchset is in your scope or Will's/Google's scope? Just drop it from Android main kernel, it will not be your problem. I mean, really, you don't need this patchset in your tree at all. The only platform which needs it, the only platform which will loose something will be one specific vendor. Therefore this will be an incentive for them to join both discussions and upstream development. :) Best regards, Krzysztof