From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chanwoo Choi Subject: [PATCH v2 0/2] PM / devfreq: Use the resource-managed function for devfreq device Date: Tue, 08 Nov 2016 18:13:26 +0900 Message-ID: <1478596408-2958-1-git-send-email-cw00.choi@samsung.com> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: myungjoo.ham@samsung.com, kyungmin.park@samsung.com Cc: rjw@rjwysocki.net, subhashj@codeaurora.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Chanwoo Choi List-Id: linux-pm@vger.kernel.org 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. Changes from v1: - Rebased these patches on linux-next (20161108) 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