From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Christian Daudt" Subject: Re: [PATCH V4 1/3] mmc: sdhci: Add size for caller in init+register Date: Fri, 31 May 2013 08:41:40 -0700 Message-ID: <51A8C4B4.6020104@broadcom.com> References: <1369860607-25572-1-git-send-email-csd@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1369860607-25572-1-git-send-email-csd@broadcom.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Chris Ball Cc: linux-doc@vger.kernel.org, Christian Daudt , Jerry Huang , Grant Likely , Wei WANG , matt.porter@linaro.org, Kevin Liu , Lars-Peter Clausen , Russell King , csd_b@daudt.org, Viresh Kumar , plagnioj@jcrosoft.com, devicetree-discuss@lists.ozlabs.org, Arnd Bergmann , Sascha Hauer , Rob Herring , Bill Pemberton , Haojian Zhuang , Stephen Warren , Anton Vorontsov , linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, Ludovic Desroches List-Id: devicetree@vger.kernel.org Hi Chris, Can you pls take this patch and the one named "[PATCH V4 2/3] ARM: mmc: bcm281xx SDHCI driver" into your tree ? Thanks, csd. On 13-05-29 01:50 PM, Christian Daudt wrote: > Add a param to allow users of sdhci_pltfm to allocate private space > in calls to sdhci_pltfm_init+sdhci_pltfm_register. This is implemented > in the same way as sdhci does for its users. > None of the users have been migrated yet and are passing in zero to > retain their private allocation. > > - todo: migrate clients to using allocation this way > - todo: remove priv variable once migration is complete > > Also removed unused variable in sdhci_pltfm_init fn > > Signed-off-by: Christian Daudt > Acked-by: Arnd Bergmann > Reviewed-by: Ulf Hansson