2020-09-24 10:15:27

by Chanwoo Choi

[permalink] [raw]
Subject: [GIT PULL] devfreq fixes for v5.9-rc7

Dear Rafael,

This is devfreq-next pull request for v5.9-rc7. I add detailed description of
this pull request on the following tag. Please pull devfreq with following updates.
- tag name : devfreq-fixes-for-5.9-rc7

Best Regards,
Chanwoo Choi

The following changes since commit ba4f184e126b751d1bffad5897f263108befc780:

Linux 5.9-rc6 (2020-09-20 16:33:55 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-fixes-for-5.9-rc7

for you to fetch changes up to 6bf560766a8ef5afe4faa3244220cf5b3a934549:

PM / devfreq: tegra30: Disable clock on error in probe (2020-09-23 13:35:58 +0900)

----------------------------------------------------------------

Update devfreq for 5.9-rc7

Detailed description for this pull request:
1. Update devfreq core
- Add missing timer type to devfreq_summary debugfs node.

2. Fix issue of devfreq device driver
- Fix the exception handling about clock on tegra30-devfreq.c

----------------------------------------------------------------
Chanwoo Choi (1):
PM / devfreq: Add timer type to devfreq_summary debugfs

Dan Carpenter (1):
PM / devfreq: tegra30: Disable clock on error in probe

drivers/devfreq/devfreq.c | 11 ++++++++---
drivers/devfreq/tegra30-devfreq.c | 4 +++-
2 files changed, 11 insertions(+), 4 deletions(-)



2020-09-25 14:40:17

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [GIT PULL] devfreq fixes for v5.9-rc7

On Thu, Sep 24, 2020 at 12:03 PM Chanwoo Choi <[email protected]> wrote:
>
> Dear Rafael,
>
> This is devfreq-next pull request for v5.9-rc7. I add detailed description of
> this pull request on the following tag. Please pull devfreq with following updates.
> - tag name : devfreq-fixes-for-5.9-rc7

Pulled, thanks!

I would appreciate receiving pull requests a bit earlier before the
target -rc, though.

Cheers!

2020-09-26 23:43:58

by Chanwoo Choi

[permalink] [raw]
Subject: Re: [GIT PULL] devfreq fixes for v5.9-rc7

On Fri, Sep 25, 2020 at 11:38 PM Rafael J. Wysocki <[email protected]> wrote:
>
> On Thu, Sep 24, 2020 at 12:03 PM Chanwoo Choi <[email protected]> wrote:
> >
> > Dear Rafael,
> >
> > This is devfreq-next pull request for v5.9-rc7. I add detailed description of
> > this pull request on the following tag. Please pull devfreq with following updates.
> > - tag name : devfreq-fixes-for-5.9-rc7
>
> Pulled, thanks!
>
> I would appreciate receiving pull requests a bit earlier before the
> target -rc, though.

I'm sorry for late pull request for rc. I'll send pull request as you commented.

--
Best Regards,
Chanwoo Choi