Re: Problem booting Overo Tide at 720MHz

2011-12-28 Thread Andre Puschmann
On 12/28/2011 06:28 PM, Steve Sakoman wrote: > Could you send me the complete processor version string from the > u-boot banner so that I can try to use precisely the same > processor/version? Sure, you find the complete u-boot output here [1]. Is 'Die ID' what you need? Let me know if you need an

Re: Problem booting Overo Tide at 720MHz

2011-12-28 Thread Andre Puschmann
On 12/28/2011 06:09 PM, Steve Sakoman wrote: > On Wed, Dec 28, 2011 at 7:26 AM, Andre Puschmann > wrote: >> Hi list, >> >> a couple of days ago I was posting a similar issue where Linux wouldn't >> start after u-boot. I am trying to boot a recent kernel using Steve's >> omap-3.2 branch on an Overo

Re: Problem booting Overo Tide at 720MHz

2011-12-28 Thread Steve Sakoman
On Wed, Dec 28, 2011 at 9:19 AM, Andre Puschmann wrote: > Nope, doesn't work either. The funny thing is that it works for the > omap3-pm branch which has the 720MHz thing included, too. So maybe the > workaround is just hiding something else? OK, I'll try to reproduce that. Could you send me th

Re: Problem booting Overo Tide at 720MHz

2011-12-28 Thread Steve Sakoman
On Wed, Dec 28, 2011 at 7:26 AM, Andre Puschmann wrote: > Hi list, > > a couple of days ago I was posting a similar issue where Linux wouldn't > start after u-boot. I am trying to boot a recent kernel using Steve's > omap-3.2 branch on an Overo Tide based board. > > A recent checkout doesn't boot

Problem booting Overo Tide at 720MHz

2011-12-28 Thread Andre Puschmann
Hi list, a couple of days ago I was posting a similar issue where Linux wouldn't start after u-boot. I am trying to boot a recent kernel using Steve's omap-3.2 branch on an Overo Tide based board. A recent checkout doesn't boot and hangs after u-boot hands over to the kernel. After some digging I

RE: [PATCH 2/2] TPS65217: Add tps65217 regulator driver

2011-12-28 Thread AnilKumar, Chimata
Hi Mark, On Wed, Dec 28, 2011 at 17:06:02, Mark Brown wrote: > On Wed, Dec 28, 2011 at 09:14:31AM +, AnilKumar, Chimata wrote: > > On Fri, Dec 23, 2011 at 16:45:39, Mark Brown wrote: > > > On Fri, Dec 23, 2011 at 10:51:36AM +0530, AnilKumar Ch wrote: > > > > > +/* Supported voltage values for

[PATCH V2] OMAP3: hwmod_data: register dss hwmods after dss_core

2011-12-28 Thread Ilya Yanok
dss_core has to be initialized before any other DSS hwmod. Currently this is broken as dss_core is listed in chip/revision specific hwmod lists while other DSS hwmods are listed in common list which is registered first. This patch moves DSS hwmods (except for dss_core) to the separate list which i

Re: [PATCH 2/2] TPS65217: Add tps65217 regulator driver

2011-12-28 Thread Mark Brown
On Wed, Dec 28, 2011 at 09:14:31AM +, AnilKumar, Chimata wrote: > On Fri, Dec 23, 2011 at 16:45:39, Mark Brown wrote: > > On Fri, Dec 23, 2011 at 10:51:36AM +0530, AnilKumar Ch wrote: > > > +/* Supported voltage values for regulators (in milliVolts) */ > > > +static const u16 VDCDC1_VSEL_table

RE: [PATCH] lis3lv02d: Add STMicroelectronics lis33ldlh digital

2011-12-28 Thread AnilKumar, Chimata
Hi Mark, On Fri, Dec 23, 2011 at 16:48:08, Mark Brown wrote: > On Fri, Dec 23, 2011 at 10:54:52AM +0530, AnilKumar Ch wrote: > > This patch adds support for lis33ldlh digital accelerometer to the > > lis3lv02d driver family. Adds ID field for detecting the lis33ldlh > > module, based on this ID fi

RE: [PATCH 2/2] TPS65217: Add tps65217 regulator driver

2011-12-28 Thread AnilKumar, Chimata
Hi Mark, On Fri, Dec 23, 2011 at 16:45:39, Mark Brown wrote: > On Fri, Dec 23, 2011 at 10:51:36AM +0530, AnilKumar Ch wrote: > > Again there really ought to be some opportunity for code sharing here. > > > + help > > + This driver supports TPS65217 voltage regulator chips. TPS65217 > > pr

RE: [PATCH 1/2] MFD: TPS65217: Add new mfd device for TPS65217

2011-12-28 Thread AnilKumar, Chimata
Hi Mark, Thanks for reviewing these patches. On Fri, Dec 23, 2011 at 16:19:18, Mark Brown wrote: > On Fri, Dec 23, 2011 at 10:51:19AM +0530, AnilKumar Ch wrote: > > The TPS65217 chip is a power management IC for Portable Navigation Systems > > and Tablet Computing devices. It contains the followi