Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302257
b: refs/heads/master
c: 16ea003
h: refs/heads/master
i:
  302255: a165357
v: v3
  • Loading branch information
Laxman Dewangan authored and Mark Brown committed May 7, 2012
1 parent 39a2c39 commit 5321d06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e8a507c2427c960c5d1fe58a250635b35f3acdc
refs/heads/master: 16ea003bd1c95ea55a0b88187ce7cbeaca760fcf
6 changes: 4 additions & 2 deletions trunk/drivers/regulator/tps62360-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,10 @@ static int tps62360_init_dcdc(struct tps62360_chip *tps,
}

static const struct regmap_config tps62360_regmap_config = {
.reg_bits = 8,
.val_bits = 8,
.reg_bits = 8,
.val_bits = 8,
.max_register = REG_CHIPID,
.cache_type = REGCACHE_RBTREE,
};

static int __devinit tps62360_probe(struct i2c_client *client,
Expand Down

0 comments on commit 5321d06

Please sign in to comment.