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 > --- > driv

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. :