From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH] mmc: sdhci-pltfm: add calling mmc_of_parse in sdhci_pltfm_register Date: Mon, 11 Mar 2013 09:53:28 -0600 Message-ID: <513DFDF8.5090604@wwwdotorg.org> References: <1362718371-5074-1-git-send-email-kliu5@marvell.com> <513A479C.9010709@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from avon.wwwdotorg.org ([70.85.31.133]:33459 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753423Ab3CKPxd (ORCPT ); Mon, 11 Mar 2013 11:53:33 -0400 In-Reply-To: Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Kevin Liu Cc: Kevin Liu , linux-mmc@vger.kernel.org, Chris Ball , Guennadi Liakhovetski , Sujit Reddy Thumma , Jaehoon Chung , Aaron Lu , Ulf Hansson , Wei WANG , Fabio Estevam , Adrian Hunter , Philip Rakity , Shawn Guo , Johan Rudholm , Girish K S , Haijun Zhang , Zhangfei Gao , Haojian Zhuang , Chao Xie On 03/08/2013 09:27 PM, Kevin Liu wrote: > 2013/3/9 Stephen Warren : >> On 03/07/2013 09:52 PM, Kevin Liu wrote: >>> commit 6c56e7a0 provide a function mmc_of_parse for standard MMC >>> device-tree binding parser centrally. So just call it with >>> sdhci_get_of_property together in sdhci_pltfm_register. >> >> BTW, this patch seems to do two unrelated things; firstly it changes the >> indentation level throughout sdhci_get_of_property(), and secondly makes >> the change described in the commit description. > > That's true. I originally want to do the first thing incidentally :-) > So do you want to split this patch into two? It's Chris's call, but I think it'd be more usual to make this two separate patches.