Re: [PATCH v3] OMAP3+: OPP: Replace voltage values with Macros

2011-03-07 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: From: Vishwanath BS vishwanath...@ti.com Since all voltage data is now centralized in oppxxx_data.c, we can replace the values in the opp table with the macros used for voltage values. This will avoid opp table and voltage layer having conflicting values.

Re: [PATCH v3] OMAP3+: OPP: Replace voltage values with Macros

2011-03-07 Thread Nishanth Menon
Kevin Hilman wrote, on 03/08/2011 03:45 AM: Nishanth Menonn...@ti.com writes: From: Vishwanath BSvishwanath...@ti.com Since all voltage data is now centralized in oppxxx_data.c, we can replace the values in the opp table with the macros used for voltage values. This will avoid opp table and

[PATCH v3] OMAP3+: OPP: Replace voltage values with Macros

2011-03-05 Thread Nishanth Menon
From: Vishwanath BS vishwanath...@ti.com Since all voltage data is now centralized in oppxxx_data.c, we can replace the values in the opp table with the macros used for voltage values. This will avoid opp table and voltage layer having conflicting values. Signed-off-by: Vishwanath BS