From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932439AbbCXSut (ORCPT ); Tue, 24 Mar 2015 14:50:49 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:55392 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932411AbbCXSun (ORCPT ); Tue, 24 Mar 2015 14:50:43 -0400 Message-ID: <5511B20A.30701@ti.com> Date: Tue, 24 Mar 2015 20:50:50 +0200 From: Tero Kristo User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Suman Anna CC: Mike Turquette , Stephen Boyd , , Subject: Re: [PATCH 0/4] CLK: TI: Timer clock alias fixes References: <1426287518-47786-1-git-send-email-s-anna@ti.com> In-Reply-To: <1426287518-47786-1-git-send-email-s-anna@ti.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/14/2015 12:58 AM, Suman Anna wrote: > Hi Tero, > > Please find couple of cleanup/fixes on the DT clock aliases > for the GPTimers. Patches are based on 4.0-rc1 and following > is the summary of the changes, > > 1. Patch 1 is a cleanup for OMAP4 > 2. Patch 2 fixes the failures for OMAP5 if omap_dm_timer_set_source() API is > called to set the parent of any timer using OMAP_TIMER_SRC_SYS_CLK. > 3. Patch 3 is for DRA7 and fixes the parent to be set to timer_sys_clk_div > and not sys_clkin2, which is an optional clock input. > 4. Patch 4 adds the DT CLK aliases for GPTimers 13 through 16 on DRA7. These > timer nodes are currently missing in DTS, and I will be sending the patches > for them soon. Queued for 4.1, thanks! -Tero > > regards > Suman > > Suman Anna (4): > CLK: TI: OMAP4: Remove the legacy timer DT clock aliases > CLK: TI: OMAP5: Correct the DT clock aliases for timers > CLK: TI: DRA7: Correct timer_sys_ck clock aliases for Timers > CLK: TI: DRA7: Add timer_sys_ck aliases for Timers 13 through 16 > > drivers/clk/ti/clk-44xx.c | 11 ----------- > drivers/clk/ti/clk-54xx.c | 22 +++++++++++----------- > drivers/clk/ti/clk-7xx.c | 18 +++++++++++------- > 3 files changed, 22 insertions(+), 29 deletions(-) >