Re: [PATCH RFC v3 1/5] dma: mpc512x: reorder mpc8308 specific instructions

2013-08-07 Thread Alexander Popov
2013/8/3 Gerhard Sittig : > On Wed, Jul 31, 2013 at 11:20 +0400, Alexander Popov wrote: >> > Please make sure to either cite > properly or to properly mark changes as such. Don't spread false > information, please. You are free to change what I submitted, > but you should not pretend that I

Re: [PATCH RFC v3 1/5] dma: mpc512x: reorder mpc8308 specific instructions

2013-08-07 Thread Alexander Popov
2013/8/3 Gerhard Sittig g...@denx.de: On Wed, Jul 31, 2013 at 11:20 +0400, Alexander Popov wrote: Please make sure to either cite properly or to properly mark changes as such. Don't spread false information, please. You are free to change what I submitted, but you should not pretend that I

Re: [PATCH RFC v3 1/5] dma: mpc512x: reorder mpc8308 specific instructions

2013-08-03 Thread Gerhard Sittig
On Wed, Jul 31, 2013 at 11:20 +0400, Alexander Popov wrote: > > From: Gerhard Sittig > > Concentrate the test and the specific code for MPC8308 > in the 'if' branch and handle MPC512x in the 'else' branch. > > This modification only reorders instructions but doesn't change behaviour. > >

Re: [PATCH RFC v3 1/5] dma: mpc512x: reorder mpc8308 specific instructions

2013-08-03 Thread Gerhard Sittig
On Wed, Jul 31, 2013 at 11:20 +0400, Alexander Popov wrote: From: Gerhard Sittig g...@denx.de Concentrate the test and the specific code for MPC8308 in the 'if' branch and handle MPC512x in the 'else' branch. This modification only reorders instructions but doesn't change behaviour.

[PATCH RFC v3 1/5] dma: mpc512x: reorder mpc8308 specific instructions

2013-07-31 Thread Alexander Popov
From: Gerhard Sittig Concentrate the test and the specific code for MPC8308 in the 'if' branch and handle MPC512x in the 'else' branch. This modification only reorders instructions but doesn't change behaviour. Signed-off-by: Alexander Popov --- drivers/dma/mpc512x_dma.c | 42

[PATCH RFC v3 1/5] dma: mpc512x: reorder mpc8308 specific instructions

2013-07-31 Thread Alexander Popov
From: Gerhard Sittig g...@denx.de Concentrate the test and the specific code for MPC8308 in the 'if' branch and handle MPC512x in the 'else' branch. This modification only reorders instructions but doesn't change behaviour. Signed-off-by: Alexander Popov a13xp0p0...@gmail.com ---