summaryrefslogtreecommitdiff
path: root/inotify-syscalls.h
AgeCommit message (Expand)AuthorFilesLines
2007-02-26inotify-syscalls.h: Add syscall numbers for m32r for those who careTobias Klauser1-12/+10
2007-01-20inotify-syscalls.h: Add syscall numbers for m68kTobias Klauser1-0/+4
2007-01-20inotify-syscalls.h: Check whether the syscall numbers are already definedTobias Klauser1-2/+4
2006-10-21Unify wording all over the treeTobias Klauser1-1/+1
2006-09-24Add license and copyright.Tobias Klauser1-0/+9
2006-08-20Syscall number updateTobias Klauser1-4/+32
2006-03-13Initial importTobias Klauser1-0/+61
ss='oid'>63cee946148821bca42be10130b061c2d0f5af7e (diff)
regulator: Report actual configured voltage to set_voltage()
Change the interface used by set_voltage() to report the selected value to the regulator core in terms of a selector used by list_voltage(). This allows the regulator core to know the voltage that was chosen without having to do an explict get_voltage(), which would be much more expensive as it will generally access hardware. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'drivers/regulator/lp3971.c')