Message ID | 1535728491-25321-1-git-send-email-t-kristo@ti.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-omap-owner@kernel.org> 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 162F8175A for <patchwork-linux-omap@patchwork.kernel.org>; Fri, 31 Aug 2018 15:15:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 098732BE96 for <patchwork-linux-omap@patchwork.kernel.org>; Fri, 31 Aug 2018 15:15:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F23F32BECC; Fri, 31 Aug 2018 15:15:18 +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=ham 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 8C5972BE96 for <patchwork-linux-omap@patchwork.kernel.org>; Fri, 31 Aug 2018 15:15:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728513AbeHaTXN (ORCPT <rfc822;patchwork-linux-omap@patchwork.kernel.org>); Fri, 31 Aug 2018 15:23:13 -0400 Received: from lelv0143.ext.ti.com ([198.47.23.248]:46058 "EHLO lelv0143.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727286AbeHaTXN (ORCPT <rfc822;linux-omap@vger.kernel.org>); Fri, 31 Aug 2018 15:23:13 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id w7VFF9eE006725; Fri, 31 Aug 2018 10:15:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1535728509; bh=zYt2JYL+q+OwjNhaW7gCDbSCVmLjvnGlm9NYVpyqPeA=; h=From:To:CC:Subject:Date; b=muR79qB59/IKBT6Jq8XpbwJglbxnqN+OS+/Lnq58QDAJJ4qlUhjAY9bE/TCC8uutm ILQMYFjdniYTpD9IHVcNipFc5cy7YwWDcVjD+7HrLxn+m7N6YybR1fpNg+ywceCCCg QCrN1TqCc3ox7JHnuAEQMq+SVFabmaUZ0PJBNiEw= Received: from DLEE114.ent.ti.com (dlee114.ent.ti.com [157.170.170.25]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id w7VFF9gi014119; Fri, 31 Aug 2018 10:15:09 -0500 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE114.ent.ti.com (157.170.170.25) 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:15:09 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE102.ent.ti.com (157.170.170.32) 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:15:09 -0500 Received: from gomoku.home (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id w7VFF7G1022474; Fri, 31 Aug 2018 10:15:08 -0500 From: Tero Kristo <t-kristo@ti.com> To: <tony@atomide.com>, <linux-omap@vger.kernel.org> CC: <devicetree@vger.kernel.org> Subject: [PATCH 0/3] ARM: dts: am3/am4/dra7 clkctrl data conversion Date: Fri, 31 Aug 2018 18:14:48 +0300 Message-ID: <1535728491-25321-1-git-send-email-t-kristo@ti.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: <linux-omap.vger.kernel.org> X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
ARM: dts: am3/am4/dra7 clkctrl data conversion
|
expand
|
* Tero Kristo <t-kristo@ti.com> [180831 08:19]: > Hi, > > This series converts the clkctrl data on am3/am4/dra7 to be split > based on the clockdomain boundaries, instead of current CM node > split. These are applied into omap-for-v4.21/dt-ti-sysc and should be hitting next soon. Thanks, Tony