Revision 869dfc875e32fd832385fd52ce54525a10401ed6 authored by Andi Kleen on 05 January 2010, 11:48:08 UTC, committed by Greg Kroah-Hartman on 08 March 2010, 01:04:48 UTC
Several drivers just export a static string as class attributes.

Use the new extensible attribute support to define a simple
CLASS_ATTR_STRING() macro for this.

This will allow to remove code from drivers in followon patches.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

1 parent 28812fe
History
File Mode Size
88pm8607.c -rw-r--r-- 14.1 KB
Kconfig -rw-r--r-- 6.3 KB
Makefile -rw-r--r-- 1.3 KB
ab3100.c -rw-r--r-- 16.2 KB
bq24022.c -rw-r--r-- 3.9 KB
core.c -rw-r--r-- 66.7 KB
da903x.c -rw-r--r-- 16.9 KB
dummy.c -rw-r--r-- 1.6 KB
dummy.h -rw-r--r-- 811 bytes
fixed.c -rw-r--r-- 6.1 KB
lp3971.c -rw-r--r-- 13.5 KB
max1586.c -rw-r--r-- 7.3 KB
max8649.c -rw-r--r-- 9.7 KB
max8660.c -rw-r--r-- 13.3 KB
max8925-regulator.c -rw-r--r-- 8.0 KB
mc13783-regulator.c -rw-r--r-- 19.3 KB
pcap-regulator.c -rw-r--r-- 7.9 KB
pcf50633-regulator.c -rw-r--r-- 9.0 KB
tps65023-regulator.c -rw-r--r-- 14.9 KB
tps6507x-regulator.c -rw-r--r-- 16.7 KB
twl-regulator.c -rw-r--r-- 16.8 KB
userspace-consumer.c -rw-r--r-- 4.9 KB
virtual.c -rw-r--r-- 8.8 KB
wm831x-dcdc.c -rw-r--r-- 25.7 KB
wm831x-isink.c -rw-r--r-- 6.3 KB
wm831x-ldo.c -rw-r--r-- 20.6 KB
wm8350-regulator.c -rw-r--r-- 38.1 KB
wm8400-regulator.c -rw-r--r-- 10.1 KB
wm8994-regulator.c -rw-r--r-- 7.1 KB

back to top