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 0C63DC6FD18 for ; Wed, 19 Apr 2023 11:53:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232930AbjDSLxO (ORCPT ); Wed, 19 Apr 2023 07:53:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229471AbjDSLxM (ORCPT ); Wed, 19 Apr 2023 07:53:12 -0400 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5090BA5D5 for ; Wed, 19 Apr 2023 04:53:11 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 33JBqdao101998; Wed, 19 Apr 2023 06:52:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1681905159; bh=vjOmBjfV52rOKbkMN1IeL6X61LUfWN51qMiWL2IMIPs=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=Ek8XxRUJaPbdHND2RPS1V7wfjeheTjYe/VTewUyQ9+3HBfRKo/678uKO5MBSRKOGD rqnG3icmWWULplFS9vRDbzSkGAsSPJKZdfUmwPQO7vvKi6FgdtlAqyENELC3ncmDaz GbEq5R+yIPyz9C1vXc9yZe1TzeALSVY/CZ2wsFHo= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 33JBqdXT115422 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 19 Apr 2023 06:52:39 -0500 Received: from DFLE108.ent.ti.com (10.64.6.29) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Wed, 19 Apr 2023 06:52:39 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE108.ent.ti.com (10.64.6.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Wed, 19 Apr 2023 06:52:39 -0500 Received: from [10.249.48.175] (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 33JBqcww127341; Wed, 19 Apr 2023 06:52:38 -0500 Message-ID: Date: Wed, 19 Apr 2023 06:52:38 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH 2/2] arm64: defconfig: enable TI K3 R5 and DSP remote proc drivers Content-Language: en-US To: Krzysztof Kozlowski , , CC: , , , , , , , , References: <20230419113958.17141-1-hnagalla@ti.com> <20230419113958.17141-3-hnagalla@ti.com> <70b6f997-d420-0e59-0be5-6ae9db7aed66@linaro.org> From: Hari Nagalla In-Reply-To: <70b6f997-d420-0e59-0be5-6ae9db7aed66@linaro.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4/19/23 06:43, Krzysztof Kozlowski wrote: > Why two separate patches for simple defconfig change? The intention is to separate commits for enabling mailbox driver from remote proc drivers. The mailbox driver is used by the TI K3 system controller interface (SCI) driver as well, which is independent of remote proc drivers.