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

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-nand 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/t7l66xb.c
drivers/mfd/tc6393xb.c
drivers/mtd/nand/tmio_nand.c