Re: [PATCH v2] regmap : make lock/unlock functions customizable.

2012-10-17 Thread Davide Ciminaghi
On Wed, Oct 17, 2012 at 04:56:35PM +0900, Mark Brown wrote: > On Tue, Oct 16, 2012 at 03:56:59PM +0200, cimina...@gnudd.com wrote: > > From: Davide Ciminaghi > > > > It is sometimes convenient for a regmap user to override the standard > > regmap lock/unlock functions with custom functions. > >

Re: [PATCH v2] regmap : make lock/unlock functions customizable.

2012-10-17 Thread Mark Brown
On Tue, Oct 16, 2012 at 03:56:59PM +0200, cimina...@gnudd.com wrote: > From: Davide Ciminaghi > > It is sometimes convenient for a regmap user to override the standard > regmap lock/unlock functions with custom functions. Applied, thanks. Please use changelog entries matching the subsystem and

[PATCH v2] regmap : make lock/unlock functions customizable.

2012-10-16 Thread ciminaghi
From: Davide Ciminaghi It is sometimes convenient for a regmap user to override the standard regmap lock/unlock functions with custom functions. For instance this can be useful in case an already existing spinlock or mutex has to be used for locking a set of registers instead of the internal regm