Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753158Ab2KYKvv (ORCPT ); Sun, 25 Nov 2012 05:51:51 -0500 Received: from mail-bk0-f46.google.com ([209.85.214.46]:43863 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753109Ab2KYKvu (ORCPT ); Sun, 25 Nov 2012 05:51:50 -0500 Message-ID: <50B1F842.2080500@gmail.com> Date: Sun, 25 Nov 2012 11:51:46 +0100 From: Sebastian Hesselbarth User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.6esrpre) Gecko/20120817 Icedove/10.0.6 MIME-Version: 1.0 To: Jason Cooper CC: Thomas Petazzoni , Andrew Lunn , Russell King , Linus Walleij , linux-kernel@vger.kernel.org, Gregory CLEMENT , Axel Lin , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/4] ARM: Dove: Convert to DT GPIO and pinctrl References: <1353317996-20841-1-git-send-email-sebastian.hesselbarth@gmail.com> <1353317996-20841-4-git-send-email-sebastian.hesselbarth@gmail.com> <20121124023942.GO15800@titan.lakedaemon.net> <20121124080240.3f600e89@skate> <20121124150004.GQ15800@titan.lakedaemon.net> <20121124191024.4b5d5b4c@skate> <20121124185906.GT15800@titan.lakedaemon.net> In-Reply-To: <20121124185906.GT15800@titan.lakedaemon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1993 Lines: 47 On 11/24/2012 07:59 PM, Jason Cooper wrote: > On Sat, Nov 24, 2012 at 07:10:24PM +0100, Thomas Petazzoni wrote: >> On Sat, 24 Nov 2012 10:00:04 -0500, Jason Cooper wrote: >>> Yes, so that's what I thought happened. This would have made orion/dt >>> depend upon mvebu/everything. It already had two other dependencies. >>> Not ideal. >>> >>> The good thing is, the build is not broken. Once v3.8-rc1 drops with >>> all of our stuff merged, I'll post a fixup patch adding this back in. >> >> It unfortunately means that Dove will be basically unbootable in >> 3.8-rc1, as the driver will not be clk_get()ing its gatable clock, and >> the clock driver will disable it. Maybe we can just live with it, I >> don't know. > > Yes, I thought as much after I sent this reply. Definitely a choice of > the lesser of two evils. As long as we don't break the build or have > horrendous merge conflicts, I think it's tolerable. > > Any one who is booting -rc1's is typically bug hunting. This means > Sebastian, who has been CC'd on all of this. I don't want to rely on > this in the future, but doing it once due to the circumstances is > something I'm comfortable answering to. Jason, sorry for the late answer. I merged all pull reqs in the order posted on top of latest linux/master. Thomas is right, removing the clk_gate from pinctrl potentially could have broken boot on dove. I tried it and it _does_ boot, because the clk used by pinctrl is optional in pinctrl-dove and there is no pinhog/device touching the register clocked by the clock. As soon as I 'cat pinconf-groups' in debugfs, the register is read and my cubox hangs as expected. So, finally a fixup patch for 3.8-rc1 is ok for me. Thanks for merging all the patches! Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/