From patchwork Fri Aug 31 15:06:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tero Kristo X-Patchwork-Id: 10584015 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0717D17DE for ; Fri, 31 Aug 2018 15:07:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F04F327F8F for ; Fri, 31 Aug 2018 15:07:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E4AC1285F7; Fri, 31 Aug 2018 15:07:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A3BFA27F8F for ; Fri, 31 Aug 2018 15:07:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727692AbeHaTPo (ORCPT ); Fri, 31 Aug 2018 15:15:44 -0400 Received: from lelv0142.ext.ti.com ([198.47.23.249]:50846 "EHLO lelv0142.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727683AbeHaTPn (ORCPT ); Fri, 31 Aug 2018 15:15:43 -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 w7VF7ijL036037; Fri, 31 Aug 2018 10:07:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1535728064; bh=2QBxe1jAD3SILNPjODsCOTOGLAsyPL8TfGT6jskwoac=; h=From:To:CC:Subject:Date; b=UKIV2k+mOCl0oikYYLFYu/gwUDlwk9v6tg0v9TNxPcuH+okTms2iQNEKMuYVn+Qe7 qxAx4Ueeczqake6Z2fO2Ouoj/nyEscOF4kQUuojtidz/P5Kh6sTStCRdSLlSn/texb 2wCPWUNJ5Arc1aYlzFQY6KFwtysMG0nqyLUv4SDY= Received: from DFLE102.ent.ti.com (dfle102.ent.ti.com [10.64.6.23]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id w7VF7iUH003378; Fri, 31 Aug 2018 10:07:44 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Fri, 31 Aug 2018 10:07:43 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Fri, 31 Aug 2018 10:07:43 -0500 Received: from gomoku.home (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id w7VF7fBe010737; Fri, 31 Aug 2018 10:07:42 -0500 From: Tero Kristo To: , , CC: , Subject: [PATCH 00/11] clk: ti: clkctrl data split based on clkdm boundaries Date: Fri, 31 Aug 2018 18:06:56 +0300 Message-ID: <1535728027-24573-1-git-send-email-t-kristo@ti.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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. -Tero Tested-by: Tony Lindgren --- Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki