Re: AM335x: Beaglebone stops to boot with current git kernel

2012-12-04 Thread Kevin Hilman
Hiremath, Vaibhav hvaib...@ti.com writes: On Mon, Dec 03, 2012 at 23:49:36, Kevin Hilman wrote: Hiremath, Vaibhav hvaib...@ti.com writes: +static struct omap_hwmod am33xx_debugss_hwmod = { + .name = debugss, + .class = am33xx_debugss_hwmod_class, +

Re: AM335x: Beaglebone stops to boot with current git kernel

2012-12-03 Thread Kevin Hilman
Hiremath, Vaibhav hvaib...@ti.com writes: +static struct omap_hwmod am33xx_debugss_hwmod = { + .name = debugss, + .class = am33xx_debugss_hwmod_class, + .clkdm_name = l3_aon_clkdm, + .main_clk = debugss_ick, + .flags

RE: AM335x: Beaglebone stops to boot with current git kernel

2012-12-03 Thread Hiremath, Vaibhav
On Mon, Dec 03, 2012 at 23:49:36, Kevin Hilman wrote: Hiremath, Vaibhav hvaib...@ti.com writes: +static struct omap_hwmod am33xx_debugss_hwmod = { + .name = debugss, + .class = am33xx_debugss_hwmod_class, + .clkdm_name = l3_aon_clkdm, +

Re: AM335x: Beaglebone stops to boot with current git kernel

2012-12-03 Thread Joel A Fernandes
On Mon, Dec 3, 2012 at 10:01 PM, Hiremath, Vaibhav hvaib...@ti.com wrote: On Mon, Dec 03, 2012 at 23:49:36, Kevin Hilman wrote: Hiremath, Vaibhav hvaib...@ti.com writes: +static struct omap_hwmod am33xx_debugss_hwmod = { + .name = debugss, + .class

Re: AM335x: Beaglebone stops to boot with current git kernel

2012-11-22 Thread Igor Mazanov
On Thu, Nov 22, 2012 at 6:49 PM, Hiremath, Vaibhav hvaib...@ti.com wrote: On Thu, Nov 22, 2012 at 20:17:26, Hiremath, Vaibhav wrote: On Thu, Nov 22, 2012 at 17:46:50, Igor Mazanov wrote: On Thu, Nov 22, 2012 at 9:42 AM, Vaibhav Hiremath hvaib...@ti.com wrote: On 11/22/2012 1:30 AM,

Re: AM335x: Beaglebone stops to boot with current git kernel

2012-11-22 Thread Vaibhav Hiremath
On 11/22/2012 1:30 AM, Igor Mazanov wrote: On Wed, Nov 21, 2012 at 9:38 PM, Tony Lindgren t...@atomide.com wrote: * Jean Pihet jean.pi...@newoldbits.com [121114 08:43]: On Wed, Nov 14, 2012 at 4:28 PM, Igor Mazanov i.maza...@gmail.com wrote: Beaglebone boot process is broken with the

Re: AM335x: Beaglebone stops to boot with current git kernel

2012-11-22 Thread Igor Mazanov
On Thu, Nov 22, 2012 at 9:42 AM, Vaibhav Hiremath hvaib...@ti.com wrote: On 11/22/2012 1:30 AM, Igor Mazanov wrote: On Wed, Nov 21, 2012 at 9:38 PM, Tony Lindgren t...@atomide.com wrote: * Jean Pihet jean.pi...@newoldbits.com [121114 08:43]: On Wed, Nov 14, 2012 at 4:28 PM, Igor Mazanov

Re: AM335x: Beaglebone stops to boot with current git kernel

2012-11-22 Thread Joel A Fernandes
Hi Vaibhav, Igor, On and off due to vacation time too,.. Not sure but I missed the below patch from Vaibhav as it probably wasn't copied to linux-omap so I got confused which patch was Igor testing, whether it was the one in which we set ENABLE_ON_INIT or the one in which hwmod data is changed.

RE: AM335x: Beaglebone stops to boot with current git kernel

2012-11-22 Thread Hiremath, Vaibhav
On Thu, Nov 22, 2012 at 17:46:50, Igor Mazanov wrote: On Thu, Nov 22, 2012 at 9:42 AM, Vaibhav Hiremath hvaib...@ti.com wrote: On 11/22/2012 1:30 AM, Igor Mazanov wrote: On Wed, Nov 21, 2012 at 9:38 PM, Tony Lindgren t...@atomide.com wrote: * Jean Pihet jean.pi...@newoldbits.com [121114

RE: AM335x: Beaglebone stops to boot with current git kernel

2012-11-22 Thread Hiremath, Vaibhav
On Fri, Nov 23, 2012 at 02:26:40, Joel A Fernandes wrote: Hi Vaibhav, Igor, On and off due to vacation time too,.. Not sure but I missed the below patch from Vaibhav as it probably wasn't copied to linux-omap so I got confused which patch was Igor testing, whether it was the one in which

RE: AM335x: Beaglebone stops to boot with current git kernel

2012-11-22 Thread Hiremath, Vaibhav
On Thu, Nov 22, 2012 at 22:10:07, Igor Mazanov wrote: On Thu, Nov 22, 2012 at 6:49 PM, Hiremath, Vaibhav hvaib...@ti.com wrote: On Thu, Nov 22, 2012 at 20:17:26, Hiremath, Vaibhav wrote: On Thu, Nov 22, 2012 at 17:46:50, Igor Mazanov wrote: On Thu, Nov 22, 2012 at 9:42 AM, Vaibhav Hiremath

Re: AM335x: Beaglebone stops to boot with current git kernel

2012-11-21 Thread Tony Lindgren
* Jean Pihet jean.pi...@newoldbits.com [121114 08:43]: On Wed, Nov 14, 2012 at 4:28 PM, Igor Mazanov i.maza...@gmail.com wrote: Beaglebone boot process is broken with the current git kernel. I use omap2plus_defconfig for tests. It looks like the boot process stops due to the last

Re: AM335x: Beaglebone stops to boot with current git kernel

2012-11-21 Thread Igor Mazanov
On Wed, Nov 21, 2012 at 9:38 PM, Tony Lindgren t...@atomide.com wrote: * Jean Pihet jean.pi...@newoldbits.com [121114 08:43]: On Wed, Nov 14, 2012 at 4:28 PM, Igor Mazanov i.maza...@gmail.com wrote: Beaglebone boot process is broken with the current git kernel. I use omap2plus_defconfig

Re: AM335x: Beaglebone stops to boot with current git kernel

2012-11-15 Thread Jean Pihet
Hi Tony, On Wed, Nov 14, 2012 at 6:51 PM, Tony Lindgren t...@atomide.com wrote: * Jean Pihet jean.pi...@newoldbits.com [121114 08:43]: The patch should change the name of the hwmod entry as well, can you fold this change in the current patch? This was caused by the merge of omap-for-v3.8/pm

Re: AM335x: Beaglebone stops to boot with current git kernel

2012-11-15 Thread Tony Lindgren
* Jean Pihet jean.pi...@newoldbits.com [121115 06:49]: Hi Tony, On Wed, Nov 14, 2012 at 6:51 PM, Tony Lindgren t...@atomide.com wrote: * Jean Pihet jean.pi...@newoldbits.com [121114 08:43]: The patch should change the name of the hwmod entry as well, can you fold this change in the

AM335x: Beaglebone stops to boot with current git kernel

2012-11-14 Thread Igor Mazanov
Hello, Beaglebone boot process is broken with the current git kernel. I use omap2plus_defconfig for tests. It looks like the boot process stops due to the last changes in the AM33xx clock sysbsystem. A following patch resolves this issue: diff --git

Re: AM335x: Beaglebone stops to boot with current git kernel

2012-11-14 Thread Jean Pihet
Hi, On Wed, Nov 14, 2012 at 4:28 PM, Igor Mazanov i.maza...@gmail.com wrote: Hello, Beaglebone boot process is broken with the current git kernel. I use omap2plus_defconfig for tests. It looks like the boot process stops due to the last changes in the AM33xx clock sysbsystem. A following

Re: AM335x: Beaglebone stops to boot with current git kernel

2012-11-14 Thread Nishanth Menon
On 11/14/2012 10:41 AM, Jean Pihet wrote: Hi, On Wed, Nov 14, 2012 at 4:28 PM, Igor Mazanov i.maza...@gmail.com wrote: Hello, Beaglebone boot process is broken with the current git kernel. I use omap2plus_defconfig for tests. It looks like the boot process stops due to the last changes in

Re: AM335x: Beaglebone stops to boot with current git kernel

2012-11-14 Thread Tony Lindgren
* Jean Pihet jean.pi...@newoldbits.com [121114 08:43]: The patch should change the name of the hwmod entry as well, can you fold this change in the current patch? This was caused by the merge of omap-for-v3.8/pm into omap-for-v3.8/clock. I noticed a smilar issue for omap3, but missed at least