[PATCHv3 2/6] omap: voltage: change code to use new location of voltage.h and vp.h

2011-07-18 Thread Tero Kristo
These are now under plat-omap/include/plat. Signed-off-by: Tero Kristo --- arch/arm/mach-omap2/io.c |2 +- arch/arm/mach-omap2/omap_opp_data.h |3 +-- arch/arm/mach-omap2/omap_twl.c|2 +- arch/arm/mach-omap2/pm.c |

Re: [PATCHv3 2/6] omap: voltage: change code to use new location of voltage.h and vp.h

2011-07-18 Thread Felipe Balbi
Hi, On Mon, Jul 18, 2011 at 08:35:18PM +0300, Tero Kristo wrote: > These are now under plat-omap/include/plat. > > Signed-off-by: Tero Kristo this has to be folded into previous patch, otherwise we will have a broken bisection point. -- balbi signature.asc Description: Digital signature

Re: [PATCHv3 2/6] omap: voltage: change code to use new location of voltage.h and vp.h

2011-07-19 Thread Tero Kristo
On Mon, 2011-07-18 at 20:16 +0200, Balbi, Felipe wrote: > Hi, > > On Mon, Jul 18, 2011 at 08:35:18PM +0300, Tero Kristo wrote: > > These are now under plat-omap/include/plat. > > > > Signed-off-by: Tero Kristo > > this has to be folded into previous patch, otherwise we will have a > broken bise