[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1350468619-4813-1-git-send-email-mischa.jonker@synopsys.com>
Date: Wed, 17 Oct 2012 12:10:18 +0200
From: Mischa Jonker <mischa.jonker@...opsys.com>
To: dmitry.torokhov@...il.com, m.d.s.x.jonker@...il.com,
linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
arc-linux-dev@...opsys.com
Cc: Mischa Jonker <mischa.jonker@...opsys.com>
Subject: [PATCH v2 0/1] ARC PS/2 driver
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists