From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH V3 1/3] mmc: Add size for caller in init+register Date: Wed, 29 May 2013 16:17:31 +0200 Message-ID: <201305291617.31983.arnd@arndb.de> References: <1369790016-13270-1-git-send-email-csd@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1369790016-13270-1-git-send-email-csd-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Christian Daudt Cc: linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jerry Huang , Wei WANG , matt.porter-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, Kevin Liu , Lars-Peter Clausen , Stephen Warren , Viresh Kumar , Chris Ball , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Sascha Hauer , Rob Herring , Bill Pemberton , Russell King , Anton Vorontsov , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Greg Kroah-Hartman , linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Guennadi Liakhovetski List-Id: devicetree@vger.kernel.org On Wednesday 29 May 2013, 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