From: Mischa Jonker <mischa.jonker@synopsys.com>
To: dmitry.torokhov@gmail.com, m.d.s.x.jonker@gmail.com,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
arc-linux-dev@synopsys.com
Cc: Mischa Jonker <mischa.jonker@synopsys.com>
Subject: [PATCH v2 0/1] ARC PS/2 driver
Date: Wed, 17 Oct 2012 12:10:18 +0200 [thread overview]
Message-ID: <1350468619-4813-1-git-send-email-mischa.jonker@synopsys.com> (raw)
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
next reply other threads:[~2012-10-17 10:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-17 10:10 Mischa Jonker [this message]
2012-10-17 10:10 ` [PATCH] Input: serio - Add ARC PS/2 driver Mischa Jonker
2012-10-18 6:50 ` Dmitry Torokhov
2012-10-18 8:35 ` Mischa Jonker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1350468619-4813-1-git-send-email-mischa.jonker@synopsys.com \
--to=mischa.jonker@synopsys.com \
--cc=arc-linux-dev@synopsys.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m.d.s.x.jonker@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).