linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] ARC PS/2 driver
@ 2012-10-17 10:10 Mischa Jonker
  2012-10-17 10:10 ` [PATCH] Input: serio - Add " Mischa Jonker
  0 siblings, 1 reply; 4+ messages in thread
From: Mischa Jonker @ 2012-10-17 10:10 UTC (permalink / raw)
  To: dmitry.torokhov, m.d.s.x.jonker, linux-input, linux-kernel,
	arc-linux-dev
  Cc: Mischa Jonker

Processed review comments, thanks for the quick feed back!

Main changes are:
* dev_* instead of pr_*
* ioread32/iowrite32 instead of inl/outl
* use module_platform_driver macro
* disabling interrupt twice was unnecessary

New patch has been tested on our own architecture (ARC) and
builds cleanly on x86-64.

Mischa Jonker (1):
  Input: serio - Add ARC PS/2 driver

 drivers/input/serio/Kconfig   |    9 ++
 drivers/input/serio/Makefile  |    1 +
 drivers/input/serio/arc_ps2.c |  275 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 285 insertions(+), 0 deletions(-)
 create mode 100644 drivers/input/serio/arc_ps2.c


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

end of thread, other threads:[~2012-10-18  8:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 10:10 [PATCH v2 0/1] ARC PS/2 driver Mischa Jonker
2012-10-17 10:10 ` [PATCH] Input: serio - Add " Mischa Jonker
2012-10-18  6:50   ` Dmitry Torokhov
2012-10-18  8:35     ` Mischa Jonker

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).