Dear Rafael,
This is devfreq-next pull request for v6.1. 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 521a547ced6477c54b4b0cc206000406c221b4d6:
Linux 6.0-rc6 (2022-09-18 13:44:14 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-6.1
for you to fetch changes up to fb2ac84f8acccdec644d26dfc8ba6554f30cd6c0:
PM / devfreq: rockchip-dfi: Fix an error message (2022-09-26 03:59:43 +0900)
----------------------------------------------------------------
Update devfreq next for v6.1
Detailed description for this pull request:
1. Handle -EPROBE_DEFER when regulator is not probed on mtk-ci-devfreq.c
2. Use dev_err_probe to reduce the error log on rockchip-dfi.c
----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
PM / devfreq: mtk-cci: Handle sram regulator probe deferral
Christophe JAILLET (1):
PM / devfreq: rockchip-dfi: Fix an error message
drivers/devfreq/event/rockchip-dfi.c | 7 +++----
drivers/devfreq/mtk-cci-devfreq.c | 8 ++++++--
2 files changed, 9 insertions(+), 6 deletions(-)
On Sun, Sep 25, 2022 at 9:31 PM Chanwoo Choi <[email protected]> wrote:
>
> Dear Rafael,
>
> This is devfreq-next pull request for v6.1. 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 521a547ced6477c54b4b0cc206000406c221b4d6:
>
> Linux 6.0-rc6 (2022-09-18 13:44:14 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-next-for-6.1
>
> for you to fetch changes up to fb2ac84f8acccdec644d26dfc8ba6554f30cd6c0:
>
> PM / devfreq: rockchip-dfi: Fix an error message (2022-09-26 03:59:43 +0900)
>
> ----------------------------------------------------------------
> Update devfreq next for v6.1
>
> Detailed description for this pull request:
> 1. Handle -EPROBE_DEFER when regulator is not probed on mtk-ci-devfreq.c
> 2. Use dev_err_probe to reduce the error log on rockchip-dfi.c
>
> ----------------------------------------------------------------
> AngeloGioacchino Del Regno (1):
> PM / devfreq: mtk-cci: Handle sram regulator probe deferral
>
> Christophe JAILLET (1):
> PM / devfreq: rockchip-dfi: Fix an error message
>
> drivers/devfreq/event/rockchip-dfi.c | 7 +++----
> drivers/devfreq/mtk-cci-devfreq.c | 8 ++++++--
> 2 files changed, 9 insertions(+), 6 deletions(-)
Pulled, thanks!