* [PATCH 0/4] devfreq: exynos: generalize PPMU code
@ 2014-03-21 17:31 Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2014-03-21 17:31 UTC (permalink / raw)
To: cw00.choi, myungjoo.ham
Cc: kyungmin.park, rafael.j.wysocki, t.figa, linux-samsung-soc,
linux-pm, linux-kernel, b.zolnierkie
Hi,
This patch series generalizes PPMU support for Exynos devfreq
drivers.
It is based on top of "devfreq: exynos: Fix minor issue and code
clean to remove legacy method" patch series from Chanwoo Choi
(https://lkml.org/lkml/2014/3/19/713).
Please note that the patches were only compile tested because
Exynos devfreq drivers don't work yet in the upstream kernels
(FWIW these changes were briefly tested with the internal tree
which has working devfreq drivers).
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
Bartlomiej Zolnierkiewicz (3):
devfreq: exynos4: introduce struct busfreq_ppmu_data
devfreq: exynos5: introduce struct busfreq_ppmu_data
devfreq: exynos: make more PPMU code common
Chanwoo Choi (1):
devfreq: exynos4: use common PPMU code
drivers/devfreq/exynos/Makefile | 2 +-
drivers/devfreq/exynos/exynos4_bus.c | 176 +++++++++--------------------------
drivers/devfreq/exynos/exynos5_bus.c | 94 +++++--------------
drivers/devfreq/exynos/exynos_ppmu.c | 60 ++++++++++++
drivers/devfreq/exynos/exynos_ppmu.h | 8 ++
5 files changed, 135 insertions(+), 205 deletions(-)
--
1.8.2.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 0/4] devfreq: exynos: generalize PPMU code
@ 2014-03-27 10:08 함명주
0 siblings, 0 replies; 2+ messages in thread
From: 함명주 @ 2014-03-27 10:08 UTC (permalink / raw)
To: Bartlomiej Zolnierkiewicz, 최찬우
Cc: 박경민, rafael.j.wysocki@intel.com, Tomasz Figa,
linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org,
linux-kernel@vger.kernel.org
On Sat, Mar 22, 2014 at 2:31 AM, Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> wrote:
> Hi,
>
> This patch series generalizes PPMU support for Exynos devfreq
> drivers.
>
> It is based on top of "devfreq: exynos: Fix minor issue and code
> clean to remove legacy method" patch series from Chanwoo Choi
> (https://lkml.org/lkml/2014/3/19/713).
>
> Please note that the patches were only compile tested because
> Exynos devfreq drivers don't work yet in the upstream kernels
> (FWIW these changes were briefly tested with the internal tree
> which has working devfreq drivers).
Hi Blartlomiej,
Thank you.
I'll merge this into devfreq's for-next.
Anyway, days ago, I had a short discussion with Chanwoo about
providing some common interface for PPMU-like devices
(sort of sub device of devfreq device) that provide usage statistics.
At this stage, I roughly guess that such a device driver (or whatever
entity it is) may be simply a helper for filling out the "get_dev_status" callback.
It is because devfreq's PPMU usage is limited to getting get_dev_status().
As you had done something on PPMU, I guess you may have some
idea on this.
Cheers,
MyungJoo.
>
> Best regards,
> --
> Bartlomiej Zolnierkiewicz
> Samsung R&D Institute Poland
> Samsung Electronics
>
>
> Bartlomiej Zolnierkiewicz (3):
> devfreq: exynos4: introduce struct busfreq_ppmu_data
> devfreq: exynos5: introduce struct busfreq_ppmu_data
> devfreq: exynos: make more PPMU code common
>
> Chanwoo Choi (1):
> devfreq: exynos4: use common PPMU code
>
> drivers/devfreq/exynos/Makefile | 2 +-
> drivers/devfreq/exynos/exynos4_bus.c | 176 +++++++++--------------------------
> drivers/devfreq/exynos/exynos5_bus.c | 94 +++++--------------
> drivers/devfreq/exynos/exynos_ppmu.c | 60 ++++++++++++
> drivers/devfreq/exynos/exynos_ppmu.h | 8 ++
> 5 files changed, 135 insertions(+), 205 deletions(-)
>
> --
> 1.8.2.3
>
> --
> 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
--
MyungJoo Ham, Ph.D.
System S/W Lab, S/W Center, Samsung Electronics
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-27 10:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27 10:08 [PATCH 0/4] devfreq: exynos: generalize PPMU code 함명주
-- strict thread matches above, loose matches on Subject: below --
2014-03-21 17:31 Bartlomiej Zolnierkiewicz
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).