mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] PM / devfreq: Use the resource-managed function for devfreq device
@ 2016-10-26  7:35 Chanwoo Choi
  2016-10-26  7:35 ` [PATCH 1/2] PM / devfreq: rk3399_dmc: Use the resource-managed function to add devfreq dev Chanwoo Choi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Chanwoo Choi @ 2016-10-26  7:35 UTC (permalink / raw)
  To: myungjoo.ham, kyungmin.park; +Cc: rjw, linux-pm, linux-kernel, Chanwoo Choi

This patch just uses the resource-managed function when adding the new devfreq
deivce. This function handles the memory and delete of devfreq instance
automatically.

Chanwoo Choi (2):
  PM / devfreq: rk3399_dmc: Use the resource-managed function to add devfreq dev
  scsi: ufs: Use the resource-managed function to add devfreq device

 drivers/devfreq/rk3399_dmc.c | 2 +-
 drivers/scsi/ufs/ufshcd.c    | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-10-26 17:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-26  7:35 [PATCH 0/2] PM / devfreq: Use the resource-managed function for devfreq device Chanwoo Choi
2016-10-26  7:35 ` [PATCH 1/2] PM / devfreq: rk3399_dmc: Use the resource-managed function to add devfreq dev Chanwoo Choi
2016-10-26  7:35 ` [PATCH 2/2] scsi: ufs: Use the resource-managed function to add devfreq device Chanwoo Choi
2016-10-26  7:38 ` Chanwoo Choi
2016-10-26 17:23   ` Subhash Jadavani

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

Powered by JetHome