mfd: add platform_data to mfd_cell
authorMike Rapoport <mike@compulab.co.il>
Mon, 28 Jul 2008 23:23:32 +0000 (01:23 +0200)
committerSamuel Ortiz <sameo@openedhand.com>
Mon, 28 Jul 2008 23:23:32 +0000 (01:23 +0200)
Adding platform_data to mfd_cell allows passing of platform data directly
to the platform_device created for each cell and thus reuse of existing
drivers.
On the other side it can be used as a hook to mfd_cell itself
removing the need in mfd_get_cell method.

Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Acked-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>

No differences found