[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAGTfZH22TzasJcVa65WXqXa_f_Wp03SGp5UOMRqkx3KO2KZhYw@mail.gmail.com>
Date: Wed, 27 Oct 2021 18:09:56 +0900
From: Chanwoo Choi <cwchoi00@...il.com>
To: "Rafael J. Wysocki" <rjw@...ysocki.net>,
Linux PM list <linux-pm@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>
Cc: Chanwoo Choi <cw00.choi@...sung.com>,
Chanwoo Choi <chanwoo@...nel.org>,
"cwchoi00@...i.co" <cwchoi00@...i.com>,
MyungJoo Ham <myungjoo.ham@...sung.com>,
Kyungmin Park <kyungmin.park@...sung.com>
Subject: [GIT PULL] devfreq next for 5.16
Dear Rafael,
This is devfreq-next pull request for v5.16-rc1. I add detailed description of
this pull request on the following tag. Please pull devfreq with
following updates.
- tag name : devfreq-next-for-5.16
Best Regards,
Chanwoo Choi
The following changes since commit 3906fe9bb7f1a2c8667ae54e967dc8690824f4ea:
Linux 5.15-rc7 (2021-10-25 11:30:31 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
tags/devfreq-next-for-5.16
for you to fetch changes up to 5cf79c293821d12fd88dee901692cd404247782e:
PM / devfreq: Strengthen check for freq_table (2021-10-27 14:22:12 +0900)
----------------------------------------------------------------
Update devfreq next for v5.16
Detailed description for this pull request
1. Add minor update for exynos-ppmu devfreq-event driver
- Devicetree naming convention requires the device node manes
to use hyphens instead of underscope. In order to support
this requirement changes the code with hyphens.
- Simplify parsing event-type from devicetree without behavior changes
2. Strengthen check for freq_table in devfreq core
- Check whether both freq_table is not NULL and size of freq_table
is not zero in order to prevent the error by mistake of devfreq driver
developer.
----------------------------------------------------------------
Krzysztof Kozlowski (2):
devfreq: exynos-ppmu: use node names with hyphens
devfreq: exynos-ppmu: simplify parsing event-type from DT
Samuel Holland (1):
PM / devfreq: Strengthen check for freq_table
drivers/devfreq/devfreq.c | 2 +-
drivers/devfreq/event/exynos-ppmu.c | 12 +++++++-----
2 files changed, 8 insertions(+), 6 deletions(-)
Powered by blists - more mailing lists