Skip to content
Snippets Groups Projects
Commit ff2d57ea authored by Nishanth Menon's avatar Nishanth Menon Committed by Tom Rini
Browse files

palmas: use palmas_i2c_[read|write]_u8


commit 21144298 (power: twl6035: add palmas PMIC support)
introduced twl6035_i2c_[read|write]_u8
Then, commit dd23e59d (omap5: pbias ldo9 turn on)
introduced palmas_[read|write]_u8 for precisely the same access
function. TWL6035 belongs to the palmas family, so instead of having
an twl6035 API, we could use an generic palmas API instead.

To stay consistent with the function naming of twl4030,6030 accessors,
we use palmas_i2c_[read|write]_u8

Cc: Balaji T K <balajitk@ti.com>
Cc: Sricharan R <r.sricharan@ti.com>
Reported-by: default avatarRuchika Kharwar <ruchika@ti.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent 384bcae0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment