* [PATCH 0/4] PM / devfreq: Fix module autoload for platform drivers
@ 2016-10-19 21:06 ` Javier Martinez Canillas
2016-10-20 2:24 ` Chanwoo Choi
0 siblings, 1 reply; 4+ messages in thread
From: Javier Martinez Canillas @ 2016-10-19 21:06 UTC (permalink / raw)
To: linux-kernel
Cc: Javier Martinez Canillas, Kukjin Kim, Heiko Stuebner, linux-pm,
Chanwoo Choi, linux-samsung-soc, Kyungmin Park,
Krzysztof Kozlowski, MyungJoo Ham, linux-rockchip,
linux-arm-kernel
Hello,
I noticed that module autoload won't be working in some of the defreq
platform drivers. This patch series contains the fixes for these.
Best regards,
Javier
Javier Martinez Canillas (4):
PM / devfreq: rk3399_dmc: Fix module autoload
PM / devfreq: exynos-nocp: Fix module autoload
PM / devfreq: rockchip-dfi: Fix module autoload
PM / devfreq: exynos-ppmu: Fix module autoload
drivers/devfreq/event/exynos-nocp.c | 1 +
drivers/devfreq/event/exynos-ppmu.c | 1 +
drivers/devfreq/event/rockchip-dfi.c | 1 +
drivers/devfreq/rk3399_dmc.c | 1 +
4 files changed, 4 insertions(+)
--
2.7.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH 0/4] PM / devfreq: Fix module autoload for platform drivers
[not found] <CGME20161019210645epcas1p449463edf9c3cb3681b0a4e8116ccf7f2@epcas1p4.samsung.com>
@ 2016-10-20 2:22 ` MyungJoo Ham
2016-10-20 2:31 ` FW: " MyungJoo Ham
1 sibling, 0 replies; 4+ messages in thread
From: MyungJoo Ham @ 2016-10-20 2:22 UTC (permalink / raw)
To: Javier Martinez Canillas, linux-kernel@vger.kernel.org
Cc: Kukjin Kim, Heiko Stuebner, linux-pm@vger.kernel.org,
Chanwoo Choi, linux-samsung-soc@vger.kernel.org, Kyungmin Park,
Krzysztof Kozlowski, linux-rockchip@lists.infradead.org,
linux-arm-kernel@lists.infradead.org
[-- Attachment #1: Type: text/plain, Size: 889 bytes --]
> Hello,
>
> I noticed that module autoload won't be working in some of the defreq
> platform drivers. This patch series contains the fixes for these.
>
> Best regards,
> Javier
>
>
> Javier Martinez Canillas (4):
> PM / devfreq: rk3399_dmc: Fix module autoload
> PM / devfreq: exynos-nocp: Fix module autoload
> PM / devfreq: rockchip-dfi: Fix module autoload
> PM / devfreq: exynos-ppmu: Fix module autoload
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
All the four are not at for-4.9-rc branch.
https://git.kernel.org/cgit/linux/kernel/git/mzx/devfreq.git/log/?h=for-4.9-rc
Cheers,
MyungJoo
>
> drivers/devfreq/event/exynos-nocp.c | 1 +
> drivers/devfreq/event/exynos-ppmu.c | 1 +
> drivers/devfreq/event/rockchip-dfi.c | 1 +
> drivers/devfreq/rk3399_dmc.c | 1 +
> 4 files changed, 4 insertions(+)
>
> --
> 2.7.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/4] PM / devfreq: Fix module autoload for platform drivers
2016-10-19 21:06 ` Javier Martinez Canillas
@ 2016-10-20 2:24 ` Chanwoo Choi
0 siblings, 0 replies; 4+ messages in thread
From: Chanwoo Choi @ 2016-10-20 2:24 UTC (permalink / raw)
To: Javier Martinez Canillas, linux-kernel
Cc: Kukjin Kim, Heiko Stuebner, linux-pm, linux-samsung-soc,
Kyungmin Park, Krzysztof Kozlowski, MyungJoo Ham, linux-rockchip,
linux-arm-kernel
Hi Javier,
On 2016년 10월 20일 06:06, Javier Martinez Canillas wrote:
> Hello,
>
> I noticed that module autoload won't be working in some of the defreq
> platform drivers. This patch series contains the fixes for these.
>
> Best regards,
> Javier
>
>
> Javier Martinez Canillas (4):
> PM / devfreq: rk3399_dmc: Fix module autoload
> PM / devfreq: exynos-nocp: Fix module autoload
> PM / devfreq: rockchip-dfi: Fix module autoload
> PM / devfreq: exynos-ppmu: Fix module autoload
>
> drivers/devfreq/event/exynos-nocp.c | 1 +
> drivers/devfreq/event/exynos-ppmu.c | 1 +
> drivers/devfreq/event/rockchip-dfi.c | 1 +
> drivers/devfreq/rk3399_dmc.c | 1 +
> 4 files changed, 4 insertions(+)
>
Looks good to me of all patches.
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
--
Best Regards,
Chanwoo Choi
^ permalink raw reply [flat|nested] 4+ messages in thread
* FW: RE: [PATCH 0/4] PM / devfreq: Fix module autoload for platform drivers
[not found] <CGME20161019210645epcas1p449463edf9c3cb3681b0a4e8116ccf7f2@epcas1p4.samsung.com>
2016-10-20 2:22 ` [PATCH 0/4] PM / devfreq: Fix module autoload for platform drivers MyungJoo Ham
@ 2016-10-20 2:31 ` MyungJoo Ham
1 sibling, 0 replies; 4+ messages in thread
From: MyungJoo Ham @ 2016-10-20 2:31 UTC (permalink / raw)
To: Javier Martinez Canillas
Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
linux-samsung-soc@vger.kernel.org,
linux-rockchip@lists.infradead.org,
linux-arm-kernel@lists.infradead.org
[-- Attachment #1: Type: text/plain, Size: 972 bytes --]
> > Hello,
> >
> > I noticed that module autoload won't be working in some of the defreq
> > platform drivers. This patch series contains the fixes for these.
> >
> > Best regards,
> > Javier
> >
> >
> > Javier Martinez Canillas (4):
> > PM / devfreq: rk3399_dmc: Fix module autoload
> > PM / devfreq: exynos-nocp: Fix module autoload
> > PM / devfreq: rockchip-dfi: Fix module autoload
> > PM / devfreq: exynos-ppmu: Fix module autoload
>
> Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
>
> All the four are not at for-4.9-rc branch.
not --> now
> https://git.kernel.org/cgit/linux/kernel/git/mzx/devfreq.git/log/?h=for-4.9-rc
>
>
> Cheers,
> MyungJoo
>
> >
> > drivers/devfreq/event/exynos-nocp.c | 1 +
> > drivers/devfreq/event/exynos-ppmu.c | 1 +
> > drivers/devfreq/event/rockchip-dfi.c | 1 +
> > drivers/devfreq/rk3399_dmc.c | 1 +
> > 4 files changed, 4 insertions(+)
> >
> > --
> > 2.7.4
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-10-20 2:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CGME20161019210645epcas1p449463edf9c3cb3681b0a4e8116ccf7f2@epcas1p4.samsung.com>
2016-10-20 2:22 ` [PATCH 0/4] PM / devfreq: Fix module autoload for platform drivers MyungJoo Ham
2016-10-20 2:31 ` FW: " MyungJoo Ham
[not found] <CGME20161019210649epcas1p4e0c178cb75709bb242da10d9c1fd77d2@epcas1p4.samsung.com>
2016-10-19 21:06 ` Javier Martinez Canillas
2016-10-20 2:24 ` Chanwoo Choi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).