mfd: Save device node parsed platform data for tps65910 sub devices
authorLaxman Dewangan <ldewangan@nvidia.com>
Fri, 18 May 2012 20:31:41 +0000 (02:01 +0530)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 22 May 2012 21:49:13 +0000 (23:49 +0200)
Save the allocated memory to store the parsed device node information
to the global device structure so that sub devices can directly use this
pointer.
In this way, the sub devices does not require to re-allocate the
memory for storing the sub-devices specific device node information.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found