All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] Input updates for v4.19-rc7
@ 2018-10-11 23:57 Dmitry Torokhov
  2018-10-12 10:51 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Torokhov @ 2018-10-11 23:57 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, linux-kernel, linux-input

Hi Greg,

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus

to receive updates for the input subsystem:

- we added a few scheduling points into various input interfaces to
  ensure that large writes will not cause RCU stalls

- fixed configuring PS/2 keyboards as wakeup devices on newer platforms

- added a new Xbox gamepad ID.

Changelog:
---------

Daniel Drake (1):
      Input: i8042 - enable keyboard wakeups by default when s2idle is used

Dmitry Torokhov (2):
      Input: evdev - add a schedule point in evdev_write()
      Input: uinput - add a schedule point in uinput_inject_events()

Eric Dumazet (1):
      Input: mousedev - add a schedule point in mousedev_write()

Ramses Ramírez (1):
      Input: xpad - add support for Xbox1 PDP Camo series gamepad

Diffstat:
--------

 drivers/input/evdev.c         |  1 +
 drivers/input/joystick/xpad.c |  3 +++
 drivers/input/misc/uinput.c   |  1 +
 drivers/input/mousedev.c      |  1 +
 drivers/input/serio/i8042.c   | 29 ++++++++++++++++++++---------
 include/linux/suspend.h       |  2 ++
 kernel/power/suspend.c        |  6 ++++++
 7 files changed, 34 insertions(+), 9 deletions(-)

Thanks.


-- 
Dmitry

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

* Re: [git pull] Input updates for v4.19-rc7
  2018-10-11 23:57 [git pull] Input updates for v4.19-rc7 Dmitry Torokhov
@ 2018-10-12 10:51 ` Greg KH
  2018-10-12 20:02   ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2018-10-12 10:51 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Linus Torvalds, linux-kernel, linux-input

On Thu, Oct 11, 2018 at 04:57:36PM -0700, Dmitry Torokhov wrote:
> Hi Greg,
> 
> Please pull from:
> 
> 	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus
> 
> to receive updates for the input subsystem:
> 
> - we added a few scheduling points into various input interfaces to
>   ensure that large writes will not cause RCU stalls
> 
> - fixed configuring PS/2 keyboards as wakeup devices on newer platforms

That feels like a really "late" contribution, I hope it goes well :)

Now merged, thanks.

greg k-h

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

* Re: [git pull] Input updates for v4.19-rc7
  2018-10-12 10:51 ` Greg KH
@ 2018-10-12 20:02   ` Dmitry Torokhov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2018-10-12 20:02 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, linux-kernel, linux-input

On Fri, Oct 12, 2018 at 12:51:52PM +0200, Greg KH wrote:
> On Thu, Oct 11, 2018 at 04:57:36PM -0700, Dmitry Torokhov wrote:
> > Hi Greg,
> > 
> > Please pull from:
> > 
> > 	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus
> > 
> > to receive updates for the input subsystem:
> > 
> > - we added a few scheduling points into various input interfaces to
> >   ensure that large writes will not cause RCU stalls
> > 
> > - fixed configuring PS/2 keyboards as wakeup devices on newer platforms
> 
> That feels like a really "late" contribution, I hope it goes well :)

Yeah, that is true, but I'd be marking it for 4.19 stable anyway as we
do want newer devices to wake up on keyboard activity, so there was no
reason not to send it now. If we have to revert we'd be reverting
everywhere anyways.

FWIW Daniel posted the patch a while ago, we just have been working out
kinks in handling builds with different config options.

Thanks.

-- 
Dmitry

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

end of thread, other threads:[~2018-10-12 20:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-11 23:57 [git pull] Input updates for v4.19-rc7 Dmitry Torokhov
2018-10-12 10:51 ` Greg KH
2018-10-12 20:02   ` Dmitry Torokhov

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.