Re: [PATCH v2 2/9] mfd: max77693: Store I2C device type as enum and add default unknown

2015-05-27 Thread Lee Jones
On Wed, 27 May 2015, Lee Jones wrote: > On Wed, 27 May 2015, Krzysztof Kozłowski wrote: > > > 2015-05-27 19:23 GMT+09:00 Lee Jones : > > > On Sun, 24 May 2015, Krzysztof Kozlowski wrote: > > > > > >> Store the device type (obtained from i2c_device_id) as an enum and add a > > >> default type of u

Re: [PATCH v2 2/9] mfd: max77693: Store I2C device type as enum and add default unknown

2015-05-27 Thread Lee Jones
On Wed, 27 May 2015, Krzysztof Kozłowski wrote: > 2015-05-27 19:23 GMT+09:00 Lee Jones : > > On Sun, 24 May 2015, Krzysztof Kozlowski wrote: > > > >> Store the device type (obtained from i2c_device_id) as an enum and add a > >> default type of unknown to distinguish from case when this is not set

Re: [PATCH v2 2/9] mfd: max77693: Store I2C device type as enum and add default unknown

2015-05-27 Thread Krzysztof Kozłowski
2015-05-27 19:23 GMT+09:00 Lee Jones : > On Sun, 24 May 2015, Krzysztof Kozlowski wrote: > >> Store the device type (obtained from i2c_device_id) as an enum and add a >> default type of unknown to distinguish from case when this is not set >> at all. >> >> Signed-off-by: Krzysztof Kozlowski >> ---

Re: [PATCH v2 2/9] mfd: max77693: Store I2C device type as enum and add default unknown

2015-05-27 Thread Lee Jones
On Sun, 24 May 2015, Krzysztof Kozlowski wrote: > Store the device type (obtained from i2c_device_id) as an enum and add a > default type of unknown to distinguish from case when this is not set > at all. > > Signed-off-by: Krzysztof Kozlowski > --- > include/linux/mfd/max77693-private.h | 11 +

[PATCH v2 2/9] mfd: max77693: Store I2C device type as enum and add default unknown

2015-05-23 Thread Krzysztof Kozlowski
Store the device type (obtained from i2c_device_id) as an enum and add a default type of unknown to distinguish from case when this is not set at all. Signed-off-by: Krzysztof Kozlowski --- include/linux/mfd/max77693-private.h | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) di