mbox series

[GIT,PULL] devfreq fixes for v5.6-rc4

Message ID c9cf6c14-2ff7-6809-2bc7-83ca7974c3b7@samsung.com (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] devfreq fixes for v5.6-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-fixes-for-5.6-rc4

Message

Chanwoo Choi Feb. 27, 2020, 4:30 a.m. UTC
Dear Rafael,

This is devfreq-fixes pull request for v5.6-rc4. I add detailed description of
this pull request on the following tag. Please pull devfreq with following updates.
And this patch will be applied to stable tree.
- tag name : devfreq-fixes-for-5.6-rc4

Best Regards,
Chanwoo Choi


The following changes since commit f8788d86ab28f61f7b46eb6be375f8a726783636:

  Linux 5.6-rc3 (2020-02-23 16:17:42 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-fixes-for-5.6-rc4

for you to fetch changes up to 66d0e797bf095d407479c89952d42b1d96ef0a7f:

  Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs" (2020-02-24 11:14:29 +0900)

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

Detailed description for this pull request:
1. Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs"
- This changes as devfreq(X) cause break some user space applications
such as Android HAL from Unisoc and Hikey. In result, decide to revert it
for preventing the HAL layer problem.

----------------------------------------------------------------
Orson Zhai (1):
      Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs"

 drivers/devfreq/devfreq.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Rafael J. Wysocki Feb. 27, 2020, 10:25 a.m. UTC | #1
On Thu, Feb 27, 2020 at 5:22 AM Chanwoo Choi <cw00.choi@samsung.com> wrote:
>
> Dear Rafael,
>
> This is devfreq-fixes pull request for v5.6-rc4. I add detailed description of
> this pull request on the following tag. Please pull devfreq with following updates.
> And this patch will be applied to stable tree.
> - tag name : devfreq-fixes-for-5.6-rc4
>
> Best Regards,
> Chanwoo Choi
>
>
> The following changes since commit f8788d86ab28f61f7b46eb6be375f8a726783636:
>
>   Linux 5.6-rc3 (2020-02-23 16:17:42 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-fixes-for-5.6-rc4
>
> for you to fetch changes up to 66d0e797bf095d407479c89952d42b1d96ef0a7f:
>
>   Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs" (2020-02-24 11:14:29 +0900)

Pulled, thanks!