Re: [PATCH 05/10] max77693: Move state container to common header

2015-05-27 Thread Lee Jones
On Wed, 29 Apr 2015, Krzysztof Kozlowski wrote: > This prepares for merging some of the drivers between max77693 and > max77843 so the child MFD driver can be attached to any parent MFD main > driver. > > Move the state container to common header file. Additionally add > consistent 'i2c' prefixes

Re: [PATCH 05/10] max77693: Move state container to common header

2015-05-23 Thread Sebastian Reichel
Hi, On Wed, Apr 29, 2015 at 07:58:30PM +0900, Krzysztof Kozlowski wrote: > This prepares for merging some of the drivers between max77693 and > max77843 so the child MFD driver can be attached to any parent MFD main > driver. > > Move the state container to common header file. Additionally add >

[PATCH 05/10] max77693: Move state container to common header

2015-04-29 Thread Krzysztof Kozlowski
This prepares for merging some of the drivers between max77693 and max77843 so the child MFD driver can be attached to any parent MFD main driver. Move the state container to common header file. Additionally add consistent 'i2c' prefixes to its members (of 'struct i2c_client' type). Signed-off-by