Re: [PATCH] mfd: Remove unneeded io_mutex from struct twl6040

2012-07-16 Thread Samuel Ortiz
Hi Axel, On Wed, Jul 11, 2012 at 10:06:34AM +0800, Axel Lin wrote: > Current code has been converted to use regmap APIs, the io_mutex is not > needed. > Thus remove the io_mutex. > > Signed-off-by: Axel Lin > --- > drivers/mfd/twl6040-core.c | 23 +++ >

Re: [PATCH] mfd: Remove unneeded io_mutex from struct twl6040

2012-07-16 Thread Samuel Ortiz
Hi Axel, On Wed, Jul 11, 2012 at 10:06:34AM +0800, Axel Lin wrote: Current code has been converted to use regmap APIs, the io_mutex is not needed. Thus remove the io_mutex. Signed-off-by: Axel Lin axel@gmail.com --- drivers/mfd/twl6040-core.c | 23 +++

Re: [PATCH] mfd: Remove unneeded io_mutex from struct twl6040

2012-07-11 Thread Peter Ujfalusi
On 07/11/2012 04:06 AM, Axel Lin wrote: > Current code has been converted to use regmap APIs, the io_mutex is not > needed. > Thus remove the io_mutex. > > Signed-off-by: Axel Lin Thanks for cleanup, Acked-by: Peter Ujfalusi -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] mfd: Remove unneeded io_mutex from struct twl6040

2012-07-11 Thread Peter Ujfalusi
On 07/11/2012 04:06 AM, Axel Lin wrote: Current code has been converted to use regmap APIs, the io_mutex is not needed. Thus remove the io_mutex. Signed-off-by: Axel Lin axel@gmail.com Thanks for cleanup, Acked-by: Peter Ujfalusi peter.ujfal...@ti.com -- To unsubscribe from this

[PATCH] mfd: Remove unneeded io_mutex from struct twl6040

2012-07-10 Thread Axel Lin
Current code has been converted to use regmap APIs, the io_mutex is not needed. Thus remove the io_mutex. Signed-off-by: Axel Lin --- drivers/mfd/twl6040-core.c | 23 +++ include/linux/mfd/twl6040.h |1 - 2 files changed, 3 insertions(+), 21 deletions(-) diff --git

[PATCH] mfd: Remove unneeded io_mutex from struct twl6040

2012-07-10 Thread Axel Lin
Current code has been converted to use regmap APIs, the io_mutex is not needed. Thus remove the io_mutex. Signed-off-by: Axel Lin axel@gmail.com --- drivers/mfd/twl6040-core.c | 23 +++ include/linux/mfd/twl6040.h |1 - 2 files changed, 3 insertions(+), 21