linux-stable/drivers/regulator
Greg Kroah-Hartman 1909e2f658 regulator: remove driver_data direct access of struct device
In the near future, the driver core is going to not allow direct access
to the driver_data pointer in struct device.  Instead, the functions
dev_get_drvdata() and dev_set_drvdata() should be used.  These functions
have been around since the beginning, so are backwards compatible with
all older kernel versions.

Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
2009-06-15 11:18:25 +01:00
..
bq24022.c regulator/bq24022: fix bug in is_enabled function 2009-04-28 18:58:08 +01:00
core.c regulator: Fix default constraints for fixed voltage regulators 2009-04-28 18:58:08 +01:00
da903x.c regulator: Move regulator drivers to subsys_initcall() 2009-06-15 11:18:23 +01:00
fixed.c regulator: Set MODULE_ALIAS for regulator drivers 2009-06-15 11:18:24 +01:00
Kconfig regulator: add userspace-consumer driver 2009-06-15 11:18:22 +01:00
Makefile regulator: add userspace-consumer driver 2009-06-15 11:18:22 +01:00
max1586.c Maxim 1586 regulator driver 2009-06-15 11:18:22 +01:00
pcf50633-regulator.c regulator: Move regulator drivers to subsys_initcall() 2009-06-15 11:18:23 +01:00
twl4030-regulator.c regulator: twl4030 VAUX3 supports 3.0V 2009-03-31 11:29:54 +01:00
userspace-consumer.c regulator: build fix for powerpc - renamed show_state 2009-06-15 11:18:23 +01:00
virtual.c regulator: Set MODULE_ALIAS for regulator drivers 2009-06-15 11:18:24 +01:00
wm8350-regulator.c regulator: Set MODULE_ALIAS for regulator drivers 2009-06-15 11:18:24 +01:00
wm8400-regulator.c regulator: remove driver_data direct access of struct device 2009-06-15 11:18:25 +01:00