public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] devfreq: Support resource management functions and code clean
@ 2014-04-25  9:08 Chanwoo Choi
  2014-04-25  9:08 ` [PATCH 1/5] devfreq: Fix devfreq_remove_device() to improve the sequence of resource free Chanwoo Choi
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Chanwoo Choi @ 2014-04-25  9:08 UTC (permalink / raw)
  To: myungjoo.ham, kyungmin.park
  Cc: rafael.j.wysocki, nm, cw00.choi, jkosina, labbe.montjoie,
	linux-pm, linux-kernel

This patchset fix devfreq_remove_device() to remove duplicate function call
of _remove_devfreq() and add following functions for the resource management
of devfreq device and simpify the control of resource on exynos4_bus/exynos5_bus
driver.
- devm_devfreq_add_device
- devm_devfreq_remove_device
- devm_devfreq_register_opp_notifier
- devm_devfreq_unregister_opp_notifier

Chanwoo Choi (5):
  devfreq: Fix devfreq_remove_device() to improve the sequence of resource free
  devfreq: Add resource-managed function for devfreq device
  devfreq: Add devm_devfreq_{register,unregister}_opp_notfier function
  devfreq: exynos4: Use devm_devfreq_* function using device resource management
  devfreq: exynos5: Use devm_devfreq_* function using device resource management

 drivers/devfreq/devfreq.c            | 125 ++++++++++++++++++++++++++++++++---
 drivers/devfreq/exynos/exynos4_bus.c |  19 ++----
 drivers/devfreq/exynos/exynos5_bus.c |  23 +++----
 include/linux/devfreq.h              |  35 +++++++++-
 4 files changed, 161 insertions(+), 41 deletions(-)

-- 
1.8.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-04-30  0:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-25  9:08 [PATCH 0/5] devfreq: Support resource management functions and code clean Chanwoo Choi
2014-04-25  9:08 ` [PATCH 1/5] devfreq: Fix devfreq_remove_device() to improve the sequence of resource free Chanwoo Choi
2014-04-25  9:08 ` [PATCH 2/5] devfreq: Add resource-managed function for devfreq device Chanwoo Choi
2014-04-25  9:08 ` [PATCH 3/5] devfreq: Add devm_devfreq_{register,unregister}_opp_notfier function Chanwoo Choi
2014-04-25  9:08 ` [PATCH 4/5] devfreq: exynos4: Use devm_devfreq_* function using device resource management Chanwoo Choi
2014-04-25  9:08 ` [PATCH 5/5] devfreq: exynos5: " Chanwoo Choi
2014-04-29 16:54   ` Sachin Kamat
2014-04-30  0:58     ` Chanwoo Choi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox