Re: [PATCH] mfd: da9052: Avoid setting read_flag_mask for da9052-i2c driver

2014-09-04 Thread Lee Jones
On Sat, 16 Aug 2014, Axel Lin wrote: > Current code init regmap with &da9052_regmap_config for both da9052-spi and > da9052-i2c drivers. da9052-spi sets the read_flag_mask. > The same setting may be applied for da9052-i2c if da9052-spi driver is loaded > first because they actually use the same re

RE: [PATCH] mfd: da9052: Avoid setting read_flag_mask for da9052-i2c driver

2014-09-03 Thread Opensource [Adam Thomson]
On August 28, 2014 14:38, Adam Thomson wrote: > On August 28, 2014 12:21, Lee Jones wrote: > > > Steve, Adam, > > > > > Current code init regmap with &da9052_regmap_config for both da9052-spi > > > and > > > da9052-i2c drivers. da9052-spi sets the read_flag_mask. > > > The same setting may be ap

RE: [PATCH] mfd: da9052: Avoid setting read_flag_mask for da9052-i2c driver

2014-08-28 Thread Opensource [Adam Thomson]
On August 28, 2014 12:21, Lee Jones wrote: > Steve, Adam, > > > Current code init regmap with &da9052_regmap_config for both da9052-spi and > > da9052-i2c drivers. da9052-spi sets the read_flag_mask. > > The same setting may be applied for da9052-i2c if da9052-spi driver is > > loaded > > first

Re: [PATCH] mfd: da9052: Avoid setting read_flag_mask for da9052-i2c driver

2014-08-28 Thread Lee Jones
Steve, Adam, > Current code init regmap with &da9052_regmap_config for both da9052-spi and > da9052-i2c drivers. da9052-spi sets the read_flag_mask. > The same setting may be applied for da9052-i2c if da9052-spi driver is loaded > first because they actually use the same regmap_config setting. > F

[PATCH] mfd: da9052: Avoid setting read_flag_mask for da9052-i2c driver

2014-08-16 Thread Axel Lin
Current code init regmap with &da9052_regmap_config for both da9052-spi and da9052-i2c drivers. da9052-spi sets the read_flag_mask. The same setting may be applied for da9052-i2c if da9052-spi driver is loaded first because they actually use the same regmap_config setting. Fix this issue by using a