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

2017-01-03 Thread Chanwoo Choi
Dear Rafael,

On 2017년 01월 04일 06:58, Rafael J. Wysocki wrote:
> On Tue, Jan 3, 2017 at 12:54 PM, Chanwoo Choi  wrote:
>> Dear Myungjoo,
>>
>> Thanks for your review for patch1.
>> But, patch2/3 is not yet reviewed. Could you please review these patches?
> 
> I queued them up as 4.10 fixes in the meantime.

Thanks for picking up the patches.

-- 
Regards,
Chanwoo Choi


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

2017-01-03 Thread Rafael J. Wysocki
On Tue, Jan 3, 2017 at 12:54 PM, Chanwoo Choi  wrote:
> Dear Myungjoo,
>
> Thanks for your review for patch1.
> But, patch2/3 is not yet reviewed. Could you please review these patches?

I queued them up as 4.10 fixes in the meantime.

Thanks,
Rafael


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

2017-01-03 Thread Chanwoo Choi
Dear Myungjoo,

Thanks for your review for patch1.
But, patch2/3 is not yet reviewed. Could you please review these patches?

2016-12-28 20:52 GMT+09:00 Chanwoo Choi :
> 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
>



-- 
Best Regards,
Chanwoo Choi


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

2016-12-28 Thread Chanwoo Choi
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