Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251947
b: refs/heads/master
c: ed13941
h: refs/heads/master
i:
  251945: 758a377
  251943: f1f4126
v: v3
  • Loading branch information
Johan Palsson authored and Samuel Ortiz committed May 26, 2011
1 parent 993e3fe commit ad948af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: c9c9513fd08d1e0548003e86d70a211c2e456d49
refs/heads/master: ed13941643a437cf48f24ed53bdae79457628105
6 changes: 3 additions & 3 deletions trunk/drivers/mfd/ab8500-gpadc.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#define SW_AVG_16 0x60
#define ADC_SW_CONV 0x04
#define EN_ICHAR 0x80
#define BATTEMP_PULLUP 0x04
#define BTEMP_PULL_UP 0x08
#define EN_BUF 0x40
#define DIS_ZERO 0x00
#define GPADC_BUSY 0x01
Expand Down Expand Up @@ -306,8 +306,8 @@ int ab8500_gpadc_convert(struct ab8500_gpadc *gpadc, u8 input)
ret = abx500_mask_and_set_register_interruptible(
gpadc->dev,
AB8500_GPADC, AB8500_GPADC_CTRL1_REG,
EN_BUF | BATTEMP_PULLUP,
EN_BUF | BATTEMP_PULLUP);
EN_BUF | BTEMP_PULL_UP,
EN_BUF | BTEMP_PULL_UP);

/*
* Delay might be needed for ABB8500 cut 3.0, if not, remove
Expand Down

0 comments on commit ad948af

Please sign in to comment.