linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Phil Sutter <n0-1@freewrt.org>
To: Dmitry Torokhov <dtor@mail.ru>
Cc: linux-input@vger.kernel.org, Ralf Baechle <ralf@linux-mips.org>,
	linux-mips@linux-mips.org, Florian Fainelli <florian@openwrt.org>
Subject: Driver for the S1 button of rb532
Date: Thu, 22 Jan 2009 20:12:06 +0100	[thread overview]
Message-ID: <20090122191230.F05AF400E106@mail.nwl.cc> (raw)


Hi,

I've written a polled input device driver for the S1 button built into
the Routerboard 532. Sadly, the gpio-keys driver can't be used, as it
turns on the GPIO as interrupt source (which then has to stay configured
for this use), which would render the serial console unusable as it uses
the same pin in alternate function mode.

I've split up the changes into two parts to divide BSP changes from the
actual driver.

Greetings, Phil

                 reply	other threads:[~2009-01-22 19:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20090122191230.F05AF400E106@mail.nwl.cc \
    --to=n0-1@freewrt.org \
    --cc=dtor@mail.ru \
    --cc=florian@openwrt.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=ralf@linux-mips.org \
    /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).