Re: [PATCH V1] Fix Regmap Block Write single-rw Mutex Deadlock

2013-10-09 Thread Mark Brown
On Wed, Oct 09, 2013 at 05:44:38PM +0100, Anthony Olech wrote: Applied, thanks. Please format your patches as covered in SubmittingPatches - use subjects appropriate to the subsystem and keep noise like the above after the ---. I've fixed these and the strange capitalisation when applying. sig

[PATCH V1] Fix Regmap Block Write single-rw Mutex Deadlock

2013-10-09 Thread Anthony Olech
This patch is relative to linux-next repository tag next-20130927 When regmap_bulk_write() is called with the map->use_single_rw flag set an immediate mutex deadlock happens because regmap_raw_write() is called after obtaining the mutex and regmap_raw_write() itself then tries to obtain the mutex