From: Punit Agrawal <punit.agrawal@arm.com>
To: myungjoo.ham@samsung.com
Cc: "Hernandez, Carlos" <ceh@ti.com>,
"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>,
"orjan.eide@arm.com" <orjan.eide@arm.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
박경민 <kyungmin.park@samsung.com>
Subject: Re: [PATCH 1/2] PM / devfreq: Export helper functions for drivers
Date: Mon, 18 Aug 2014 14:15:48 +0100 [thread overview]
Message-ID: <9hhsikuey63.fsf@arm.com> (raw)
In-Reply-To: <2126088679.390471407886644188.JavaMail.weblogic@epmlwas02a> ("함명주"'s message of "Tue, 12 Aug 2014 23:37:25 +0000 (GMT)")
함명주 <myungjoo.ham@samsung.com> writes:
>> ------- Original Message -------
>> Sender : Hernandez, Carlos<ceh@ti.com>
>> Date : 2014-08-12 22:49 (GMT+09:00)
>> Title : RE: [PATCH 1/2] PM / devfreq: Export helper functions for drivers
>>
>> Acked-By: Carlos Hernandez
>>
>> -----Original Message-----
>> From: linux-kernel-owner@vger.kernel.org [mailto:linux-kernel-owner@vger.kernel.org] On Behalf Of Punit Agrawal
>> Sent: Friday, July 18, 2014 10:10 AM
>> To: linux-pm@vger.kernel.org; linux-samsung-soc@vger.kernel.org
>> Cc: orjan.eide@arm.com; linux-kernel@vger.kernel.org; linux-arm-kernel@lists.infradead.org; MyungJoo Ham; Kyungmin Park
>> Subject: [PATCH 1/2] PM / devfreq: Export helper functions for drivers
>>
>> From: Ørjan Eide
>>
>> These functions are indended for use by drivers and should be available also when the driver is built as a module.>
>>
>> Cc: MyungJoo Ham
>> Cc: Kyungmin Park
>> Signed-off-by: Ørjan Eide
>
> Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
>
> There will be some modifications to this patch for consistency with
> other pending patches, but please don't worry about them. I'll handle
> them while merging this.
Great! Thanks MyungJoo.
>
>
> Cheers,
> MyungJoo.
>
>> ---
>> drivers/devfreq/devfreq.c | 3 +++
>> 1 file changed, 3 insertions(+)
>
>
>
> --
> MyungJoo Ham (함명주), PHD
> Frontier CS Lab, Software Center
> Samsung Electronics
> Cell: +82-10-6714-2858--
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: punit.agrawal@arm.com (Punit Agrawal)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] PM / devfreq: Export helper functions for drivers
Date: Mon, 18 Aug 2014 14:15:48 +0100 [thread overview]
Message-ID: <9hhsikuey63.fsf@arm.com> (raw)
In-Reply-To: <2126088679.390471407886644188.JavaMail.weblogic@epmlwas02a> ("함명주"'s message of "Tue, 12 Aug 2014 23:37:25 +0000 (GMT)")
??? <myungjoo.ham@samsung.com> writes:
>> ------- Original Message -------
>> Sender : Hernandez, Carlos<ceh@ti.com>
>> Date : 2014-08-12 22:49 (GMT+09:00)
>> Title : RE: [PATCH 1/2] PM / devfreq: Export helper functions for drivers
>>
>> Acked-By: Carlos Hernandez
>>
>> -----Original Message-----
>> From: linux-kernel-owner at vger.kernel.org [mailto:linux-kernel-owner at vger.kernel.org] On Behalf Of Punit Agrawal
>> Sent: Friday, July 18, 2014 10:10 AM
>> To: linux-pm at vger.kernel.org; linux-samsung-soc at vger.kernel.org
>> Cc: orjan.eide at arm.com; linux-kernel at vger.kernel.org; linux-arm-kernel at lists.infradead.org; MyungJoo Ham; Kyungmin Park
>> Subject: [PATCH 1/2] PM / devfreq: Export helper functions for drivers
>>
>> From: ?rjan Eide
>>
>> These functions are indended for use by drivers and should be available also when the driver is built as a module.>
>>
>> Cc: MyungJoo Ham
>> Cc: Kyungmin Park
>> Signed-off-by: ?rjan Eide
>
> Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
>
> There will be some modifications to this patch for consistency with
> other pending patches, but please don't worry about them. I'll handle
> them while merging this.
Great! Thanks MyungJoo.
>
>
> Cheers,
> MyungJoo.
>
>> ---
>> drivers/devfreq/devfreq.c | 3 +++
>> 1 file changed, 3 insertions(+)
>
>
>
> --
> MyungJoo Ham (???), PHD
> Frontier CS Lab, Software Center
> Samsung Electronics
> Cell: +82-10-6714-2858--
> To unsubscribe from this list: send the line "unsubscribe linux-pm" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2014-08-18 13:15 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-12 23:37 RE: [PATCH 1/2] PM / devfreq: Export helper functions for drivers 함명주
2014-08-12 23:37 ` 함명주
2014-08-18 13:15 ` Punit Agrawal [this message]
2014-08-18 13:15 ` Punit Agrawal
-- strict thread matches above, loose matches on Subject: below --
2014-07-20 23:28 함명주
2014-07-20 23:28 ` 함명주
2014-07-21 17:35 ` Punit Agrawal
2014-07-21 17:35 ` Punit Agrawal
2014-07-18 14:09 [PATCH 0/2] Convert exynos PPMU driver to be built as module Punit Agrawal
2014-07-18 14:09 ` [PATCH 1/2] PM / devfreq: Export helper functions for drivers Punit Agrawal
2014-07-18 14:09 ` Punit Agrawal
2014-08-12 13:49 ` Hernandez, Carlos
2014-08-12 13:49 ` Hernandez, Carlos
2014-08-12 13:49 ` Hernandez, Carlos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9hhsikuey63.fsf@arm.com \
--to=punit.agrawal@arm.com \
--cc=ceh@ti.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=myungjoo.ham@samsung.com \
--cc=orjan.eide@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.