Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751940AbaAXRH1 (ORCPT ); Fri, 24 Jan 2014 12:07:27 -0500 Received: from mail-ob0-f169.google.com ([209.85.214.169]:64869 "EHLO mail-ob0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750978AbaAXRHZ (ORCPT ); Fri, 24 Jan 2014 12:07:25 -0500 MIME-Version: 1.0 In-Reply-To: References: <1386271244-3927-1-git-send-email-tim.kryger@linaro.org> <1386271244-3927-6-git-send-email-tim.kryger@linaro.org> Date: Fri, 24 Jan 2014 09:07:24 -0800 Message-ID: Subject: Re: [PATCH v4 5/8] mmc: sdhci-bcm-kona: Add basic use of clocks From: Tim Kryger To: Christian Daudt , Chris Ball Cc: Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Daniel Lezcano , Thomas Gleixner , Axel Lin , Device Tree List , Linux ARM Kernel List , Linux Kernel Mailing List , Linux MMC List , Linaro Patches List , Ulf Hansson Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 7, 2014 at 11:37 AM, Tim Kryger wrote: > On Sat, Dec 14, 2013 at 12:14 AM, Christian Daudt wrote: >> On Thu, Dec 5, 2013 at 11:20 AM, Tim Kryger wrote: >>> Enable the external clock needed by the host controller during the >>> probe and disable it during the remove. >>> >>> Signed-off-by: Tim Kryger >>> Reviewed-by: Markus Mayer >>> Reviewed-by: Matt Porter >> >> Reviewed-by: Christian Daudt >> >> Chris, >> Are you ok with me pulling this patch along with the rest of the >> patchset into the bcm tree? >> >> Thanks, >> csd > > Chris, > > Can you please provide an answer to csd? > > Thanks, > Tim Kryger Chris, I haven't heard back so this patch has been dropped for 3.14 to allow the remaining patches in the series to move forward. As such, I will be re-posting this patch for 3.15. It is essential for the bcm28155_ap board to transition away from fake fixed clocks to the real clock driver. This is because the bcm281xx clock driver does not set the CLK_IGNORE_UNUSED flag for the SDHCI peripheral clocks and the common clock code will shut them off in late init unless the SDHCI driver has asked for them to be enabled. Thanks, Tim -- 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/