Re: [PATCH v7 3/8] mfd: cros_ec: Move protocol helpers out of the MFD driver

2015-06-15 Thread Lee Jones
On Tue, 09 Jun 2015, Javier Martinez Canillas wrote: The MFD driver should only have the logic to instantiate its child devices and setup any shared resources that will be used by the subdevices drivers. The cros_ec MFD is more complex than expected since it also has helpers to communicate

[PATCH v7 3/8] mfd: cros_ec: Move protocol helpers out of the MFD driver

2015-06-09 Thread Javier Martinez Canillas
The MFD driver should only have the logic to instantiate its child devices and setup any shared resources that will be used by the subdevices drivers. The cros_ec MFD is more complex than expected since it also has helpers to communicate with the EC. So the driver will only get more bigger as