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.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 4278FC433E5 for ; Fri, 17 Jul 2020 13:43:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1574120734 for ; Fri, 17 Jul 2020 13:43:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="Quiv8jsq" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726687AbgGQNna (ORCPT ); Fri, 17 Jul 2020 09:43:30 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:41082 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726079AbgGQNn3 (ORCPT ); Fri, 17 Jul 2020 09:43:29 -0400 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 06HDhJiO055507; Fri, 17 Jul 2020 08:43:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1594993399; bh=VrHcPPEnVid74YgUMyuw7FWknMWJNzUYj4tH8EhJzwI=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=Quiv8jsqlFwpCb6ZJobazuHKI294FxMoQNbePoHMh+XDzmLkZA6HHc68MwonPNhuU tLyE++axo4dqRrRAiZVRiOlUgc4xy2pxf8rZ+6INGRexQDtLM2IOdbdqx9lRZZH5Gn PkH2oiSZ21a2BnXDZ94FG4J8J5QUoMgLz793ic28= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id 06HDhJOi093492; Fri, 17 Jul 2020 08:43:19 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Fri, 17 Jul 2020 08:43:19 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Fri, 17 Jul 2020 08:43:19 -0500 Received: from [127.0.0.1] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 06HDhEjZ036929; Fri, 17 Jul 2020 08:43:16 -0500 Subject: Re: [PATCH 7/7] arm64: defconfig: Enable AM654x SDHCI controller To: Arnd Bergmann List-Id: CC: Faiz Abbas , Sekhar Nori , Linux ARM , "linux-kernel@vger.kernel.org" , DTML , linux-mmc , Adrian Hunter , Will Deacon , Catalin Marinas , Rob Herring , Ulf Hansson , ARM-SoC Maintainers , Nishanth Menon References: <20200619125801.9530-1-faiz_abbas@ti.com> <20200619125801.9530-8-faiz_abbas@ti.com> <3ed03440-7fbd-6abc-8a15-67e7217e2c3d@ti.com> <2e50333c-5387-236f-3fb2-6d8014b224e0@ti.com> <75cd485b-e3eb-19ee-ad1f-84cb04b0c807@ti.com> <933d7132-5d9f-89df-8dec-5d9f6d3e0eee@ti.com> From: Tero Kristo Message-ID: <847fb409-e135-c7b7-bc22-fc2f8952fae3@ti.com> Date: Fri, 17 Jul 2020 16:43:14 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 17/07/2020 16:09, Arnd Bergmann wrote: > On Fri, Jul 17, 2020 at 1:20 PM Tero Kristo wrote: >> On 17/07/2020 11:38, Faiz Abbas wrote: >>> On 16/07/20 11:58 pm, Arnd Bergmann wrote: >>>> On Thu, Jul 16, 2020 at 3:25 PM Sekhar Nori wrote: >>>> I tend to ignore individual patches to the defconfig file unless >>>> they are sent to:soc@kernel.org. The best way to get them >>>> included is to have the platform maintainers pick up the >>>> changes and send them that way as a separate pull request >>>> at the same time as sending any DT updates. >>>> >>>> The MAINTAINERS file lists Tero and Nishanth as maintainers >>>> for the platform. If they want, I can apply this one directly, but in >>>> the future, send it to them. >>>> >>> >>> Thanks for clarifying Arnd. Tero, can you pick this up? >> >> Ok, this topic has been bit unclear for me also, but if you say I can >> pick the patches myself and send a pull request out, I can do that. > > Right. To clarify, the soc tree usually has separate branches for dts > files, soc specific drivers, defconfig files and 32-bit platform code. > > When you pick up patches into your tree, please put them into > branches that fit into those categories. You can group the patches > into branches with more fine-grained categories if it makes sense > (e.g. adding a particularly large driver, adding a new dts files for a > new soc, or cosmetic cleanups across dts files). > > If any of the categories only have a couple of patches in them, you > can decide to forward those as patches to soc@kernel.org, but a > pull request is always ok as well, even for a one-line patch. Ok thanks for clarification, Arnd. Based on that, queuing this up for 5.9 myself, thanks. Will post pull-request next week for it, there appears to be another K3 SoC related config change pending which I'll pick up also. Just want to capture -next results for these to see how well they integrate. -Tero -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki 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.3 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 1B693C433F4 for ; Fri, 17 Jul 2020 13:44:55 +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 E1FD420775 for ; Fri, 17 Jul 2020 13:44:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="K53IagQt"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ti.com header.i=@ti.com header.b="Quiv8jsq" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E1FD420775 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.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-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=uQOMfxFRh9uO3eAW9izEEQIVhRNFWosX5qhVqwhiy4w=; b=K53IagQt4UzvqngCjn0l2mRlE hO+OrVxYheQj6tY4jvQkUz5lm92UO4Etplldx/RJjHw35wYsz4Pgq5Ij4zjMNUYwOgZu2Jul5tyo+ xdo8pKGk1zjZewdZn+glX0q84dAa8r/CH+Hz7GgBfx+EUwr1YlAUXtKBaHO6/U8K1xFZl9O+nzS+m 3VVpwELiMBLzidfK0nSOYM7OtwUND7DktsD39A0M0xPGY32gNRN2d7n80FSOymQJd2jivTSaIxixi c+lt67znlLPPV/Ad0DsOa8L7luUda78Fc5gKtiui7d72MSN1M0rUyUywiuwx2A8ZblVz90ufMaRDi 85W6BhbMw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jwQeA-0001e9-Hm; Fri, 17 Jul 2020 13:43:30 +0000 Received: from fllv0016.ext.ti.com ([198.47.19.142]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jwQe7-0001dU-9T for linux-arm-kernel@lists.infradead.org; Fri, 17 Jul 2020 13:43:28 +0000 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 06HDhJiO055507; Fri, 17 Jul 2020 08:43:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1594993399; bh=VrHcPPEnVid74YgUMyuw7FWknMWJNzUYj4tH8EhJzwI=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=Quiv8jsqlFwpCb6ZJobazuHKI294FxMoQNbePoHMh+XDzmLkZA6HHc68MwonPNhuU tLyE++axo4dqRrRAiZVRiOlUgc4xy2pxf8rZ+6INGRexQDtLM2IOdbdqx9lRZZH5Gn PkH2oiSZ21a2BnXDZ94FG4J8J5QUoMgLz793ic28= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id 06HDhJOi093492; Fri, 17 Jul 2020 08:43:19 -0500 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Fri, 17 Jul 2020 08:43:19 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Fri, 17 Jul 2020 08:43:19 -0500 Received: from [127.0.0.1] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 06HDhEjZ036929; Fri, 17 Jul 2020 08:43:16 -0500 Subject: Re: [PATCH 7/7] arm64: defconfig: Enable AM654x SDHCI controller To: Arnd Bergmann References: <20200619125801.9530-1-faiz_abbas@ti.com> <20200619125801.9530-8-faiz_abbas@ti.com> <3ed03440-7fbd-6abc-8a15-67e7217e2c3d@ti.com> <2e50333c-5387-236f-3fb2-6d8014b224e0@ti.com> <75cd485b-e3eb-19ee-ad1f-84cb04b0c807@ti.com> <933d7132-5d9f-89df-8dec-5d9f6d3e0eee@ti.com> From: Tero Kristo Message-ID: <847fb409-e135-c7b7-bc22-fc2f8952fae3@ti.com> Date: Fri, 17 Jul 2020 16:43:14 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200717_094327_464299_19CFD7E3 X-CRM114-Status: GOOD ( 21.93 ) 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: , List-Id: Cc: Nishanth Menon , DTML , Ulf Hansson , Sekhar Nori , linux-mmc , "linux-kernel@vger.kernel.org" , Rob Herring , Adrian Hunter , ARM-SoC Maintainers , Faiz Abbas , Catalin Marinas , Will Deacon , Linux ARM Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 17/07/2020 16:09, Arnd Bergmann wrote: > On Fri, Jul 17, 2020 at 1:20 PM Tero Kristo wrote: >> On 17/07/2020 11:38, Faiz Abbas wrote: >>> On 16/07/20 11:58 pm, Arnd Bergmann wrote: >>>> On Thu, Jul 16, 2020 at 3:25 PM Sekhar Nori wrote: >>>> I tend to ignore individual patches to the defconfig file unless >>>> they are sent to:soc@kernel.org. The best way to get them >>>> included is to have the platform maintainers pick up the >>>> changes and send them that way as a separate pull request >>>> at the same time as sending any DT updates. >>>> >>>> The MAINTAINERS file lists Tero and Nishanth as maintainers >>>> for the platform. If they want, I can apply this one directly, but in >>>> the future, send it to them. >>>> >>> >>> Thanks for clarifying Arnd. Tero, can you pick this up? >> >> Ok, this topic has been bit unclear for me also, but if you say I can >> pick the patches myself and send a pull request out, I can do that. > > Right. To clarify, the soc tree usually has separate branches for dts > files, soc specific drivers, defconfig files and 32-bit platform code. > > When you pick up patches into your tree, please put them into > branches that fit into those categories. You can group the patches > into branches with more fine-grained categories if it makes sense > (e.g. adding a particularly large driver, adding a new dts files for a > new soc, or cosmetic cleanups across dts files). > > If any of the categories only have a couple of patches in them, you > can decide to forward those as patches to soc@kernel.org, but a > pull request is always ok as well, even for a one-line patch. Ok thanks for clarification, Arnd. Based on that, queuing this up for 5.9 myself, thanks. Will post pull-request next week for it, there appears to be another K3 SoC related config change pending which I'll pick up also. Just want to capture -next results for these to see how well they integrate. -Tero -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel