Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330518
b: refs/heads/master
c: 1ae9df7
h: refs/heads/master
v: v3
  • Loading branch information
Kim, Milo authored and Anton Vorontsov committed Sep 21, 2012
1 parent 273e343 commit 3803e98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 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: 56d99ed93a52489da3c0f84424489390b6cb0312
refs/heads/master: 1ae9df7d49e964b53f72254b20ab7eb713306396
12 changes: 8 additions & 4 deletions trunk/drivers/power/lp8727_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,17 @@ struct lp8727_chg {
struct device *dev;
struct i2c_client *client;
struct mutex xfer_lock;
struct delayed_work work;
struct lp8727_platform_data *pdata;
struct lp8727_psy *psy;
struct lp8727_chg_param *chg_param;
struct lp8727_platform_data *pdata;

/* Charger Data */
enum lp8727_dev_id devid;
unsigned long debounce_jiffies;
struct lp8727_chg_param *chg_param;

/* Interrupt Handling */
int irq;
struct delayed_work work;
unsigned long debounce_jiffies;
};

static int lp8727_read_bytes(struct lp8727_chg *pchg, u8 reg, u8 *data, u8 len)
Expand Down

0 comments on commit 3803e98

Please sign in to comment.