All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nguyen Viet Dung <nv-dung@jinso.co.jp>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Zhang Rui <rui.zhang@intel.com>,
	Eduardo Valentin <edubezval@gmail.com>,
	Linux-SH <linux-sh@vger.kernel.org>,
	Linux-Kernel <linux-kernel@vger.kernel.org>,
	linux-pm@vger.kernel.org, cm-hiep@jinso.co.jp
Subject: Re: [PATCH 0/2] thermal: rcar_thermal: tidyup rebind issue
Date: Tue, 10 Nov 2015 11:27:08 +0900	[thread overview]
Message-ID: <564155FC.3030900@jinso.co.jp> (raw)
In-Reply-To: <87bnb2lhzv.wl%kuninori.morimoto.gx@renesas.com>

Dear Mr Morimoto

we go to test rcar_thermal funstion with this patchs.
If result is good I will send Tested-by nv-dung

best regard
Nguyen Viet Dung

On 2015年11月10日 11:18, Kuninori Morimoto wrote:
> Hi
>
> Actually, these issue are reported by Dung Hiep,
> but I didn't add their name on these patches.
> Thus, Dung, Hiep, can you please send Tested-by for these ?
>
>> rcar_thermal doesn't work after unbind/re-bind today.
>> These patches are cosmetic, and tidyup it
>>
>> Kuninori Morimoto (2):
>>        thermal: rcar_thermal: remove redundant operation
>>        thermal: rcar_thermal: use pm_runtime_put_sync()
>>
>>   drivers/thermal/rcar_thermal.c | 49 +++++++++++++++++++++----------------------------
>>   1 file changed, 21 insertions(+), 28 deletions(-)
>>
>>
>> Best regards
>> ---
>> Kuninori Morimoto

WARNING: multiple messages have this Message-ID (diff)
From: Nguyen Viet Dung <nv-dung@jinso.co.jp>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Zhang Rui <rui.zhang@intel.com>,
	Eduardo Valentin <edubezval@gmail.com>,
	Linux-SH <linux-sh@vger.kernel.org>,
	Linux-Kernel <linux-kernel@vger.kernel.org>,
	linux-pm@vger.kernel.org, cm-hiep@jinso.co.jp
Subject: Re: [PATCH 0/2] thermal: rcar_thermal: tidyup rebind issue
Date: Tue, 10 Nov 2015 02:27:08 +0000	[thread overview]
Message-ID: <564155FC.3030900@jinso.co.jp> (raw)
In-Reply-To: <87bnb2lhzv.wl%kuninori.morimoto.gx@renesas.com>

Dear Mr Morimoto

we go to test rcar_thermal funstion with this patchs.
If result is good I will send Tested-by nv-dung

best regard
Nguyen Viet Dung

On 2015年11月10日 11:18, Kuninori Morimoto wrote:
> Hi
>
> Actually, these issue are reported by Dung Hiep,
> but I didn't add their name on these patches.
> Thus, Dung, Hiep, can you please send Tested-by for these ?
>
>> rcar_thermal doesn't work after unbind/re-bind today.
>> These patches are cosmetic, and tidyup it
>>
>> Kuninori Morimoto (2):
>>        thermal: rcar_thermal: remove redundant operation
>>        thermal: rcar_thermal: use pm_runtime_put_sync()
>>
>>   drivers/thermal/rcar_thermal.c | 49 +++++++++++++++++++++----------------------------
>>   1 file changed, 21 insertions(+), 28 deletions(-)
>>
>>
>> Best regards
>> ---
>> Kuninori Morimoto


  reply	other threads:[~2015-11-10  2:27 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87h9kulkfg.wl%kuninori.morimoto.gx@renesas.com>
2015-11-10  2:11 ` [PATCH 0/2] thermal: rcar_thermal: tidyup rebind issue Kuninori Morimoto
2015-11-10  2:11   ` Kuninori Morimoto
2015-11-10  2:12   ` [PATCH 1/2] thermal: rcar_thermal: remove redundant operation Kuninori Morimoto
2015-11-10  2:12     ` Kuninori Morimoto
2015-11-13 14:50     ` Ulf Hansson
2015-11-13 14:50       ` Ulf Hansson
2015-11-16 18:42     ` Eduardo Valentin
2015-11-16 18:42       ` Eduardo Valentin
2015-11-10  2:12   ` [PATCH 2/2] thermal: rcar_thermal: use pm_runtime_put_sync() Kuninori Morimoto
2015-11-10  2:12     ` Kuninori Morimoto
2015-11-10  8:18     ` Geert Uytterhoeven
2015-11-10  8:18       ` Geert Uytterhoeven
2015-11-10  9:57       ` Ulf Hansson
2015-11-10  9:57         ` Ulf Hansson
2015-11-10 10:10         ` Geert Uytterhoeven
2015-11-10 10:10           ` Geert Uytterhoeven
2015-11-10 13:00           ` Ulf Hansson
2015-11-10 13:00             ` Ulf Hansson
2015-11-10 18:30             ` Eduardo Valentin
2015-11-10 18:30               ` Eduardo Valentin
2015-11-10 23:42               ` Rafael J. Wysocki
2015-11-11  0:11                 ` Rafael J. Wysocki
2015-11-10 23:57             ` Rafael J. Wysocki
2015-11-10 23:57               ` Rafael J. Wysocki
2015-11-11 11:03               ` Ulf Hansson
2015-11-11 11:03                 ` Ulf Hansson
2015-11-12  0:37                 ` Rafael J. Wysocki
2015-11-12  1:06                   ` Rafael J. Wysocki
2015-11-12  8:04                   ` Ulf Hansson
2015-11-12  8:04                     ` Ulf Hansson
2015-11-12 18:43                     ` Eduardo Valentin
2015-11-12 18:43                       ` Eduardo Valentin
2015-11-13 15:06                       ` Ulf Hansson
2015-11-13 15:06                         ` Ulf Hansson
2015-11-11  2:41       ` Kuninori Morimoto
2015-11-10  2:18   ` [PATCH 0/2] thermal: rcar_thermal: tidyup rebind issue Kuninori Morimoto
2015-11-10  2:18     ` Kuninori Morimoto
2015-11-10  2:27     ` Nguyen Viet Dung [this message]
2015-11-10  2:27       ` Nguyen Viet Dung
2015-11-10  5:15   ` Nguyen Viet Dung
2015-11-10  5:15     ` Nguyen Viet Dung
     [not found]     ` <56499E53.2050905@jinso.co.jp>
2015-11-16 21:12       ` PM: after suspend/resume the system,can not suspends again Ulf Hansson
2015-11-16 21:12         ` Ulf Hansson
2015-11-17  1:35         ` Cao Minh Hiep
2015-11-17  1:35           ` Cao Minh Hiep

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=564155FC.3030900@jinso.co.jp \
    --to=nv-dung@jinso.co.jp \
    --cc=cm-hiep@jinso.co.jp \
    --cc=edubezval@gmail.com \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=rui.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.