Re: [PATCH v3 2/3] regulator: tps6586x: add and use correct voltage table

2013-12-04 Thread Thierry Reding
On Tue, Dec 03, 2013 at 08:57:28PM +0100, Stefan Agner wrote: [...] > Changes since v2: > - Removed reg_ from reg_version > - Moved walk through version dependent tables to find_regulator_info, > removed the inline definition. This reduces .o size and encapsulates > the logic of

Re: [PATCH v3 2/3] regulator: tps6586x: add and use correct voltage table

2013-12-04 Thread Thierry Reding
On Tue, Dec 03, 2013 at 08:57:28PM +0100, Stefan Agner wrote: [...] Changes since v2: - Removed reg_ from reg_version - Moved walk through version dependent tables to find_regulator_info, removed the inline definition. This reduces .o size and encapsulates the logic of finding the

[PATCH v3 2/3] regulator: tps6586x: add and use correct voltage table

2013-12-03 Thread Stefan Agner
Depending on the regulator version, the voltage table might be different. Use version specific regulator tables in order to select correct voltage table. For the following regulator versions different voltage tables are now used: * TPS658623: Use correct voltage table for SM2 * TPS658643: New

[PATCH v3 2/3] regulator: tps6586x: add and use correct voltage table

2013-12-03 Thread Stefan Agner
Depending on the regulator version, the voltage table might be different. Use version specific regulator tables in order to select correct voltage table. For the following regulator versions different voltage tables are now used: * TPS658623: Use correct voltage table for SM2 * TPS658643: New