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=-1.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_PASS autolearn=ham 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 E796AC43382 for ; Thu, 27 Sep 2018 06:31:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8B29B2156D for ; Thu, 27 Sep 2018 06:31:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="RMUEqNsn" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8B29B2156D 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-clk-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726669AbeI0MsJ (ORCPT ); Thu, 27 Sep 2018 08:48:09 -0400 Received: from lelv0142.ext.ti.com ([198.47.23.249]:47252 "EHLO lelv0142.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726590AbeI0MsJ (ORCPT ); Thu, 27 Sep 2018 08:48:09 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id w8R6VOiv124170; Thu, 27 Sep 2018 01:31:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1538029884; bh=1IS3RfECzp4+yPCu8fzjwJ2GGWDfD7iZeXcr1uevwlo=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=RMUEqNsn0bc0jOaLPMepR9WWtEyz0X0nnKQ5ohwUn+45SL7WAXRd0t1ViqOnT2lc8 NkEhmMzt02Zy7c2r6hdiXvG8oHfbPxr9KQK78e8LoWOMMHUqlkwvdPjZT4x/hv7M9P cNWyYJAeCwUr8mfL63ALY5As6yWHYHBTR3MkrnIM= Received: from DLEE110.ent.ti.com (dlee110.ent.ti.com [157.170.170.21]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8R6VOD2021927; Thu, 27 Sep 2018 01:31:24 -0500 Received: from DLEE101.ent.ti.com (157.170.170.31) by DLEE110.ent.ti.com (157.170.170.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Thu, 27 Sep 2018 01:31:20 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Thu, 27 Sep 2018 01:31:21 -0500 Received: from [127.0.0.1] (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8R6VIjt010569; Thu, 27 Sep 2018 01:31:19 -0500 Subject: Re: [PATCH 00/11] clk: ti: clkctrl data split based on clkdm boundaries To: Tony Lindgren CC: , , , References: <1535728027-24573-1-git-send-email-t-kristo@ti.com> <20180904153657.GB5662@atomide.com> <20180926191301.GX5662@atomide.com> From: Tero Kristo Message-ID: Date: Thu, 27 Sep 2018 09:31:10 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180926191301.GX5662@atomide.com> 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-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Message-ID: <20180927063110.sEiMdNXq4qbDso0bcSRmYp5Z5oxfpgFDB2AxfG2BQks@z> On 26/09/18 22:13, Tony Lindgren wrote: > Hi, > > * Tony Lindgren [180904 15:41]: >> * Tero Kristo [180831 15:11]: >>> Hi, >>> >>> This series splits up the clkctrl data for TI SoCs based on clockdomain >>> boundaries, instead of the current CM boundaries. For rest of the SoCs, >>> the CM boundaries are actually the same as clockdomains, only am3/am4/dra7 >>> are mutants. >>> >>> This is done in preparation for better supporting Tony's upcoming >>> interconnect driver data introduction for these SoCs. >>> >>> One thing to note is that we maintain backwards compatibility with this >>> series, the compat data is introduced temporarily for this purpose. The >>> compat data can be ditched after couple of release cycles when nobody >>> needs it anymore. >>> >>> The series can be applied independently, as the compat data support >>> makes care that the switch is only done once DT changes are in place. >> >> When this is ready for merging, can you guys please set up an >> immutable branch against v4.19-rc1 with the drivers/clk changes >> for me to merge in too? >> >> I've tested this on am335x and am437x so far and it works fine >> for me, so for the whole series: >> >> Tested-by: Tony Lindgren > > Any news on getting this into Linux next and merged? The > immutable is still needed too for the dts changes. > This is currently blocked from my side, as the patch [1] from Johan got in clk-next is conflicting with my series. Asked Stephen for either dropping that patch and letting me pick it up but no response so far. [1] https://lkml.org/lkml/2018/8/22/160 -Tero -- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki