projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[kernel/2.6.38] fix gcc-4.6 set but unused warnings
[openwrt.git]
/
target
/
linux
/
omap4
/
patches
/
001-omap4_pandaboard-wlan_fix.patch
1
--- a/arch/arm/mach-omap2/twl-common.c
2
+++ b/arch/arm/mach-omap2/twl-common.c
3
@@ -281,6 +281,7 @@ static struct regulator_init_data omap4_
4
static struct regulator_init_data omap4_clk32kg_idata = {
5
.constraints = {
6
.valid_ops_mask = REGULATOR_CHANGE_STATUS,
7
+ .always_on = true,
8
},
9
};
10
This page took
0.042841 seconds
and
5
git commands to generate.