mfd: Move the mc13xxx-core spi specific code into a separate module
authorMarc Reilly <marc@cpdesign.com.au>
Sun, 1 Apr 2012 06:41:38 +0000 (16:41 +1000)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 1 May 2012 10:35:40 +0000 (12:35 +0200)
commita0c7c1d48ea9f53c67c79eda498bb8eda1422748
treeb54f9495379ff485bcc63650be9687a69d3e55c4
parent91b5e741184ea9836cd7d7509e4f9b6eefa27df2
mfd: Move the mc13xxx-core spi specific code into a separate module

All spi specific code is moved into a new module. The mc13xxx struct
moves to a new local include file by necessity.

A new config choice selects the SPI bus type support and by default is
value of SPI_MASTER to remain compatible with existing configs.

Signed-off-by: Marc Reilly <marc@cpdesign.com.au>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/mc13xxx-core.c
drivers/mfd/mc13xxx-spi.c [new file with mode: 0644]
drivers/mfd/mc13xxx.h [new file with mode: 0644]
This page took 0.025279 seconds and 5 git commands to generate.