[PATCH v5 4/5] clk: Assign module owner of a clock being registered

2013-08-24 Thread Sylwester Nawrocki
Assign module owner of a driver of a device passed to _clk_register() and __clk_register() functions so the module_{get,put} calls in __clk_get(), __clk_put() can have required effect. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- Initially I had an 'owner' field added to

[PATCH v5 4/5] clk: Assign module owner of a clock being registered

2013-08-24 Thread Sylwester Nawrocki
Assign module owner of a driver of a device passed to _clk_register() and __clk_register() functions so the module_{get,put} calls in __clk_get(), __clk_put() can have required effect. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com