Re: [U-Boot] [PATCH 2/5] vf610: refactor DDRMC code

2015-07-13 Thread Stefan Agner
Hi Albert, Hi Stefano, On 10.07.2015 10:09, Stefano Babic wrote: > Hi Albert, Stefan, > > On 19/06/2015 19:33, Albert ARIBAUD wrote: > >> I could probably factor back out the JEDEC settings, but there are >> still differences in the lists of registers to write between the >> existing vf610twr/coli

Re: [U-Boot] [PATCH 2/5] vf610: refactor DDRMC code

2015-07-10 Thread Stefano Babic
Hi Albert, Stefan, On 19/06/2015 19:33, Albert ARIBAUD wrote: > > I could probably factor back out the JEDEC settings, but there are > still differences in the lists of registers to write between the > existing vf610twr/colibri_vf and the new pcm052, especially the PHY > regs but elsewhere too,

Re: [U-Boot] [PATCH 2/5] vf610: refactor DDRMC code

2015-06-19 Thread Albert ARIBAUD
Bonjour Stefan, Le Fri, 19 Jun 2015 17:13:12 +0200, Stefan Agner a écrit : > Hi Albert, > > On 19.06.2015 14:18, Albert ARIBAUD (3ADEV) wrote: > > The VF610 DDRMC driver code contains settings which are > > board-specific. Move these out to boards so that new boards > > can define their own wit

Re: [U-Boot] [PATCH 2/5] vf610: refactor DDRMC code

2015-06-19 Thread Albert ARIBAUD
Bonjour Stefan, Le Fri, 19 Jun 2015 17:13:12 +0200, Stefan Agner a écrit : > Hi Albert, > > On 19.06.2015 14:18, Albert ARIBAUD (3ADEV) wrote: > > The VF610 DDRMC driver code contains settings which are > > board-specific. Move these out to boards so that new boards > > can define their own wit

Re: [U-Boot] [PATCH 2/5] vf610: refactor DDRMC code

2015-06-19 Thread Stefan Agner
Hi Albert, On 19.06.2015 14:18, Albert ARIBAUD (3ADEV) wrote: > The VF610 DDRMC driver code contains settings which are > board-specific. Move these out to boards so that new boards > can define their own without having to modify the driver. > > Signed-off-by: Albert ARIBAUD (3ADEV) > --- > > ar

[U-Boot] [PATCH 2/5] vf610: refactor DDRMC code

2015-06-19 Thread Albert ARIBAUD (3ADEV)
The VF610 DDRMC driver code contains settings which are board-specific. Move these out to boards so that new boards can define their own without having to modify the driver. Signed-off-by: Albert ARIBAUD (3ADEV) --- arch/arm/imx-common/ddrmc-vf610.c | 239 ++