1
0
Fork 0
alistair23-linux/drivers/misc/lis3lv02d
Mark Brown ec400c9fab lis3lv02d: make regulator API usage unconditional
The regulator API contains a range of features for stubbing itself out
when not in use and for transparently restricting the actual effect of
regulator API calls where they can't be supported on a particular system
so that drivers don't need to individually implement this.  Simplify the
driver slightly by making use of this idiom.

The only in tree user is ecovec24 which does not use the regulator API.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Éric Piel <eric.piel@tremplin-utc.net>
Cc: Ilkka Koskinen <ilkka.koskinen@nokia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-10-31 17:30:52 -07:00
..
Kconfig Move lis3lv02d drivers to drivers/misc 2011-03-21 17:59:36 +01:00
Makefile Move lis3lv02d drivers to drivers/misc 2011-03-21 17:59:36 +01:00
lis3lv02d.c lis3: remove the references to the global variable in core driver 2011-10-31 17:30:52 -07:00
lis3lv02d.h lis3: remove the references to the global variable in core driver 2011-10-31 17:30:52 -07:00
lis3lv02d_i2c.c lis3lv02d: make regulator API usage unconditional 2011-10-31 17:30:52 -07:00
lis3lv02d_spi.c lis3: change exported function to use passed parameter 2011-10-31 17:30:52 -07:00