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=-9.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable 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 3A747C41604 for ; Tue, 6 Oct 2020 17:38:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CC0AE206CB for ; Tue, 6 Oct 2020 17:38:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="aC/uIK9Y" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726583AbgJFRih (ORCPT ); Tue, 6 Oct 2020 13:38:37 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:42456 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726137AbgJFRig (ORCPT ); Tue, 6 Oct 2020 13:38:36 -0400 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 096Hc3K3129266; Tue, 6 Oct 2020 12:38:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1602005884; bh=b/pK5enSoaoRb18q/LZC+anAWY2faAreH43Iz2Ll7X0=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=aC/uIK9YSipHG9MxlrA+YCgzx4QwuYrFazCkrc0bBNSIw5ZWbJnYTOuHDzFUdVVSe 3FMWDsahRRsbHs/kobaSdCGLKTrDSdlOYk2z11h1kuScnEsHiCSZ7cNwMtEut3NK9S WdOfh6o8wNCvsRG+mSrry0qOdhvNAC0r8WJPDFGU= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 096Hc2A3098643 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 6 Oct 2020 12:38:03 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Tue, 6 Oct 2020 12:38:03 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE103.ent.ti.com (10.64.6.24) 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; Tue, 6 Oct 2020 12:38:03 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 096Hc3qk096330; Tue, 6 Oct 2020 12:38:03 -0500 Date: Tue, 6 Oct 2020 12:38:03 -0500 From: Nishanth Menon To: Ulf Hansson CC: "Rafael J . Wysocki" , , Aaro Koskinen , Tony Lindgren , Andy Gross , Bjorn Andersson , Niklas Cassel , Heiko Stuebner , Kevin Hilman , , , , Subject: Re: [PATCH 3/4] power: avs: smartreflex Move driver to soc specific drivers Message-ID: <20201006173803.3xug5pq6zsp23mi6@powwow> References: <20201006160516.319830-1-ulf.hansson@linaro.org> <20201006160516.319830-4-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20201006160516.319830-4-ulf.hansson@linaro.org> User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org On 18:05-20201006, Ulf Hansson wrote: > The avs drivers are all SoC specific drivers that doesn't share any code. > Instead they are located in a directory, mostly to keep similar > functionality together. From a maintenance point of view, it makes better > sense to collect SoC specific drivers like these, into the SoC specific > directories. > > Therefore, let's move the smartreflex driver for OMAP to the ti directory. > > Cc: Nishanth Menon > Cc: Aaro Koskinen > Cc: Tony Lindgren > Cc: linux-omap@vger.kernel.org > Signed-off-by: Ulf Hansson [...] Reviewed-by: Nishanth Menon CCying Santosh to let him know as well. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D