Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251927
b: refs/heads/master
c: d7ac829
h: refs/heads/master
i:
  251925: ffb9027
  251923: 5c3edd7
  251919: 193db43
v: v3
  • Loading branch information
Lesly A M authored and Samuel Ortiz committed May 26, 2011
1 parent fdd9e05 commit 7d419ff
Show file tree
Hide file tree
Showing 4 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: 1f968ff61f2987f500832e93b9b704f26adadea6
refs/heads/master: d7ac829fa30d44d6553a0ead41f47bb92ee4d73e
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/board-rx51-peripherals.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ static struct twl4030_resconfig twl4030_rconfig[] __initdata = {
{ .resource = RES_RESET, .devgroup = -1,
.type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
},
{ .resource = RES_Main_Ref, .devgroup = -1,
{ .resource = RES_MAIN_REF, .devgroup = -1,
.type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
},
{ 0, 0},
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/twl4030-power.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static u8 res_config_addrs[] = {
[RES_HFCLKOUT] = 0x8b,
[RES_32KCLKOUT] = 0x8e,
[RES_RESET] = 0x91,
[RES_Main_Ref] = 0x94,
[RES_MAIN_REF] = 0x94,
};

static int __init twl4030_write_script_byte(u8 address, u8 byte)
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/i2c/twl.h
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ static inline int twl6030_mmc_card_detect(struct device *dev, int slot)
#define RES_32KCLKOUT 26
#define RES_RESET 27
/* Power Reference */
#define RES_Main_Ref 28
#define RES_MAIN_REF 28

#define TOTAL_RESOURCES 28
/*
Expand Down

0 comments on commit 7d419ff

Please sign in to comment.