Re: [U-Boot] [PATCH 06/10] pmic: tps65218: add useful functions and defines

2016-02-19 Thread Tom Rini
On Fri, Feb 19, 2016 at 07:19:46PM +0200, Nikita Kiryanov wrote: > Add the following functions: > tps65218_reg_read() for accessing redisters > tps65218_toggle_fseal() for toggling the fseal bit > tps65218_lock_fsea() for locking the fseal bit to 1 > > Add the following defines: > All status regi

[U-Boot] [PATCH 06/10] pmic: tps65218: add useful functions and defines

2016-02-19 Thread Nikita Kiryanov
Add the following functions: tps65218_reg_read() for accessing redisters tps65218_toggle_fseal() for toggling the fseal bit tps65218_lock_fsea() for locking the fseal bit to 1 Add the following defines: All status register bits Cc: Tom Rini Cc: Albert Aribaud Cc: Igor Grinberg Signed-off-by: N