commit | 6d90bdde4b7b8e0f403bc3641fcddea733bddf77 | [log] [tgz] |
---|---|---|
author | Andres Salomon <dilinger@queued.net> | Thu Feb 17 19:07:31 2011 -0800 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Wed Mar 23 10:41:57 2011 +0100 |
tree | 623e80b1dfe8e50bfb2b257859fec71e2f682092 | |
parent | d9d01f4b2697b410625fce288bd1196927994093 [diff] |
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>