From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tero Kristo Subject: [GIT PULL] ARM: OMAP2+: clock cleanup for v3.17 merge window Date: Thu, 3 Jul 2014 21:09:33 +0300 Message-ID: <53B59C5D.7010405@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:49957 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752681AbaGCSIw (ORCPT ); Thu, 3 Jul 2014 14:08:52 -0400 Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "tony@atomide.com" Cc: Paul Walmsley , Mike Turquette , "linux-omap@vger.kernel.org" Hi Tony, Posting this early, as I will be going for vacation from next week and might miss the merge window myself. Small cleanup set for the clock drivers residing under mach-omap2 folder to prepare their move under drivers/clk. I'll leave it for your judgement whether you pull this or not based on the potential feedback. ---------------------------------------------------------------- The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f: Linux 3.16-rc1 (2014-06-15 17:45:28 -1000) are available in the git repository at: git@github.com:t-kristo/linux-pm.git for-v3.17/omap2-clk-cleanup for you to fetch changes up to 4eccc64a2bc25514754c30cdfc985207aee8b2fd: ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c file (2014-07-01 17:46:27 +0300) ---------------------------------------------------------------- Tero Kristo (13): ARM: OMAP2+: clock/dpll: fix _dpll_test_fint arithmetics overflow ARM: OMAP4+: clock: remove DEFINE_CLK_OMAP_HSDIVIDER macro ARM: OMAP4+: dpll: remove cpu_is_omap44xx checks ARM: OMAP4+: dpll44xx: remove cm-regbits-44xx.h and clock44xx.h includes ARM: OMAP2+: clock: introduce ti_clk_features flags ARM: OMAP2+: clock: add fint values to the ti_clk_features struct ARM: OMAP2+: clock/dpll: add private API for checking if DPLL is in bypass ARM: OMAP2+: clock/dpll: convert bypass check to use clk_features ARM: OMAP2+: clock/dpll: add jitter correction behind clk_features ARM: OMAP2+: clock/interface: add a clk_features definition for idlest value ARM: OMAP2+: clock/dpll: remove unused header includes from clkt_dpll.c ARM: OMAP2+: clock/dpll: remove unused header includes from dpll3xxx.c ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c file arch/arm/mach-omap2/clkt_dpll.c | 100 ++++++++++++++++++--------------------- arch/arm/mach-omap2/clkt_iclk.c | 8 ++-- arch/arm/mach-omap2/clock.c | 76 ++++++++++++++++++++++++++--- arch/arm/mach-omap2/clock.h | 44 ++++++++--------- arch/arm/mach-omap2/dpll3xxx.c | 7 +-- arch/arm/mach-omap2/dpll44xx.c | 19 +++++--- arch/arm/mach-omap2/io.c | 2 + 7 files changed, 155 insertions(+), 101 deletions(-)