Re: [U-Boot] [PATCH] i.MX28: Fix ref_cpu clock setup

2012-02-14 Thread Robert Deliën
Hi Marek, > git rebase -i HEAD~3 > (if you have the patch you want to rework 3 patches deep) > Change "pick" to the left of the patch to "edit" > Do the change in the file. > git add > git rebase --continue > May be tonight, at my hotel room. > Lowering the clock to what ? Down to 137MHz work

Re: [U-Boot] [PATCH] i.MX28: Fix ref_cpu clock setup

2012-02-14 Thread Marek Vasut
> > Robert, I tested first three patches on my board and it refuses to boot. > > Why? > > The problem is in here: > io_reg = MXC_IOCLK1 - io; /* Register order is reversed */ > > I will rework and resubmit the patches 'soon'. I'm a bit numb of reworking > and resubmitting and I just received a bo

Re: [U-Boot] [PATCH] i.MX28: Fix ref_cpu clock setup

2012-02-14 Thread Robert Deliën
> Robert, I tested first three patches on my board and it refuses to boot. Why? The problem is in here: io_reg = MXC_IOCLK1 - io; /* Register order is reversed */ I will rework and resubmit the patches 'soon'. I'm a bit numb of reworking and resubmitting and I just received a board to bringup la

Re: [U-Boot] [PATCH] i.MX28: Fix ref_cpu clock setup

2012-02-08 Thread Marek Vasut
> > Did you even test before submitting? Also, I think if I remove patch 3, > > it all works fine. > > Naturally, I did. Yet on my own SVN controlled workspace, because my > GIT workspace of the mainline didn't build yesterday. > > I'm looking at the differences now, and there aren't any concerni

Re: [U-Boot] [PATCH] i.MX28: Fix ref_cpu clock setup

2012-02-07 Thread Robert Deliën
> Did you even test before submitting? Also, I think if I remove patch 3, it all > works fine. Naturally, I did. Yet on my own SVN controlled workspace, because my GIT workspace of the mainline didn't build yesterday. I'm looking at the differences now, and there aren't any concerning i.mx28. But

Re: [U-Boot] [PATCH] i.MX28: Fix ref_cpu clock setup

2012-02-07 Thread Marek Vasut
> > Robert, I tested first three patches on my board and it refuses to boot. > > Why? > > I can reproduce now. It all goes south after patch 3. I'm working on it. Did you even test before submitting? Also, I think if I remove patch 3, it all works fine. M ___

Re: [U-Boot] [PATCH] i.MX28: Fix ref_cpu clock setup

2012-02-07 Thread Robert Deliën
> Robert, I tested first three patches on my board and it refuses to boot. Why? I can reproduce now. It all goes south after patch 3. I'm working on it. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] i.MX28: Fix ref_cpu clock setup

2012-02-07 Thread Robert Deliën
> Robert, I tested first three patches on my board and it refuses to boot. Why? I'm trying to reproduce, but my workspace no longer builds after a pull... The set obviously works in my own workspace, so I'm trying to figure out the problem. ___ U-Boot m

Re: [U-Boot] [PATCH] i.MX28: Fix ref_cpu clock setup

2012-02-07 Thread Marek Vasut
> From: Robert Delien > > This set of patches fixes ref_cpu clock setup. > > Robert Delien (4): > Renamed mx28_register to mx28_register_32 to prepare for > mx28_register_8 > Introducing 8-bit wide register, mx28_register_8 > Fix erroneous 32-bit access to hw_clkctrl_frac0 and > hw

[U-Boot] [PATCH] i.MX28: Fix ref_cpu clock setup

2012-02-07 Thread robert
From: Robert Delien This set of patches fixes ref_cpu clock setup. Robert Delien (4): Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8 Introducing 8-bit wide register, mx28_register_8 Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkctrl_frac1 regis