[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <73ad37e4-1689-ed01-f5de-a92dfdaa25c2@kernel.org>
Date: Mon, 19 Jun 2023 23:11:29 +0900
From: Chanwoo Choi <chanwoo@...nel.org>
To: "Rafael J. Wysocki" <rafael@...nel.org>
Cc: "open list:DEVICE FREQUENCY (DEVFREQ)" <linux-pm@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Chanwoo Choi <cw00.choi@...sung.com>,
Chanwoo Choi <chanwoo@...nel.org>,
MyungJoo Ham <myungjoo.ham@...sung.com>,
Kyungmin Park <kyungmin.park@...sung.com>
Subject: [GIT PULL] devfreq next for 6.5
Dear Rafael,
This is devfreq-next pull request for v6.5. I add detailed description of
this pull request on the following tag. Please pull devfreq with
following updates.
Best Regards,
Chanwoo Choi
The following changes since commit 7877cb91f1081754a1487c144d85dc0d2e2e7fc4:
Linux 6.4-rc4 (2023-05-28 07:49:00 -0400)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-6.5
for you to fetch changes up to a83bfdca8b2098999e3edfb87e98925e019eb818:
PM / devfreq: mtk-cci: Fix variable deferencing before NULL check (2023-05-29 23:25:31 +0900)
----------------------------------------------------------------
Update devfreq next for v6.5
Detailed description for this pull request:
1. Reorder fieldls in 'struct devfreq_dev_status' in order to shrinks the size
of 'struct devfreqw_dev_status' without any behavior changes.
2. Add exynos-ppmu.c driver as a soft module dependency in order to prevent
the freeze issue between exynos-bus.c devfreq driver and exynos-ppmu.c devfreq
event driver.
3. Fix variable deferencing before NULL check on mtk-cci-devfreq.c
----------------------------------------------------------------
Christophe JAILLET (1):
PM / devfreq: Reorder fields in 'struct devfreq_dev_status'
Marek Szyprowski (1):
PM / devfreq: exynos: add Exynos PPMU as a soft module dependency
Sukrut Bellary (1):
PM / devfreq: mtk-cci: Fix variable deferencing before NULL check
drivers/devfreq/exynos-bus.c | 1 +
drivers/devfreq/mtk-cci-devfreq.c | 3 ++-
include/linux/devfreq.h | 3 ++-
3 files changed, 5 insertions(+), 2 deletions(-)
Powered by blists - more mailing lists