regulator: Remove _en_reg, _en_bit and _ops parameters from tps65090_REG macro
authorAxel Lin <axel.lin@gmail.com>
Sat, 24 Mar 2012 02:57:53 +0000 (10:57 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 1 Apr 2012 10:59:32 +0000 (11:59 +0100)
commit4b3bd55f5445648f981669758599a6172760d37d
tree422c3ae5fa5b7b2b84916c8bbb99eacafd9953b9
parent0ca2d6e65268477a53f959320a43d13b0c4d6b70
regulator: Remove _en_reg, _en_bit and _ops parameters from tps65090_REG macro

Both _en_bit and _ops parameters for all DCDCs and FETs are the same, so we
can hardcode it in tps65090_REG macro.

_en_reg can be calculated by _id + 12, so we can also remove it.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked by: Venu Byravarasu <vbyravarasu@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/tps65090-regulator.c