linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Clean up ipc wait times
@ 2016-11-11  1:38 Even Xu
  2016-11-11  1:38 ` Even Xu
  2016-11-16 10:44 ` Jiri Kosina
  0 siblings, 2 replies; 5+ messages in thread
From: Even Xu @ 2016-11-11  1:38 UTC (permalink / raw)
  To: jikos; +Cc: linux-input, srinivas.pandruvada, Even Xu

This series addresses issue with schedule_timeout() calls and cleans
up code around this.

Even Xu (3):
  hid: intel-ish-hid: ipc: remove unused macro
  hid: intel-ish-hid: ipc: change timed_wait_for_timeout() to be a
    function
  hid: intel-ish-hid: ipc: use msleep_interrupt() for wait

 drivers/hid/intel-ish-hid/ipc/ipc.c   | 66 +++++++++++++++++++++++++++++++----
 drivers/hid/intel-ish-hid/ipc/utils.h | 64 ---------------------------------
 2 files changed, 60 insertions(+), 70 deletions(-)
 delete mode 100644 drivers/hid/intel-ish-hid/ipc/utils.h

-- 
2.7.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 0/3] Clean up ipc wait times
  2016-11-11  1:38 [PATCH 0/3] Clean up ipc wait times Even Xu
@ 2016-11-11  1:38 ` Even Xu
  2016-11-15 18:08   ` Pandruvada, Srinivas
  2016-11-16 10:44 ` Jiri Kosina
  1 sibling, 1 reply; 5+ messages in thread
From: Even Xu @ 2016-11-11  1:38 UTC (permalink / raw)
  To: jikos; +Cc: linux-input, srinivas.pandruvada, Even Xu

This series addresses issue with schedule_timeout() calls and cleans
up code around this.

Even Xu (3):
  hid: intel-ish-hid: ipc: remove unused macro
  hid: intel-ish-hid: ipc: change timed_wait_for_timeout() to be a
    function
  hid: intel-ish-hid: ipc: use msleep_interrupt() for wait

 drivers/hid/intel-ish-hid/ipc/ipc.c   | 66 +++++++++++++++++++++++++++++++----
 drivers/hid/intel-ish-hid/ipc/utils.h | 64 ---------------------------------
 2 files changed, 60 insertions(+), 70 deletions(-)
 delete mode 100644 drivers/hid/intel-ish-hid/ipc/utils.h

-- 
2.7.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/3] Clean up ipc wait times
  2016-11-11  1:38 ` Even Xu
@ 2016-11-15 18:08   ` Pandruvada, Srinivas
  0 siblings, 0 replies; 5+ messages in thread
From: Pandruvada, Srinivas @ 2016-11-15 18:08 UTC (permalink / raw)
  To: jikos@kernel.org, Xu, Even; +Cc: linux-input@vger.kernel.org

On Fri, 2016-11-11 at 09:38 +0800, Even Xu wrote:
> This series addresses issue with schedule_timeout() calls and cleans
> up code around this.
> 
> Even Xu (3):
>   hid: intel-ish-hid: ipc: remove unused macro
>   hid: intel-ish-hid: ipc: change timed_wait_for_timeout() to be a
>     function
>   hid: intel-ish-hid: ipc: use msleep_interrupt() for wait
> 
None of these patches are important enough for 4.9-rc release.
So we can apply for 4.10.
I will ACK individual patch.

Thanks,
Srinivas

>  drivers/hid/intel-ish-hid/ipc/ipc.c   | 66
> +++++++++++++++++++++++++++++++----
>  drivers/hid/intel-ish-hid/ipc/utils.h | 64 -----------------------
> ----------
>  2 files changed, 60 insertions(+), 70 deletions(-)
>  delete mode 100644 drivers/hid/intel-ish-hid/ipc/utils.h
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/3] Clean up ipc wait times
  2016-11-11  1:38 [PATCH 0/3] Clean up ipc wait times Even Xu
  2016-11-11  1:38 ` Even Xu
@ 2016-11-16 10:44 ` Jiri Kosina
  2016-11-17  1:14   ` Xu, Even
  1 sibling, 1 reply; 5+ messages in thread
From: Jiri Kosina @ 2016-11-16 10:44 UTC (permalink / raw)
  To: Even Xu; +Cc: linux-input, srinivas.pandruvada

On Fri, 11 Nov 2016, Even Xu wrote:

> This series addresses issue with schedule_timeout() calls and cleans
> up code around this.
> 
> Even Xu (3):
>   hid: intel-ish-hid: ipc: remove unused macro
>   hid: intel-ish-hid: ipc: change timed_wait_for_timeout() to be a
>     function
>   hid: intel-ish-hid: ipc: use msleep_interrupt() for wait
> 
>  drivers/hid/intel-ish-hid/ipc/ipc.c   | 66 +++++++++++++++++++++++++++++++----
>  drivers/hid/intel-ish-hid/ipc/utils.h | 64 ---------------------------------
>  2 files changed, 60 insertions(+), 70 deletions(-)
>  delete mode 100644 drivers/hid/intel-ish-hid/ipc/utils.h

Applied to hid.git#for-4.10/intel-ish. Thanks,

-- 
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH 0/3] Clean up ipc wait times
  2016-11-16 10:44 ` Jiri Kosina
@ 2016-11-17  1:14   ` Xu, Even
  0 siblings, 0 replies; 5+ messages in thread
From: Xu, Even @ 2016-11-17  1:14 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-input@vger.kernel.org, Pandruvada, Srinivas

Thanks, Jiri!

Best Regards,
Even Xu

-----Original Message-----
From: Jiri Kosina [mailto:jikos@kernel.org] 
Sent: Wednesday, November 16, 2016 6:45 PM
To: Xu, Even <even.xu@intel.com>
Cc: linux-input@vger.kernel.org; Pandruvada, Srinivas <srinivas.pandruvada@intel.com>
Subject: Re: [PATCH 0/3] Clean up ipc wait times

On Fri, 11 Nov 2016, Even Xu wrote:

> This series addresses issue with schedule_timeout() calls and cleans 
> up code around this.
> 
> Even Xu (3):
>   hid: intel-ish-hid: ipc: remove unused macro
>   hid: intel-ish-hid: ipc: change timed_wait_for_timeout() to be a
>     function
>   hid: intel-ish-hid: ipc: use msleep_interrupt() for wait
> 
>  drivers/hid/intel-ish-hid/ipc/ipc.c   | 66 +++++++++++++++++++++++++++++++----
>  drivers/hid/intel-ish-hid/ipc/utils.h | 64 
> ---------------------------------
>  2 files changed, 60 insertions(+), 70 deletions(-)  delete mode 
> 100644 drivers/hid/intel-ish-hid/ipc/utils.h

Applied to hid.git#for-4.10/intel-ish. Thanks,

--
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-11-17  1:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-11  1:38 [PATCH 0/3] Clean up ipc wait times Even Xu
2016-11-11  1:38 ` Even Xu
2016-11-15 18:08   ` Pandruvada, Srinivas
2016-11-16 10:44 ` Jiri Kosina
2016-11-17  1:14   ` Xu, Even

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).