commit | 8cd84092d35e52372da2c3c3c2afb1a719917af2 | [log] [tgz] |
---|---|---|
author | Chanwoo Choi <cw00.choi@samsung.com> | Fri May 09 16:43:08 2014 +0900 |
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | Sat May 24 22:33:38 2014 +0900 |
tree | ccb37cbe9e233257050288dbae74c6b3d914b55f | |
parent | 585fc83ece43be63d5775e536f855db33dd752cf [diff] |
PM / devfreq: Add resource-managed function for devfreq device This patch add resource-managed function for devfreq device as following functions. The devm_devfreq_add_device() manages automatically the memory of devfreq device using device resource management. - devm_devfreq_add_device() - devm_devfreq_remove_device() Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>