commit | 42b5efe4f9aa40b3b0a20149fd7357d9d6c96959 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Tue Mar 13 06:40:48 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Mar 13 23:19:34 2012 +0000 |
tree | 7282449043edf9ef4bd22efdc5068126063d9448 | |
parent | 585993932ccc44ab6a8c6dc590a2f3d6b2facb41 [diff] |
regulator: tps65912: Use simple equations to get register address The address of ctrl and sel registers can be calculated by simple equations. This patch simplifies the implementation in tps65912_get_ctrl_register and implements tps65912_get_sel_register to replace tps65912_get_dcdc_sel_register and tps65912_get_ldo_sel_register. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>