Re: [PATCH] spi: omap-uwire: use devm_ functions

2014-06-21 Thread Mark Brown
On Sat, Jun 21, 2014 at 02:08:58AM +0530, Himangi Saraogi wrote: > This patch introduces the use of devm_clk_get and devm_ioremap instead > of the unmanaged interfaces and removes the corresponding free function > calls. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH] spi: omap-uwire: use devm_ functions

2014-06-21 Thread Mark Brown
On Sat, Jun 21, 2014 at 02:08:58AM +0530, Himangi Saraogi wrote: This patch introduces the use of devm_clk_get and devm_ioremap instead of the unmanaged interfaces and removes the corresponding free function calls. Applied, thanks. signature.asc Description: Digital signature

[PATCH] spi: omap-uwire: use devm_ functions

2014-06-20 Thread Himangi Saraogi
This patch introduces the use of devm_clk_get and devm_ioremap instead of the unmanaged interfaces and removes the corresponding free function calls. Signed-off-by: Himangi Saraogi Acked-by: Julia Lawall --- drivers/spi/spi-omap-uwire.c | 8 ++-- 1 file changed, 2 insertions(+), 6

[PATCH] spi: omap-uwire: use devm_ functions

2014-06-20 Thread Himangi Saraogi
This patch introduces the use of devm_clk_get and devm_ioremap instead of the unmanaged interfaces and removes the corresponding free function calls. Signed-off-by: Himangi Saraogi himangi...@gmail.com Acked-by: Julia Lawall julia.law...@lip6.fr --- drivers/spi/spi-omap-uwire.c | 8 ++-- 1