Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-20 Thread Marek Vasut
> Hi Stefano, > > On Mon, Feb 20, 2012 at 5:40 AM, Marek Vasut wrote: > > Yea ... that issue is fixed. I acked patches 1,2,3 ... I'm still unsure > > about patch 4. > > Can patches 1,2,3 be applied? They fix the kernel reset issue. > > Thanks, > > Fabio Estevam I'll apply and retest what's su

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-20 Thread Fabio Estevam
Hi Stefano, On Mon, Feb 20, 2012 at 5:40 AM, Marek Vasut wrote: > Yea ... that issue is fixed. I acked patches 1,2,3 ... I'm still unsure about > patch 4. Can patches 1,2,3 be applied? They fix the kernel reset issue. Thanks, Fabio Estevam ___ U-Boo

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-19 Thread Albert ARIBAUD
Le 20/02/2012 08:40, Marek Vasut a écrit : On 19/02/2012 10:23, Albert ARIBAUD wrote: Hi Robert, Le 15/02/2012 11:29, Robert@domain.unknown a écrit : From: Robert Delien This set of patches fixes ref_cpu clock setup. Robert Delien (4): Renamed mx28_register to mx28_register_32 to prepare

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-19 Thread Marek Vasut
> On 19/02/2012 10:23, Albert ARIBAUD wrote: > > Hi Robert, > > > > Le 15/02/2012 11:29, Robert@domain.unknown a écrit : > >> 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

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-19 Thread Stefano Babic
On 19/02/2012 10:23, Albert ARIBAUD wrote: > Hi Robert, > > Le 15/02/2012 11:29, Robert@domain.unknown a écrit : >> 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

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-19 Thread Albert ARIBAUD
Hi Robert, Le 15/02/2012 11:29, Robert@domain.unknown a écrit : 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 erro

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Fabio Estevam
Robert, On Wed, Feb 15, 2012 at 11:29 AM, Robert Deliën wrote: > Thanks of the hint, but I configured that some time ago already (in > ~/.gitconfig). If you have trouble to setup the gitconfig on your company network, maybe you can use a gmail account. cat .gitconfig [user] name = Use

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Wolfgang Denk
Dear Rxbert, In message <6ea3e0bcc03cc34b89b01bd57ecbc718f82...@pobox.postoffice.danego.net> you wrote: > > Git even confirms: > $ git config -l > user.name=Rxbert Dxlien > user.email=rxb...@dxlien.nl And is this information correct? Please STOP posting with non-existent mail addresses (Robert

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Robert Deliën
> Never do this. ACKs and such are tracked in patchwork. It's a hard to satsify everybody. I added the ack and and test per Marek's request, and reposted. > And _if_ you repost, then play by the rules and add a changelog. >Then use a better relay. Please fix it, it is a PITA not being able > t

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Robert Deliën
> Sure you can ... > > $ cat .gitconfig > [user] > name = Us Er > email = u...@ma.il > > Done Thanks of the hint, but I configured that some time ago already (in ~/.gitconfig). Git even confirms: $ git config -l user.name=Rxbert Dxlien user.email=rxb...@dxlien.nl color.diff=auto

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Wolfgang Denk
Dear =?iso-8859-1?Q?Robert_Deli=EBn?=, In message <6ea3e0bcc03cc34b89b01bd57ecbc718f82...@pobox.postoffice.danego.net> you wrote: > > Why did you repost? > > I reposted with your ack in 1 to 3. Still they don't seem to show up in > the mailing list. Never do this. ACKs and such are tracked in

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Marek Vasut
> > Why did you repost? > > I reposted with your ack in 1 to 3. Still they don't seem to show up in > the mailing list. Patchwork handles that. > > > Fix that "domain.unknown" > > I can't. It's Agilent's smpt server's way to tell it's not happy with > relaying messages from my email address. S

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Robert Deliën
> Why did you repost? I reposted with your ack in 1 to 3. Still they don't seem to show up in the mailing list. > Fix that "domain.unknown" I can't. It's Agilent's smpt server's way to tell it's not happy with relaying messages from my email address. _

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 Thread Marek Vasut
> From: Robert Delien Why did you repost? Fix that "domain.unknown" M > > 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 erron

[U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 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

Re: [U-Boot] [PATCH 0/4 v5] i.MX28: Fix ref_cpu clock setup

2012-02-15 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_clkct