commit | 5006fe546a4eb0393782b818d4e0e2a6b4fa3803 | [log] [tgz] |
---|---|---|
author | Marc Reilly <marc@cpdesign.com.au> | Tue May 01 12:26:46 2012 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Tue May 01 12:35:40 2012 +0200 |
tree | 3565d39367e75cb7581fb196748e00d95b53c5b5 | |
parent | 4c394bb1683dbd110314ab37da7bfa6c9a77073d [diff] |
mfd: Prepare for separating spi and i2c mc13xxx-core backends This patch abstracts the bus specific operations from the driver core. Generic init and cleanup is consolidated into mc13xxx_common_*. spi specific functions are renamed to reflect such. (The irq member of the mc13xxx struct is no longer redundant, it's used to store the irq for cleanup time). Signed-off-by: Marc Reilly <marc@cpdesign.com.au> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>