From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752732AbcDNT00 (ORCPT ); Thu, 14 Apr 2016 15:26:26 -0400 Received: from vern.gendns.com ([206.190.152.46]:46561 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752373AbcDNT0V (ORCPT ); Thu, 14 Apr 2016 15:26:21 -0400 Subject: Re: [PATCH 0/2] da8xx clocks (was part of "da8xx USB clocks") To: Sekhar Nori References: <1460661217-7389-1-git-send-email-david@lechnology.com> Cc: Kevin Hilman , Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: David Lechner Message-ID: <570FEEDB.7000109@lechnology.com> Date: Thu, 14 Apr 2016 14:26:19 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1460661217-7389-1-git-send-email-david@lechnology.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/14/2016 02:13 PM, David Lechner wrote: > I have separated these patches from the "da8xx USB clocks" series since that > series no longer depends on the clock init being moved. > > Tested working on the linux-davinci/master branch with LEGO MINDSTORMS EV3. > > David Lechner (2): > ARM: davinci: Move clock init after ioremap. > ARM: davinci: da850: use clk->set_parent for async3 > > arch/arm/mach-davinci/clock.c | 2 +- > arch/arm/mach-davinci/common.c | 6 --- > arch/arm/mach-davinci/da830.c | 2 + > arch/arm/mach-davinci/da850.c | 90 ++++++++++++++++++++---------------------- > arch/arm/mach-davinci/dm355.c | 1 + > arch/arm/mach-davinci/dm365.c | 1 + > arch/arm/mach-davinci/dm644x.c | 1 + > arch/arm/mach-davinci/dm646x.c | 1 + > 8 files changed, 49 insertions(+), 55 deletions(-) > Hmm... I was just reviewing my previous emails and you said that you have already applied these two patches, but they don't seem to have made it into the linux-davinci/master branch with the others.