From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chanwoo Choi Subject: Re: [PATCHv8 2/9] devfreq: event: Add resource-managed function for devfreq-event device Date: Tue, 20 Jan 2015 13:47:41 +0900 Message-ID: <54BDDDED.7050009@samsung.com> References: <900879710.1308121421729191415.JavaMail.weblogic@epmlwas04a> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <900879710.1308121421729191415.JavaMail.weblogic@epmlwas04a> Sender: linux-samsung-soc-owner@vger.kernel.org To: myungjoo.ham@samsung.com Cc: "kgene@kernel.org" , =?UTF-8?B?67CV6rK966+8?= , "rafael.j.wysocki@intel.com" , "mark.rutland@arm.com" , ABHILASH KESAVAN , "tomasz.figa@gmail.com" , Krzysztof Kozlowski , Bartlomiej Zolnierkiewicz , "robh+dt@kernel.org" , =?UTF-8?B?64yA7J246riw?= , "linux-pm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-samsung-soc@vger.kernel.org" List-Id: linux-pm@vger.kernel.org On 01/20/2015 01:46 PM, MyungJoo Ham wrote: >> >> This patch add the resource-managed function for devfreq-event device as >> following functions. The devm_devfreq_event_add_edev() manages automatically >> the memory of devfreq-event device using resource management. >> - devm_devfreq_event_add_edev() >> - devm_devfreq_event_remove_edev() >> >> Cc: Myungjoo Ham >> Cc: Kyungmin Park >> Signed-off-by: Chanwoo Choi > Reviewed-by: MyungJoo Ham > > You may merge this patch with 1/9 as well. > I don't think this is a major change the requires a seperated patch. OK. I'll merge it. on patch1. Best Regards, Chanwoo Choi From mboxrd@z Thu Jan 1 00:00:00 1970 From: cw00.choi@samsung.com (Chanwoo Choi) Date: Tue, 20 Jan 2015 13:47:41 +0900 Subject: [PATCHv8 2/9] devfreq: event: Add resource-managed function for devfreq-event device In-Reply-To: <900879710.1308121421729191415.JavaMail.weblogic@epmlwas04a> References: <900879710.1308121421729191415.JavaMail.weblogic@epmlwas04a> Message-ID: <54BDDDED.7050009@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 01/20/2015 01:46 PM, MyungJoo Ham wrote: >> >> This patch add the resource-managed function for devfreq-event device as >> following functions. The devm_devfreq_event_add_edev() manages automatically >> the memory of devfreq-event device using resource management. >> - devm_devfreq_event_add_edev() >> - devm_devfreq_event_remove_edev() >> >> Cc: Myungjoo Ham >> Cc: Kyungmin Park >> Signed-off-by: Chanwoo Choi > Reviewed-by: MyungJoo Ham > > You may merge this patch with 1/9 as well. > I don't think this is a major change the requires a seperated patch. OK. I'll merge it. on patch1. Best Regards, Chanwoo Choi