]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fb: Use mfd_data instead of driver_data for tmio-fb
authorAndres Salomon <dilinger@queued.net>
Fri, 18 Feb 2011 03:07:31 +0000 (19:07 -0800)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 23 Mar 2011 09:41:57 +0000 (10:41 +0100)
commit6d90bdde4b7b8e0f403bc3641fcddea733bddf77
tree623e80b1dfe8e50bfb2b257859fec71e2f682092
parentd9d01f4b2697b410625fce288bd1196927994093
fb: Use mfd_data instead of driver_data for tmio-fb

Use mfd_data for passing information from mfd drivers to mfd
clients.  The mfd_cell's driver_data field is being phased out.

Clients that were using driver_data now access .mfd_data
via mfd_get_data().  This changes tmio-fb only; mfd drivers with
other cells are not modified.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/tc6393xb.c
drivers/video/tmiofb.c