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 E56D6C433EF for ; Tue, 7 Dec 2021 01:52:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235202AbhLGBzm (ORCPT ); Mon, 6 Dec 2021 20:55:42 -0500 Received: from so254-9.mailgun.net ([198.61.254.9]:32942 "EHLO so254-9.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234802AbhLGBzl (ORCPT ); Mon, 6 Dec 2021 20:55:41 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1638841931; h=Content-Transfer-Encoding: Content-Type: In-Reply-To: MIME-Version: Date: Message-ID: From: References: Cc: To: Subject: Sender; bh=o/E0WPb3DgfSNjgnfDH6dTjCGZn7mfElYZOu6xLSZiA=; b=BZvO4xw/pOmJNqIOq6Q0gkb6bMKMD214ZtFIxR2quHd0Dqv6nxR46U27i4yR0/HOc5o7bldQ qV756GD/YLZZOJIrRNNeUoiWZ8igL1O+HP3APpZeHdiOhPFOKo9eBS8JQ/0kxyqxFkJ+6r3L EkAxzoWyXQoOTXnAi6+4hVuEwp0= X-Mailgun-Sending-Ip: 198.61.254.9 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n09.prod.us-east-1.postgun.com with SMTP id 61aebe4b7d878c8ded334c0e (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Tue, 07 Dec 2021 01:52:11 GMT Sender: hemantk=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 60F5BC4361C; Tue, 7 Dec 2021 01:52:05 +0000 (UTC) Received: from [10.110.103.130] (i-global254.qualcomm.com [199.106.103.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: hemantk) by smtp.codeaurora.org (Postfix) with ESMTPSA id A0E1FC4338F; Tue, 7 Dec 2021 01:52:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.codeaurora.org A0E1FC4338F Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=codeaurora.org Subject: Re: [PATCH 01/20] bus: mhi: Move host MHI code to "host" directory To: Manivannan Sadhasivam , mhi@lists.linux.dev Cc: bbhatt@codeaurora.org, quic_jhugo@quicinc.com, vinod.koul@linaro.org, bjorn.andersson@linaro.org, dmitry.baryshkov@linaro.org, skananth@codeaurora.org, vpernami@codeaurora.org, vbadigan@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org References: <20211202113553.238011-1-manivannan.sadhasivam@linaro.org> <20211202113553.238011-2-manivannan.sadhasivam@linaro.org> From: Hemant Kumar Message-ID: <1701ade0-4f75-1407-2741-cd792d3e78fe@codeaurora.org> Date: Mon, 6 Dec 2021 17:52:02 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20211202113553.238011-2-manivannan.sadhasivam@linaro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/2/2021 3:35 AM, Manivannan Sadhasivam wrote: > In preparation of the endpoint MHI support, let's move the host MHI code > to its own "host" directory and adjust the toplevel MHI Kconfig & Makefile. > > While at it, let's also move the "pci_generic" driver to "host" directory > as it is a host MHI controller driver. > > Signed-off-by: Manivannan Sadhasivam Reviewed-by: Hemant Kumar -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project