From patchwork Wed Jan 2 17:53:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 10746583 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 8055F14DE for ; Wed, 2 Jan 2019 17:53:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6F2C1283A8 for ; Wed, 2 Jan 2019 17:53:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 63564283C5; Wed, 2 Jan 2019 17:53:44 +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 ECFAE283A8 for ; Wed, 2 Jan 2019 17:53:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726820AbfABRxn (ORCPT ); Wed, 2 Jan 2019 12:53:43 -0500 Received: from mail.kernel.org ([198.145.29.99]:46910 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726240AbfABRxn (ORCPT ); Wed, 2 Jan 2019 12:53:43 -0500 Received: from mail.kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D5EE721871; Wed, 2 Jan 2019 17:53:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1546451623; bh=LcKZlvoRX33dmQciVkcef+bnWhQI7ZK/RTMwiP7LhCk=; h=From:To:Cc:Subject:Date:From; b=Zm50CIc2XilrRj0/jGphiwhyWETLtDQiy9EX850whLC92puZ6mTBQqF59e24qTZbH UmBxXhK6+dXhqNHqfizDmfjOhfghtiO031ms9LHhGrkb5Kl7iFUIqJ89oIpKiw+VwB VpvSnfyDO2uO3pghn75i38IJ3dlx4Qdw4koUANlM= From: Stephen Boyd To: Linus Torvalds Cc: Michael Turquette , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] one more clk change for the merge window Date: Wed, 2 Jan 2019 09:53:42 -0800 Message-Id: <20190102175342.71807-1-sboyd@kernel.org> X-Mailer: git-send-email 2.20.1.415.g653613c723-goog 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 b677574bdf292e31c8f9810ff0fc0b35839d4636: Merge branch 'clk-imx7ulp' into clk-next (2018-12-14 14:03:38 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-for-linus for you to fetch changes up to 08972760d366b83a87d366b0079747f8c409163c: clk: imx8qxp: make the name of clock ID generic (2018-12-28 10:43:57 -0800) ---------------------------------------------------------------- One more patch to generalize a set of DT binding defines now before -rc1 comes out. This way the SoC DTS files can use the proper defines from a stable tag. ---------------------------------------------------------------- Aisheng Dong (1): clk: imx8qxp: make the name of clock ID generic drivers/clk/imx/clk-imx8qxp-lpcg.c | 148 +++++++-------- drivers/clk/imx/clk-imx8qxp.c | 154 ++++++++-------- include/dt-bindings/clock/imx8-clock.h | 289 ++++++++++++++++++++++++++++++ include/dt-bindings/clock/imx8qxp-clock.h | 289 ------------------------------ 4 files changed, 440 insertions(+), 440 deletions(-) create mode 100644 include/dt-bindings/clock/imx8-clock.h delete mode 100644 include/dt-bindings/clock/imx8qxp-clock.h