Re: [U-Boot] [PATCH] power: twl6035: cleanup register access API

2013-03-13 Thread Nishanth Menon
On 12:24-20130313, Balaji T K wrote: > Hi, > > On Wednesday 13 March 2013 02:09 AM, Nishanth Menon wrote: > >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

Re: [U-Boot] [PATCH] power: twl6035: cleanup register access API

2013-03-13 Thread Balaji T K
Hi, On Wednesday 13 March 2013 02:09 AM, Nishanth Menon wrote: 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 belo

Re: [U-Boot] [PATCH] power: twl6035: cleanup register access API

2013-03-12 Thread Sricharan R
On Wednesday 13 March 2013 02:09 AM, Nishanth Menon wrote: > 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 b

[U-Boot] [PATCH] power: twl6035: cleanup register access API

2013-03-12 Thread Nishanth Menon
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 palmas API, we c