From: Samuel Ortiz Date: Thu, 7 Apr 2011 22:43:01 +0000 (+0200) Subject: mfd: Fetch cell pointer from platform_device->mfd_cell X-Git-Tag: v2.6.39-rc4~65^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e710d7d5a9cab1041b7a3cf9e655b75d92786857;p=pandora-kernel.git mfd: Fetch cell pointer from platform_device->mfd_cell In order for MFD drivers to fetch their cell pointer but also their platform data one, an mfd cell pointer is added to the platform_device structure. That allows all MFD sub devices drivers to be MFD agnostic, unless they really need to access their MFD cell data. Most of them don't, especially the ones for IPs used by both MFD and non MFD SoCs. Cc: Grant Likely Acked-by: Greg KH Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed