Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1547928

[PATCH v2 0/3] PM / devfreq: Fix the bug and add reviewer for devfreq support

From Chanwoo Choi <cw00.choi@samsung.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/3] PM / devfreq: Fix the bug and add reviewer for devfreq support
Date 2016-12-28 13:00 +0100
Message-ID <sTl3H-7Id-3@gated-at.bofh.it> (permalink)
References <sTl3I-7Id-33@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This patches fix the bug of devfreq_add_device() when governor name is wrong
and the wrong return value of probe() function for exynos_bus.c driver.

And I've been helping reviewing and tesing the devfreq support patches
for the couple of years. Also, I'm going to contribute the improvement
for devfreq subsystem. It would be easier for me for review if I'm cc'ed
for patches. So, patch1 adds myself as a reviewer for devfreq support.

Changes from v1:
(https://lkml.org/lkml/2016/12/15/122)
- Rebase these patches on v4.10-rc1.

Chanwoo Choi (3):
  MAINTAINERS: Add myself as reviewer for DEVFREQ subsystem support
  PM / devfreq: Fix the bug of devfreq_add_device when governor is NULL
  PM / devfreq: exynos-bus: Fix the wrong return value

 MAINTAINERS                  |  1 +
 drivers/devfreq/devfreq.c    | 15 ++++++++++-----
 drivers/devfreq/exynos-bus.c |  2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] PM / devfreq: Fix the bug and add reviewer for devfreq  support Chanwoo Choi <cw00.choi@samsung.com> - 2016-12-28 13:00 +0100
  [PATCH v2 2/3] PM / devfreq: Fix the bug of devfreq_add_device when  governor is NULL Chanwoo Choi <cw00.choi@samsung.com> - 2016-12-28 13:00 +0100
  Re: [PATCH v2 0/3] PM / devfreq: Fix the bug and add reviewer for  devfreq support Chanwoo Choi <cwchoi00@gmail.com> - 2017-01-03 13:00 +0100

csiph-web