Message ID | 73ad37e4-1689-ed01-f5de-a92dfdaa25c2@kernel.org (mailing list archive) |
---|---|
State | Mainlined, archived |
Headers | show |
Series | [GIT,PULL] devfreq next for 6.5 | expand |
On Mon, Jun 19, 2023 at 4:11 PM Chanwoo Choi <chanwoo@kernel.org> wrote: > > 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(-) Pulled and added to the linux-next branch of linux-pm.git, thanks!