git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa0efc4
)
hwmon: Make regmap configs const
author
Axel Lin
<axel.lin@ingics.com>
Wed, 2 Jul 2014 00:42:18 +0000
(08:42 +0800)
committer
Guenter Roeck
<linux@roeck-us.net>
Mon, 4 Aug 2014 14:01:35 +0000
(07:01 -0700)
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/emc1403.c
patch
|
blob
|
history
drivers/hwmon/ltc2945.c
patch
|
blob
|
history
drivers/hwmon/ltc4222.c
patch
|
blob
|
history
drivers/hwmon/ltc4260.c
patch
|
blob
|
history
drivers/hwmon/tmp103.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/emc1403.c
b/drivers/hwmon/emc1403.c
index
a37b220
..
1ea7ca5
100644
(file)
--- a/
drivers/hwmon/emc1403.c
+++ b/
drivers/hwmon/emc1403.c
@@
-416,7
+416,7
@@
static bool emc1403_regmap_is_volatile(struct device *dev, unsigned int reg)
}
}
-static struct regmap_config emc1403_regmap_config = {
+static
const
struct regmap_config emc1403_regmap_config = {
.reg_bits = 8,
.val_bits = 8,
.cache_type = REGCACHE_RBTREE,
diff --cc
drivers/hwmon/ltc2945.c
Simple merge
diff --cc
drivers/hwmon/ltc4222.c
Simple merge
diff --cc
drivers/hwmon/ltc4260.c
Simple merge
diff --cc
drivers/hwmon/tmp103.c
Simple merge