mbox series

[GIT,PULL] devfreq fixes for v5.9-rc7

Message ID 2dc9eeae-159e-c886-0278-f3c85d20bab5@samsung.com (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] devfreq fixes for v5.9-rc7 | expand

Pull-request

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

Message

Chanwoo Choi Sept. 24, 2020, 10:16 a.m. UTC
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(-)

Comments

Rafael J. Wysocki Sept. 25, 2020, 2:38 p.m. UTC | #1
On Thu, Sep 24, 2020 at 12:03 PM Chanwoo Choi <cw00.choi@samsung.com> 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!
Chanwoo Choi Sept. 26, 2020, 11:41 p.m. UTC | #2
On Fri, Sep 25, 2020 at 11:38 PM Rafael J. Wysocki <rafael@kernel.org> wrote:
>
> On Thu, Sep 24, 2020 at 12:03 PM Chanwoo Choi <cw00.choi@samsung.com> 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.