Re: [PATCH v2] mfd: vexpress: Handle pending config transactions

2013-04-26 Thread Samuel Ortiz
Hi Pawel, On Thu, Apr 25, 2013 at 06:14:51PM +0100, Pawel Moll wrote: > The config transactions "scheduler" was hopelessly broken, > repeating completed transaction instead of picking up > next pending one. > > Fixed now. Also improved debug messages. > > Signed-off-by: Pawel Moll > --- >

Re: [PATCH v2] mfd: vexpress: Handle pending config transactions

2013-04-26 Thread Jon Medhurst (Tixy)
On Thu, 2013-04-25 at 18:14 +0100, Pawel Moll wrote: > The config transactions "scheduler" was hopelessly broken, > repeating completed transaction instead of picking up > next pending one. > > Fixed now. Also improved debug messages. > > Signed-off-by: Pawel Moll Yes, looks really fixed now.

Re: [PATCH v2] mfd: vexpress: Handle pending config transactions

2013-04-26 Thread Jon Medhurst (Tixy)
On Thu, 2013-04-25 at 18:14 +0100, Pawel Moll wrote: The config transactions scheduler was hopelessly broken, repeating completed transaction instead of picking up next pending one. Fixed now. Also improved debug messages. Signed-off-by: Pawel Moll pawel.m...@arm.com Yes, looks really

Re: [PATCH v2] mfd: vexpress: Handle pending config transactions

2013-04-26 Thread Samuel Ortiz
Hi Pawel, On Thu, Apr 25, 2013 at 06:14:51PM +0100, Pawel Moll wrote: The config transactions scheduler was hopelessly broken, repeating completed transaction instead of picking up next pending one. Fixed now. Also improved debug messages. Signed-off-by: Pawel Moll pawel.m...@arm.com

[PATCH v2] mfd: vexpress: Handle pending config transactions

2013-04-25 Thread Pawel Moll
The config transactions "scheduler" was hopelessly broken, repeating completed transaction instead of picking up next pending one. Fixed now. Also improved debug messages. Signed-off-by: Pawel Moll --- drivers/mfd/vexpress-config.c | 35 +-- 1 file changed, 21

[PATCH v2] mfd: vexpress: Handle pending config transactions

2013-04-25 Thread Pawel Moll
The config transactions scheduler was hopelessly broken, repeating completed transaction instead of picking up next pending one. Fixed now. Also improved debug messages. Signed-off-by: Pawel Moll pawel.m...@arm.com --- drivers/mfd/vexpress-config.c | 35 +-- 1