Skip to content

Commit

Permalink
Merge remote-tracking branches 'regulator/fix/da9211', 'regulator/fix…
Browse files Browse the repository at this point in the history
…/ltc3589' and 'regulator/fix/tps65023' into regulator-linus
  • Loading branch information
Mark Brown committed Sep 30, 2014
4 parents fe82dce + 4e7089f + c5bb725 + 3220574 commit 4d93b02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/regulator/da9211-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ static int da9211_regulator_init(struct da9211 *chip)

if (chip->chip_irq != 0) {
ret = regmap_update_bits(chip->regmap,
DA9211_REG_MASK_B, DA9211_M_OV_CURR_A << i, 1);
DA9211_REG_MASK_B, DA9211_M_OV_CURR_A << i, 0);
if (ret < 0) {
dev_err(chip->dev,
"Failed to update mask reg: %d\n", ret);
Expand Down
1 change: 1 addition & 0 deletions drivers/regulator/ltc3589.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ static bool ltc3589_volatile_reg(struct device *dev, unsigned int reg)
switch (reg) {
case LTC3589_IRQSTAT:
case LTC3589_PGSTAT:
case LTC3589_VCCR:
return true;
}
return false;
Expand Down
3 changes: 0 additions & 3 deletions drivers/regulator/tps65023-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ static int tps_65023_probe(struct i2c_client *client,
int i;
int error;

if (!i2c_check_functionality(client->adapter, I2C_FUNC_SMBUS_BYTE_DATA))
return -EIO;

/**
* init_data points to array of regulator_init structures
* coming from the board-evm file.
Expand Down

0 comments on commit 4d93b02

Please sign in to comment.