From patchwork Mon Apr 22 06:23:12 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 10910699 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 7BA8C13B5 for ; Mon, 22 Apr 2019 06:23:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 62EFE27FB7 for ; Mon, 22 Apr 2019 06:23:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 56F6E28485; Mon, 22 Apr 2019 06:23:42 +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=-7.9 required=2.0 tests=BAYES_00,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 CC4F527FB7 for ; Mon, 22 Apr 2019 06:23:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726211AbfDVGXl (ORCPT ); Mon, 22 Apr 2019 02:23:41 -0400 Received: from mail-pl1-f196.google.com ([209.85.214.196]:43217 "EHLO mail-pl1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725914AbfDVGXk (ORCPT ); Mon, 22 Apr 2019 02:23:40 -0400 Received: by mail-pl1-f196.google.com with SMTP id n8so5322386plp.10 for ; Sun, 21 Apr 2019 23:23:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=N/lfYI0cXuViCNJjEQTXsvDFJtm544bjPdmz9VfOyRo=; b=qzUqTt86Gvc+jaYx3xDT4sjAcRYW6qf18MLYrT8ybuMtumpvFtzNIOIHReaTg9epq0 h+BAPQchpo2f+Xy7ehhnrDz5jb8rbfwAO8hWDRkgVtvqndQdSN9j4AGaRkwLnOR6wEmj hghcjDlkuAgZDT2wvXsK8MGKEzdwtEWup0TFAqyOckuTUqxIEyrYbq02Vb6en1NNGZlH 9hCMJ+PY+LgSmwdzCAaT5ZEmq+ZseQwEw2E7jFdi7g3glVhco9XzIbMH7iAAfwSMELc5 DSH0SBaK+KeD8ATOltHd+hFUZHIJRMZGZoGx9Hohfua5exQyvHR5AJ6MVbr3wgZKib9B ng3A== X-Gm-Message-State: APjAAAWxAfD09HI+8YH8shp6sw4Uif+SDYXtH9GqZIvsWgpGwP5moAab niizur01JRFxxoJOXbN/5moIic0otaI= X-Google-Smtp-Source: APXvYqwqDfkK5LmS5nD1yZYUWuSfEeDp8Y3e/jzAtBc6Tbl49bvLiPA8u+zP1ArRhdis2z34UZ9GOA== X-Received: by 2002:a17:902:8a81:: with SMTP id p1mr18765345plo.106.1555914220309; Sun, 21 Apr 2019 23:23:40 -0700 (PDT) Received: from localhost (98.142.130.235.16clouds.com. [98.142.130.235]) by smtp.gmail.com with ESMTPSA id y19sm17070744pfn.164.2019.04.21.23.23.38 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Sun, 21 Apr 2019 23:23:39 -0700 (PDT) From: Shawn Guo To: Stephen Boyd Cc: linux-arm-kernel@lists.infradead.org, Shawn Guo , Fabio Estevam , Stefan Agner , kernel@pengutronix.de, linux-imx@nxp.com, linux-clk@vger.kernel.org Subject: [GIT PULL 1/3] i.MX common clock changes for 5.2 Date: Mon, 22 Apr 2019 14:23:12 +0800 Message-Id: <20190422062314.1354-1-shawnguo@kernel.org> X-Mailer: git-send-email 2.18.0 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx-5.2 for you to fetch changes up to 48a15bb42df85d30e13281642a12fd27221668fa: clk: imx: Remove unused imx_get_clk_hw_fixed (2019-03-26 16:49:49 +0800) ---------------------------------------------------------------- i.MX common clock changes for 5.2: - Clean up unused imx_get_clk_hw_fixed() inline function. ---------------------------------------------------------------- Abel Vesa (1): clk: imx: Remove unused imx_get_clk_hw_fixed drivers/clk/imx/clk.h | 5 ----- 1 file changed, 5 deletions(-) From patchwork Mon Apr 22 06:23:13 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 10910701 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 7918313B5 for ; Mon, 22 Apr 2019 06:23:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6CE6C27FB7 for ; Mon, 22 Apr 2019 06:23:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6099B28485; Mon, 22 Apr 2019 06:23:47 +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=-7.9 required=2.0 tests=BAYES_00,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 0E7C927FB7 for ; Mon, 22 Apr 2019 06:23:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726284AbfDVGXq (ORCPT ); Mon, 22 Apr 2019 02:23:46 -0400 Received: from mail-pf1-f193.google.com ([209.85.210.193]:44967 "EHLO mail-pf1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725914AbfDVGXq (ORCPT ); Mon, 22 Apr 2019 02:23:46 -0400 Received: by mail-pf1-f193.google.com with SMTP id y13so5217797pfm.11 for ; Sun, 21 Apr 2019 23:23:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=dhnJQEJIbjqmnmRU53KQwsemtNtBiydoERs2zy3Z5uM=; b=WU5nH/oRaAXHaq7aFG72f6bd+OCvpl+tyl4yPcsv76naS8OY7mm7kn3E/AoSCbLc1q 2emsoD1ddyyY0fMGvjotTi1bsNAtxIHFQk/iFsWn5X6FI4u49ULccL1f3JN9WNewp4lv XTkAtbckaEFXL/BNwZpvQO77qOWtFgVgGpM1dqfaf66t3BoDEHAiODKUH+vkGFss0H8t zY3/944oiRgWN+SpVDrjXm3j02hiV3N7QoNQ+pcQv/0asIKLdkPH/8+mxthVP+mfonQb agGCpzUETiTGdqHnzCpHI843NgZlUuCkO9SdS7HU+jWLZyoVy7X9Ga7OyIQAz7fqeMqa JnsQ== X-Gm-Message-State: APjAAAXtQa6YNz6AsuOfbUSeoXfMq1rHdDCjFF6EFf8PltjrOlAB1yiZ Yi1Vm5sFSDxHmNeIQwjpAa9H1v2HHLI= X-Google-Smtp-Source: APXvYqyyQjLIIxsRAZxMeUGwBFWK+QQmUK6PVAPjqUjBCiDsvlxnRHLtOdUmWgvxydjJBTqkpofUUQ== X-Received: by 2002:a63:1509:: with SMTP id v9mr17250376pgl.194.1555914226040; Sun, 21 Apr 2019 23:23:46 -0700 (PDT) Received: from localhost (98.142.130.235.16clouds.com. [98.142.130.235]) by smtp.gmail.com with ESMTPSA id e4sm18242499pgd.32.2019.04.21.23.23.44 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Sun, 21 Apr 2019 23:23:45 -0700 (PDT) From: Shawn Guo To: Stephen Boyd Cc: linux-arm-kernel@lists.infradead.org, Shawn Guo , Fabio Estevam , Stefan Agner , kernel@pengutronix.de, linux-imx@nxp.com, linux-clk@vger.kernel.org Subject: [GIT PULL 2/3] i.MX5 clock changes for 5.2 Date: Mon, 22 Apr 2019 14:23:13 +0800 Message-Id: <20190422062314.1354-2-shawnguo@kernel.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20190422062314.1354-1-shawnguo@kernel.org> References: <20190422062314.1354-1-shawnguo@kernel.org> MIME-Version: 1.0 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx5-5.2 for you to fetch changes up to de348df5b389f7ddab388934e84f24d8a9f3c961: clk: imx: rename clk-imx51-imx53.c to clk-imx5.c (2019-04-15 17:09:23 +0800) ---------------------------------------------------------------- i.MX5 clock changes for 5.2: - A couple of patches from Jonathan Neuschäfer to improve i.MX5 clock driver for i.MX50 support. - Rename file clk-imx51-imx53.c to clk-imx5.c, as it covers support for all i.MX5 series SoCs including i.MX50. ---------------------------------------------------------------- Jonathan Neuschäfer (2): clk: imx5: Fix i.MX50 mainbus clock registers clk: imx5: Fix i.MX50 ESDHC clock registers Shawn Guo (1): clk: imx: rename clk-imx51-imx53.c to clk-imx5.c drivers/clk/imx/Makefile | 2 +- drivers/clk/imx/{clk-imx51-imx53.c => clk-imx5.c} | 59 +++++++++++++++++------ 2 files changed, 46 insertions(+), 15 deletions(-) rename drivers/clk/imx/{clk-imx51-imx53.c => clk-imx5.c} (94%) From patchwork Mon Apr 22 06:23:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 10910705 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 1B5FB1515 for ; Mon, 22 Apr 2019 06:23:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 076E127FB7 for ; Mon, 22 Apr 2019 06:23:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EF4912848B; Mon, 22 Apr 2019 06:23:53 +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=-7.9 required=2.0 tests=BAYES_00,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 9A11A27FB7 for ; Mon, 22 Apr 2019 06:23:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726190AbfDVGXx (ORCPT ); Mon, 22 Apr 2019 02:23:53 -0400 Received: from mail-pl1-f195.google.com ([209.85.214.195]:39754 "EHLO mail-pl1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725914AbfDVGXx (ORCPT ); Mon, 22 Apr 2019 02:23:53 -0400 Received: by mail-pl1-f195.google.com with SMTP id e92so3546935plb.6 for ; Sun, 21 Apr 2019 23:23:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=pdfFBDfokCWLN6gbxgvgTmNg2numVMs9rDN5jTqFicQ=; b=rnLOeOn5nxAJ204AgtkzCfbS0fs+yzU5t6UMvmUGMIgUXmCIjfbIKny3GJYudoLEXA xMI5DuTGVTb5UWJx4OcnS394VMfNW2xiBF2REvjTTZPoBvBCoNJ1SylYkbNQpm/Kb5Nm rSbOQ6fVN3vzu1/tkIQGN4il3A7X3eet7MP+EY3CAnrF3s7ZJQeX/mw2SvbOhR6/mXpj 6A0HB/HYcwNpuYEDZf0wrQRJPxuDUUIhKPg9VFleBDUMFb+t6L7N1ofM/FAaH2eQtYPu kl9WNIbfPtpBDgx0t0X3i83zSOmxpWEL7EC1RNY26QcIPbLCDoGuqLTmDMkbe9pXUAgi 2aUg== X-Gm-Message-State: APjAAAX6fyOf7uQv8+ky5ycDozXOcJ0z+RxzG4HHXoaIGzkqu9ZtkOHg xGJFEonMjScLuOGbA0fR8Z/qqQ== X-Google-Smtp-Source: APXvYqxMKzmkKH3ZyMB1Wxm/2EWWK0eNYRwH8B5I9h450ZtxvFGx4ab8bDiKcMcza/whvY0JE3ybLg== X-Received: by 2002:a17:902:b48c:: with SMTP id y12mr19084940plr.280.1555914232660; Sun, 21 Apr 2019 23:23:52 -0700 (PDT) Received: from localhost (98.142.130.235.16clouds.com. [98.142.130.235]) by smtp.gmail.com with ESMTPSA id z14sm16261934pfn.161.2019.04.21.23.23.50 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Sun, 21 Apr 2019 23:23:52 -0700 (PDT) From: Shawn Guo To: Stephen Boyd Cc: linux-arm-kernel@lists.infradead.org, Shawn Guo , Fabio Estevam , Stefan Agner , kernel@pengutronix.de, linux-imx@nxp.com, linux-clk@vger.kernel.org Subject: [GIT PULL 3/3] i.MX7UPL clock changes for 5.2 Date: Mon, 22 Apr 2019 14:23:14 +0800 Message-Id: <20190422062314.1354-3-shawnguo@kernel.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20190422062314.1354-1-shawnguo@kernel.org> References: <20190422062314.1354-1-shawnguo@kernel.org> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-imx7ulp-5.2 for you to fetch changes up to d058fb60d56b89548028acd6f70b8396e633ffc1: dt-bindings: clock: imx7ulp: remove SNVS clock (2019-03-20 16:00:03 +0800) ---------------------------------------------------------------- i.MX7UPL clock changes for 5.2: - Remove SNVS clock from i.MX7UPL clock driver and bindings, as the clock will be visible on M4 core only, and never be accessed by Cortex-A cores. ---------------------------------------------------------------- Anson Huang (2): clk: imx7ulp: remove snvs clock dt-bindings: clock: imx7ulp: remove SNVS clock drivers/clk/imx/clk-imx7ulp.c | 1 - include/dt-bindings/clock/imx7ulp-clock.h | 1 - 2 files changed, 2 deletions(-)