mfd: Use mfd cell platform_data for db8500-prcmu cells platform bits
authorMattias Wallin <mattias.wallin@stericsson.com>
Fri, 27 May 2011 09:49:43 +0000 (11:49 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Sat, 28 May 2011 06:35:36 +0000 (08:35 +0200)
With the addition of a device platform mfd_cell pointer, MFD drivers
can go back to passing platform data back to their sub drivers.
This allows for an mfd_cell->mfd_data removal and thus keep the
sub drivers MFD agnostic. This is mostly needed for non MFD aware
sub drivers.

Signed-off-by: Mattias Wallin <mattias.wallin@stericsson.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found