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

This patch adds support for the ARC PS/2 block which is used in various
ARC FPGA platforms. It has been tested on the ARC Angel 4 platform and the
nSIM OSCI virtual model.

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 |  287 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 297 insertions(+), 0 deletions(-)
 create mode 100644 drivers/input/serio/arc_ps2.c


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [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; 6+ 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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-16 15:44 [PATCH] RFC: ARC PS/2 driver Mischa Jonker
2012-10-16 15:44 ` [PATCH] Input: serio - Add " Mischa Jonker
2012-10-16 16:23   ` Dmitry Torokhov
  -- strict thread matches above, loose matches on Subject: below --
2012-10-17 10:10 [PATCH v2 0/1] " 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