From: Tony Lindgren <tony@atomide.com>
To: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Cc: linux-omap@vger.kernel.org,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
linux-arm-kernel@lists.infradead.org, e3-hacking@earth.li
Subject: Re: [PATCH v4 4/5(7)] input: serio: add support for Amstrad Delta serial keyboard port
Date: Tue, 4 May 2010 13:40:41 -0700 [thread overview]
Message-ID: <20100504204041.GL29604@atomide.com> (raw)
In-Reply-To: <201004280310.52678.jkrzyszt@tis.icnet.pl>
* Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> [100427 18:09]:
> The patch introduces a serio driver that supports a keyboard serial port found
> on the Amstrad Delta videophone board.
>
> After initializing the hardware, the driver reads its input data from a buffer
> filled in by the board FIQ (Fast Interrupt Request) handler.
>
> Standard AT keyboard driver (atkbd) will be used on top of the serio layer for
> handling the E3 keyboard (called mailboard) connected to the port. Since the
> device generated scancodes differ from what the atkbd expects, a custom key
> code to scan code table must be loaded from userspace for the keyboard to be
> useable.
>
> Compiles and works on top of PATCH v4 3/5(7), "OMAP1: Amstrad Delta: use FIQ
> for processing GPIO interrupts".
I'll add this series into omap for-next. Will also add Dmitry's ack
from the earlier series to this patch.
Regards,
Tony
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 4/5(7)] input: serio: add support for Amstrad Delta serial keyboard port
Date: Tue, 4 May 2010 13:40:41 -0700 [thread overview]
Message-ID: <20100504204041.GL29604@atomide.com> (raw)
In-Reply-To: <201004280310.52678.jkrzyszt@tis.icnet.pl>
* Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> [100427 18:09]:
> The patch introduces a serio driver that supports a keyboard serial port found
> on the Amstrad Delta videophone board.
>
> After initializing the hardware, the driver reads its input data from a buffer
> filled in by the board FIQ (Fast Interrupt Request) handler.
>
> Standard AT keyboard driver (atkbd) will be used on top of the serio layer for
> handling the E3 keyboard (called mailboard) connected to the port. Since the
> device generated scancodes differ from what the atkbd expects, a custom key
> code to scan code table must be loaded from userspace for the keyboard to be
> useable.
>
> Compiles and works on top of PATCH v4 3/5(7), "OMAP1: Amstrad Delta: use FIQ
> for processing GPIO interrupts".
I'll add this series into omap for-next. Will also add Dmitry's ack
from the earlier series to this patch.
Regards,
Tony
next prev parent reply other threads:[~2010-05-04 20:40 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-28 0:52 [PATCH v4 0/5(7)] OMAP1: Amstrad Delta: add FIQ based support for external keyboard Janusz Krzysztofik
2010-04-28 0:52 ` Janusz Krzysztofik
2010-04-28 0:58 ` [PATCH v4 0.1/5(7)] OMAP: add missing FIQ_START definition required for arch/arm/kernel/fiq.c compilation Janusz Krzysztofik
2010-04-28 0:58 ` Janusz Krzysztofik
2010-04-28 2:15 ` [RESUBMIT] " Janusz Krzysztofik
2010-04-28 2:15 ` Janusz Krzysztofik
2010-04-28 1:01 ` [PATCH v4 1/5(7)] OMAP1: Amstrad Delta: add FIQ handler for serial keyboard port interrupt processing Janusz Krzysztofik
2010-04-28 1:01 ` Janusz Krzysztofik
2010-04-28 1:03 ` [PATCH v4 2/5(7)] OMAP1: Amstrad Delta: add a handler for processing interrupts generated by the FIQ routine Janusz Krzysztofik
2010-04-28 1:03 ` Janusz Krzysztofik
2010-04-28 1:05 ` [PATCH v4 2.1/5(7)] OMAP1: Amstrad Delta: update board initialization code for complete modem IRQ GPIO line setup Janusz Krzysztofik
2010-04-28 1:05 ` Janusz Krzysztofik
2010-04-28 1:07 ` [PATCH v4 3/5(7)] OMAP1: Amstrad Delta: use FIQ for processing GPIO interrupts Janusz Krzysztofik
2010-04-28 1:07 ` Janusz Krzysztofik
2010-04-28 1:10 ` [PATCH v4 4/5(7)] input: serio: add support for Amstrad Delta serial keyboard port Janusz Krzysztofik
2010-04-28 1:10 ` Janusz Krzysztofik
2010-05-04 20:40 ` Tony Lindgren [this message]
2010-05-04 20:40 ` Tony Lindgren
2010-05-04 20:48 ` Russell King - ARM Linux
2010-05-04 20:48 ` Russell King - ARM Linux
2010-05-04 20:58 ` Dmitry Torokhov
2010-05-04 20:58 ` Dmitry Torokhov
2010-04-28 1:14 ` [PATCH v4 5/5(7)] OMAP1: Amstrad Delta: modify defconfig for external keyboard support Janusz Krzysztofik
2010-04-28 1:14 ` Janusz Krzysztofik
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=20100504204041.GL29604@atomide.com \
--to=tony@atomide.com \
--cc=dmitry.torokhov@gmail.com \
--cc=e3-hacking@earth.li \
--cc=jkrzyszt@tis.icnet.pl \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.