Re: [PATCH 1/2] ARM: i.MX7: provide DDR register definitions

2017-08-10 Thread Uwe Kleine-König
On Mon, Jul 24, 2017 at 11:45:33AM +0200, Uwe Kleine-König wrote: > Hello Robert, > > On Mon, Jul 24, 2017 at 11:37:07AM +0200, Robert Schwebel wrote: > > On Mon, Jul 24, 2017 at 11:15:58AM +0200, Uwe Kleine-König wrote: > > > This was created using cut'n'paste from the i.MX7D reference manual > >

Re: [PATCH 1/2] ARM: i.MX7: provide DDR register definitions

2017-07-26 Thread Sam Ravnborg
Hi Robert. >From the original changelog: > > > > This was created using cut'n'paste from the i.MX7D reference manual > > > > (rev 0.1, 08/2016). > > > Only the header text was copy-pasted, which is why it contains Fridolin > Tux (who, in fact, is my stuffed penguin). So all content was somehow c

Re: [PATCH 1/2] ARM: i.MX7: provide DDR register definitions

2017-07-26 Thread Robert Schwebel
On Mon, Jul 24, 2017 at 06:04:25PM +0200, Sam Ravnborg wrote: > On Mon, Jul 24, 2017 at 11:37:07AM +0200, Robert Schwebel wrote: > > On Mon, Jul 24, 2017 at 11:15:58AM +0200, Uwe Kleine-König wrote: > > > This was created using cut'n'paste from the i.MX7D reference manual > > > (rev 0.1, 08/2016).

Re: [PATCH 1/2] ARM: i.MX7: provide DDR register definitions

2017-07-24 Thread Sam Ravnborg
On Mon, Jul 24, 2017 at 11:37:07AM +0200, Robert Schwebel wrote: > On Mon, Jul 24, 2017 at 11:15:58AM +0200, Uwe Kleine-König wrote: > > This was created using cut'n'paste from the i.MX7D reference manual > > (rev 0.1, 08/2016). > > > > Signed-off-by: Uwe Kleine-König > > --- > > arch/arm/mach-i

Re: [PATCH 1/2] ARM: i.MX7: provide DDR register definitions

2017-07-24 Thread Robert Schwebel
On Mon, Jul 24, 2017 at 11:45:33AM +0200, Uwe Kleine-König wrote: > > > + * Copyright (C) 2017 Pengutronix, Fridolin Tux > > > > Sure? > > That's what I copied from our internal license template ... *sigh* I > will resend. It is a *template* :-) rsc -- Pengutronix e.K.

Re: [PATCH 1/2] ARM: i.MX7: provide DDR register definitions

2017-07-24 Thread Uwe Kleine-König
Hello Robert, On Mon, Jul 24, 2017 at 11:37:07AM +0200, Robert Schwebel wrote: > On Mon, Jul 24, 2017 at 11:15:58AM +0200, Uwe Kleine-König wrote: > > This was created using cut'n'paste from the i.MX7D reference manual > > (rev 0.1, 08/2016). > > > > Signed-off-by: Uwe Kleine-König > > --- > >

Re: [PATCH 1/2] ARM: i.MX7: provide DDR register definitions

2017-07-24 Thread Robert Schwebel
On Mon, Jul 24, 2017 at 11:15:58AM +0200, Uwe Kleine-König wrote: > This was created using cut'n'paste from the i.MX7D reference manual > (rev 0.1, 08/2016). > > Signed-off-by: Uwe Kleine-König > --- > arch/arm/mach-imx/include/mach/imx7-ddr-regs.h | 174 > + > 1 file ch

[PATCH 1/2] ARM: i.MX7: provide DDR register definitions

2017-07-24 Thread Uwe Kleine-König
This was created using cut'n'paste from the i.MX7D reference manual (rev 0.1, 08/2016). Signed-off-by: Uwe Kleine-König --- arch/arm/mach-imx/include/mach/imx7-ddr-regs.h | 174 + 1 file changed, 174 insertions(+) create mode 100644 arch/arm/mach-imx/include/mach/imx7-dd