Re: [U-Boot] [PATCH v2 01/10] arm: vf610: fix anadig register struct

2013-10-17 Thread Albert ARIBAUD
On Thu, 17 Oct 2013 13:20:09 +0200, Albert ARIBAUD wrote: > Hi Marcel, > > On Mon, 30 Sep 2013 13:26:06 +0200, Marcel Ziswiler > wrote: > > > The anadig_reg structure started at the wrong offset (fixed by adding > > resvA[4]), was missing some reserved field required for alignment > > purpose

Re: [U-Boot] [PATCH v2 01/10] arm: vf610: fix anadig register struct

2013-10-17 Thread Albert ARIBAUD
Hi Marcel, On Mon, 30 Sep 2013 13:26:06 +0200, Marcel Ziswiler wrote: > The anadig_reg structure started at the wrong offset (fixed by adding > resvA[4]), was missing some reserved field required for alignment > purpose (resvB[3] between pll4_denom and pll6_ctrl) and further > contained too shor

[U-Boot] [PATCH v2 01/10] arm: vf610: fix anadig register struct

2013-09-30 Thread Marcel Ziswiler
The anadig_reg structure started at the wrong offset (fixed by adding resvA[4]), was missing some reserved field required for alignment purpose (resvB[3] between pll4_denom and pll6_ctrl) and further contained too short a reserved field causing further miss-alignment (resv10[7]). Discovered and te